Company Name Returning "" in YQL
Hi,
I think there is a problem with the data table for yahoo.finance.stocks no matter what symbol I use in mt YQL statement, the company name is always returned as null ("").
In the console I am using this select * from yahoo.finance.stocks where symbol="ABF.L"
The return is this:
"results": {
"stock": {
"symbol": "ABF.L",
"CompanyName": "",
"start": "2003-01-01",
"end": "2012-02-10",
"Sector": "Consumer Goods",
"Industry": "Food - Major Diversified",
"FullTimeEmployees": "102000"
}
by
0 Replies