Skip to main content
Glama

Banxico MCP Server

by cfocoder

get_date_range_data

Retrieve USD/MXN exchange rate data for a specified date range using start and end dates in YYYY-MM-DD format. Customize results by modifying the series ID for different financial indicators.

Instructions

Get exchange rate data for a specific date range.

Args: start_date: Start date in YYYY-MM-DD format end_date: End date in YYYY-MM-DD format series_id: The series ID (default: SF63528 for USD/MXN)

Returns: Exchange rate data for the specified date range

Input Schema

NameRequiredDescriptionDefault
end_dateYes
series_idNoSF63528
start_dateYes

Input Schema (JSON Schema)

{ "properties": { "end_date": { "title": "End Date", "type": "string" }, "series_id": { "default": "SF63528", "title": "Series Id", "type": "string" }, "start_date": { "title": "Start Date", "type": "string" } }, "required": [ "start_date", "end_date" ], "type": "object" }
Install Server

Other Tools from Banxico MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cfocoder/banxico_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server