Skip to contents

financialDataAnalysis is a website which allows users to upload, score and plot data (financial or otherwise). It provides a rich default dataset describing nearly 500 stocks and over 100 features. It’s forecasting section uses an advanced machine learning algorithm trained on daily and monthly data to forecast the price of a stock over time.

The website is hosted using shinyapps.io: https://ashbythorpe.shinyapps.io/financialDataAnalysis/

Installation

You can install the development version of financialDataAnalysis from GitHub with:

# install.packages("devtools")
devtools::install_github("ashbythorpe/financialDataAnalysis")

Running the app locally

The website was built using shiny. Run it by executing the following: