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

BUG: failed to generate ticker outer ratings #85

Closed
2 tasks done
kalabharath opened this issue Sep 30, 2023 · 1 comment · Fixed by #87
Closed
2 tasks done

BUG: failed to generate ticker outer ratings #85

kalabharath opened this issue Sep 30, 2023 · 1 comment · Fixed by #87
Assignees
Labels
bug Something isn't working

Comments

@kalabharath
Copy link

finvizfinance version checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the master branch of finvizfinance.

Reproducible Example

>>> ticker = 'PLTR'
>>> stock = finvizfinance(ticker)
>>> outer_ratings_df = stock.ticker_outer_ratings()
>>> print (outer_ratings_df)
None

Issue Description

its 'None' irrespective of ticker

Expected Behavior

dataframe of analyst ratings

Installed Versions

Replace this line with the output of finvizfinance.version

@kalabharath kalabharath changed the title BUG: BUG: failed to generate ticker outer ratings Oct 1, 2023
@lit26 lit26 self-assigned this Oct 2, 2023
@lit26 lit26 added the bug Something isn't working label Oct 2, 2023
@lit26 lit26 mentioned this issue Oct 2, 2023
5 tasks
@lit26 lit26 closed this as completed in #87 Oct 2, 2023
@lit26
Copy link
Owner

lit26 commented Oct 3, 2023

Should be fixed in the latest. Please check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants