getSecurityDataPointHistory: Returns time-series of historical values data-point tag for a...

Description Usage Arguments See Also

View source: R/security.service.R

Description

Returns time-series of historical values data-point tag for a security over specified time range

Usage

1
getSecurityDataPointHistory(identifier, tag, opts = list())

Arguments

identifier

String A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)

tag

String An Intrinio data tag ID or code

opts

named list Optional query params for endpoint

opts$start_date

Date YYYY-MM-DD Return prices on or after the date

opts$end_date

Date YYYY-MM-DD Return prices on or before the date

opts$sort_order

String = "desc" desc | asc

opts$frequency

String = "daily" daily | weekly | monthly | quarterly | yearly Return stock prices in the given frequency

opts$page_size

number = 100 The number of results to return per page

See Also

https://data.intrinio.com/data-tags

Other security endpoints: getAllSecurities, getIndicesDataPointHistory, getSecurityById, getSecurityDataPointNumber, getSecurityDataPointText, getSecurityDividendsLatest, getSecurityEarningsLatest, getSecurityIntradayPrices, getSecurityRealtimePrice, getSecurityStockPrices, getSecurityZacksAnalystRatingsSnapshot


schardtbc/intrinoR documentation built on July 12, 2019, 4:21 a.m.