Baselight

Investment Fund

Information about assets that you can invest in

@kaggle.karthikbhandary2_investment_fund

Loading...
Loading...

About this Dataset

Investment Fund

We all know what bitcoin is. Right now it is in the boom. This dataset provides information about bitcoin, along with other assets such as gold. Take a peak into the dataset to understand it more.

Tables

Bitcoin Usd

@kaggle.karthikbhandary2_investment_fund.bitcoin_usd
  • 120.85 KB
  • 2619 rows
  • 6 columns
Loading...

CREATE TABLE bitcoin_usd (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE
);

Monthly Data

@kaggle.karthikbhandary2_investment_fund.monthly_data
  • 4.95 KB
  • 87 rows
  • 3 columns
Loading...

CREATE TABLE monthly_data (
  "date" TIMESTAMP,
  "gold_usd" DOUBLE,
  "cpi_us" DOUBLE
);

Sp500

@kaggle.karthikbhandary2_investment_fund.sp500
  • 82.81 KB
  • 1805 rows
  • 6 columns
Loading...

CREATE TABLE sp500 (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT
);

Share link

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