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 <-> IB connection, so generally speaking, I can access my portfolio. I would need to write a scraper for IB though
- I was playing with web flex queries, those work, but the data is only from the previous business day
Anybody has any recommendation? Maybe also go through a 3rd party?
Here is what I tried already:
- I have a running Yahoo Finance <-> IB connection, so generally speaking, I can access my portfolio. I would need to write a scraper for IB though
- I was playing with web flex queries, those work, but the data is only from the previous business day
Anybody has any recommendation? Maybe also go through a 3rd party?