Crates.io | ledgerdb |
lib.rs | ledgerdb |
version | 1.1.0 |
source | src |
created_at | 2022-05-27 01:38:42.434841 |
updated_at | 2023-06-02 23:29:22.689053 |
description | Gets price updates for stock ticker symbols in your ledger-cli file |
homepage | https://sr.ht/~adchari/ledgerdb/ |
repository | https://git.sr.ht/~adchari/ledgerdb |
max_upload_size | |
id | 594703 |
size | 40,754 |
This application locates any stocks you have in your ledger-cli file, then generates a price database of those stocks compatible with the application.
This package has been published to crates.io, and is installable with cargo.
cargo install ledgerdb
USAGE:
ledgerdb --file <LEDGER_FILE> --pricedb <PRICE_DATABASE> --api-token <API_TOKEN>
OPTIONS:
-a, --api-token <API_TOKEN> Takes your AlphaVantage API token, available for free at the
website
-f, --file <LEDGER_FILE> Takes the filepath of your ledger-cli file
-h, --help Print help information
-p, --pricedb <PRICE_DATABASE> Takes the filepath of your ledger-cli price database (or the
path to create it at)
-V, --version Print version information