Skip to content

wycliffwasonga/get_stock_prices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get_stock_prices

A python script to get stock prices of companies given the company's ticker symbol.

Setup

  1. Create a virtual environment
    $ python3 -m venv .venv
    $ .venv\scripts\activate
    
  2. Install dependencies
    $ pip3 install -r requirements.txt
    
  3. Execute the script
    $ python3 get-stock-prices.py --symbol VIAV --from 28/12/2017 --to 03/01/2018
    
  4. For help on the script's usage
    $ python3 get-stock-prices.py -h
    

About

A python script to get stock prices of companies given the company's ticker symbol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages