Skip to content

GET /estadisticas/v4.0/Monetarias

GET
/estadisticas/v4.0/Monetarias

Parámetros

Query Parameters

IdVariable
Tipointeger
formatint32
Categoria
Tipostring
maxLength255
minLength0
Periodicidad
Tipostring
maxLength1
minLength0
Moneda
Tipostring
maxLength5
minLength0
TipoSerie
Tipostring
maxLength100
minLength0
UnidadExpresion
Tipostring
maxLength100
minLength0
Limit
Tipointeger
formatint32
Offset
Tipointeger
formatint32

Respuestas

Success
JSON
{
"status": 0,
"metadata": {
"resultset": {
"count": 0,
"offset": 0,
"limit": 0
}
},
"results": [
{
"idVariable": 0,
"descripcion": "string",
"categoria": "string",
"tipoSerie": "string",
"periodicidad": "string",
"unidadExpresion": "string",
"moneda": "string",
"primerFechaInformada": "2025-08-21",
"ultFechaInformada": "2025-08-21",
"ultValorInformado": 0
}
]
}

Playground

Variables
Key
Value

Ejemplos

cURL
JavaScript
PHP
Python
Powered by VitePress OpenAPI