Get series metadata
get_seriesRetrieve full metadata for a FRED series, including units, frequency, date range, and notes with methodology caveats.
Instructions
Full metadata for one series: units, frequency, range, and notes.
`series_id`: a FRED series ID (e.g. "GDPC1"). The `notes` are returned
verbatim — they carry methodology caveats and, for third-party series,
the owner's copyright terms (also flagged via `copyrighted`).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| series_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| series_id | Yes | The FRED series ID | |
| title | Yes | Series title | |
| units | Yes | Units of the raw data | |
| frequency | Yes | Native frequency | |
| seasonal_adjustment | Yes | Seasonal adjustment | |
| observation_start | Yes | First observation date (YYYY-MM-DD) | |
| observation_end | Yes | Latest observation date (YYYY-MM-DD) | |
| last_updated | Yes | When the series data was last updated | |
| popularity | No | FRED popularity rank component | |
| copyrighted | Yes | True if third-party-copyrighted (see notes for the owner's terms) | |
| notes | No | The series' FRED notes, verbatim — methodology, caveats, and any copyright notice (never stripped) |