--
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+unsubscribe@googlegroups.com.
To post to this group, send email to bean...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/304baa93-ccfe-46b5-b4b8-86d937e6e25a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If it's in CSV format it should be possible to configure the CSV importer included in beancount.ingest.importers.csvI haven't used IB, I'd be surprised if nobody else did here though.
On Mon, Feb 5, 2018 at 9:20 AM, Joe King <joe...@gmail.com> wrote:
Does anyone have any experience with importing Interactive Brokers reports? There's a choice of csv and the similar "flex query" xml, and ofx. Is either preferable? Has anyone written any importers for them?
Thanks,
Joe
--
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
Reports > Statements then change format to csv.In the end I wrote some code in R to parse the xml (I don't know python sadly).
I generate a 'previous week' xml once a week (to avoid overlapping time periods),
the script outputs a text file which I manually append to my beancount file. Run the 'setup' and 'output' code, the stuff in 'investigate' was me playing around trying to figure out what I needed to extract.Was going to clean it up and put it on github but lost the momentum... It's not perfect, but works for my needs, hope it helps!
--
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
To post to this group, send email to bean...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/978d7e43-92fe-4589-a10d-d837e1c456a9%40googlegroups.com.