fred_observations
ActiveTool of io.github.blackboxfoundry/livedatalink
Get time-series observations for a FRED series ID. Workhorse query for any economic indicator. Optional date range, units transformation (lin, chg, pch, log, etc.), and frequency aggregation (m, q, a).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"series_id"
],
"properties": {
"end": {
"type": "string",
"description": "Inclusive upper-bound ISO date (YYYY-MM-DD)."
},
"limit": {
"type": "number",
"description": "Maximum rows to return (default 50 for observations, 25 for catalog queries)."
},
"start": {
"type": "string",
"description": "Inclusive lower-bound ISO date (YYYY-MM-DD)."
},
"units": {
"type": "string",
"description": "Units transformation: 'lin' (default), 'chg' (change), 'ch1' (change YoY), 'pch' (% change), 'pc1' (% change YoY), 'log', etc."
},
"frequency": {
"type": "string",
"description": "Aggregate to a different frequency: 'd', 'w', 'bw', 'm', 'q', 'sa', 'a'."
},
"series_id": {
"type": "string",
"description": "FRED series ID (e.g. 'GDP', 'UNRATE'). See https://fred.stlouisfed.org/ for the catalog."
},
"aggregation_method": {
"enum": [
"avg",
"sum",
"eop"
],
"type": "string",
"description": "Aggregation method when changing frequency: 'avg', 'sum', or 'eop' (end of period)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries