1

I use on my website an api for exchange from api fixer io but it gives me the exchange from yesterday! My code is $content = file_get_contents("http://api.fixer.io/latest"); $content = json_decode($content, TRUE);

Did anyone have this problem?

Cipryst
  • 223
  • 1
  • 13

1 Answers1

0

Exchange Rates aren't updating on weekend and if you are making an API request, it will show the latest exchange rates

Lucas
  • 104
  • 1
  • 12