Credit Suisse Group AG (CS)-EQUITY-NYQ
Credit Suisse Group AG (CS) EQUITY NYQ from 2010 till Present
@kaggle.sandhyakrishnan02_credit_suisse_group_ag_cs_stock_price
Credit Suisse Group AG (CS) EQUITY NYQ from 2010 till Present
@kaggle.sandhyakrishnan02_credit_suisse_group_ag_cs_stock_price
Credit Suisse Group AG (CS) NYQ equity from 2010.
This dataset contains Credit Suisse Group AG equity New York rates from 2010.
Dataset Attributes:
Date: Specifies Date
High: Highest Price in a Day
Low: Lowest Price in a Day
Close: Close Price of a day
Adj Close: Adj Close of a Day
Volume: Provides Volume of Stock
CREATE TABLE credit_suisse (
"date" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);Anyone who has the link will be able to view this.