Skip to content

Commit 20736c5

Browse files
committed
Added details of ex-dates.
1 parent 65ba6bb commit 20736c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas_datareader/data.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def DataReader(name, data_source=None, start=None, end=None,
5858
# Data from Yahoo! Finance
5959
gs = DataReader("GS", "yahoo")
6060
61-
# Corporate Actions (Dividend and Split Data) from Yahoo! Finance
61+
# Corporate Actions (Dividend and Split Data) with ex-dates from Yahoo! Finance
6262
gs = DataReader("GS", "yahoo-actions")
6363
6464
# Data from Google Finance
@@ -436,7 +436,8 @@ def get_data_yahoo_actions(symbol, start=None, end=None, retry_count=3,
436436
pause=0.001):
437437
"""
438438
Returns DataFrame of historical corporate actions (dividends and stock
439-
splits) from symbols, over date range, start to end.
439+
splits) from symbols, over date range, start to end. All dates in the
440+
resulting DataFrame correspond with dividend and stock split ex-dates.
440441
441442
Parameters
442443
----------

0 commit comments

Comments
 (0)