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!
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...
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?
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.
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.
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 <->...