Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to get a few stocks and indexes prices live. I dot not need tick precision (5 min bars is enouth). I already looked at what's available and only found the Yahoo Finance API. I'm now using it but it's not very good, I had to write a lot of hacks to normalize the output, and I can't have High / Low for example (only daily).

Another alternative I'm thinking of is writing a MT4 agent to export prices from a demo account on an online broker (ex: http://www.alpari.co.uk/) to my database. But this would be a pain to setup and limited to what the broker offers.

If anybody knows a good API fot that simple task: Get 5 or 15 or 60 min bars live for big indexes (S&P, STOXX50, NASDAQ, etc.) please advise ;)

Thanks !

share|improve this question

3 Answers

There is the yahoo API which offers a bunch of information

share|improve this answer
1  
This was mentioned in his question that he is trying it and doesn't like it due to reliability. – em3ricasforsale Jan 16 at 3:48
Yes as @em3ricasforsale highlighted, I'm already using Yahoo Finance API but i'm looking for something more flexible and reliable. – BigBourin Jan 19 at 18:40

is it only me or since last december the API only works for american tickers? I tried with spanish ones and it returns no data. http://finance.yahoo.com/d/quotes.csv?s=SAN.MC&f=snl1d1t1cv&e=.csv

share|improve this answer

I found this provider: http://www.activetick.com/activetick/contents/ActiveTickFeedAPIDetails.aspx which is not free but only $50/month and provides a C/C++ API working with any operating system. I'll give it a try as it may answer my question :)

share|improve this answer
1  
Initially when I saw your post I thought you were looking along the lines of a free API. If you are looking to pay for one, it may be worth opening an Etrade account as it looks like you may get free usage of their api as long as you have an account. If you are going to pay the $50, you may as well open the etrade account and put the $50 a month towards buying a share of stock each month or other things. I think the usage of API is free as long as you have an account. – em3ricasforsale Jan 20 at 1:44
Interesting, have you already used Etrade's API ? the doc looks awfull xD (275 pages PDF) But it may be a good alternative. I'll have a look, thanks! – BigBourin Jan 20 at 13:20
Damn, it's limited to US resident, I'm French :( – BigBourin Jan 20 at 13:22
I have a friend that has used it in an application. He had a little bit of trouble with some of the authentication, but after that I don't think he had any problems. I have not. I don't have an account with them. Sorry I didn't open up your profile prior to posting the etrade API comment. – em3ricasforsale Jan 21 at 13:28
No problem, your contribution is appreciated ;) – BigBourin Jan 21 at 14:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.