Mexico Policy Interest Rate was last reported at 6.50 percent as of September 15, 2026. That reading was unchanged from the prior value of 6.50 percent. This indicator is reported Daily, and is tracked under the International category.
| Date | Value (percent) |
|---|---|
| Sep 15, 2026 | 6.50 |
| Sep 14, 2026 | 6.50 |
| Sep 13, 2026 | 6.50 |
| Sep 12, 2026 | 6.50 |
| Sep 11, 2026 | 6.50 |
| Sep 10, 2026 | 6.50 |
| Sep 9, 2026 | 6.50 |
| Sep 8, 2026 | 6.50 |
| Sep 7, 2026 | 6.50 |
| Sep 6, 2026 | 6.50 |
| Date | Value (percent) |
|---|---|
| Sep 5, 2026 | 6.50 |
| Sep 4, 2026 | 6.50 |
| Sep 3, 2026 | 6.50 |
| Sep 2, 2026 | 6.50 |
| Sep 1, 2026 | 6.50 |
| Aug 31, 2026 | 6.50 |
| Aug 30, 2026 | 6.50 |
| Aug 29, 2026 | 6.50 |
| Aug 28, 2026 | 6.50 |
| Aug 27, 2026 | 6.50 |
Pull the full history of Mexico Policy Interest Rate into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=MXPOLICYRATE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "MXPOLICYRATE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=MXPOLICYRATE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();