The economic data explorer lets you look up key development indicators for countries worldwide. Data is retrieved directly from the World Bank API and covers metrics such as GDP, inflation, unemployment, education enrollment, infrastructure access, and trade figures.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/lucavallini/wert-app/llms.txt
Use this file to discover all available pages before exploring further.
All data comes from the World Bank Open Data API. Each query returns the 5 most recent years available for the selected country and indicator. Some country-indicator combinations may have gaps where the World Bank has not yet published data.
How to use
- Select a country from the País dropdown (
pais_combo). The list is populated with all non-aggregate World Bank country entries at startup. - Select an indicator from the Indicador dropdown (
indicador_combo). - Click the Datos button. Results appear in the data text area (
datos_text).
Supported indicators
| Code | Indicator |
|---|---|
| NY.GDP.MKTP.CD | PIB total (US$) |
| NY.GDP.MKTP.KD.ZG | Crecimiento del PIB (%) |
| NY.GDP.PCAP.CD | PIB por persona (US$) |
| FP.CPI.TOTL.ZG | Inflación anual (%) |
| SL.UEM.TOTL.ZS | Desempleo (%) |
| SE.SEC.NENR | Matriculación secundaria neta (%) |
| EG.ELC.ACCS.ZS | Acceso a electricidad (%) |
| SH.H2O.SMDW.ZS | Acceso a agua potable (%) |
| IT.NET.USER.ZS | Usuarios de Internet (%) |
| NE.EXP.GNFS.ZS | Exportaciones de bienes y servicios (% del PIB) |
| NE.IMP.GNFS.ZS | Importaciones de bienes y servicios (% del PIB) |
How data is formatted
Theformat_eco_data method in WorldBankAPI formats each year’s value according to its magnitude:
- Values greater than 1,000 — displayed as a dollar amount with thousand separators:
US$1,234,567,890 - Values of 1,000 or less — displayed as a percentage rounded to two decimal places:
3.45 % - Missing values — displayed as:
Dato no disponible