getSecurityIntradayPrices: Returns intraday prices for a security over requested time

Description Usage Arguments See Also

View source: R/security.service.R

Description

Returns intraday prices for a security over requested time

Usage

1
2
getSecurityIntradayPrices(identifier, opts = list(),
  max_records = 1000)

Arguments

identifier

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

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$start_time

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$page_size

number = 100 The number of results to return per page

See Also

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


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