fmpc_security_mrktcap | R Documentation |
Provides current and historical market cap for one or more securities
fmpc_security_mrktcap(symbols = c("AAPL"), limit = 100)
symbols |
one or more symbols from the FMP available list that can be
found using |
limit |
limit results for each ticker |
data frame of ratings data
## Not run:
# Demo can pull AAPL
fmpc_set_token()
fmpc_security_mrktcap('AAPL')
# For multiple symbols, set a valid API Token
fmpc_set_token('FMPAPIKEY')
fmpc_security_mrktcap(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.