For quite some time I've been using the following REST API to query Yahoo finance for current prices. It is documented in several Stack Overflow posts, e.g. Yahoo finance webservice and elsewhere in yahoo-finance.
http://finance.yahoo.com/webservice/v1/symbols/$SYMBOLS/quote?format=json
where $SYMBOLS is a comma-delimited list of stock or index symbols.
Yesterday the query stopped working, returning only a "Moved Temporarily. Redirecting to ..." message.
Is this web service now closed? Has it been replaced by YQL or another API? Queries for a table of historic prices to "ichart" still work. E.g.,
http://ichart.finance.yahoo.com/table.csv?d=2&e=3&f=2016&g=d&a=0&b=1&c=2011&ignore=.csv&s=$SYMBOL
Thanks.