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.
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.
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