-
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
Improved time-series support for financial reports. #753
Improved time-series support for financial reports. #753
Conversation
BREAKING CHANGEs: - requires option module. - type is removed from data key.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #753 +/- ##
==========================================
+ Coverage 93.12% 93.56% +0.43%
==========================================
Files 26 27 +1
Lines 669 730 +61
Branches 226 246 +20
==========================================
+ Hits 623 683 +60
- Misses 46 47 +1 ☔ View full report in Codecov by Sentry. |
Moved the time-series keys to a JSON file that can be maintained by a script parsing |
Thanks, @nocodehummel, for the phenomenal PR! Great idea to get all the keys from a har file and thanks both for your great implementation and adherence to project styling etc. This all looks good to me but would love to hear from @Shadaeiou from too. As for your questions:
Thanks again for your great work here! Super appreciated. Oh and P.S., re |
Awesome work, LGTM! 🎉 |
@gadicc and @Shadaeiou; thanks. Looking forward to a new release. |
@gadicc for the deprecated historical queries a migration path can be to add three new modules; incomeStatement, balanceSheet and cashflowStatement that map to the At the same time adding a deprecation warning. Would that make sense as a new PR? |
Converted back to draft. I noticed on one of my stocks |
Reviewed the results and the PR is good. The number of reports returned is the same as |
@nocodehummel, thanks again for all your amazing work on this! Most especially the extra time on testing and checking results, which will no doubt be greatly appreciated by all our users! All looks great. I'm going to merge now and this will be in our next release. There'll be an automated message here once it's published. I'll respond separately re the migration path. Thanks so much again, this is great work! |
🎉 This PR is included in version 2.11.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Improved the
fundamentalsTimeSeries
module to retrieve data points for financial reports. This change resolves missing data points in the financial statements. The keys used in the time-series can be maintained with a script.BREAKING CHANGE:
Closes #752.
Changes
module
('financials', 'balance-sheet', 'cash-flow')Type
Comments/notes
Awaiting feedback on BREAKING CHANGE and:
fundamentalsTimeSeries
with custom keys?