Looking for a Interactive Brokers API programmer

Discussion in 'App Development' started by arturo100, Jan 5, 2020.

  1. Yes I did. Of course, I am talking about historical data, i,e,, not real time ones
     
    #11     Jan 6, 2020
  2. traider

    traider

    What is the quality feed u use? Is IQFeed sufficient for it?
     
    #12     Jan 6, 2020
  3. InvBox

    InvBox

    IB is enough for this case. Many examples and projects.
     
    #13     Jan 6, 2020
  4. 2rosy

    2rosy

    Code:
    connection.reqHistoricalData(
                    tickerId = cid,
                    contract=contract,
                    endDateTime=endtime,
                    durationStr='10 D',
                    barSizeSetting='15 mins',
                    whatToShow='MIDPOINT',
                    useRTH=1,
                    formatDate=1)
    
    here's a python snippet
     
    #14     Jan 6, 2020
  5. Depends on the market and strategy, futures? I would say yes for retail. IQFeed is a really a no brainer for quality retail feed imho.
     
    #15     Jan 8, 2020
  6. rudi20

    rudi20

    If you want 1 minute candlestick data, InteractiveBrokers is possible.

    If you exceed their request limits, they will issue a pacing violation which lasts a maximum of 10 minutes. So if you leave the system running for a few days it is possible to download a lot of data in that time and is good as a 'free' source.

    If you need higher resolution than 1m, then it starts to become difficult due to the pacing violations.
     
    #16     Jan 9, 2020
  7. I have implemented that. Moreover I have the data for all SP500 companies downloaded
     
    #17     Jan 29, 2020
  8. kmiklas

    kmiklas

    I might be able to help you. I've worked with the IB API in both C++ and Python.

    Message me if you'd like to chat.
     
    #18     Jan 30, 2020
  9. I have written an historical data downloader for myself in python for IB. It is designed with pacing violations in mind and uses IB API. (keystrokes are for 1980s)

    It has an UI also. (I don’t like to read my own code:D:D:D).

    upload_2020-5-25_16-9-21.png
     
    #19     May 25, 2020
  10. Apbideas

    Apbideas

    Have you considered using a Robotic Process Automation application?
     
    #20     Jun 12, 2020