我试图从Yahoo API中提取最新数据,但我不确定如何.....
在YQL页面
select * from yahoo.finance.xchange where pair in ("USDJPY")
最后我会添加什么来获取最新结果?
我尝试了select * from yahoo.finance.xchange where pair in ("USDJPY") ORDER BY Date DESC LIMIT 1
但它不起作用
因为目前,结果的时间是完全随机的。
感谢您的时间