352.5.2.
from("direct:start")
.to("yql://select symbol, Ask, Bid, AverageDailyVolume from yahoo.finance.quotes where symbol in ('GOOG')?env=store://datatables.org/alltableswithkeys&https=false&callback=yqlCallback");
/**/yqlCallback({
"query":{
"count":1,
"created":"2017-11-01T19:48:17Z",
"lang":"en-US",
"results":{
"quote":{
"symbol":"GOOG",
"Bid":"1025.57",
"Ask":"1025.92",
"AverageDailyVolume":"1350640"AverageDailyVolume
}
}
}
});
|
|
|
|
|
|