Skip to content

Latest commit

 

History

History
62 lines (53 loc) · 2.52 KB

README.md

File metadata and controls

62 lines (53 loc) · 2.52 KB

Bloomberg Data Visualization Project

Description

In my junior year, the Bloomberg Data center by Princeton was offering some students the opportunity to create a project that involved data visualization. I made a web application with Flask that allows users to type in the ticker symbol of any company they like, and see a time series analysis of the company's share prices. The web app also uses web scraping to collect data from the Yahoo finance page for data points related to the stock, a candlestick chart that shows open, low, high and close prices, and news of that particular company. There is also a Jupyter notebook file, outlining the code used to grab and create the visuals. The visuals were made using Bokeh plots.

On the last tab, there is a correlation coefficient graph with the top 25 S&P500 companies. Being such a volatile market, finding correlation between the price movements of two companies is important to minimize risk in a portfolio, or doubling down on risk for a greater return.

Pictures

Home Page

Time Series

Financial Metrics

News

Jupyter Notebook

Correlation Chart

Technologies


Made with <3 by Arnav, circa 2020