1
0

Add market-prices.hs script

This commit is contained in:
Malte Brandy
2021-09-05 21:08:57 +02:00
committed by Simon Michael
parent 5414e4ba5a
commit 70f886e81b
2 changed files with 2 additions and 0 deletions

View File

@@ -762,6 +762,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<li><a href="https://github.com/adchari/LedgerStockUpdate">LedgerStockUpdate</a> update a Ledger price database (go)</li>
<li><a href="https://src.d10.dev/lotter">lotter</a> generate postings for capital gain/loss (go)</li>
<li><a href="https://github.com/barrucadu/hledger-scripts#market-prices">market-prices</a> download market prices from several sources (python)</li>
<li><a href="https://gist.github.com/maralorn/a288329af50955dff353e5529f377488">market-prices.hs</a> small, easy to adapt script to scrape market data from the internet (Haskell)</li>
<li><a href="https://gitlab.com/chrisberkhout/pricehist">pricehist</a> fetch and format historical price data, with support for multiple sources and output formats (python)</li>
<li><a href="http://hub.darcs.net/simon/ledgertools/browse/recurring">recurring</a> generate recurring *ledger entries (python)</li>
<li><a href="https://github.com/amitaibu/hledger-example/blob/master/reorder-journal.sh">reorder-journal.sh</a> sort hledger entries, preserving directives/comments at top of file (bash)</li>

View File

@@ -707,6 +707,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)
- [market-prices.hs](https://gist.github.com/maralorn/a288329af50955dff353e5529f377488) small, easy to adapt script to scrape market data from the internet (Haskell)
- [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)