From aff2a7a98b49a329a75b0e620878dc3aee9726cb Mon Sep 17 00:00:00 2001 From: eapenkin Date: Thu, 24 Aug 2023 05:54:09 +0400 Subject: [PATCH] Add money to Financial (#4964) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ddc74788..bb5a332d 100644 --- a/README.md +++ b/README.md @@ -1081,6 +1081,7 @@ _Packages for accounting and finance._ - [go-finance](https://github.com/pieterclaerhout/go-finance) - Module to fetch exchange rates, check VAT numbers via VIES and check IBAN bank account numbers. - [go-finnhub](https://github.com/m1/go-finnhub) - Client for stock market, forex and crypto data from finnhub.io. Access real-time financial market data from 60+ stock exchanges, 10 forex brokers, and 15+ crypto exchanges. - [go-money](https://github.com/rhymond/go-money) - Implementation of Fowler's Money pattern. +- [money](https://github.com/govalues/money) - Immutable monetary amounts and exchange rates with panic-free arithmetic. - [ofxgo](https://github.com/aclindsa/ofxgo) - Query OFX servers and/or parse the responses (with example command-line client). - [orderbook](https://github.com/i25959341/orderbook) - Matching Engine for Limit Order Book in Golang. - [payme](https://github.com/jovandeginste/payme) - QR code generator (ASCII & PNG) for SEPA payments.