🔧 Prerequisites
To use this component, make sure you have the following set up:
CurrencyLayer AccountSign up at currencylayer.com and grab your API Access Key from the dashboard.
Install ArdoJSON for ODCThe library relies on the ArdoJSON service to process JSON requests and responses. Please ensure it's installed in your environment.
Pass the API Key in RequestsAfter installing the library, all requests must include your access_key. This key is required to authenticate your API calls.
access_key
Import Actions and StructuresWhen using this service, remember to import the provided Actions and Structures into your module. These handle all API interactions and responses seamlessly.
📘 API Reference
All API calls are based on the CurrencyLayer REST API. You can find detailed documentation here:👉 https://currencylayer.com/documentation
Below is a summary of the main available actions:
🔁 GetChange
Returns exchange rate data between two dates.
start_date
end_date
source_currency
currencies_list
🔄 GetConvert
Performs real-time currency conversion.
from_currency
to_currency
amount
📅 GetHistorical
Fetches historical exchange rates for a specific date.
date
⏳ GetHistoricalConvert
Performs conversion using historical exchange rates.
historical_date
📊 GetTimeFrame
Returns historical rates over a time period.
source
currencies
⚡ GetLive
Returns the most recent exchange rates.
📜 GetList
Returns metadata about the API and supported currencies.
success
terms
privacy