Baselight

Crypto ETFs Data

A list of 50 ETFs trading currently, mostly in the US

@kaggle.sukanto_crypto_etfs

Loading...
Loading...

About this Dataset

Crypto ETFs Data

This is a list of the 50 cryptocurrency-based ETFs currently trading, mostly in the US. The details include:

  • Ticker
  • Name of ETF
  • Issuer
  • Assets Under Management (AUM)
  • Expense Ratio
  • 3-month total returns
  • Segment and investment strategy

Data correct as of July 23, 2024.

Tables

Crypto Etfs

@kaggle.sukanto_crypto_etfs.crypto_etfs
  • 8.11 KB
  • 50 rows
  • 7 columns
Loading...

CREATE TABLE crypto_etfs (
  "ticker" VARCHAR,
  "fund_name" VARCHAR,
  "issuer" VARCHAR,
  "aum" VARCHAR,
  "expense_ratio" VARCHAR,
  "n_3_mo_tr" VARCHAR,
  "segment" VARCHAR
);

Share link

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