From the Yahoo Finance historical Nifty dataset, we conclude:
Note: If the download link is missing due to licensing restrictions, you can copy and paste the table directly into Excel . Technical Analysis with Nifty Data yahoo nifty historical data
When you run this script, you will see:
# --- Usage Example --- if __name__ == "__main__": # 1. Initialize the feature nifty = NiftyHistoricalData() From the Yahoo Finance historical Nifty dataset, we