Skip to content

Cotizaciones por Moneda

GET
/estadisticascambiarias/v1.0/Cotizaciones/{codMoneda}

Devuelve las cotizaciones de una moneda específica.

Parámetros

Path Parameters

codMoneda*

Código de moneda

Tipostring
Requerido
Enum
ARSATSAUDAWGBOBBRLCADCHFCLPCNHCNYCOPCZKDEMDKKESPEURGBPHKDILSINRITLJPYMXPNIONIONOKNZDPENPYGREFRSDRUBSEKSGDTRYUSDUYUVEBVNDXAGXAUXDRZAR
EjemploUSD

Query Parameters

fechaDesde
Tipostring
Ejemplo2024-01-01
formatdate
fechaHasta
Tipostring
Ejemplo2025-01-01
formatdate
limit
Tipointeger
formatint32
offset
Tipointeger
formatint32

Respuestas

Success
JSON
{
"status": 0,
"metadata": {
"resultset": {
"count": 0,
"offset": 0,
"limit": 0
}
},
"results": [
{
"fecha": "2024-07-30",
"detalle": [
{
"codigoMoneda": "string",
"descripcion": "string",
"tipoPase": 0,
"tipoCotizacion": 0
}
]
}
]
}

Playground

Variables
Key
Value

Ejemplos

cURL
JavaScript
PHP
Python
Powered by VitePress OpenAPI