yql / yql-tables

YQL is extensible using a table definition. This repository will hold community contributed definitions.

Home Page:http://developer.yahoo.com/yql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yahoo finance oquote is broken

link0001 opened this issue · comments

oquote doesn't retrieve any data

Is it because this is now split into 2 tables? quoteListXpath = "//div[@id='yfi_quote_summary_data']/table";

Does anyone know how to fix the problem?

Yes, it appears that "doom99" investigated and fixed this issue:
cc8f00b His change was committed and merged to master, however for some reason, YQL's oquote is not accessing the latest xml file in master. I don't know why that is.
You can host the corrected xml file yourself and then use YQL to point to it to get it to work.