Skip to content

priyanshus/pyticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python package

pyticker

Terminal App for Stock Watchlisting and Position Tracking. Uses Yahoo Finance to fetch the real time stock quotes.

screenrecord

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

License

MIT