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

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.

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

![](./screenshot/chart.png)