aidenator / stocker

Bloomberg terminal for your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stocker: A CLI based stock tracker

This program will show you an auto-updating overview of your stocks. You can also view simple ASCII art graphs of each stock with various time ranges.

Screenshots

TODO

Controls

  • Use UP/DOWN keys (or J and K) for navigation. Select a stock with ENTER.
  • This gets you into the graph view, you can navigate between various time ranges
  • Exit the graph view with Q or Esc.
  • Exit the program from the main view with Q or Esc.

Configure

Edit the cfg_stocker.yaml file and change the list of symbols to your liking.

The order in the YAML file is the order they will appear in the program.

How?

This uses Yahoo Finance's undocumented API. Hopefully they won't care too much. Thanks Yahoo.

Why?

I noticed there weren't any good CLI tools to follow stocks so I decided to make one.

Bugs

  • If your screen is too small, it will crash
  • If you shrink your screen it might crash
  • Certain Index Funds don't have enough granularity for a 1-Day graph (Eg: VTSAX)

Donation links incase this helps you get rich

  • paypal
  • BTC: 1M1z5T6CoQqkx25UMWawzEWfLUestMvsyS (or bc1qvhp0nq5q9t8kkszl2x0ts7fw20xq8t9nlcr6wa)
  • ETH: 0x0677e431B6Fcb2B0670CC142c96f01C5AEb7D24A

About

Bloomberg terminal for your terminal

License:MIT License


Languages

Language:Python 100.0%