Data Download in Excel

Course Name: Trading with Machine Learning: Classification and SVM, Section No: 3, Unit No: 4, Unit type: Video



Looking at the Intraday fike for ICICI Bank, which is used in the code shown.

Can you please let me know how to download this intraday data for other securities from Yahoo ? (or any other API



Thanks  

Hi Ankit,



You can use the yfinance library to fetch more data. If you need it in csv format, then you can download using the yfinance package and save to csv using pandas to_csv function.



Hope this helps!