Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.51 KB

getSecurityStockPrices.md

File metadata and controls

36 lines (30 loc) · 1.51 KB

getSecurityStockPrices



Description

Returns end-of-day prices for a security over requested time

Usage

getSecurityStockPrices(identifier, opts = list())

Arguments

Argument Description
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
opts$page_size number = 100 The number of results to return per page

Seealso

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