nifty['MA50'] = nifty['Close'].rolling(50).mean() nifty['MA200'] = nifty['Close'].rolling(200).mean()
In conclusion, accessing Nifty Yahoo Finance historical data is a straightforward process that provides valuable insights into the performance of the Indian equity market. By leveraging this data, investors, analysts, and researchers can make more informed decisions, develop effective trading strategies, and better understand market dynamics. However, it's essential to note that Yahoo Finance may have limitations and restrictions on data usage, and users should always verify the accuracy and completeness of the data before making any investment decisions. nifty yahoo finance historical data
Sometimes Yahoo blocks frequent requests or has missing data. Use these alternatives: nifty['MA50'] = nifty['Close']