This gets all Nasdaq ticker symbols from the Nasdaq website.

nasdaq_tickers(exchange = "nasdaq")

Arguments

exchange

exchange ("nasdaq", "nyse", or "amex")

Value

data frame

Examples

nasdaq_tickers()
#> # A tibble: 4,756 × 10
#>    symbol name         last  change volume  market_cap country industry   sector
#>    <chr>  <chr>       <dbl>   <dbl> <chr>        <dbl> <chr>   <chr>      <chr> 
#>  1 AACG   ATA Crea…   1.28  -0.06   6976       4.02e 7 China   "Service … "Misc…
#>  2 AACI   Armada A…   9.75   0      4612       2.02e 8 United… ""         ""    
#>  3 AACIU  Armada A…  10.0    0      38         0       United… ""         ""    
#>  4 AACIW  Armada A…   0.500 -0.0001 7910       0       United… ""         ""    
#>  5 AADI   Aadi Bio…  26.4    0.7    35566      5.52e 8 United… "Biotechn… "Heal…
#>  6 AAL    American…  16.9   -0.065  107466…    1.10e10 United… "Air Frei… "Tran…
#>  7 AAME   Atlantic…   3.55   0.01   1213       7.23e 7 United… "Life Ins… "Fina…
#>  8 AAOI   Applied …   5.55  -0.19   73979      1.52e 8 United… "Semicond… "Tech…
#>  9 AAON   AAON Inc…  79.4    0.59   20368      4.16e 9 United… "Industri… "Capi…
#> 10 AAPL   Apple In… 176.    -3.54   451592…    3.05e12 United… "Computer… "Tech…
#> # … with 4,746 more rows, and 1 more variable: ipo_year <int>