Skip to content

Releases: AndrewRPorter/yahoo-historical

Remove Python 2 Support

03 Aug 23:04
6cd9fee
Compare
Choose a tag to compare

General refactor of codebase with removal of Python 2 support. This will allow yahoo-historical to adopt more modern features such as f-strings and type hints.

This update also creates a new as_dataframe field, allowing developers to opt out of the Pandas DataFrame response.

Fix bug with fetcher headers

20 Sep 20:00
Compare
Choose a tag to compare
0.4.1

Bump version

Adjust yahoo API call to no longer use cookie and crumb

06 Jul 00:28
Compare
Choose a tag to compare

0.3.2: made functions adhere to pep8 standards and threw deprecation warning…

29 Nov 17:44
Compare
Choose a tag to compare

0.3.1

06 Oct 18:06
Compare
Choose a tag to compare
updated version for bug fix

0.3.0

11 Jan 17:39
Compare
Choose a tag to compare

Fixes bug with conda environment and added requirements.txt

0.2.1

17 Dec 19:34
Compare
Choose a tag to compare
updated setup

0.2: Merge pull request #9 from pollow/events

17 Dec 19:29
1a1a180
Compare
Choose a tag to compare

Now returns actual close price instead of dividend adjusted close in datePrice().
Added functions for getting splits and dividend payout dates

0.1.4

20 Jul 22:27
Compare
Choose a tag to compare
Fixed issue with input interval in Fetcher

0.1.3

19 Jul 02:21
Compare
Choose a tag to compare

getDatePrice() and getDateVolume() now actually return date and price/volume.

Interval can now be specified when creating a Fetcher object.