tuik_download_data
Download a full TUIK SDMX dataset and save it as a tidy CSV file, with optional filters for time period and dimension keys.
Instructions
Download a full TUIK SDMX dataset and write it as a tidy CSV file.
Args: dataflow_id: Three-part SDMX id, e.g. 'TR,DF_ADNKS_T26,1.0'. output_path: Where to write the CSV (e.g. 'data/adnks_t26.csv'). key: SDMX key path ('ALL' or dot-separated codes). start: Optional start period. end: Optional end period.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| key | No | ALL | |
| start | No | ||
| dataflow_id | Yes | ||
| output_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |