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

seeking alpha usage query #6455

Closed
99snowleopards opened this issue May 22, 2024 · 2 comments
Closed

seeking alpha usage query #6455

99snowleopards opened this issue May 22, 2024 · 2 comments
Assignees

Comments

@99snowleopards
Copy link

What's the problem of not having this feature?
this pypi project shows that there us an openbb extension for seeking alpha, but I cannot find sufficient documentation and examples, and the source code for the project:

https://pypi.org/project/openbb-seeking-alpha/

Describe the solution you would like
I'd like to use the extension to import data from seeking alpha into a pandas dataframe

I'd appreciate any examples. Thank you

@deeleeramone
Copy link
Contributor

Hi there,

The source code is located within the repository - https://github.com/OpenBB-finance/OpenBBTerminal/tree/develop/openbb_platform/providers/seeking_alpha/openbb_seeking_alpha - and as you can see, there's not a lot going on.

This PR - #6461 - proposes adding the forward EPS and revenue estimates, but it sounds like you are looking for a Python client for consuming their entire API. If so, this is not that. All provider extensions are mapped to common router endpoints and their implementations are detailed in the Reference section of the documentation pages: https://docs.openbb.co/platform/reference/equity/calendar/earnings

@99snowleopards
Copy link
Author

thank you for the details - it'd be awesome if there was more comprehensive integration with seeking alpha from a Python client - seeking alpha has lots of useful information in their portfolios and comparisons and it'd be great to import that directly into a dataframe.

thank you again

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

No branches or pull requests

2 participants