/Stock-Trading-Web-App

A stock trading web application that pulls real-time financial data from the IEX Cloud API (a REST API)

Primary LanguagePython

Stock-Trading-Web-App

A stock trading web application that pulls real-time financial data from the IEX Cloud API (a REST API)

Features:

  • Users register for an account using username and password, which they can then use to log in
  • Allows user to buy, sell, and quote stocks using real time data from IEX Cloud
  • Tables to view user transaction history and current portfolio
  • Users can also add additional cash to their accounts using only valid credit cards
  • Utilizes SQL database to store all user account and portfolio data

Screenshots

Registration page

Login page

Page to add cash using only valid credit cards

Page to buy stocks

Page to sell owned stocks

Transaction history table

Homepage and overall portfolio data

Tech Stack:

HTML, CSS, JavaScript, Python, Flask, and SQL