Description Usage Arguments Value Examples
View source: R/securityMetrics.R
Shows top gainers, bottom losers, and most active for the current trading day
1 | fmpc_security_gla(gla = c("gainers", "losers", "actives"))
|
gla |
options include 'gainers','losers', and 'active' |
securities with details for current trading day
1 2 3 4 5 6 7 8 9 10 | ## 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.