LT Finance Holdings Ltd Stock Price 2017 To 2020
L&T 3 years Stock Prices Data
@kaggle.sanjogyadav_lt_finance_holdings_ltd_stock_price_2017_to_2020
L&T 3 years Stock Prices Data
@kaggle.sanjogyadav_lt_finance_holdings_ltd_stock_price_2017_to_2020
This dataset is a playground for fundamental and technical analysis. This can serve as basic tutorial for time-series data analysis.
Dataset consists of following files:
LT_Finance_Holdings_Ltd_Stock_Price_2017_to_2020.csv: The data related to L&T Finance Holdings Ltd Stock Price from Feb 2017 to Feb 2020 and contains 13 columns.
Prices were fetched from "bseindia" databases.
Here is couple of things one could try out with this data:
CREATE TABLE lt_finance_holdings_ltd_stock_price_2017_to_2020 (
"date" VARCHAR,
"open_price" DOUBLE,
"high_price" DOUBLE,
"low_price" DOUBLE,
"close_price" DOUBLE,
"wap" DOUBLE,
"no_of_shares" BIGINT,
"no_of_trades" BIGINT -- No. Of Trades,
"total_turnover_rs" DOUBLE -- Total Turnover (Rs.),
"deliverable_quantity" DOUBLE,
"n__deli_qty_to_traded_qty" DOUBLE -- % Deli. Qty To Traded Qty,
"spread_high_low" DOUBLE,
"spread_close_open" DOUBLE
);Anyone who has the link will be able to view this.