fred_category_series
Retrieve economic data series within a specific FRED category using filters for frequency, units, seasonal adjustment, and tags.
Instructions
Get the series in a FRED category.
Args: category_id: FRED category ID. realtime_start: Start of real-time period (YYYY-MM-DD). realtime_end: End of real-time period (YYYY-MM-DD). limit: Max number of results. offset: Pagination offset. order_by: Sort results by this field. sort_order: "asc" or "desc". filter_variable: Filter by "frequency", "units", or "seasonal_adjustment". filter_value: Value to filter by (depends on filter_variable). tag_names: Semicolon-delimited tag names to filter by (e.g., "usa;gdp"). exclude_tag_names: Semicolon-delimited tag names to exclude.
Returns: dict with key 'seriess'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_id | Yes | ||
| realtime_start | No | ||
| realtime_end | No | ||
| limit | No | ||
| offset | No | ||
| order_by | No | ||
| sort_order | No | ||
| filter_variable | No | ||
| filter_value | No | ||
| tag_names | No | ||
| exclude_tag_names | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||