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:
| Subcommand | Description |
| related | Find tags related to a given tag |
| search | Search for FRED tags by keyword |
| series | List series associated with one or more tags |
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 csvRELATED
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 jsonSERIES
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 csvWORKFLOW
## 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 50See Global Flags for additional global options available for this command.