Skip to content

Releases: scheb/yahoo-finance-api

v4.0.1

12 Jul 09:44
Compare
Choose a tag to compare
  • Added support for Guzzle 7

v4.0.0

18 Jun 17:05
Compare
Choose a tag to compare
  • Dropped support for old PHP versions, minimum PHP version is now 7.1.3
  • The library now has PHP7.1 type-hints and declare(strict_types=1) everywhere
  • Added fields preMarket* and openInterest to Quote
  • Added ValueMapperInterface to give the library some flexibility for casting values
  • The library is proved to run on PHP8

v3.1.1

28 Aug 20:44
Compare
Choose a tag to compare
Apply php-cs-fixer

v3.1.0

05 Apr 21:52
Compare
Choose a tag to compare

Use historical data page to retrieve crumb

v3.0.0

14 Nov 23:19
Compare
Choose a tag to compare

Client update because YQL endpoints have been discontinued.

v2.1.0

31 Aug 16:02
Compare
Choose a tag to compare

Serializable results

v2.0.1

27 Aug 15:56
Compare
Choose a tag to compare
Merge pull request #9 from wahwahid/master

Ignore null from ApiException on Historical Data Result Decoder

v2.0.0

10 Aug 20:04
Compare
Choose a tag to compare

New major release of scheb/yahoo finance API. What's new:

  • Dropped support for PHP <5.6, tested on PHP7
  • New API
  • New HTTP client (Guzzle6)
  • Object-based results
  • Better error handling
  • Test cases

v1.4.0

15 Mar 19:13
Compare
Choose a tag to compare
Merge pull request #7 from clind922/master

Added currency API and fixed broken APIs

v1.3.0

13 Feb 22:38
Compare
Choose a tag to compare

API call updated