Skip to content

Dólar

GET
/v1/cotizaciones/usd

Cotización del dólar estadounidense en pesos chilenos

Respuestas

Devuelve la cotización del Dólar
application/json
JSON
[
{
"compra": 0,
"venta": 0,
"ultimoCierre": 0,
"nombre": "string",
"moneda": "string",
"fechaActualizacion": "string"
}
]

Playground

Ejemplos

cURL
JavaScript
PHP
Python
Powered by VitePress OpenAPI