/

Project

Stock Comparison | Data Pipeline

Overview

This is a web application that was constructed using Streamlit, Pandas, and Yfinance. It encompasses nearly all public stock tickers across various markets, such as the S&P 500, Nasdaq, and other global markets. Users can use this application to select these tickers to compare their stock prices, average returns, and volume, while also employing date filters for specific analysis.

I personally utilize this tool for comparing a selection of stocks within a particular sector or industry, particularly those focused on specific technologies. Additionally, users have the capability to save the charts generated by the application for reporting and research purposes.

click the code button to see the github repo.

Technologies

Python

Data Pipelines

Yfinance

Pandas

Streamlit

Back