Learn R Programming

fmpcloudr (version 0.1.5)

fmpc_security_gla: 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

Run this code
# NOT RUN {
# }
# NOT RUN {
# Must set a valid API token
fmpc_set_token('FMPAPIKEY')
fmpc_security_gla('gainers')
fmpc_security_gla('losers')
fmpc_security_gla('actives')

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab