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
- Host: GitHub
- URL: https://github.com/madnight/wallstreet
- Owner: madnight
- License: mit
- Created: 2019-08-13T18:12:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T23:42:44.000Z (over 1 year ago)
- Last Synced: 2025-03-27T21:51:49.142Z (7 months ago)
- Topics: charts, cli, finance, financial-analysis, financial-tools, nodejs, quotes, react, stock, stock-data, stock-market, stock-quotes, terminal, wallstreet
- Language: HTML
- Homepage: https://madnight.github.io/wallstreet/
- Size: 2.09 MB
- Stars: 91
- Watchers: 4
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wallstreet
Stock quotes and charts for the terminal
![]()
![]()
# 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
```