Re: InteractiveBrokers

2020-12-30 Thread Martin Blais
http://furius.ca/beancount/doc/ingest On Wed, Dec 30, 2020 at 5:43 PM booster...@gmail.com < boosterhidro...@gmail.com> wrote: > Hi, > > How do I use this importer ? from terminal I've tried this > > bean-extract ibkr_flex_reports_csv_test.py ibkr.csv > the output is > > ModuleNotFoundError: No

Re: InteractiveBrokers

2020-12-30 Thread booster...@gmail.com
Hi, How do I use this importer ? from terminal I've tried this bean-extract ibkr_flex_reports_csv_test.py ibkr.csv the output is ModuleNotFoundError: No module named 'beanlabs' On Thursday, December 31, 2020 at 12:57:58 AM UTC+7 bl...@furius.ca wrote: >

Re: How to transfer lots between accounts and how to query lot information?

2020-12-30 Thread Martin Blais
On Wed, Dec 30, 2020 at 1:39 AM redst...@gmail.com wrote: > On Tuesday, December 29, 2020 at 10:02:15 PM UTC-8 bl...@furius.ca wrote: > >> On Wed, Dec 30, 2020 at 12:55 AM redst...@gmail.com >> wrote: >> >>> That makes sense. I was thinking of a system where >>> plugin/booking/interpolation

Re: InteractiveBrokers

2020-12-30 Thread Martin Blais
https://github.com/beancount/beanlabs/tree/master/beanlabs/importers/ibkr On Wed, Dec 30, 2020 at 4:11 AM Adrian Utrilla wrote: > I care :) > > On Wed, 30 Dec 2020 at 09:47, Martin Blais wrote: > >> No idea. >> >> Happy to share this importer if anyone cares. >> >> >> >> On Wed, Dec 30, 2020

Re: InteractiveBrokers

2020-12-30 Thread 'Patrick Ruckstuhl' via Beancount
The other api is connecting to a locally running ib client, so that's a bit more setup. On December 30, 2020 10:20:41 AM GMT+01:00, nug get wrote: > >>Are these apis only available for IBKR Pro? >no, should be available for all. >i use IBKR in it's basic product, no pro version or such. this

Re: InteractiveBrokers

2020-12-30 Thread Adrian Utrilla
I care :) On Wed, 30 Dec 2020 at 09:47, Martin Blais wrote: > No idea. > > Happy to share this importer if anyone cares. > > > > On Wed, Dec 30, 2020 at 3:26 AM Ben Blount wrote: > >> Are these apis only available for IBKR Pro? >> >> On Wed, Dec 30, 2020, 00:12 Martin Blais wrote: >> >>>

Re: InteractiveBrokers

2020-12-30 Thread Martin Blais
No idea. Happy to share this importer if anyone cares. On Wed, Dec 30, 2020 at 3:26 AM Ben Blount wrote: > Are these apis only available for IBKR Pro? > > On Wed, Dec 30, 2020, 00:12 Martin Blais wrote: > >> Thank you! >> >> And actually, for the record, the statement of funds from the

Re: InteractiveBrokers

2020-12-30 Thread Ben Blount
Are these apis only available for IBKR Pro? On Wed, Dec 30, 2020, 00:12 Martin Blais wrote: > Thank you! > > And actually, for the record, the statement of funds from the custom > reports doesn't provide any trade data. > The statement of funds from the flex queries is the only one that outputs

Re: InteractiveBrokers

2020-12-30 Thread Martin Blais
Thank you! And actually, for the record, the statement of funds from the custom reports doesn't provide any trade data. The statement of funds from the flex queries is the only one that outputs a single table with all one needs. On Wed, Dec 30, 2020 at 2:42 AM nug get wrote: > I also made a