任何.NET示例雅虎查询语言(YQL)?雅虎、示例、语言、NET

2023-09-04 01:39:48 作者:半世的流离

我想作一些简单的调用雅虎查询语言(YQL)。有没有人来实现这一点。NET?

I'd like to make some simple calls to Yahoo Query Language (YQL). Has anyone implemented this in .NET?

下面是查询我想要做的。NET:

Here is the query I'd like to make from .NET:

select MarketCapitalization 
from yahoo.finance.quotes 
where symbol 
  in ("YHOO","AAPL","GOOG","MSFT","unknown")

更新

一切工作100%,得益于@fernaramburu。

Everything is working 100%, thanks @fernaramburu.

推荐答案

是的。那里实际上是工作,因为我只是测试了几个小时前两个很好的例子......

Yes. There two good examples that are actually working because I just tested some hours ago...

http://jarloo.com/get-yahoo-finance-api-data-via-yql/

http://jarloo.com/$c$c/get-historical-stock-data/

希望这有助于!它帮助了我很多!

Hope this help! It helps me a lot!