Skip to content

Releases: scheb/yahoo-finance-api

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

v4.7.0

28 May 11:04
Compare
Choose a tag to compare
  • Update the approach (again) to retrieve quotes, since old approach stopped working, #40, thanks to @nevets963 and @yasinaslan16 for sharing the new approach

v4.6.0

07 May 11:45
Compare
Choose a tag to compare

Retrieving quotes data from the v6 API endpoint. The v7 endpoint stopped working without session, GDPR consent and crumb value.

v4.5.0

18 Dec 11:58
Compare
Choose a tag to compare

Retrieving historical data no longer requires a crumb value 🤷

v4.4.0

17 Dec 14:35
Compare
Choose a tag to compare

Code formatting: php-cs-fixer adjustments

v4.3.0

05 Mar 09:00
d64efd4
Compare
Choose a tag to compare

v4.2.0

28 Feb 11:30
Compare
Choose a tag to compare
  • Add methods to retrieve historical data for dividends and stock splits, #30, thanks to @hackerESQ

v4.1.0

22 Feb 18:22
Compare
Choose a tag to compare
  • Use of DateTimeInterface instead of DateTime, #29, thanks to @Spomky