https://github.com/gh0st3rs/yahoofinance
Conky Yahoo Finance Indicators
https://github.com/gh0st3rs/yahoofinance
conky conky-config stock-market yahoo-finance
Last synced: 3 months ago
JSON representation
Conky Yahoo Finance Indicators
- Host: GitHub
- URL: https://github.com/gh0st3rs/yahoofinance
- Owner: GH0st3rs
- Created: 2018-07-02T09:29:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T11:56:03.000Z (about 3 years ago)
- Last Synced: 2025-05-03T19:39:59.803Z (6 months ago)
- Topics: conky, conky-config, stock-market, yahoo-finance
- Language: Python
- Size: 135 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YahooFinance
Conky Yahoo Finance Indicators
## Run
Just add the next string into your `conky-startup.sh` script
```bash
cd /home/$USER/.conky/YahooFinance
conky -c "/home/$USER/.conky/YahooFinance/yahoo_stock" &
```## Add new symbols
For add new symbols to conky indicator please use the `stock_yahoo.py` script. This script will update the contents of the `config.json` file
```bash
$ ./stock_yahoo.py -h
usage: stock_yahoo.py [-h] [-s SYMBOL] [-p] [-d DELETE]optional arguments:
-h, --help show this help message and exit
-s SYMBOL Symbol
-p Purchased status
-d DELETE Delete symbol
```### Structure config.json
```json
{
"NFLX": {
"purchased": true,
"notify": []
}
}
```* `NFLX` - Symbol name
* `notify` - List of prices, when reaching which a notification will appear
* `purchased` - Allows you to specify whether the shares of the company are in your portfolio, for greater clarity