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

added yfinance api to api zoo #161

Merged
merged 5 commits into from
Feb 4, 2024
Merged

Conversation

raywanb
Copy link
Contributor

@raywanb raywanb commented Jan 30, 2024

The 'yfinance API' has been integrated into the API Zoo. To fetch historical market data, users can use the 'yfinance.Ticker()' function by providing the stock ticker symbol of their choice. This API allows users to access a wide array of financial data, including stock price, dividends, splits, news, options, and income statements. The 'yfinance API' simplifies data retrieval and analysis for stocks.

@ShishirPatil
Copy link
Owner

Thanks for the PR @raywanb. Can you add your github handle for all the "user_name" fields? Also quick question - is this an exhaustive list of the APIs that yfinance offers? Rest looks good!

@raywanb
Copy link
Contributor Author

raywanb commented Jan 30, 2024

@ShishirPatil fixed. Yea, this pretty much encompasses all of yfinances' apis.

@ShishirPatil
Copy link
Owner

Also, quick question - is there a reason why all API versions are "1.0"? I think the current pypi version is at 0.2.36 as per https://pypi.org/project/yfinance/

@raywanb
Copy link
Contributor Author

raywanb commented Jan 31, 2024

Nope, fixed it

Copy link
Owner

@ShishirPatil ShishirPatil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for the PR @raywanb 🎉

@ShishirPatil ShishirPatil merged commit 6459d24 into ShishirPatil:main Feb 4, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants