-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Hotfix/4526 #4682
Hotfix/4526 #4682
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #4682 +/- ##
==========================================
Coverage ? 57.51%
==========================================
Files ? 588
Lines ? 53792
Branches ? 0
==========================================
Hits ? 30941
Misses ? 22851
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
This source does not hit the correct endpoint for the function. The correct endpoint is here: https://site.financialmodelingprep.com/developer/docs/#Financial-Statements-List The i18n file needs to be updated as well.
|
Im going to add the FMP endpoint, but it has some limitations, and it doesn't seem useful to me now that we are pulling directly from Nasdaq. |
Actually, per Jeroen it should just be deleted. |
|
I suggest upping the default value for When an invalid form group is selected, the response is not uniform. There are a few items that need to be updated still:
The docstrings are pointing at a file that shouldn't exist anymore because the sources have both been replaced by a new one. One item which may fall out of scope for this PR, because it is also all items in the module, is that with the new tables, the view aspect of the SDK becomes relevant and a reason to include the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
* Added fixes * Merged * Merged * Added some handling of errors * Adds some read dbs * Removed useless commands * Added fixes * Added fixes * Added fix * Added fix * Added fix * Added fix * Added fix * Added fix * Fixed tests * Handle lowercase * Added fxes * small ticker thing --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
Description
Fixes #4526
This hits the nasdaq API directly, instead of web scraping market watch. So this is better in every way.
How has this been tested?
Checklist:
feature/feature-name
orhotfix/hotfix-name
.Others