HDX: Retrieves daily historic bars for a given number of days, for...

Description Usage Arguments Value Author(s) Examples

Description

Retrieves daily historic bars for a given number of days, for the specified symbol.

Usage

1
HDX(symbol, days, tz="")

Arguments

symbol

Any valid symbol.

days

The number of days.

tz

The timezone code (defaults to "", or the current timezone, as timezone translation is not typically desired in this context).

Value

An xts time-series object with High, Low, Open, Close, and Volume bars over the requested interval.

Author(s)

Joseph Dunn

Examples

1
2
3
require("iqfeed")
iqConf()
HDX("XOM",days=14)

bwlewis/iqfeed documentation built on May 13, 2019, 9:06 a.m.