get_fred_series
Retrieve economic data series from FRED by specifying the series ID. Useful for accessing historical financial and economic indicators for analysis.
Instructions
Get a FRED series by its ID. However the data is not always the latest, so use with caution!!!
Input Schema
Name | Required | Description | Default |
---|---|---|---|
series_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"series_id": {
"title": "series_id",
"type": "string"
}
},
"required": [
"series_id"
],
"title": "get_fred_seriesArguments",
"type": "object"
}