Hi there
I am looking for hourly data but pandas datareader gives only daily data from yahoon and googole. Is there any API exist that gives hourly or 15 mins data other than yfinance ?
Thanks in advance
Hi Ahmed
You can look into the AlphaVantage API. It provides the intraday data for the past two years.
You can also refer to the How to Get Historical Market Data Through Python API blog for information on further resources.
Hope this helps.
Hi Rishabh,
Thanks for your response. appreicete it.
AlphaVintage doesnt't provide the commodities and indicies data. Its my bad, i should have put more details in my initail post. I am specifically looking for commodities and indices data
Regards
Ahmed
Hey Ahmed
If you are looking for free sources, Yahoo Finance is the only source where you can get the intraday data for a limited historical time period. In case you want the data spanning multiple years, you will have to shift to a paid source.
For Indian Markets, you can go through the authorised data vendors list as per NSE.
You can also check this comprehensive list on Quantpedia for global markets.
Hope this helps.