Skip to contents

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] "AMC"      "APE"      "SHIB-USD" "NVDA"     "GNS"      "^IXIC"   
#>  [7] "^GSPC"    "^DJI"     "OXY"      "SHIB-CAD"
# }