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

https://github.com/madnight/wallstreet

Stock Quotes and Charts for the Terminal
https://github.com/madnight/wallstreet

charts cli finance financial-analysis financial-tools nodejs quotes react stock stock-data stock-market stock-quotes terminal wallstreet

Last synced: 6 months ago
JSON representation

Stock Quotes and Charts for the Terminal

Awesome Lists containing this project

README

          

# wallstreet
Stock quotes and charts for the terminal

License: MIT
Issue Count



![image](https://github.com/madnight/wallstreet/assets/10064471/61bac8ff-83a7-41f1-8f11-7f1f96cadc54)

# Usage
```bash
# install
git clone https://github.com/madnight/wallstreet
cd wallstreet
peotry install

# run
poetry run python main.py
```

# Config

The list of stocks can be configured via the config.ini file.
```ini
[Symbols]
stocks = AAPL,MSFT,GOOGL,INTC,AMD,PEP,MU,TSLA,NFLX,DIS,AMZN,SPY,QQQ
```