Skip to content

Índice de Confianza en el Gobierno (último)

GET
/v1/politica/indices/confianza-gobierno/ultimo

Devuelve el último valor publicado del Índice de Confianza en el Gobierno (ICG).

Respuestas

Devuelve el último valor del ICG

application/json
JSON
{
  
"fecha": "string",
  
"valor": 0,
  
"variacion": 0
}

Playground

Ejemplos

Powered by VitePress OpenAPI

Ejemplos de uso

El último valor se obtiene de la misma serie mensual del ICG.

bash
curl -L 'https://api.argentinadatos.com/v1/politica/indices/confianza-gobierno/ultimo'