FRED
List the series associated with specific FRED tags to discover datasets by topic.
Custom One-shot
List the series associated with specific FRED tags to discover datasets by topic.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: One-shot
Tools exposed (2) ▾
fred/get_tag_series
List the series associated with specific FRED tags to discover datasets by topic.
fred/get_tags
Browse FRED tags to discover how series are categorized and find related data.
Inputs ▾
fred/get_tag_series
| Name | Type | Required | Description |
|---|---|---|---|
| tagNames | string | yes | Semicolon-separated tag names to filter series by (e.g. 'gdp;annual'). |
| limit | number | no | Maximum series to return. Default 25. |
| offset | number | no | Pagination offset. Default 0. |
| orderBy | string | no | Sort field for series results. series_id title units frequency seasonal_adjustment realtime_start realtime_end last_updated observation_start observation_end popularity group_popularity |
| sortOrder | string | no | Sort direction. Default 'asc'. asc desc |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
fred/get_tags
| Name | Type | Required | Description |
|---|---|---|---|
| searchText | string | no | Optional text to search for matching tags. |
| tagGroupId | string | no | Optional tag group id to filter by (e.g. 'freq', 'gen', 'geo', 'geot', 'rls', 'seas', 'src', 'cc'). |
| limit | number | no | Maximum tags to return. Default 25. |
| offset | number | no | Pagination offset. Default 0. |
| orderBy | string | no | Sort field for tag results. series_count popularity created name |
| sortOrder | string | no | Sort direction. Default 'asc'. asc desc |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |