VinFast Stock Data (All Time)
Daily stock price of VinFast Auto Ltd (NYSE: VFS) since IPO
@kaggle.dhruvshan_vinfast_stock_data_all_time
Daily stock price of VinFast Auto Ltd (NYSE: VFS) since IPO
@kaggle.dhruvshan_vinfast_stock_data_all_time
CREATE TABLE vfs (
"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.