English 中文(简体)
任何良好的金融工具? [闭门]
原标题:Any good Finance API? [closed]

问我们 提议或找到一种工具、图书馆或偏袒场外资源的问题,在Stack Overflow,因为它们往往吸引有意见的答复和垃圾邮件。 相反, 问题以及迄今为止为解决这一问题所做的工作。

Closed 9 years ago.

页: 1 食物是痛苦。

谷歌金融预报似乎是科索沃的,但不知道为什么我可以找回存货,引用Dow Johnes、NADAQ、S&的信息。

与YHOO、MSFT等公司合著,但没有获得全部股票指数数据。

http://www.yqlblog.net/blog/2009/06/02/to-stock-information-with-yql-and-open-data-tables/“rel=“noreferer”article,载于YQL blog, 说明如何从与YQL的公开表格中获取这一数据,但该表没有列入清单。

没有人能够建议任何良好的预报、网络服务或信息?

保证获得最佳答案+表决。

最佳回答

页: 1 你们可以获得实时的信息和资料;历史数据以碎的形式提供。

For example to get the S&P historical data (^GSPC):
http://ichart.finance.yahoo.com/table.csv?s=^GSPC&ignore=.csv

or Dow Jones (^DJI):
http://ichart.finance.yahoo.com/table.csv?s=^DJI&ignore=.csv

URL syntax explained at:
http://www.gummy-stuff.org/Yahoo-data.htm

问题回答

你们也可以使用雅虎人解组织,并寄出一个YQL的问询,即归还一份XML文件,例如:

http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finance.quotes%20where%20symbol%20in%20%28%22GLD,SLV%22%29&env=store://datatables.org/alltableswithkeys

为使事情更加容易,我写了一个简单的。 页: 1 例常使用:

$y = new YahooFinanceAPI;
$y->api(array( SLV , GLD ));

欲了解更完整的信息,请在http://thesimplesynthesis.com/article/finance-apis/“rel=”http://thesimplesynthesis.com/article/finance-apis/上查阅一篇文章。

你们能否重新利用错误的标志来达到平均数? 例如,Dow Jones工业平均水平的象征是。 DJI——在我找寻时,这给我造成了混乱。 S&P 500的文号是.INX,这甚至更是反动的。

考察互动经纪人软件。 在其他许多特点中,它拖延了通过APIC提供的实际时间。

http://www.interactivebrokers.com/en/p.php?f=programInterface





相关问题
C# Networking API s [closed]

Lately I ve been looking for a good networking API i could possibly use and/or reference some of the code within, but i have mere luck searching for some on Google/Bing. Hopefully somebody here has ...

getting XML from other domain using ASP.NET

I m fairly new to ASP.NET. And I was wondering how I could go about getting xml from a site (Kuler s API in this case), and then post the result using AJAX? So what I want here, is to be able to do a ...

Most appropriate API for URL shortening service

I ve just finished an online service for shortening URLs (in php5 with Zend Framework); you can enter an URL and you get an short URL (like tinyurl and such sites). I m thinking about the API for ...

UML Diagram to Model API

I need to create a diagram to document a RESTFul API that build, which UML diagram should I use? Thanks in advance,

How best to expose Rails methods via an API?

Let s say I have a model foo, and my model has a publish! method that changes a few properties on that model and potentially a few others too. Now, the Rails way suggests that I expose my model over ...

简讯

我是否可以使用某些软件来建立简便的航天国家服务器,最好是在 Java? 所有我都希望我的航天国家服务机在任何要求中都用同样的IP地址来回答。

About paypal express checkout api

In this picture,there are 3 main steps:SetExpressCheckout,GetExpressCheckoutDetails and DoExpressCheckoutDetails,I m now sure SetExpressCheckout is to be called by myself,what about ...

热门标签