0

Are any of you aware of any brokers that provide API's for trading (that I could hook up to my .net application) AS WELL AS provide a mock money account

I have searched around on sites for this question but surprisingly havent gotten an answer to the latter part of the question. How can us developers even test our trading apps if well known brokers such as TD Ameritrade, IB dont provide fake money accounts

Thanks

user715489
  • 150
  • 1
  • 7

2 Answers2

0

If by "IB" you mean "Interactive Brokers", then I am not certain of your statement. IB certainly does offer paper trading accounts. There are also a number of open access accounts such as edemo that can be used to test API functionality. You might also look into what is possible with the Quantopian system.

user3276159
  • 199
  • 1
  • 8
0

In general trading vendors / brokers will never post API to the open world, especially for trading activity. This is usually a violation of some SEC law or some regulatory rulings that keep this this way.

If you really want to build an app on top of those services you would need to enter into a contractual aggreement with them.

Working for a company that trades I would not expose my API's to the general public either.

Joshua Cauble
  • 1,349
  • 8
  • 7
  • 1
    Actually, I am puzzled by SEC's regulation. I suppose the concern is that someone will figure out how to hack the API and mess with the market? Unless I plan to write an financial app for "resale", I don't think my personal use would warrant a "contractual agreement" other than the one that I signed when I opened an active account with such broker. – Antony Sep 24 '13 at 17:46