Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.58 KB

getCompanyDataPointHistory.md

File metadata and controls

39 lines (32 loc) · 1.58 KB

getCompanyDataPointHistory



Description

Returns time series of historical values data-point tag for a company

Usage

getCompanyDataPointHistory(identifier, tag, opts = list())

Arguments

Argument Description
identifier String A company 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
opts$frequency: String = "daily" daily
opts$type String FY
opts$page_size': number = 100 The number of results to return per page

Seealso

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

Other company endpoints: getAllCompanies , getCompanyDataPointNumber , getCompanyDataPointText , getCompanyFilings , getCompanyFundamentals , getCompanyIPOs , getCompanyNews , getCompanySecurities , getCompany