You're viewing a demo portfolio

Join the waitlist
PRSM

fred_observations

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →