exchangeratesapi.io does not return updated data
See original GitHub issueRequest https://api.exchangeratesapi.io/2018-12-12?base=EUR&symbols=USD
Response
{"date":"2018-12-07","rates":{"USD":1.1371},"base":"EUR"}
Expected Behaviour
{"date":"2018-12-12","rates":{"USD":1.1346},"base":"EUR"}
Description The data does not seem to be updated since Friday (2018-12-07).
Issue Analytics
- State:
- Created 5 years ago
- Comments:8
Top Results From Across the Web
Documentation - Exchange Rates API
This endpoint, depending on your subscription plan will return real-time exchange rate data which gets updated every 60 minutes, every 10 minutes, or...
Read more >Setting Up A Currency Convertor With ExchangeRatesApi.io
In this article, we will introduce ExchangeRatesApi.io, a popular API solution providing data for current and historical exchange rates for ...
Read more >Unable to Parse API for Exchange Rate - Apple Developer
We are new programmers and are trying to parse an Exchange Rate API. We are able to pull data from the API, but...
Read more >Decoding Exchange Rate JSON in SwiftUI - Stack Overflow
JSONDecoder().decode(RateResult.self, from: data) { // we have good data – go back to the main thread DispatchQueue.main.async { // update ...
Read more >Get Real-Time Exchange Rates With exchangeratesapi
exchangeratesapi is a RESTful API service that allows customers to query current and historical currency data for most countries worldwide.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@pwrnrd It’s fixed.
It seems we have run out of disk space on our server. I will need to get log rotation into place and see what was piling up. Thank you for letting us know.
I am using free account .It redirects to http://api.exchangeratesapi.io/v1/latest?access_key …and pops up currency conversion error…