fred_category_series
ActiveTool of io.github.blackboxfoundry/livedatalink
List the most popular FRED series in a category. Category IDs are numeric (e.g. 32991 = Interest Rates, 32263 = Money Stock, 9 = National Accounts). Use this to browse FRED structurally rather than via search.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"category_id"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum rows to return (default 50 for observations, 25 for catalog queries)."
},
"category_id": {
"type": "number",
"description": "FRED category ID. See https://fred.stlouisfed.org/categories/ for the hierarchy."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries