Added go-finance (#2817)

This commit is contained in:
Pieter Claerhout 2019-11-15 01:57:08 +01:00 committed by Ceriath
parent b9e2383d52
commit 62e16b06fb

View File

@ -685,6 +685,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [decimal](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers. * [decimal](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers.
* [go-finance](https://github.com/FlashBoys/go-finance) - Comprehensive financial markets data in Go. * [go-finance](https://github.com/FlashBoys/go-finance) - Comprehensive financial markets data in Go.
* [go-finance](https://github.com/alpeb/go-finance) - Library of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations. * [go-finance](https://github.com/alpeb/go-finance) - Library of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations.
* [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-money](https://github.com/rhymond/go-money) - Implementation of Fowler's Money pattern. * [go-money](https://github.com/rhymond/go-money) - Implementation of Fowler's Money pattern.
* [ofxgo](https://github.com/aclindsa/ofxgo) - Query OFX servers and/or parse the responses (with example command-line client). * [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. * [orderbook](https://github.com/i25959341/orderbook) - Matching Engine for Limit Order Book in Golang.