Baselight

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

Loading...
Loading...

About this Dataset

Credit Suisse Group AG (CS)-EQUITY-NYQ

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

Tables

Credit Suisse

@kaggle.sandhyakrishnan02_credit_suisse_group_ag_cs_stock_price.credit_suisse
  • 125.77 KB
  • 3286 rows
  • 7 columns
Loading...

CREATE TABLE credit_suisse (
  "date" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

Anyone who has the link will be able to view this.