From 5bc03f1381bde64ddaa300c4e731bd20772c7e8e Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Thu, 1 Jul 2021 16:20:23 +0200 Subject: [PATCH] Add pricehist tool in 'data generation' section. (#95) --- index.html | 1 + index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/index.html b/index.html index a8eaac7..137b03c 100644 --- a/index.html +++ b/index.html @@ -759,6 +759,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
  • LedgerStockUpdate update a Ledger price database (go)
  • lotter generate postings for capital gain/loss (go)
  • market-prices download market prices from several sources (python)
  • +
  • pricehist fetch and format historical price data, with support for multiple sources and output formats (python)
  • recurring generate recurring *ledger entries (python)
  • reorder-journal.sh sort hledger entries, preserving directives/comments at top of file (bash)
  • sassetti adds lisp macros to ledger files (common lisp)
  • diff --git a/index.md b/index.md index 852f68c..14d476e 100644 --- a/index.md +++ b/index.md @@ -691,6 +691,7 @@ Next, related add-ons and helpers by category - [LedgerStockUpdate](https://github.com/adchari/LedgerStockUpdate) update a Ledger price database (go) - [lotter](https://src.d10.dev/lotter) generate postings for capital gain/loss (go) - [market-prices](https://github.com/barrucadu/hledger-scripts#market-prices) download market prices from several sources (python) +- [pricehist](https://gitlab.com/chrisberkhout/pricehist) fetch and format historical price data, with support for multiple sources and output formats (python) - [recurring](http://hub.darcs.net/simon/ledgertools/browse/recurring) generate recurring *ledger entries (python) - [reorder-journal.sh](https://github.com/amitaibu/hledger-example/blob/master/reorder-journal.sh) sort hledger entries, preserving directives/comments at top of file (bash) - [sassetti](https://github.com/jvasile/sassetti) adds lisp macros to ledger files (common lisp)