Last updated:
0 purchases
pyticker 1.4
pyticker
Terminal App for Stock Watchlisting and Position Tracking. Uses Yahoo Finance to fetch the real time stock quotes.
Features
✨ Real time stock quotes.
✨ Live position tracking.
✨ Fetches latest quotes every second.
✨ Stocks/Positions can be added/removed from CLI.
How to Use
pip install pyticker
pyticker
To add/remove stocks
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
Credits
prompt_toolkit
Yahoo Finance
Inspired by Ticker
License
MIT
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.