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 !