aqLoadSeriesField {aqr}R Documentation

Loads one series field from an AQ Master Server

Description

Loads one series field from an AQ Master Server

Usage

aqLoadSeriesField(seriesId, fieldId, freq, startDate, endDate, con = aqInit())

Arguments

seriesId

the series name

fieldId

the field name

freq

the frequency, must be one of ActiveQuant's enums

startDate

a start date in date8 format (yyyyMMdd)

endDate

an end date in date8 format (yyyyMMdd)

con

a connection object

Value

the loaded series as XTS object


[Package aqr version 0.4 Index]