get_series
Retrieve time-series data for any VeriTR indicator, returning period-value pairs with source institution and dataset ID. Omit geography to compare all available regions.
Instructions
Fetch a time series for one indicator. This is the primary data tool.
Returns compact [period, value] pairs plus the source institution and dataset id.
Omitting geography returns every region the indicator covers — combine with
limit for national comparisons, or use get_snapshot for a single-year ranking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max series returned. | |
| format | No | 'json' or 'csv'. | json |
| end_date | No | Inclusive end, same formats. | |
| geography | No | ISO 3166-2 ('TR-34'), plate code ('34'), province name ('İstanbul') or 'TR' for the whole country. Omit to get every available region. | |
| indicator | Yes | VeriTR indicator id from search_indicators, e.g. 'population.total'. | |
| dimensions | No | Optional provider dimension overrides, e.g. {'SEX': '2'}. get_metadata lists what an indicator allows. | |
| start_date | No | Inclusive start: '2015', '2015-Q1' or '2015-01'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||