fmpc_security_news: Get current news

View source: R/secDetails.R

fmpc_security_newsR Documentation

Get current news

Description

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

Usage

fmpc_security_news(symbols = NULL, limit = 100)

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


## 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)


exploringfinance/fmpcloudr documentation built on Feb. 5, 2024, 11:02 a.m.