Crypto ETFs Data
A list of 50 ETFs trading currently, mostly in the US
@kaggle.sukanto_crypto_etfs
A list of 50 ETFs trading currently, mostly in the US
@kaggle.sukanto_crypto_etfs
CREATE TABLE crypto_etfs (
"ticker" VARCHAR,
"fund_name" VARCHAR,
"issuer" VARCHAR,
"aum" VARCHAR,
"expense_ratio" VARCHAR,
"n_3_mo_tr" VARCHAR,
"segment" VARCHAR
);
Anyone who has the link will be able to view this.