Skip to content

sg613/Stock-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Stock Market Python API

Uses Requests to fetch live data about a Stocks current price, price change during the current day, and percent change during the current day

PLEASE INSTALL THE FOLLOWING PYTHON MODULES

  • Flask
  • Requests
  • BeautifulSoup

Guide:

Download the Repository
Run the app.py file
Find the Ticker of the stock of your choice and then use the following guide to get data:
URL Guide:
    All: /TICKER
    Price: /TICKER/price
    $ Change: /TICKER/change
    % Change: /TICKER/percent

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages