Skip to content

ayushsoni1001/Python-Stock-Info-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Stock-Info-CLI

Get stock info through CLI by passing stock ticker.

Installation

Use the following command to install the required modules at once

pip install -r requirements.txt

or

pip3 install -r requirements.txt

Usages

To use it simply pass the Stock Ticker as an argument.

Example:

-t AAPL

Use it like this in CLI

python StockInfoCLI.py -t AAPL

or

python3 StockInfoCLI.py -t AAPL

Demo

About

Enter stock ticker and get info using CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages