- Create a free IEX Cloud account and note your secret token.
- Get the symbol data for your region (for example fr).
- Clone Beancount.
- Replace the
beancount/sources/iex.py
with this one which uses IEX Cloud instead of the old API. - Mark your commidities using the symbol data, for example:
2018-01-01 commodity EDF
name: "Electricité de France"
price: "EUR:iex/EDF-FP"
- Export your secre token in the
IEX_TOKEN
variable and callbean-price ledger.beancount