Baselight

Full Nasdaq Stocks Data

Two datasets containing detailed information about 4400+ stocks traded in Nasdaq

@kaggle.gonzalezfrancisco_full_nasdaq_stocks_data

Dividend Stocks Only
@kaggle.gonzalezfrancisco_full_nasdaq_stocks_data.dividend_stocks_only

  • 391 KB
  • 1939 rows
  • 40 columns
symbol

Symbol

security_name

Security Name

listing_exchange

Listing Exchange

etf

Etf

financial_status

Financial Status

zip

Zip

sector

Sector

fulltimeemployees

FullTimeEmployees

city

City

state

State

country

Country

industry

Industry

twohundreddayaverage

TwoHundredDayAverage

trailingannualdividendyield

TrailingAnnualDividendYield

averagedailyvolume10day

AverageDailyVolume10Day

regularmarketpreviousclose

RegularMarketPreviousClose

open

Open

averagevolume10days

AverageVolume10days

dividendrate

DividendRate

regularmarketvolume

RegularMarketVolume

marketcap

MarketCap

averagevolume

AverageVolume

daylow

DayLow

ask

Ask

fiftytwoweekhigh

FiftyTwoWeekHigh

forwardpe

ForwardPE

fiveyearavgdividendyield

FiveYearAvgDividendYield

dividendyield

DividendYield

bidsize

BidSize

dayhigh

DayHigh

enterprisetorevenue

EnterpriseToRevenue

forwardeps

ForwardEps

revenuequarterlygrowth

RevenueQuarterlyGrowth

bookvalue

BookValue

sharesshort

SharesShort

shortratio

ShortRatio

floatshares

FloatShares

enterprisevalue

EnterpriseValue

regularmarketprice

RegularMarketPrice

latest_dividend

Latest Dividend

AAgilent Technologies, Inc. Common StockNNnan95051Healthcare16300Santa ClaraCAUnited StatesDiagnostics & Research79.984190.0078021595280751486.1386.328075140.72184760226543439872261625484.3787.290.6424.1400570.920.0084140086.484.9873.5715.63652582412.553085180352611031040086.30.18
AALAmerican Airlines Group, Inc. - Common StockQNN76155Industrials131500Fort WorthTXUnited StatesAirlines20.709190.0359066436670954211.1412.43667095420.49931475250662702086995577511.0711.9434.99-299.51.140.0359400012.550.796-0.04-6.2331193035881.494167540733478514892812.430.1
AAPAdvance Auto Parts Inc Advance Auto Parts Inc W/INNnan27604Consumer Cyclical39000RaleighNCUnited StatesSpecialty Retail133.39670.00177017251514942135.58137.51514942179872697923317761208891136.31141.63171.4316.5936780.180.00709999961300141.781.1758.5451.60616917051.576857524511410747392137.50.25
AAPLApple Inc. - Common StockQNN95014Technology137000CupertinoCAUnited StatesConsumer Electronics286.99980.0097243727552328316.73316.14275523283.2826969168137879355392050365603313.09316.98327.8521.5960621.590.010299999800318.715.10814.7318.137335924450.8943298272921368917278720316.140.82
AATAmerican Assets Trust, Inc. Common StockNNnan92130Real Estate205San DiegoCAUnited StatesREIT—Diversified37.835440.042962963498712728.013498710.8330037168730726445453327.2131.4249.2620.8074072.590.029680028.527.8491.3521.7137060061.753088019293620326428.010.3
ABBABB Ltd Common StockNNnan8050Industrials144000ZurichnanSwitzerlandElectrical Equipment & Parts20.962280.04253347231834219.4219.6623183420.83171474341781137408273825619.34519.7525.320.5894743.040.0422220019.691.710.955.42321487151.0417440912784675143680019.660.774
ABBVAbbVie Inc. Common StockNNnan60064Healthcare30000North ChicagoILUnited StatesDrug Manufacturers—General85.553530.0496086441102220090.7190.54110222004.7298969931585762467841357885688.5691.9997.868.7274493.890.0525800914.40210.31-5.021248036262147458617114993527603290.541.18
ABEVAmbev S.A. American Depositary Shares (Each representing 1 Common Share)NNnan04530-001Consumer Defensive50000Sao PauloSPBrazilBeverages—Brewers3.40845580.060425535359907282.352.5359907280.124990116739764787200353499822.422.645.4517.2666652.320.0514385002.590.150.987602656273.154393778927338261340162.50.120835
ABMABM Industries Incorporated Common StockNNnan10006Industrials140000New YorkNYUnited StatesSpecialty Business Services34.4022060.02122365531974234.1634.333197420.74473730223213184057868732.7336.8342.6717.1794871.930.021780034.440.4961.9523.36528058544.6360704669322773222434.330.185
ABRArbor Realty Trust Common StockNNnan11553Real Estate532UniondaleNYUnited StatesREIT—Mortgage11.249780.1421744421829148.378.6921829141.2224256493823603230952548.14588.715.776.91869938.710.143411008.9520.1891.238.9240214721.359979735863616005128.690.3

CREATE TABLE dividend_stocks_only (
  "symbol" VARCHAR,
  "security_name" VARCHAR,
  "listing_exchange" VARCHAR,
  "etf" VARCHAR,
  "financial_status" VARCHAR,
  "zip" VARCHAR,
  "sector" VARCHAR,
  "fulltimeemployees" DOUBLE,
  "city" VARCHAR,
  "state" VARCHAR,
  "country" VARCHAR,
  "industry" VARCHAR,
  "twohundreddayaverage" DOUBLE,
  "trailingannualdividendyield" DOUBLE,
  "averagedailyvolume10day" BIGINT,
  "regularmarketpreviousclose" DOUBLE,
  "open" DOUBLE,
  "averagevolume10days" BIGINT,
  "dividendrate" DOUBLE,
  "regularmarketvolume" BIGINT,
  "marketcap" DOUBLE,
  "averagevolume" BIGINT,
  "daylow" DOUBLE,
  "ask" DOUBLE,
  "fiftytwoweekhigh" DOUBLE,
  "forwardpe" DOUBLE,
  "fiveyearavgdividendyield" DOUBLE,
  "dividendyield" DOUBLE,
  "bidsize" DOUBLE,
  "dayhigh" DOUBLE,
  "enterprisetorevenue" DOUBLE,
  "forwardeps" DOUBLE,
  "revenuequarterlygrowth" VARCHAR,
  "bookvalue" DOUBLE,
  "sharesshort" DOUBLE,
  "shortratio" DOUBLE,
  "floatshares" DOUBLE,
  "enterprisevalue" DOUBLE,
  "regularmarketprice" DOUBLE,
  "latest_dividend" DOUBLE
);

Share link

Anyone who has the link will be able to view this.