question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

exchangeratesapi.io does not return updated data

See original GitHub issue

Request 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:closed
  • Created 5 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
madisvaincommented, Dec 13, 2018

@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.

0reactions
Adcreatorscommented, Apr 8, 2021

I am using free account .It redirects to http://api.exchangeratesapi.io/v1/latest?access_key …and pops up currency conversion error… Screen Shot 2021-04-08 at 3 46 48 pm

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found