I was used to type in a browser : http://finance.yahoo.com/webservice/v1/symbols/YHOO,AAPL/quote?bypass=true&format=json&view=detail
and parse the answer...
It's not working anymore, see: Has Yahoo finance web service disappeared? API changed? Down temporarily?
The command
curl -A "Mozilla/5.0 (Linux; Android 6.0.1; MotoG3 Build/MPI24.107-55) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36" http://finance.yahoo.com/webservice/v1/symbols/YHOO,AAPL/quote?bypass=true&format=json&view=detail
gives also
not a valid parameter.
Any idea what's wrong in the request?
Any idea on the way to send the http request directly so it works in a desktop browser?