Currencylayer Quotes Response
Envelope returned by /live and /historical containing real-time or historical exchange rates keyed by concatenated source+target codes (e.g. USDEUR).
Currency ExchangeForeign ExchangeFXForexConversionHistorical RatesTime FrameChange ReportPrecious MetalsAPILayerPublic APIs
Properties
| Name |
Type |
Description |
| success |
boolean |
Indicates whether the request succeeded. |
| terms |
string |
|
| privacy |
string |
|
| timestamp |
integer |
Unix timestamp (seconds) when the rates were published. |
| source |
string |
ISO 4217 source/base currency code anchoring the rate set. |
| historical |
boolean |
Present and true when the response represents historical rates. |
| date |
string |
Date the rates apply to (YYYY-MM-DD), present for /historical. |
| quotes |
object |
Map of concatenated source+target ISO 4217 codes (e.g. USDEUR) to the exchange rate. |
JSON Schema