4.1 Quantmod package

Quantmod stands for ``quantitative financial modelling framework’’. It has two main functions:

  1. download data, and
  2. charting.

Before we start, let us use the following code install and load quantmod.

install.packages("quantmod")
library(quantmod)