US Traded Stock Ticker Symbols
United States traded stock ticker symbols from financialmodelingprep.com.
@kaggle.xaviercollantes_us_traded_stock_ticker_symbols
United States traded stock ticker symbols from financialmodelingprep.com.
@kaggle.xaviercollantes_us_traded_stock_ticker_symbols
CREATE TABLE us_tickers (
"symbol" VARCHAR,
"name" VARCHAR,
"exchange" VARCHAR,
"exchangeshortname" VARCHAR,
"type" VARCHAR,
"sector" VARCHAR,
"industry" VARCHAR,
"description" VARCHAR,
"website" VARCHAR
);
Anyone who has the link will be able to view this.