R/others.R
get_trending.Rd
List of trending securities for specific country.
get_trending(country = "US", count = 10)
Name of the country.
Number of securities.
Securities trending in the country.
# \donttest{ get_trending() #> [1] "NQ=F" "NVDA" "ES=F" "BTC-USD" "YM=F" "NGLD" "SGHC" #> [8] "9988.HK" "BABA" "XRP-USD" # }