The goal of the Stocks package is to provide easy-to-use tools for stock data retrieval, visualization, and financial ratio analysis, specifically for comparing companies and assessing their financial health over time.

Installation

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

# install.packages("remotes")
remotes::install_github("https://github.com/ralr17/stocks.git")

How to use

To learn more about using this package, understanding stock tickers, and exploring the available functions, refer to the Getting Started and Documentation tabs. For a comprehensive example of how to use all the functions in the Stocks package, visit the Vignette tab.