skamranahmed / indian-ticker-cli

πŸ”₯ CLI Tool for getting data of Indian Stocks and Mutual Funds

Home Page:https://pypi.org/project/ind-ticker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”₯ Indian Ticker

πŸ‘¨β€πŸ’» CLI Tool for getting data of Indian Stocks and Mutual Funds πŸ“ˆ

Installation

Make sure that you are running Python 3.7 or later

pip install termcolor ind-ticker

To get Nifty-50 data:

  ind-ticker nifty-50

To get the stock data of a single company:

  ind-ticker stock <comapny_name_without_spaces>

Example:

  ind-ticker stock Reliance

To get the stock data of multiple companies:

  ind-ticker stocks <comapny_name1_without_spaces> <company_name2_without_spaces>

Example:

  ind-ticker stocks Biocon Cipla

To get the stock data of a company including the annual analysis:

  ind-ticker stock <comapny_name_without_spaces> -aa

Example:

  ind-ticker stock Avanti-Feeds -aa

To get the stock data of a company including the quarterly analysis:

  ind-ticker stock <comapny_name_without_spaces> -qa

Example:

  ind-ticker stock Titan -qa

To get the stock data of a company including both the analysis:

  ind-ticker stock <comapny_name_without_spaces> -aa -qa

Example:

  ind-ticker stock Adani-Green -aa -qa

To get data of a Mutual Fund Scheme:

  ind-ticker mf <mutual_fund_scheme_name>

Example:

  ind-ticker mf mirae-asset-tax-saver

About

πŸ”₯ CLI Tool for getting data of Indian Stocks and Mutual Funds

https://pypi.org/project/ind-ticker/


Languages

Language:Python 98.9%Language:Makefile 1.1%