UnifyAPI
← Back to catalog

exchangerate.convert

mock data$0.001 / call

Convert Currency

Convert amount between any two currencies — 160+ currencies supported. Returns conversion rate and result (ExchangeRate-API)

Financeprovider: ExchangeRate#exchangerate#finance

Input schema

torequired

Target currency code (e.g. "EUR")

string
fromrequired

Source currency code (e.g. "USD")

string
amount

Amount to convert (default 1)

number

Call via REST

curl -X POST https://unifyapi.pro/api/call/exchangerate.convert \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"to":"<to>","from":"<from>","amount":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.