Hi everyone,
I am trying to export my holdings to Google Sheets. Everything works up to
now, but bean-query only returns values on the dates where transactions
have taken place. I would like the market value each month.
My query:
select last(convert(balance, 'CHF', date)), ymonth(date) where a
I noticed that the same question was asked a few days ago. Sorry.
I was able to use the net-worth-over-time.py script.
Ralph schrieb am Montag, 6. Dezember 2021 um 19:43:47 UTC+1:
> Hi everyone,
>
> I am trying to export my holdings to Google Sheets. Everything works up to
> n