I am able to get historical data on one stock per each request. But I need to get historical data for multiple stocks in a single request from Google finance using python.
Any help will be highly appreciated!
Thanks
I am able to get historical data on one stock per each request. But I need to get historical data for multiple stocks in a single request from Google finance using python.
Any help will be highly appreciated!
Thanks
You can't request time series data for multiple stocks from that source at once. Instead, you have to put your request into a loop. Putting your request into a loop, you can request time series stock by stock.