We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024-05-20 was election day in Indian and both XBOM and XNSE were closed
https://www.nseindia.com/resources/exchange-communication-holidays https://www.bseindia.com/static/markets/marketinfo/listholi.aspx
start = '2024-05-18' end = '2024-05-21' cal = mcal.get_calendar('XNSE') print(cal.schedule(start_date=start, end_date=end))
The text was updated successfully, but these errors were encountered:
Those calendars are defined in the exchange_calendars package. I recommend submitting an issue there
https://github.com/gerrymanoim/exchange_calendars
Sorry, something went wrong.
Should probably remove the alias for XNSE and NSE under the BSE calendar here, the two exchanges vary on holidays.
pandas_market_calendars/pandas_market_calendars/calendars/bse.py
Line 405 in 939e7e6
Should I create a separate NSE/XNSE calendar here or in the exchange_calendars repo?
No branches or pull requests
2024-05-20 was election day in Indian and both XBOM and XNSE were closed
https://www.nseindia.com/resources/exchange-communication-holidays
https://www.bseindia.com/static/markets/marketinfo/listholi.aspx
The text was updated successfully, but these errors were encountered: