Baselight

Investment Fund

Information about assets that you can invest in

@kaggle.karthikbhandary2_investment_fund

Sp500
@kaggle.karthikbhandary2_investment_fund.sp500

  • 82.81 KB
  • 1805 rows
  • 6 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

Wed Sep 17 2014 00:00:00 GMT+0000 (Coordinated Universal Time)1999.3000488281252010.7399902343751993.29003906252001.56994628906253209420000
Thu Sep 18 2014 00:00:00 GMT+0000 (Coordinated Universal Time)2003.06994628906252012.33996582031252003.06994628906252011.35998535156253235340000
Fri Sep 19 2014 00:00:00 GMT+0000 (Coordinated Universal Time)2012.7399902343752019.2600097656252006.58996582031252010.40002441406254880220000
Mon Sep 22 2014 00:00:00 GMT+0000 (Coordinated Universal Time)2009.07995605468752009.07995605468751991.0100097656251994.29003906253349670000
Tue Sep 23 2014 00:00:00 GMT+0000 (Coordinated Universal Time)1992.7800292968751995.41003417968751982.770019531251982.770019531253279350000
Wed Sep 24 2014 00:00:00 GMT+0000 (Coordinated Universal Time)1983.33996582031251999.79003906251978.63000488281251998.3000488281253313850000
Thu Sep 25 2014 00:00:00 GMT+0000 (Coordinated Universal Time)1997.31994628906251997.31994628906251965.9899902343751965.9899902343753273050000
Fri Sep 26 2014 00:00:00 GMT+0000 (Coordinated Universal Time)1966.2199707031251986.36999511718751966.2199707031251982.84997558593732929440000
Mon Sep 29 2014 00:00:00 GMT+0000 (Coordinated Universal Time)1978.95996093751981.2800292968751964.04003906251977.8000488281253094440000
Tue Sep 30 2014 00:00:00 GMT+0000 (Coordinated Universal Time)1978.20996093751985.17004394531251968.95996093751972.29003906253951100000

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.