Yahoo Finance Nifty 50 Historical Data Csv -
import yfinance as yf import pandas as pd nifty = yf.download("^NSEI", start="2000-01-01", end="2024-12-31") Save to CSV nifty.to_csv("nifty_50_historical_data.csv")
print("Download complete! Check your folder for the CSV file.") yahoo finance nifty 50 historical data csv
Drop a comment below, and I will help you find the cleanest data. import yfinance as yf import pandas as pd nifty = yf





