Baselight

Yahoo Finance All Stocks (Daily Update 163 Days)

A Dataset of Historical Stock Data for Stocks Available on Yahoo Finance

@kaggle.tanavbajaj_yahoo_finance_all_stocks_dataset_daily_update

Fdx
@kaggle.tanavbajaj_yahoo_finance_all_stocks_dataset_daily_update.fdx

  • 521.65 KB
  • 11460 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Wed Apr 12 1978 05:00:00 GMT+0000 (Coordinated Universal Time)0.79774206876754760.82400517554601490.79774206876754760.797742068767547611657600
Thu Apr 13 1978 05:00:00 GMT+0000 (Coordinated Universal Time)0.83057039976120.85683350174168270.83057039976120.83057039976127366400
Fri Apr 14 1978 05:00:00 GMT+0000 (Coordinated Universal Time)0.88309681415557860.9159261001972160.88309681415557860.88309681415557866771200
Mon Apr 17 1978 05:00:00 GMT+0000 (Coordinated Universal Time)0.88309655858488720.88309655858488720.85683345794677730.85683345794677734076800
Tue Apr 18 1978 05:00:00 GMT+0000 (Coordinated Universal Time)0.85683362040457340.87324866253039420.85026824474334720.85026824474334722966400
Wed Apr 19 1978 05:00:00 GMT+0000 (Coordinated Universal Time)0.86668258905410770.88966300959003950.86668258905410770.86668258905410772272000
Thu Apr 20 1978 05:00:00 GMT+0000 (Coordinated Universal Time)0.88966256380081180.91592565940020040.88966256380081180.88966256380081181699200
Fri Apr 21 1978 05:00:00 GMT+0000 (Coordinated Universal Time)0.88966299195848910.9060772342360790.88309681415557860.88309681415557861046400
Mon Apr 24 1978 05:00:00 GMT+0000 (Coordinated Universal Time)0.8830968316569990.88966300959003950.86668258905410770.8666825890541077931200
Tue Apr 25 1978 05:00:00 GMT+0000 (Coordinated Universal Time)0.90607726573944080.93234037489130880.90607726573944080.90607726573944082256000

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

Share link

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