Skip to content

🎬A Stock data reader which get stock data online and write into the Excel workbook. It was developed in Python, by using the library [openpyxl] and [yfinance]

License

Notifications You must be signed in to change notification settings

papatekken/stockReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stock data reader

Version license Python yfinance openpyxl

A Stock data reader which get stock data online and write into the Excel workbook. It was developed in Python, by using the library [openpyxl] and [yfinance]

About

This system was requested from one of my friends. He provided some criteria and list of stock ticker symbol, so I developed this program, which using yfinance to capture market data, and using openyxl to update the Excel workbook, to fulfill the request.

Installation

  1. Setup Python and GIT in runtime environment

  2. Install library [yfiance] (https://pypi.org/project/fix-yahoo-finance/) and [openpyxl] (https://pypi.org/project/openpyxl/)

  3. Clone the repository

    git clone https://github.com/papatekken/stockReader stockReader
    
  4. In root directory of 'stockReader', run following command to start the application, when the application finished the run, a new excel workbook is created with data.

    python getStock.py
    

License

MIT

Contact

Created by @papatekken - feel free to contact me!

About

🎬A Stock data reader which get stock data online and write into the Excel workbook. It was developed in Python, by using the library [openpyxl] and [yfinance]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages