get_series_group
Retrieve group metadata for a regional FRED series, returning title, region type, units, frequency, and covered date span.
Instructions
GeoFRED / Maps: fetch the series-group metadata for a regional series — pass a regional series_id and get the group it belongs to (title, region type, units, frequency, and the span of dates it covers).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| series_id | Yes | A regional FRED series id, e.g. `SMU56000000500000001`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The group's descriptive title, e.g. `"All Employees: Total Private"`. | |
| units | Yes | The units as a display label, e.g. `"Thousands of Persons"`. | |
| season | Yes | The seasonality, as FRED reports it here (a short code, e.g. `"NSA"`). | |
| max_date | Yes | The latest date the group has data for. | |
| min_date | Yes | The earliest date the group has data for. | |
| frequency | Yes | The frequency as a display label, e.g. `"Monthly"`. | |
| region_type | Yes | The region granularity as a display label, e.g. `"state"`. | |
| series_group | Yes | The group's identifier (FRED's own `series_group` field), e.g. `1223`. |