Top 10 AI Companies - Stocks
If you have invested in top 10 AI companies, what it would be today?
@kaggle.vladimirmijatovic_ai_stocks
If you have invested in top 10 AI companies, what it would be today?
@kaggle.vladimirmijatovic_ai_stocks
This dataset represent stock value of top 10 AI companies from 1990 until today. You will notice that many of those companies didn't exist in 20th century.
However, today they represent the most important tech companies in the world, and their market capitalization is enormous.
These stocks are selected by Forbes Best AI Stocks To Invest
CREATE TABLE top_10_ai_stocks (
"symbol" VARCHAR,
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT,
"adjusted" DOUBLE
);Anyone who has the link will be able to view this.