Overview
The ArgentinaDatos API is a free, open API that provides Argentine economic and financial data. Argentista uses it to retrieve historical monthly CPI (Consumer Price Index) inflation figures and historical dollar exchange rates. The API requires no authentication. There are no documented rate limits.Data is sourced from INDEC (Instituto Nacional de Estadística y Censos), Argentina’s official national statistics bureau.
GET /v1/finanzas/indices/inflacion
Returns a time series of monthly CPI inflation readings for Argentina. Each entry represents the percentage change in consumer prices for that calendar month. This endpoint powers theInflationCalculator, InflationChart, and InflationGraph components.
Request
Response fields
Returns a JSON array. Each element represents one month’s CPI reading.Array of monthly inflation records.
Example response
The array is sorted chronologically from oldest to most recent. Coverage begins in January 2017.
GET /v1/cotizaciones/dolares/
Returns the full historical daily exchange rate series for a specific Argentine dollar market type. Each entry contains the buy (compra) and sell (venta) prices in Argentine pesos (ARS) for a given date.
This endpoint powers the DollarHistoryChart component.
Path parameters
The dollar market type to retrieve. Must be one of the values in the table below.
| Value | Description |
|---|---|
oficial | Official government rate (BNA) |
blue | Informal/parallel market rate |
bolsa | Electronic Payment Market (MEP) — via bonds |
contadoconliqui | Cash with settlement (CCL) — capital flight rate |
mayorista | Wholesale rate for large transactions |
cripto | Cryptocurrency-implied exchange rate |
tarjeta | Credit card rate (includes PAIS tax) |
Request
blue with any valid casa value.
Response fields
Returns a JSON array sorted by date in ascending order.Array of daily exchange rate records.
Example response
Notes
- No authentication required. All endpoints are publicly accessible.
- No documented rate limits. Avoid hammering the API; cache responses where possible.
- Data source. Inflation data comes from INDEC official publications. Exchange rate data comes from publicly reported market sources.
- The
bluedollar represents Argentina’s informal parallel market rate, which operates outside the official banking system.