Torann / laravel-currency

This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.
http://lyften.com/projects/laravel-currency
BSD 2-Clause "Simplified" License
393 stars 136 forks source link

Yahoo exchange rates service discontinued #86

Closed xzure closed 6 years ago

xzure commented 6 years ago

Updating from Yahoo Finance will now fail with the following error.

[ErrorException]
A non-numeric value encountered

This error is thrown at src/Console/Update.php:88.

Dumping out the response gives the following message

array:1 [ 0 => "Yahoo! - 403 Forbidden -- error 403It has come to our attention that this service is being used in violation of the Yahoo Terms of Service. As such, the service is being discontinued. For all future markets and equities data research, please refer to finance.yahoo.com." ]

Torann commented 6 years ago

The readme was updated and Yahoo was removed as a provider 21 days ago today :-(