Skip to content

Releases: scheb/yahoo-finance-api

v5.0.0

05 Jul 21:00
Compare
Choose a tag to compare

New major release - version 5

Please check the instructions to upgrade version 4.x to 5.x.


Main changes:

  • Retry mechanism to automatically retry failed requests
  • Cache for session context (cookies and crumb value) to reduce necessary HTTP requests
  • Support for curl-impersonate
  • PHP 8.1 is now minimum PHP version

Thank you to @MrNamra, who initiated these improvements with his original PR.

v4.13.0

04 Jul 09:23
Compare
Choose a tag to compare
  • Deprecate stockSummary(), use getStockSummary() instead

v4.12.0

27 Mar 15:50
Compare
Choose a tag to compare
  • Fixed search by switching to another endpoint, fixes #60

v4.11.2

29 Dec 18:21
6955d2d
Compare
Choose a tag to compare
  • Check if column value is a null type when decoding historical data by @hackeresq in #58

v4.11.1

16 Oct 17:36
acb9eba
Compare
Choose a tag to compare

v4.11.0

15 Oct 17:52
34ec706
Compare
Choose a tag to compare
  • Fix issue getHistoricalQuoteData giving 403 unauthorized errors, fixes #52, thank you to @jrodriguesd

v4.10.1

09 Jun 11:52
Compare
Choose a tag to compare
  • Fix invalid return type for option exp_date by @CompoTypo in #51

v4.10.0

02 Apr 17:18
Compare
Choose a tag to compare

v4.9.0

01 Mar 19:03
c24c085
Compare
Choose a tag to compare

v4.8.0

23 Jul 14:39
Compare
Choose a tag to compare

Randomize user agent to work around "429 Too Many Requests" issue