Skip to content

Histórico Dólar Oficial

GET
/v1/historicos/dolares/oficial

Devuelve el último valor de cada día del Dólar Oficial

Respuestas

Array de cotizaciones históricas

application/json
JSON
[
{
"fuente": "string",
"compra": 0,
"venta": 0,
"promedio": 0,
"fecha": "string"
}
]

Playground

Ejemplos

cURL
JavaScript
PHP
Python
Powered by VitePress OpenAPI