fmpc_security_gla {fmpcloudr} | R Documentation |
Gainers, Losers, and active
Description
Shows top gainers, bottom losers, and most active for the current trading day
Usage
fmpc_security_gla(gla = c("gainers", "losers", "actives"))
Arguments
gla |
options include 'gainers','losers', and 'active' |
Value
securities with details for current trading day
Examples
## Not run:
# Must set a valid API token
fmpc_set_token('FMPAPIKEY')
fmpc_security_gla('gainers')
fmpc_security_gla('losers')
fmpc_security_gla('actives')
## End(Not run)
[Package fmpcloudr version 0.1.5 Index]