Skip to content

A visualization built in R shiny to showcase market returns of various indexes between 2016 and 2021. Inspired by user pmaji's rshiny app

Notifications You must be signed in to change notification settings

dhruva2000/stock-return-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Finance Dashboard built using RShiny

The CSV included contains the data we are using for the project.

The global.R file is where the core logic of the data processing is held.

app.R calls on global.R for data and provides UI elements and other visualization specific code.

How to Run

Open both app.R and global.R in RStudio and install all packages and dependencies.

Navigate back to app.R and hit 'run app' in the top right corner

run app

It will load up this screen where you click on the data file you have. This csv has the cleaned and collated index values for each of the major global indices across a specified period of time.

load data

Goals and Updates

The focus of this project was to come up with a way to visualize the correlation of various global indices, observe periods of drawdown, attempt to model what a custom portfolio of these indices might have historically returned as well as find a way to come up with a portfolio matching our target volatility

This project was completed in 2021 with my friend and colleague as part of our internship and was built off pre-existing projects by multiple users such as pmaji (https://github.com/pmaji/financial-asset-comparison-tool).

The codebase is not actively maintained and is only put up here for educational purposes. If there are any breaking updates to R/RStudio or the above libraries, you can reach out to me via email to notify me and I'll try to update the code.

About

A visualization built in R shiny to showcase market returns of various indexes between 2016 and 2021. Inspired by user pmaji's rshiny app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages