Recent content by thurston

  1. T

    Frequency of Flexquery execution with IB

    Sorry could you explain this a bit more? I am not sure I fully understand. Is this through TWS or Online API? Or through the Client Portal https://interactivebrokers.github.io/cpwebapi/ ? Thanks a lot!
  2. T

    Frequency of Flexquery execution with IB

    I have a Flexquery running right now that send me a daily CSV that I then process further. The current period is set as "last business day". I am looking for a way to increase the frequency of the Flexquery, ideally to every 30 mins or 1h. I also toyed a bit with web flex queries but also...
  3. T

    IB -> Google Sheets for real time portfolio read access

    I just have a lot of other mechanisms already in Google Sheets
  4. T

    IB -> Google Sheets for real time portfolio read access

    From my research that would work, you just would need to have a machine running vs. a pure online version. I would appreciate if you could share the script?
  5. T

    IB -> Google Sheets for real time portfolio read access

    Thanks a lot ZBZB, this is a great idea, but unfortunately I own a lot of exotic stuff that is not available via the =GOOGLEFINANCE option. Exotic in my case means options, international funds/stocks etc.
  6. T

    IB -> Google Sheets for real time portfolio read access

    Sorry I meant (real time) scraper for Yahoo Finance. Yes that's what I figured, no real time access without TWS, only delayed FlexQueries. My last hope was on a third party plug in or website that could push it through.
  7. T

    IB -> Google Sheets for real time portfolio read access

    I am trying to find a way to link IB to Google Sheets in real time. But I would like to do it all online / via APIs, i.e. no local client, python library etc, no TWS. No need to trade, just get the portfolio data in real time. Here is what I tried already: - I have a running Yahoo Finance <->...
Back
Top