Re: beancount.ingest is no more. Long live beangulp!

2022-10-18 Thread Red S
It'd be helpful to release beangulp on PyPI. I'm wondering if there are plans to do so? Thanks. -- 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+unsubscr.

Re: beancount.ingest is no more. Long live beangulp!

2022-10-18 Thread Red S
Also, there are references to v3 and v2 in README.md, which are now presumably out of date, given beangulp works fine on v2 as well? Should these be updated? -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and st

Currency held in assets disappears

2022-10-18 Thread Jorge Martínez López
Hi all, I'm trying to troubleshoot an issue with updating old prices using bean-price. The main problem is that from 2019-05-03 onwards bean-price does not fetch the USD/GBP currency. I can't really explain why because the only transactions I see on those days are in GBP and one of the Asset acco

how to get the number of transactions with BQL

2022-10-18 Thread Triple Z
I have tried BQL like `select count(1) from year >= 2022` but I only get the number of postings but not transactions. Any idea to do that? -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails fr

beangulp: multiple importers on a single input file

2022-10-18 Thread Red S
The bean-{identify, extract, file} in beancount v2 supported running multiple importers on the same file. Most brokerages pack multiple accounts into a single ofx file, and this made it possible to do something like: CONFIG = [ fidelity.Importer(), fidelity.Importer(), fidelity.Importer(),