currencylayer
Service icon

CurrencyLayer

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 21 Apr (21 hours ago)
 by 
0.0
 (0 ratings)
currencylayer

CurrencyLayer

Documentation
1.0.0

Prerequisite to use the component :

  • You have to set up an Account on CurrencyLayer & get your API Access keys from Dashboard.
  • Once you installed the Service in your environment; you need to set the Site-Property: CurrencyLayer_Access_Key; The one you get above.
  • All Request-Response is handled with the help of a defined Structure via REST-JSON & SiteProperty
  • Import Actions as well as Structure while you use the Service.
  • Ardo-Json  Service needs to be installed on the environment, Link.


Reference for the Actions & REST :

https://currencylayer.com/documentation

----------------------------------------------

GetChange
ParameterDescription


start_date[Required] Specify the start date of your time frame.
end_date[Required] Specify the end date of your time frame.
source_currency

[optional] Specify a Source Currency other than the default USD. Supported on the Basic Plan and higher.
currencies_list

[optional] Specify a comma-separated list of currency codes to limit your API response to specific currencies.



GetConvert

ParameterDescription


from_currency
[Required] Specify the currency to convert from
to_currency
[Required] Specify the currency to convert to.
amount[Required] Specify the amount to convert.




GetHistorical
ParameterDescription


date[Required] Specify a date for which to request historical rates. (Format: YYYY-MM-DD)


currencies_list
[optional] Specify a comma-separated list of currency codes to limit your API response to specific currencies.



GetHistoricalConvert
ParameterDescription


from_currency

[Required] Specify the currency to convert from.
to_currency

[Required] Specify the currency to convert to.
amount[Required] Specify the amount to convert.
historical_date

[Required] Specify the date to use for your conversion. (Format: YYYY-MM-DD)