View source: R/securityMetrics.R
fmpc_security_gla | R Documentation |
Shows top gainers, bottom losers, and most active for the current trading day
fmpc_security_gla(gla = c("gainers", "losers", "actives"))
gla |
options include 'gainers','losers', and 'active' |
securities with details for current trading day
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.