Limit of multiple Quote in a finance google API call
问题 I have thousands of stock symbol and for real time prices requesting finance google API, as an example http://finance.google.com/finance/info?client=ig&q=AAPL in the above I am getting price of AAPL, so I am considering it like single HTTP request for signle stock i.e AAPL Now my question is: - can I pass all the stock symbol (assume 400-500) with comma separte to a single URL, If NO then what is the max limit of symobl that will be going to pass a API URL? - Another point is , Assume if I am