Hi,
We exclusively depend on the table yahoo.finance.*
We can see they are not available from YQL console, any idea why ???
select * from yahoo.finance.quotes where symbol in ("YHOO")
=
cbfunc({
"error": {
"lang": "en-US",
"diagnostics": {
"publiclyCallable": "true"
},
"description": "No definition found for Table yahoo.finance.quotes"
}
});
Thanks