get_series_data
Retrieve data points for a specific FRED economic series by providing its series ID. Use limit and offset for pagination, or save the full dataset to a JSON file.
Instructions
Get data points for a specific series.
Args: series_id: The ID of the series (e.g., "GDP"). limit: Max data points to return in the markdown preview (default: 1000). offset: Data points to skip (default: 0). file_path: Optional absolute path to save the full data as JSON. If provided, the full dataset (ignoring limit/offset) is saved and response is minimized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| file_path | No | ||
| series_id | Yes |