NIFTY FMCG DATA 1 MINUTE 5 MINUTE DAILY DATA
Nifty FMCG data for Algo Trading, Back Testing and Research purposes
@kaggle.debashis74017_nifty_fmcg_data_1_minute_5_minute_daily_data
Nifty FMCG data for Algo Trading, Back Testing and Research purposes
@kaggle.debashis74017_nifty_fmcg_data_1_minute_5_minute_daily_data
Disclaimer!!!
Data uploaded here are collected from the internet. The sole purposes of uploading these data are to provide this Kaggle community with a good source of data for analysis and research. I don't own these datasets and am also not responsible for them legally by any means. I am not charging anything (either monetary or any favor) for this dataset.
The NIFTY FMCG Index is designed to reflect the behaviour and performance of FMCGs (Fast Moving Consumer Goods) which are
non-durable, mass consumption products and available off the shelf. The NIFTY FMCG Index comprises of 15 stocks from FMCG
sector listed on the National Stock Exchange (NSE).
NIFTY FMCG Index is computed using free float market capitalization method, wherein the level of the index reflects the total free
float market value of all the stocks in the index relative to particular base market capitalization value. NIFTY FMCG Index can be
used for a variety of purposes such as benchmarking of fund portfolios, launching of index funds, ETFs and structured products.
CREATE TABLE britannia_10_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE britannia_15_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE britannia_30_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE britannia_3_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE britannia_5_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE britannia_60_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE britannia_day_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE britannia_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE colpal_10_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE colpal_15_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE colpal_30_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE colpal_3_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE colpal_5_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE colpal_60_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE colpal_day_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE colpal_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE dabur_10_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE dabur_15_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE dabur_30_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE dabur_3_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE dabur_5_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE dabur_60_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE dabur_day_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE dabur_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);CREATE TABLE emamiltd_10_minute_data (
"date" VARCHAR,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);Anyone who has the link will be able to view this.