Description Usage Arguments See Also
View source: R/security.service.R
Returns end-of-day prices for a security over requested time
1 | getSecurityStockPrices(identifier, opts = list())
|
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$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 |
Other security endpoints: getAllSecurities,
getIndicesDataPointHistory,
getSecurityById,
getSecurityDataPointHistory,
getSecurityDataPointNumber,
getSecurityDataPointText,
getSecurityDividendsLatest,
getSecurityEarningsLatest,
getSecurityIntradayPrices,
getSecurityRealtimePrice,
getSecurityZacksAnalystRatingsSnapshot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.