Skip to content

A Python tool to get data about Stock Market in specific time

Notifications You must be signed in to change notification settings

lisus18ikrak/stock-market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Stock Market Data Scraper

forthebadge

Stock Market Data Scraper Functionalities : 🚀

  • Get details about specific stocks in required intervals

Instructions: 👨🏻‍💻

Step 1:

Open Termnial 💻

Step 2:

Run the command: https://github.com/lisus18ikrak/stock-market.git

Step 3:

cd stock-market

Step 4:

Run the command: python stock_market.py/python3 stock_market.py

Step 5:

Enter details such as the ticker symbol, start date, end date and the desired intervals for querying

Step 5:

Sit back and Relax. Let the Script do the Job. ☕

Input


                                                                 Welcome to STOCK MARKET DATA SCRAPER


NOTE: Head over to http://bit.do/global_stock_exchange to find the ticker symbol of desired company

Enter the ticker symbol: MSFT
Enter Start date in YYYY-MM-DD form: 2021-03-02
Enter Start date in YYYY-MM-DD form: 2021-03-10
Enter the period or interval(in days): 1

Output

                                                                         Name : Microsoft Corporation

                                                                         Country : United States

                                                                    Industry : Software—Infrastructure

                                                                    Website : http://www.microsoft.com

                                                                              Currency : USD

                                                                             Timezone : EST

                  Open        High         Low       Close    Volume  Dividends  Stock Splits
Date
2021-03-01  235.899994  237.470001  233.149994  236.940002  25324000          0             0
2021-03-02  237.009995  237.300003  233.449997  233.869995  22785500          0             0
2021-03-03  232.160004  233.580002  227.259995  227.559998  33950400          0             0
2021-03-04  226.740005  232.490005  224.259995  226.729996  44584200          0             0
2021-03-05  229.520004  233.270004  226.460007  231.600006  41842100          0             0
2021-03-08  231.369995  233.369995  227.130005  227.389999  35245900          0             0
2021-03-09  232.880005  235.380005  231.669998  233.779999  33034000          0             0

Happy Hacking 👨🏻‍💻

forthebadge

About

A Python tool to get data about Stock Market in specific time

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages