company_news: Company News

Description Usage Arguments Examples

View source: R/company_news.R

Description

Get company news

Usage

1
2
3
4
5
6
company_news(
  symbol,
  from = lubridate::today(tz = finnhub_timezone) - 7,
  to = lubridate::today(tz = finnhub_timezone),
  ...
)

Arguments

symbol

Ticker symbol

from

Begin date

to

End date

Examples

1
company_news('NVDA', from = '2020-05-01', to = today())

threadingdata/finnhubr documentation built on Aug. 10, 2020, 12:48 a.m.