tag

Browse FRED® tags and discover series by tag.

Tags describe attributes assigned to FRED series, such as geography, frequency, seasonal adjustment, and economic topic. The tag command lets you search for tags, explore related tags, and list series associated with specific tags.

USAGE

reserve tag [subcommand]

Available Subcommands:

SubcommandDescription
relatedFind tags related to a given tag
searchSearch for FRED tags by keyword 
seriesList series associated with one or more tags
reserve tag [subcommand] –help (for more details about a specific subcommand)

SEARCH

Search for FRED tags by keyword.

Usage: reserve tag search “<query>” [flags]

## General usage
$ reserve tag search "inflation"

## Limit results
$ reserve tag search "inflation" --limit 10

## Limit results and format for spreadsheet import
$ reserve tag search "inflation" --limit 20 --format csv

## General usage
$ reserve tag search "inflation"

## Limit results
$ reserve tag search "inflation" --limit 10

## Limit results and format for spreadsheet import
$ reserve tag search "inflation" --limit 20 --format csv

RELATED

Find tags related to a given tag.

Usage: reserve tag related <TAG_NAME> [flags]

## Basic usage
$ reserve tag related inflation

## Limit related tags
$ reserve tag related inflation --limit 10

## Format as JSON
$ reserve tag related inflation --format json

## Basic usage
$ reserve tag related inflation

## Limit related tags
$ reserve tag related inflation --limit 10

## Format as JSON
$ reserve tag related inflation --format json

SERIES

List series associated with one or more tags.

Usage: reserve tag series <TAG_NAME…> [flags]

## List series for a single tag
$ reserve tag series inflation

## List series for multiple tags
$ reserve tag series inflation monthly

## Limit results
$ reserve tag series inflation --limit 20

## Format for spreadsheet import
$ reserve tag series inflation --format csv

## List series for a single tag
$ reserve tag series inflation

## List series for multiple tags
$ reserve tag series inflation monthly

## Limit results
$ reserve tag series inflation --limit 20

## Format for spreadsheet import
$ reserve tag series inflation --format csv

WORKFLOW

## Search for a tag:
$ reserve tag search "inflation"

## Explore related tags:
$ reserve tag related inflation

## List series using that tag:
$ reserve tag series inflation --limit 50

## Combine multiple tags:
$ reserve tag series inflation monthly --limit 50

See Global Flags for additional global options available for this command.

No affiliation with the Federal Reserve Bank of St. Louis

Not endorsed nor supported by the FRED® API technical team

© 2026 Derick Schaefer