Hi,

I have a beancount file with multiple FX conversion rates for different 
dates (same currency pair) and would like to use the FX rate on the date of 
transaction instead of the latest FX rate found. bean-report seems to use 
the latest FX rate by default (the equivalent bean-query is shown below) -
  bean-query> SELECT date, narration, account, position, 
getprice(currency,"SGD", date), convert(position, "SGD")

I am trying to get the bean-report and fava to query in this way instead
  bean-query> SELECT date, narration, account, position, 
getprice(currency,"SGD", date), convert(position, "SGD", date)

Is there an easy way to get the income report to utilize the second way of 
conversion rather than the first?

Regards,
hoongshen

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/705b0388-1f48-489b-b59f-b99ccc91a326%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to