Entradas

Mostrando las entradas con la etiqueta TIIE

How to Get Exchange Rates in Excel Automatically Using a Free API (VBA Step-by-Step)

Imagen
How to Get Exchange Rates in Excel Automatically Using a Free API (VBA Step-by-Step) Automate exchange rates in Excel in minutes. In this guide, you’ll learn how to retrieve currency data from multiple countries (including African currencies) using a free API and VBA. This example is perfect if you work with financial reports, currency analysis, or need updated data without manual input. 🚀 What will you learn? How to get real-time exchange rates in Excel How to use a free API (no API key required) How to automate Excel with VBA How to retrieve multiple currencies (USD, MXN, EUR, ZAR, NGN, etc.) 🌍 Free Exchange Rate API For this example, we will use the following free API: 👉 https://open.er-api.com/v6/latest/USD Advantages: No API key required 150+ currencies available Includes African currencies Daily updated data (not historical) 💻 VBA Macro to Get Exchange Rates in Excel Copy and paste this code into a VBA module: Sub GetExchangeRates(...

Cómo consultar UDIS, CETES, TIIE y tipo de cambio con la API de Banxico en JavaScript

Imagen
Cómo consultar UDIS, CETES, TIIE y tipo de cambio con la API de Banxico en JavaScript Aprende a crear un panel en JavaScript que consulta en tiempo real indicadores de Banxico como UDIS, CETES, TIIE, tipo de cambio y salario mínimo. El Banco de México publica diariamente indicadores económicos como el valor de las UDIS , la TIIE , el tipo de cambio , los CETES y el salario mínimo . Gracias a su API pública , podemos conectarnos desde JavaScript y automatizar consultas financieras en tiempo real. En esta entrada construimos un panel interactivo para consultar el dato más reciente de varias series con unas cuantas líneas de código. Requisitos Un token gratuito de Banxico (solicítalo en su portal SIE). Un archivo .html o tu editor favorito. Conexión a internet. Tip: en este ejemplo colocamos el token en la UR...

🚀 Mantener este blog funcionando requiere tiempo y café. ¡Puedes contribuir con uno aquí!