-
Notifications
You must be signed in to change notification settings - Fork 62
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
Stock splits and getting dividends, stock splits, and other historical data in one function call #238
Comments
Originally posted by @ZehCoque in #119 (reply in thread) |
@ZehCoque Thanks for asking! The API endpoint used to download the CSV only returns one thing at a time. It isn't exactly great, but I guess it is just a limitation of the YF API. I will send a PR tomorrow that will add stock splits as either an addition to the current historical module or a new module entirely. There is also a charts endpoint that seems to return the desired data in an odd format. I guess I might implement stock splits in both a new module and the historical one (pun not intended). Hopefully, by tomorrow, I will have some sort of a module ready... |
Massive thanks as usual, @PythonCreator27! 🙏 🎉 |
If you end up using the data from Yahoo Finance's In the future, we may consider to allow array values, e.g. Thanks again for taking this on! |
Quick update: I am going to create a new module entirely, as modifying the types in New update: I have a working implementation, but without tests or docs. It has the same bug as #208, for now. |
Hello!
First of all, congratulations for the awesome work! This is a very good API!
I was wondering if it is possible to get the split history, the same way the Yahoo! charts show:
I am sure this print can help:
if you change the "Show" option to Stock Splits, the exported csv shows the information I need.
Looking forward to your reply!
Thanks!
Originally posted by @ZehCoque in #119 (comment)
The text was updated successfully, but these errors were encountered: