TOP 7 Stock Indices In The World
"Top 7 Indexes, Gold, and VIX Index: Historical Financial Data "
@kaggle.suhrudjoshi15_top_7_stock_indices_in_the_world
"Top 7 Indexes, Gold, and VIX Index: Historical Financial Data "
@kaggle.suhrudjoshi15_top_7_stock_indices_in_the_world
CREATE TABLE bloomberg_indexes (
"securitytype" VARCHAR,
"symbol" VARCHAR,
"country" VARCHAR,
"currency" VARCHAR,
"resourcetype" VARCHAR,
"resourcesubtype" VARCHAR,
"region" VARCHAR,
"ticker" VARCHAR,
"tickername" VARCHAR,
"template" VARCHAR,
"name" VARCHAR,
"watchlist" BOOLEAN,
"resourceid" VARCHAR,
"totalreturn1y" DOUBLE,
"last" DOUBLE,
"netchange" DOUBLE,
"lastpricetime" BIGINT,
"peratio" DOUBLE,
"open" DOUBLE,
"close" DOUBLE,
"pctchange1m" DOUBLE,
"yearhigh" DOUBLE,
"dayhigh" DOUBLE,
"volume" DOUBLE,
"yearlow" DOUBLE,
"daylow" DOUBLE,
"marketcap" DOUBLE,
"pctchangeytd" DOUBLE,
"pctchange" DOUBLE,
"isopen" VARCHAR,
"info" VARCHAR,
"unit" VARCHAR
);
Anyone who has the link will be able to view this.