Wrong date on api fixer io for exchange

295 Views Asked by At

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?

1

There are 1 best solutions below

0
On

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