fmpc_security_news: Get current news

Description Usage Arguments Value Examples

View source: R/secDetails.R

Description

Provides current and historical News. Can enter securities to pull news for specific securities

Usage

1

Arguments

symbols

one or more symbols. Use NULL for general latest news

limit

limit results for each ticker

Value

data frame of news for tickers

Examples

1
2
3
4
5
6
7
8
9
## Not run: 

# For multiple symbols, set a valid API Token
fmpc_set_token('FMPAPIKEY')
fmpc_security_news(c('AAPL','MSFT','SPY'))
fmpc_security_news()


## End(Not run)

fmpcloudr documentation built on March 2, 2021, 1:06 a.m.