Baselight

US Funds Dataset From Yahoo Finance

23k+ Mutual Funds and 2k+ ETFs scraped from Yahoo Finance

@kaggle.stefanoleone992_mutual_funds_and_etfs

Etf Prices
@kaggle.stefanoleone992_mutual_funds_and_etfs.etf_prices

  • 53.58 MB
  • 3866030 rows
  • 8 columns
fund_symbol

Fund Symbol

price_date

Price Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

AAAWed Sep 09 2020 00:00:00 GMT+0000 (Coordinated Universal Time)25.125.1225.0725.0724.8517300
AAAThu Sep 10 2020 00:00:00 GMT+0000 (Coordinated Universal Time)25.0625.0725.0525.0724.8523500
AAAFri Sep 11 2020 00:00:00 GMT+0000 (Coordinated Universal Time)25.0425.0525.0225.0324.8133400
AAAMon Sep 14 2020 00:00:00 GMT+0000 (Coordinated Universal Time)25.0125.0625.0125.0224.813100
AAATue Sep 15 2020 00:00:00 GMT+0000 (Coordinated Universal Time)25.0225.0325.0125.0124.7912100
AAAWed Sep 16 2020 00:00:00 GMT+0000 (Coordinated Universal Time)24.9724.9824.9724.9724.7514100
AAAThu Sep 17 2020 00:00:00 GMT+0000 (Coordinated Universal Time)24.992524.9824.9824.7615200
AAAFri Sep 18 2020 00:00:00 GMT+0000 (Coordinated Universal Time)24.9724.9824.9724.9824.765300
AAAMon Sep 21 2020 00:00:00 GMT+0000 (Coordinated Universal Time)24.9924.9924.9824.9824.768600
AAATue Sep 22 2020 00:00:00 GMT+0000 (Coordinated Universal Time)24.9824.9924.9824.9824.768100

CREATE TABLE etf_prices (
  "fund_symbol" VARCHAR,
  "price_date" TIMESTAMP,
  "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.