# US-Mexico Remittances Dashboard > Interactive dashboard and open API for remittance flows between the United > States and Mexico. Quarterly data from Banco de Mexico covering all 32 > Mexican states and 2488 municipalities, plus the 51 US > states that send the money and the Mexican-born population behind them. Site: https://remittances.mx Author: Juan Pablo Pietrini Sánchez (jpietrin@stanford.edu), Stanford University Citation: Pietrini, J.P. US-Mexico Remittances Dashboard. Available at remittances.mx Code: https://github.com/jp-pietrini/remittances-api-mcp (MIT) ## Coverage - Mexican states and municipalities: 2013-Q1 to 2026-Q2 - US states of origin: 2013-Q1 to 2025-Q3 - Full coverage label: 2013-Q1 to 2026-Q2 - Last complete calendar year: 2025 - Currency: current US dollars, unrounded - Municipal data is annual; state and national data is quarterly ## Key figures - Mexico received about $62.5 billion USD in remittances in 2025, down about 4 percent from about $65.0 billion in 2024. That is the first annual decline in the series, which begins in 2013 at about $23.1 billion. - About 10.3 million Mexican-born residents live in the United States. - California and Texas are the largest sending states; Guanajuato, Michoacan de Ocampo and Jalisco are the largest receiving states. ## Pages - https://remittances.mx/: Introduction - https://remittances.mx/dashboard: Interactive map of senders and receivers - https://remittances.mx/dashboard/visualizations: Charts, rankings and demographics - https://remittances.mx/dashboard/methodology: Sources, methods and limitations - https://remittances.mx/dashboard/api: API and MCP documentation - https://remittances.mx/dashboard/author: About the author ## API (open, no key, JSON or CSV via format=csv) - GET https://remittances.mx/api/v1/meta - GET https://remittances.mx/api/v1/national?freq=yearly|quarterly - GET https://remittances.mx/api/v1/mexico/states?year=YYYY&quarter=Q1..Q4 - GET https://remittances.mx/api/v1/mexico/states/timeseries?state=NAME&freq=quarterly - GET https://remittances.mx/api/v1/mexico/municipalities?year=YYYY&state=NAME&limit=N - GET https://remittances.mx/api/v1/us/states?year=YYYY&quarter=Q1..Q4 ## MCP server claude mcp add remittances -- node /path/to/remittances-api-mcp/src/server.mjs Tools: get_coverage, get_national_totals, get_mexico_states, get_mexico_state_timeseries, get_mexico_municipalities, get_us_states ## Sources - Banco de México: Remittance flows by Mexican state and municipality, and by US state of origin - US Census Bureau (ACS): Mexican-born population by state and PUMA - CONAPO: Migration intensity index - INEGI (ENIGH, Census, ICMM): Household demographics and income ## Caveats - The most recent calendar year is partial until all four quarters publish. Check /api/v1/meta before computing year-over-year changes. - Banco de Mexico revises past quarters, so totals shift slightly between pulls. - US state-of-origin figures come from a different Banco de Mexico product than the Mexican state and municipal figures, so the two sides of the corridor can end on different periods.