priyanshus / pyticker

Terminal based stock ticker and position tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Terminal based stock ticker and position tracker

License:MIT License


Languages

Language:Python 100.0%