Any brokerage to support R or Python?

For example, if I have equities in my personal equity account as follows

MSFT 30.00 100
IBM 100.00 10

then, I like to get the matrix with 2 rows and 3 columns in R data so that I can use the matric in R myself.
 
It seems that there are two brokerages, for us to use R to allow API, at least.

So far

1)IB

2)TradeKing.

Appreciated. Any other brokerage is welcomed.

PS) For the commission comparison, TradeKing charges flat $5 while IB charge by the number of shares. So it seems that, for a cheap penny stock, commission of 2) is better
 
IB has a python API. not sure if it's released yet but u can watch videos of it on youtube.

I do not think it is IB but rather personal project of one of the contributors to IB API Yahoo group. Check IB TWS API Yahoo group recent postings and uploaded file section for some leads to Python implementation
 
Back
Top