tommyxchow / stock-chart-visualizer

A simple stock visualizer created with bottle.py, plotly, and the IEX Cloud API. Developed in Replit.

Home Page:https://replit.com/@TommyChow/Stock-Chart-Visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock Chart Visualizer

This project was completed as part of an intro to computer science course during my freshman year at UB. It is a simple web app that allows you to enter any stock ticker and obtain the relevant price history and volume charts. There are also timeline options ranging from one day to five years.

Concepts including dynamic routing, AJAX requests, pure HTML, and use of third-party packages and APIs were applied.

Run the project for a live demo on replit!

Screenshot

screenshot

About

A simple stock visualizer created with bottle.py, plotly, and the IEX Cloud API. Developed in Replit.

https://replit.com/@TommyChow/Stock-Chart-Visualizer


Languages

Language:JavaScript 61.8%Language:Python 19.4%Language:HTML 18.8%