Terminal App for Stock Watchlisting and Position Tracking. Uses Yahoo Finance to fetch the real time stock quotes.
✨ Real time stock quotes.
✨ Live position tracking.
✨ Fetches latest quotes every second.
✨ Stocks/Positions can be added/removed from CLI.
pip install pyticker
pyticker
At the bottom of the app, there is an istruction text area. It autosuggests available commands to operate the Pyticker. For example, to add the stock in watchlist an instruction like add_to_watchlist SBIN.NS ONGC.NS
can be issued.
Supported Instructions
Instruction | Example | Remarks |
---|---|---|
add_to_watchlist | add_to_watchlist | Stock Symbols separate by white space |
remove_from_watchlist | remove_from_watchlist <stock-symbol | remove_from_watchlist SBIN.NS |
add_new_position | add_new_position | example: add_new_position SBIN.NS 100 200 |
remove_from_position | remove_from_position | remove_from_position SBIN.NS |
- prompt_toolkit
- Yahoo Finance
- Inspired by Ticker
MIT