You call the beancount.loader.load_file() loader function, you get the list of "entries" and you can process the entries as you like.
And that's it.
But, surely, I'm not expected to re-implement balance computing by going through all the entries, so I assume there is another API that takes "entries" and gives me back balances.
Where do I find a list of such canonical external APIs ?
Thanks.