Baselight

NSE India Stocks (companies)

Intraday datasets (2015-2016)

@kaggle.ramamet4_nse_company_stocks

Nsecomp 4
@kaggle.ramamet4_nse_company_stocks.nsecomp_4

  • 79.14 MB
  • 5803315 rows
  • 9 columns
unnamed_0

Unnamed: 0

code

Code

date

Date

time

Time

open

Open

high

High

low

Low

close

Close

volume

Volume

17409946LLOYDELENG2014122913:12:00119.3119.35119119.35467
17409947LLOYDELENG2014122913:13:00119.35119.35119.35119.351
17409948LLOYDELENG2014122913:14:00119.35119.35119119198
17409949LLOYDELENG2014122913:16:00119119119119300
17409950LLOYDELENG2014122913:17:00119.4119.85119.1119.2115
17409951LLOYDELENG2014122913:18:00119.15120119.15119.2603
17409952LLOYDELENG2014122913:19:00119.85119.9119.25119.25144
17409953LLOYDELENG2014122913:20:00119.25119.25119.25119.252
17409954LLOYDELENG2014122913:23:00119.65119.8119.65119.8112
17409955LLOYDELENG2014122913:24:00119.65119.65119.65119.6510

CREATE TABLE nsecomp_4 (
  "unnamed_0" BIGINT,
  "code" VARCHAR,
  "date" BIGINT,
  "time" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT
);

Share link

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