List series in a category
get_category_seriesList FRED economic series in a given category, with optional filters for tags, ordering, and pagination.
Instructions
List FRED series belonging to a category with optional filters. Example: get_category_series(category_id=125, limit=10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| order_by | No | ||
| tag_names | No | ||
| sort_order | No | asc | |
| category_id | Yes | ||
| filter_value | No | ||
| realtime_end | No | ||
| realtime_start | No | ||
| filter_variable | No | ||
| exclude_tag_names | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||