get_entity_data
Retrieve wide-format data for one entity across multiple indicators, automatically joined on time. Ideal for multi-indicator dashboards and correlation analyses.
Instructions
Fetch wide-format data for ONE entity across MULTIPLE indicators — joined automatically on time via shadow columns. This is the "cross-dataset join" capability: no manual relationship setup needed. Returns JSON rows like [{time:"2020", gdp:3846, unemployment:3.8, life_expectancy:81.3}, …]. Perfect for multi-indicator dashboards or correlation analyses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | Entity code (e.g. "DEU", "USA", "EUU") | |
| indicators | Yes | Indicator IDs (max 10). Get these from list_indicators or get_entity_profile. | |
| time | No | Optional time range, e.g. "2010-2023" or "2020". Format: YYYY or YYYY-YYYY |