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