Files
ledger-quotes-updater/README.md
Adithya Chari 894c73d5b6 Updated the application to use the AlphaVantage API.
This change may slow down the program, as the free API is rate-limited to 5 requests a minute.
2020-05-11 19:10:31 -05:00

594 B

LedgerStockUpdate

This application locates any stocks you have in your ledger-cli file, then generates a price database of those stocks compatible with the application.

Usage

Build the go file, and run as follows:

./[name of executable] -f=[ledger file] -p=[price database file (to create or update)] -a=[Alpha Vantage API token] -b=[Name of ledger binary]

This should spit out a price database file, which can then be used to calculate the market value in ledger as follows:

ledger -f [ledger file] --price-db [price database file] -V bal