Provides current and historical News. Can enter securities to pull news for specific securities
fmpc_security_news(symbols = NULL, limit = 100)
symbols | one or more symbols. Use NULL for general latest news |
---|---|
limit | limit results for each ticker |
data frame of news for tickers
if (FALSE) { # For multiple symbols, set a valid API Token fmpc_set_token('FMPAPIKEY') fmpc_security_news(c('AAPL','MSFT','SPY')) fmpc_security_news() }