https://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.xchange where pair in (“ARSARS”)&env=store://datatables.org/alltableswithkeys

后端 未结 4 1503
有刺的猬
有刺的猬 2021-01-14 02:07

I have been using the following URL for the past 3 years without issue. However, it has stopped returning results.

URL: https://query.yahooapis.com/v1/public/yql?q=s

4条回答
  •  清酒与你
    2021-01-14 03:13

    I think the API is down.

    I am similarly receiving "results"=nullfor the query: http://query.yahooapis.com/v1/public/yql?q=select+%2A+from+yahoo.finance.xchange+where+pair+in+%28%22GBPEUR%22%29&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys

    Setting diagnostics=true in the request yields: `

    [execution-start-time] => 7
    [execution-stop-time] => 12
    [execution-time] => 5
    [http-status-code] => 999
    [http-status-message] => Request denied
    [content] => http://download.finance.yahoo.com/d/quotes.csv?s=GBPEUR=X&f=snl1d1t1ab
    

    `

    If anyone knows more than me about what this might imply I'd be glad to hear it!

提交回复
热议问题