Earlier quoted context omitted.
If anyone can find an api with intraday quotes and support for backtesting which doesn't require a 10K mininum please let us know! (I know that's probably 0 brokers)
IB has an API that supports tick-by-tick historical data and real-time quotes. You might be able to sign up for a demo account and pull from their historical database. You'll have to roll your own backtester though when you build your own historical DB. But to save you the time, applying regular ML to historical tick-data will only make you into a smarter market-maker. In usual trending or sideways equities, you'll m…
Or you could just PR a new data source class for Zipline that pulls data from IB. Ah, the wonders of open source!