Yahoo funding request for data

I am asking yahoo finance to get the price of 2000 shares. When I put all two thousand shares in a symbol, it returns an http 414 error. How can I get past this.

+3


source to share


1 answer


HTTP error 414 means that the URL sent by the server is too long. In essence, you will need to formulate a plan to hack your request into more manageable chunks for Yahoo !. I'm not sure what the max length is, but maybe consider editing your code to get through the stock and query headroom.



+4


source







All Articles