mindicador-api

Consume and integrate the mindicador.cl economic indicators API for Chile, including endpoint selection, URL construction, response interpretation, and reliability handling. Use when a task involves reading current or historical indicator values (UF, IVP, dolar, euro, UTM, IPC, IMACEC, TPM, libra_cobre, tasa_desempleo, bitcoin, dolar_intercambio), generating client code, validating API paths, or evaluating what the API can and cannot provide.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mindicador-api" with this command: npx skills add jostechs/api-mindicador-chile/jostechs-api-mindicador-chile-mindicador-api

Mindicador API

Quick workflow

  1. Identify the required data granularity. Use all indicators, single indicator latest month, single indicator by date, or single indicator by year.

  2. Build the correct endpoint path. Follow the patterns in references/mindicador-reference.md.

  3. Validate indicator slug and date format. Use supported slugs exactly and format date as dd-mm-yyyy or year as yyyy.

  4. Parse response safely. Treat serie as the time series payload and handle missing dates, empty arrays, and transient HTTP/network errors.

  5. Report API capability boundaries. State that the API is read-only and focused on economic indicators; it does not provide auth, write operations, filtering, pagination, or custom aggregations.

Endpoint selection

  • Need a snapshot of all principal indicators: call https://mindicador.cl/api
  • Need one indicator recent series: call https://mindicador.cl/api/{tipo_indicador}
  • Need one indicator at one date: call https://mindicador.cl/api/{tipo_indicador}/{dd-mm-yyyy}
  • Need one indicator for a year: call https://mindicador.cl/api/{tipo_indicador}/{yyyy}

If the user asks for calculations (e.g., monthly average, volatility, conversion tables), fetch the raw series from the API and compute outside the API.

Implementation guidance

  • Prefer HTTPS and explicit timeout/retry strategy in clients.
  • Normalize decimal/date values in the application layer.
  • Use defensive parsing because fields may vary slightly by indicator and query type.
  • Cache responses where appropriate to reduce repeated calls.
  • Keep examples minimal and production-safe.

Capability assessment checklist

When asked how capable the API is, evaluate explicitly:

  • Coverage: indicators and historical ranges are broad for Chile economic data.
  • Query flexibility: only four path patterns; no arbitrary server-side filtering.
  • Freshness: intended to track Banco Central updates, but treat as external dependency.
  • Operational features: no built-in auth, quota metadata, pagination, or write endpoints.
  • Fit: strong for indicator lookup and historical reads; limited for analytics workflows unless combined with local processing.

Resources

  • Core reference: references/mindicador-reference.md
  • Canonical scripts:
  • scripts/get_all_indicators.sh
  • scripts/get_indicator.sh
  • scripts/fetch_indicator.py
  • scripts/fetch_indicator.mjs

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Tidal CLI

Control Tidal music streaming from the terminal. Use when the user wants to search Tidal's catalog (artists, albums, tracks, videos, playlists), manage playl...

Registry SourceRecently Updated
Coding

Wip Ai Devops Toolbox Private

Complete DevOps toolkit for AI-assisted software development. Release pipeline, license compliance, copyright enforcement, repo visibility guard, identity fi...

Registry SourceRecently Updated
Coding

AI Remote Work Empire Builder — Find the Best Remote Jobs, Clients & Countries to Build Your Location-Free Income

Find top remote jobs and freelance clients, analyze best countries for geo-arbitrage, build remote business setup, automate client acquisition, and secure wo...

Registry SourceRecently Updated
Coding

Wip Release

One-command release pipeline. Bumps version, updates changelog + SKILL.md, publishes to npm + GitHub.

Registry SourceRecently Updated