https://github.com/samuelterra22/stock-market-data-analysis
A simple stock market data analysis using Yahoo Finance and Plotly.
https://github.com/samuelterra22/stock-market-data-analysis
analysis candlestick chart data finance market pandas plotly python scatter stock yfinance
Last synced: 4 months ago
JSON representation
A simple stock market data analysis using Yahoo Finance and Plotly.
- Host: GitHub
- URL: https://github.com/samuelterra22/stock-market-data-analysis
- Owner: samuelterra22
- License: mit
- Created: 2020-06-09T23:31:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T20:43:10.000Z (almost 4 years ago)
- Last Synced: 2025-05-18T07:15:30.268Z (5 months ago)
- Topics: analysis, candlestick, chart, data, finance, market, pandas, plotly, python, scatter, stock, yfinance
- Language: Python
- Homepage:
- Size: 148 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stock Market Data Analysis
### Install linux dependencies
```shell script
sudo apt update
sudo apt install build-essential \
software-properties-common \
python3-pip \
python3-distutils
```### Create environment and install python dependencies
```shell script
pip3 install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```### Preview
