Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.06 KB

getCompanyNews.md

File metadata and controls

36 lines (28 loc) · 1.06 KB

getCompanyNews



Description

Returns news for the Company with the given identifier

Usage

getCompanyNews(identifier, opts = list(), max_n = 10)

Arguments

Argument Description
identifier A Company identifier (Ticker, CIK, LEI, Intrinio ID)
opts named list Optional query parameters
max_n number maximum results to return (defaults to 10)
opts$page_size number Number of results returned per page default = 100

Value

companies tibble

Seealso

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