This gets all NYSE ticker symbols from the Nasdaq website.

nyse_tickers()

Value

data frame

Examples

nyse_tickers()
#> # A tibble: 3,162 × 10
#>    symbol name         last  change volume   market_cap country industry  sector
#>    <chr>  <chr>       <dbl>   <dbl> <chr>         <dbl> <chr>   <chr>     <chr> 
#>  1 A      "Agilent … 153.   -1.36   393018  46301432071 "Unite… "Electri… "Capi…
#>  2 AA     "Alcoa Co…  53.6   2.65   4399305 10032470742 ""      "Metal F… "Basi…
#>  3 AAC    "Ares Acq…   9.78  0      14075    1222500000 ""      "Busines… "Fina…
#>  4 AAIC   "Arlingto…   3.56  0.07   39330     112066732 "Unite… "Real Es… "Cons…
#>  5 AAIC^B "Arlingto…  25.0   0.0499 2053             NA "Unite… ""        ""    
#>  6 AAIC^C "Arlingto…  25.5  -0.13   2126             NA "Unite… ""        ""    
#>  7 AAIN   "Arlingto…  24.5   0.09   721               0 "Unite… ""        ""    
#>  8 AAN    "Aarons H…  24.0   0.255  26805     754810847 "Unite… "Diversi… "Misc…
#>  9 AAP    "Advance … 240.    0.59   82893   14948406582 "Unite… "Other S… "Cons…
#> 10 AAQC   "Accelera…   9.78  0.0499 1143      488995000 ""      ""        ""    
#> # … with 3,152 more rows, and 1 more variable: ipo_year <int>