fmpc_security_mrktcap: Pull market capitalization

Description Usage Arguments Value Examples

View source: R/secDetails.R

Description

Provides current and historical market cap for one or more securities

Usage

1
fmpc_security_mrktcap(symbols = c("AAPL"), limit = 100)

Arguments

symbols

one or more symbols from the FMP available list that can be found using fmpc_symbols_available. A valid API token must be set in order to enable functionality. See documentation for setting a token under fmpc_set_token.

limit

limit results for each ticker

Value

data frame of ratings data

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## 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)

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