ExchangeRate-API · Arazzo Workflow
ExchangeRate-API Codes to Conversion
Version 1.0.0
Discover supported currencies, pull latest rates, then convert a specific pair.
View Spec
View on GitHub
Currency ExchangeForeign ExchangeFinancial DataForexCurrency ConversionPublic APIsArazzoWorkflows
Provider
Workflows
codes-to-conversion
Resolve supported codes, fetch latest rates, and convert a currency pair.
Confirms the base and target currencies are supported, retrieves the latest rate table for the base currency, and then performs a direct base-to-target pair conversion.
1
listSupportedCodes
getSupportedCodes
Retrieve the full list of supported ISO 4217 currency codes and their names to confirm the requested currencies are available.
2
getLatest
getLatestRates
Fetch the latest exchange rates from the base currency to all supported currencies.
3
convertPair
getPairConversion
Request the direct exchange rate between the base and target currency.