Someone knows some [closed] stock exchange API

1

I am looking for a stock exchange API to consume resources for an android application that I have to do for an end-of-course project. I found the one from Yahoo YQL. But I would like to know if you know any other.

    
asked by Eduardo 31.03.2017 в 08:53
source

1 answer

0

Given that it is an end-of-course project, I assume that you must work with free services, and I have come up with the following:

The Bloomberg API (BLPAPI) is a set of freely available software development kits (SDKs) that allow software developers to create applications that consume market data. link

Xignite offers a SOAP Web service to access quotes from the New York Stock Exchange (NYSE) and the NASDAQ. link

Forex also offers its API, and they have an example "Android Rates Sample" according to one of the images that appear in this link. link

Greetings, and I hope you finish your project very well

    
answered by 31.03.2017 / 13:57
source