quantmod (version 0.4-13)

quantmod-package: Quantitative Financial Modelling Framework

Description

Quantitative Financial Modelling and Trading Framework for R

Arguments

Details

Package: quantmod
Type: Package
Version: 0.4-12
Date: 2017-12-02
Depends: R (>= 3.2.0),xts(>= 0.9-0),zoo,TTR(>= 0.2),methods
Imports: curl
Suggests: DBI,RMySQL,RSQLite,timeSeries,XML,downloader,jsonlite(>= 1.1)
LazyLoad: yes
License: GPL-3
URL: http://www.quantmod.com
URL: https://github.com/joshuaulrich/quantmod

The quantmod package for R is designed to assist the quantitative trader in the development, testing, and deployment of statistically based trading models.

What quantmod IS

A rapid prototyping environment, with comprehensive tools for data management and visualization. where quant traders can quickly and cleanly explore and build trading models.

What quantmod is NOT

A replacement for anything statistical. It has no 'new' modelling routines or analysis tool to speak of. It does now offer charting not currently available elsewhere in R, but most everything else is more of a wrapper to what you already know and love about the langauge and packages you currently use.

quantmod makes modelling easier by removing the repetitive workflow issues surrounding data management, modelling interfaces, and performance analysis.