Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fdauti/stock_performance

Analyzing Stock Performance with yfinance, bs4, pandas and plotly
https://github.com/fdauti/stock_performance

beautifulsoup bs4 pandas plotly yfinance

Last synced: 7 days ago
JSON representation

Analyzing Stock Performance with yfinance, bs4, pandas and plotly

Awesome Lists containing this project

README

        

### Analyzing Stock Performance with yfinance, pandas and plotly

#### [Stocks: What They Are, Main Types, How They Differ From Bonds]([url](https://www.investopedia.com/terms/s/stock.asp))
#### [yfinance library]([url](https://github.com/ranaroussi/yfinance))

yfinance is a Python library that provides an easy way to access and download historical market data from Yahoo Finance. It allows users to retrieve data such as stock prices, trading volumes, dividends, and more, for various financial instruments including stocks, indices, and cryptocurrencies. This library is commonly used for financial analysis, algorithmic trading, and other data-driven financial applications.