/Stock-API

Primary LanguagePython

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