diff --git a/index.html b/index.html
index fc98ac5..1d7b71b 100644
--- a/index.html
+++ b/index.html
@@ -762,6 +762,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)
+market-prices.hs small, easy to adapt script to scrape market data from the internet (Haskell)
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)
diff --git a/index.md b/index.md
index 0f3a1ea..25deb4c 100644
--- a/index.md
+++ b/index.md
@@ -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)