Get a currency exchange rate for a currency pair (https://currencylayer.com/).

Changelog

6 versions
v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the currencylayer API.
v1.0.4
  • Added output examples to component schemas.
v1.0.3
  • Added validation for required fields in components.
v1.0.2
  • Added retries in case of limit exceeded and improved authentication
v1.0.1
  • Making GetCurrencyExchangeRates and GetSingleCurrencyRate public and ListCurrencies Private
v1.0.0
  • Initial version

Authentication

TypeDetails
API Key
API Key (text)
Log into your currencylayer account and find API Keys page.
Protocol (text)
If you have a paid subscription to Currencylayer, enter https. Otherwise enter http. Https protocol is not supported for free subscription accounts

Actions

3
Get Currency Exchange Rates icon

Get Currency Exchange Rates

When triggered, returns a list of currency pairs.
Get Single Currency Rate icon

Get Single Currency Rate

When triggered, returns the rate of Exchange for the given currency Pair.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the currencylayer API.