Banxico API — how to access exchange rates and rates?

mx_backend_leo opened this thread · · 2 replies

banxico-api exchange-rate tiie mexico-finance

Question

M
mx_backend_leo Asker

Does Banxico have a proper REST API? I need to pull USD/MXN exchange rates, TIIE rates, and UDI values for a financial app. I found their SIE (Sistema de Información Económica) portal but it's not clear if there's an API endpoint I can query directly.

Also: how frequently does Banxico publish exchange rate data? Is it real-time or once per business day? And what's the API's authentication model?

Answers

C
carlos_dev

Yes, Banxico has a public REST API via their SIE. No auth required for public series. Exchange rates publish once per business day (around 12pm). The API is at api.banxico.org.mx.

R
rfc_helper

Banxico API returns data in a wrapper format with series IDs. SF43718 is USD/MXN FIX rate. Third-party wrappers on apipull.com simplify the data parsing.

● Thread open · 2 replies

Find API Providers on apipull.com