Exchangerate.dev
Exchangerate.dev is a foreign-exchange rate service providing live and historical rates across 168 currency pairs with history reaching back to 1999. Callers can fetch the latest rates for a base currency, retrieve rates for a specific past date, request a time series between two dates, convert an amount from one currency to another, and list supported currencies. Its request and response shapes are Frankfurter-compatible. No credentials required.
What your agent can do with Exchangerate.dev
Triggers and actions 4 actions
- ActionConvert currency
Converts an amount from one currency to another using current rates. GET /v1/convert/{from_ccy}/{to_ccy}/{amount} or /v1/convert/{from_ccy}/{to_ccy}
- ActionGet exchange rate
Returns the exchange rate for a specific currency pair slug. GET /v1/rate/{slug}
- ActionGet historical exchange rates
Returns exchange rates for a specific past date, optionally for a given base currency. GET /v1/{date} or GET /v1/{date}/{path_base}
- ActionList exchange rate range
Returns exchange rates across a date range for a base currency. GET /v1/range
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Exchangerate.dev API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.