Baselight

Ferrari Stock Data

A Complete List of Ferrari's Stock Data

@kaggle.nikhilramlukan_ferrari_stock_data

Loading...
Loading...

About this Dataset

Ferrari Stock Data

This is list of Ferrari Stock Data from its IPO.

Here is the columns description:

Date - The date

Close - The closing stock price of that specific year

Volume - Number of Shares traded that date

Open - The opening stock price of that specific year

High - The highest price the stock was during that specific year

Low - The lowest price the stock was during that specific year

Tables

Ferrari Stock Data

@kaggle.nikhilramlukan_ferrari_stock_data.ferrari_stock_data
  • 91.71 KB
  • 2236 rows
  • 6 columns
Loading...

CREATE TABLE ferrari_stock_data (
  "date" TIMESTAMP,
  "close_last" VARCHAR,
  "volume" BIGINT,
  "open" VARCHAR,
  "high" VARCHAR,
  "low" VARCHAR
);

Share link

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