beancount / beanprice

Daily price quotes fetching library for plain-text accounting
GNU General Public License v2.0
66 stars 37 forks source link

Support multiplier on source prices. #73

Open SEIAROTg opened 1 year ago

SEIAROTg commented 1 year ago

This extends the syntax of price expression with an optional multiplier to be applied on the source prices. For example GBP:0.01*yahoo/XSDR.L will fetch 16824.00 (pence) form yahoo and turn it into 168.2400 GBP correctly.

This should fix #72.