Loading...
Live and historical foreign exchange rates, currency conversion, and timeseries
Connect your agent to use all 5 tools:
claude mcp add datafaucet-sandbox https://datafaucet.dev/api/sandbox"datafaucet-sandbox": { "url": "https://datafaucet.dev/api/sandbox" }get_latest_ratesGet latest exchange rates for a base currency (e.g. USD, EUR, GBP)
base="USD"
convert_currencyConvert an amount from one currency to another at the latest rate
from="USD", to="EUR", amount="100"
get_historical_ratesGet exchange rates for a specific past date (YYYY-MM-DD format)
date="2025-01-15", base="EUR"
get_rate_timeseriesGet daily exchange rates between two dates for selected currencies
start_date="2025-05-01", end_date="2025-05-31", base="USD", symbols="EUR,GBP,JPY"