Skip to content

StockersStop is a flask application that uses IEX's API to fetch real-time stock prices for users to quote/buy/sell stocks using virtual currency.

License

Notifications You must be signed in to change notification settings

AdeshChoudhar/StockersStop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockersStop

PPL mini project

StockersStop is a flask application that uses IEX's API to fetch real-time stock prices for users to quote/buy/sell stocks using virtual currency. This project will help people get acquainted with the stock market and make decisions without worrying about gaining or losing money.

Install and build

  • Optionally, create a virtual environment using pip and venv.
python3 -m venv <env_name>
source <env_name>/bin/activate
pip3 install -r requirements.txt
  • We’ll need to register for an API key to be able to query IEX’s data. To do so, follow these steps:

  • Open a terminal, and execute export API_KEY=<api_key>.

  • Set the environment to development by executing export FLASK_ENV=development.

  • Execute flask run.

  • Open http://127.0.0.1:5000/ in the browser and StockersStop is ready to use!

Demo

demo

Mentor

Asst. Prof. Vaibhav Khatavkar

Reference

About

StockersStop is a flask application that uses IEX's API to fetch real-time stock prices for users to quote/buy/sell stocks using virtual currency.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages