View source: R/securityMetrics.R
fmpc_security_profile | R Documentation |
Provides pricing, market cap, dividend, company description, CEO, number of employees, and more for one or more symbols
fmpc_security_profile(symbols = c("AAPL"))
symbols |
one or more symbols from the FMP available list that can be
found using |
data frame of descriptive information
## Not run:
# Demo can pull AAPL
fmpc_set_token()
fmpc_security_profile('AAPL')
# For multiple symbols, set a valid API Token
fmpc_set_token('FMPAPIKEY')
fmpc_security_profile(c('AAPL','MSFT','SPY'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.