get_macro_series
Observations for one macroeconomic series over an optional date range.
Free — no special plan. ``series`` is an ``id`` from list_macro_series
(e.g. treasury_10y, cpi, unemployment_rate); arbitrary external ids are
not accepted. ``start``/``end`` are ``YYYY-MM-DD``, inclusive, both
optional (full history when omitted). Returns the value series at its
native reporting frequency, with the series descriptor and an ``as_of``
date. A long history is downsampled by the MCP server to a bounded
number of points (first and last kept), marked with
``downsampled_from_bars`` and ``points_returned`` on the
``observations`` block.
Note: values are the latest revised figures stamped by reference period,
not point-in-time as-first-reported data — do not treat them as the
values that were known at a past date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| start | No | ||
| series | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||