Any brokerage to support R or Python?

Discussion in 'App Development' started by jk90029, Apr 11, 2014.

  1. Dear-

    I saw (ONLY) one brokerage myself, to support R to use API connection

    https://developers.tradeking.com/documentation/r

    I wonder if any other brokerage offers R or Python for API.


    Please show me any link for the brokerage company as above.

    -Jay

    PS) I handle ONLY equity, not future nor options
     
  2. 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.
     
  3. 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
     
  4. IB has a python API. not sure if it's released yet but u can watch videos of it on youtube.
     
  5. vicirek

    vicirek

    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
     
  6. Ameritrade has an api that works through URL's
    While technically not R or Python, it can be easily adapted to either.