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] stocks/fa/dupont and fraud - doesn't print anything #4446

Closed
andrewkenreich opened this issue Mar 9, 2023 · 5 comments · Fixed by #4469
Closed

[Bug] stocks/fa/dupont and fraud - doesn't print anything #4446

andrewkenreich opened this issue Mar 9, 2023 · 5 comments · Fixed by #4469
Assignees
Labels
bug Fix bug

Comments

@andrewkenreich
Copy link
Contributor

Describe the bug
I just get a blank output when I run dupont or --raw

Doesn't tell me anything

Screenshots
image

@github-actions github-actions bot added the bug Fix bug label Mar 9, 2023
@andrewkenreich andrewkenreich changed the title [Bug] stocks/fa/dupont - doesn't print anything [Bug] stocks/fa/dupont and fraud - doesn't print anything Mar 9, 2023
@andrewkenreich
Copy link
Contributor Author

image
fraud does same thing

@deeleeramone
Copy link
Contributor

This is probably because it is a premium end point, but there is no error message returned, only None.

Screenshot 2023-03-10 at 11 07 14 AM

@deeleeramone
Copy link
Contributor

fraud on the other hand is behaving the same as you are experiencing.

@deeleeramone
Copy link
Contributor

Here's the point of failure for fraud. The actual key is not being called.

Screenshot 2023-03-10 at 11 21 18 AM

Should be:

fd = FundamentalData(key=get_current_user().credentials.API_KEY_ALPHAVANTAGE, output_format="pandas")

@montezdesousa montezdesousa self-assigned this Mar 13, 2023
@montezdesousa
Copy link
Contributor

dupont fixed here #4433.
fraud here #4469

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

Successfully merging a pull request may close this issue.

3 participants