Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended DataReader to fetch Dividends and Stock Splits from Yahoo! #45

Merged
merged 1 commit into from Jun 10, 2015

Conversation

brotchie
Copy link
Contributor

@brotchie brotchie commented May 9, 2015

  • Added yahoo-actions data_source to DataReader;
  • Added get_data_yahoo_actions that returns a DataFrame containing
    DIVIDEND and SPLIT corporate actions fetched from Yahoo! Finance;
  • Added unit tests;
  • Added documentation example.

@davidastephens
Copy link
Member

Thanks. Could you add that to the docs? I assume that would be a common question.

Only other thing I could think of would be to have a convenient way to get only the splits or only the dividends (understanding that anyone could filter the resulting dataframe). Could be next version..

@davidastephens
Copy link
Member

@brotchie Can you add the note to the docs about the date being the ex-date? Then I'm good to merge.

Thanks!

@brotchie
Copy link
Contributor Author

@davidastephens I've updated the appropriate docstrings and Sphinx documentation with details of ex-dates.

Cheers!

@davidastephens
Copy link
Member

Great. Thanks! Can you squash and I'll merge when green?

 - Added yahoo-actions data_source to DataReader;
 - Added get_data_yahoo_actions that returns a DataFrame containing
   DIVIDEND and SPLIT corporate actions fetched from Yahoo! Finance;
 - Added unit tests;
 - Added documentation example.
davidastephens added a commit that referenced this pull request Jun 10, 2015
ENH: Extended DataReader to fetch Dividends and Stock Splits from Yahoo!
@davidastephens davidastephens merged commit 5979a6c into pydata:master Jun 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants