hmthur
hmthur

Reputation: 1032

Finance API for iPhone commercial app use

I am planning to create a stock based app for iPhone. It's going to be a paid app. So I wanted to know what options do I have for getting the data from API. I have heard of Yahoo finance API, but think it is not free for commercial use.

What does Apple use for their native app. Could you please provide me with other options.

Upvotes: 0

Views: 2917

Answers (2)

Eugene Osovetsky
Eugene Osovetsky

Reputation: 6541

For historical data (historical stock quotes, historical financial statements, historical dividends, etc), you can use the APIs at http://www.mergent.com/servius

(EDIT: The API can deliver historical ratio information such as P/E ratios, but that feature is still undocumented - will be documented soon).

(EDIT: There's also http://www.zacksdata.com/zacks-data-api . By the way, as a disclosure, both APIs are managed by my company).

Upvotes: 0

Joel
Joel

Reputation: 30156

Getting fast reliable tick data is going to be very expensive, especially if you want every tick. If you want any kind of order book depth, it's even more expensive.

You might want to investigate LMAX who offer a free API. I think they are the same company that do Betfair in the UK. I'm not sure what markets they offer, whether you can use it outside the UK, and whether the prices on show are actual exchange traded prices, or from their own user generated markets, but it might be of interest...

Upvotes: 1

Related Questions