Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 990 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 990 Bytes

Portfolio Management

This website is about searching stock prices of different companies, comparing them and live update of data.
The website aims to simplify the difficult terms related to stock market, let users interact with the visualisation created using Plotly. The website is built using Dash, a python framework for building analytical web applications.
The following are the images of the website :

HomePage : This page contains information of the website and its contents.

home

Live : This page gives the live info of the stock prices on the basis of comapany searched.

nflx

Historical : View historical data graph.

Imgur

index.py

This is the main file to which all the other component files are linked.