currencylayer-API
currencylayer-API copied to clipboard
Reliable, accurate, real-time exchange rates for 168 world currencies, delivered in portable JSON format, compatible with any application. Full interactive documentation, code, integration guides and...
Hello, I noticed that in CurrencyLayer, the quote entry "USDUSD" is missing. It should have the value 1. My OpenSource software relied on this value and due to the change...
I have just noticed that when I am getting a currency list with USD as the base, "USDUSD" is not 1.0 as expected but 1.0002680000. I do not know when...
I actually tried to open a support ticket about this right now, but I get an error saying the support ticket cannot be opened? So figured I would post it...
Today we noticed that a currency that used to be returned by a history GET is no longer returned. Vanuatu Vatu (VUV) is no longer in the response body. Just...
We currently are unable to fetch the VEF and GIP currencies. Example: ``` https://api.currencylayer.com/live?access_key=xxx&source=VEF¤cies=EUR https://api.currencylayer.com/live?access_key=xxx&source=GIP¤cies=EUR ``` The response is "You have supplied an invalid Source Currency. [Example: source=EUR]" We have...
Hello @macseem @paulzehetmayr, It seems that there is a bug in the "**live**" _api.currencylayer_ API: When I request it using **Postman**: **GET** `https://api.currencylayer.com/live?access_key=XXXXXXXX&source=EUR¤cies=USD` It returns this Response: ``` { "success":...
I recently got a paid "Basic" plan for the API. In my code, I have to send the request to the API by creating string objects for the host, port...
This adds the cryptocurrency Sumcoin
This adds the cryptocurrency Sumcoin
Here are the typical headers returned from the API: ``` Access-Control-Allow-Methods: GET, HEAD, POST, PUT, PATCH, DELETE, OPTIONS Access-Control-Allow-Origin: * Content-Type: application/json; Charset=UTF-8 Date: Wed, 14 Aug 2019 01:40:08 GMT...