Skip to content

A shiny app for scoring, viewing and plotting financial data

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ashbythorpe/financialDataAnalysis

Repository files navigation

financialDataAnalysis

R-CMD-check Codecov test coverage

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

library(financialDataAnalysis)

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

financialDataAnalysis()