Top-100-USA-Companies
Top-100-Company-USA-Nasdaq-benchmark-cretria
@kaggle.youneseloiarm_top_100_usa_companies
Top-100-Company-USA-Nasdaq-benchmark-cretria
@kaggle.youneseloiarm_top_100_usa_companies
Here are the top companies on the NASDAQ 100 index in 2022. NASDAQ 100 is one of the most prominent large-cap growth indices in the world.
Many companies listed in the NASDAQ 100 operate in the tech sector. That is why many investors who are focused investing in tech stocks also invest in NASDAQ index to grow their funds
NASDAQ 100 is a stock market index composed of the 100 largest and most actively traded companies in the United States of America in the non- financial sector and are segmented under technology, retail, industrial, biotechnology, health care, telecom, transportation, media and services sectors.
Data collected from Yahoo Finance.
CREATE TABLE xel (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
CREATE TABLE zm (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
CREATE TABLE zs (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.