File size: 3,027 Bytes
6f178c5
aae73a5
 
 
6f178c5
aae73a5
6f178c5
aae73a5
 
 
 
 
 
 
 
 
 
 
78a6ce2
 
 
 
aae73a5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78a6ce2
 
 
aae73a5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78a6ce2
aae73a5
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
dataset_name: "bhavcopy-calendar"
dataset_type: "tabular"
license: "mit"
language:
  - en
tags:
  - finance
  - stock-market
  - capital-markets
  - india
  - holidays
  - trading-sessions
  - nse
  - bse
size_categories:
  - small
task_categories:
  - time-series-forecasting
  - tabular-classification
  - tabular-regression
  - other
dataset_info:
  description: |
    This dataset contains official trading holidays and special trading sessions for the capital markets segment of NSE and BSE in India. The data is stored in two Parquet files:
    - Holidays.parquet: with columns Date and Holiday
    - Special Sessions.parquet: with columns Date and Description
  homepage: "https://huggingface.co/datasets/MSM02/bhavcopy-calendar"
  license: "MIT License"
  citation: |
    @misc{msm02_bhavcopycalendar_2025,
      author = {MSM02},
      title = {Bhavcopy Calendar: NSE & BSE Holidays & Special Sessions (Capital Markets)},
      year = {2025},
      howpublished = {\url{https://huggingface.co/datasets/MSM02/bhavcopy-calendar}}
    }
  last_modified: "2025-09-14"
---

# πŸ“… Bhavcopy Calendar: NSE & BSE Holidays & Special Sessions (Capital Markets Only)

This dataset contains official **trading holidays** and **special trading sessions** for the **capital markets segment** of the **National Stock Exchange (NSE)** and **Bombay Stock Exchange (BSE)** in India.

## πŸ“‚ Files Included

### πŸ›‘ `Holidays.parquet`
Contains the list of **regular trading holidays** when the capital markets were closed.

**Columns:**
- `Date`: Holiday date (`YYYY-MM-DD`)
- `Holiday`: Description of the occasion (e.g., *Republic Day*, *Diwali*, etc.)

### 🟑 `Special Sessions.parquet`
Contains **special or non-standard trading sessions**, such as *Muhurat Trading*, *extended hours*, or *Saturday sessions*.

**Columns:**
- `Date`: Session date (`YYYY-MM-DD`)
- `Description`: Type of session or context (e.g., *Muhurat Trading*, *Special Live Session*)

## πŸ“ˆ Use Cases

- Calendar-aware stock market data analysis
- Backtesting strategies that skip holidays or special sessions
- Feature engineering for time-series or trading models
- Scheduling automated trading bots

## πŸ“¦ Format

All data is stored in **Apache Parquet** format for efficient loading and compatibility with:

- [Pandas](https://pandas.pydata.org/)
- [Polars](https://pola.rs/)
- [PyArrow](https://arrow.apache.org/)
- [PySpark](https://spark.apache.org/)

## πŸ—“οΈ Coverage

- **Exchanges**: NSE and BSE  
- **Market Segment**: Capital Markets only  
- **Data Types**: Trading Holidays, Special Sessions  
- **Region**: India  
- **Last updated**: Sep 14, 2025

## πŸ“œ License

This dataset is shared under the **MIT License**.  
Please refer to the official exchange circulars for the most accurate and up-to-date information before making trading decisions.

## πŸ™Œ Acknowledgements

This dataset is compiled based on publicly available information published by the NSE and BSE.

---

> Maintained by [@MSM02](https://huggingface.co/MSM02)