-
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
fixing equity report issue #4922
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #4922 +/- ##
===========================================
- Coverage 58.29% 58.08% -0.21%
===========================================
Files 588 588
Lines 53666 53687 +21
===========================================
- Hits 31283 31183 -100
- Misses 22383 22504 +121
☔ View full report in Codecov by Sentry. |
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.
The data request here is going to be problematic, and will always return nothing. Should be, company_name
, right?
tables = openbb.etf.news(info["Short name"][0], 5) if "Short name" in info else symbol
Should probably avoid using sources that require an API key so that a demonstration notebook will work straight-out-of-the-box. We get weird results for similar companies to The list of "Similar Companies" even includes, XLK, the Technology Sector ETF.
|
@andrewkenreich I tried patching some additional items, try it out and lemme know what breaks. |
Description
This fixes the equity reports - a SDK command was deleted and new one wasn't being used
How has this been tested?
Checklist:
feature/feature-name
orhotfix/hotfix-name
.Others