We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80eb0dd commit 9770f28Copy full SHA for 9770f28
CHANGELOG.rst
@@ -1,6 +1,17 @@
1
Change Log
2
===========
3
4
+0.1.71
5
+------
6
+- Added Tickers(…).news()
7
+- Return empty DF if YF missing earnings dates
8
+- Fix EPS % to 0->1
9
+- Fix timezone handling
10
+- Fix handling of missing data
11
+- Clean&format earnings_dates table
12
+- Add ``.get_earnings_dates()`` to retreive earnings calendar
13
+- Added ``.get_earnings_history()`` to fetch earnings data
14
+
15
0.1.70
16
------
17
- Bug fixed - Closes #937
yfinance/version.py
@@ -1 +1 @@
-version = "0.1.70"
+version = "0.1.71"
0 commit comments