All Projects â†’ JavaMoney â†’ Javamoney Lib

JavaMoney / Javamoney Lib

Licence: apache-2.0
JavaMoney financial libraries, extending and complementing JSR 354

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Javamoney Lib

Cash Cli
💰💰 Convert currency rates directly from your terminal!
Stars: ✭ 168 (+61.54%)
Mutual labels:  currency, currencies, money
react-local-currency
💵 💴Shows the price of your services in the customer's currency 💶 💷
Stars: ✭ 21 (-79.81%)
Mutual labels:  money, currency, currencies
Django Prices
Django fields for the prices module
Stars: ✭ 135 (+29.81%)
Mutual labels:  currency, currencies, money
Prices
Python price handling for humans.
Stars: ✭ 248 (+138.46%)
Mutual labels:  currency, currencies, money
stockholm
💵 Modern Python library for working with money and monetary amounts. Human friendly and flexible approach for development. 100% test coverage + built-in support for GraphQL and Protocol Buffers transports using current best-practices.
Stars: ✭ 26 (-75%)
Mutual labels:  money, currency, currencies
Countries
Countries - ISO 3166 (ISO3166-1, ISO3166, Digit, Alpha-2 and Alpha-3) countries codes and names (on eng and rus), ISO 4217 currency designators, ITU-T E.164 IDD calling phone codes, countries capitals, UN M.49 regions codes, ccTLD countries domains, IOC/NOC and FIFA letters codes, VERY FAST, NO maps[], NO slices[], NO init() funcs, NO external links/files/data, NO interface{}, NO specific dependencies, Databases/JSON/GOB/XML/CSV compatible, Emoji countries flags and currencies support, full support ISO-3166-1, ISO-4217, ITU-T E.164, Unicode CLDR and ccTLD standarts.
Stars: ✭ 85 (-18.27%)
Mutual labels:  currency, currencies, money
django-prices-openexchangerates
openexchangerates.org support for django-prices
Stars: ✭ 33 (-68.27%)
Mutual labels:  money, currency, currencies
currency-converter
💰 Easily convert between 32 currencies
Stars: ✭ 16 (-84.62%)
Mutual labels:  money, currency, currencies
Cashify
💸 Lightweight currency conversion library, successor of money.js
Stars: ✭ 329 (+216.35%)
Mutual labels:  currency, money
Vue Numeric
Input field component to display a formatted currency value based on Vue.js
Stars: ✭ 341 (+227.88%)
Mutual labels:  currency, money
Laravel Paystack
💳 📦 💰 Laravel 6, 7 and 8 Package for Paystack
Stars: ✭ 398 (+282.69%)
Mutual labels:  library, money
Jsr354 Api
JSR 354 - Money and Currency API
Stars: ✭ 262 (+151.92%)
Mutual labels:  currency, money
Laravel Money
Currency formatting and conversion package for Laravel
Stars: ✭ 261 (+150.96%)
Mutual labels:  currency, money
Money
PHP implementation of Fowler's Money pattern.
Stars: ✭ 3,868 (+3619.23%)
Mutual labels:  currency, money
Go Money
Go implementation of Fowler's Money pattern
Stars: ✭ 887 (+752.88%)
Mutual labels:  currency, money
Money
A precise, type-safe representation of a monetary amount in a given currency
Stars: ✭ 817 (+685.58%)
Mutual labels:  currency, money
swift-currency
Type-safety and algorithms for working with money in Swift.
Stars: ✭ 88 (-15.38%)
Mutual labels:  money, currency
Dinero.js
Create, calculate, and format money in JavaScript and TypeScript.
Stars: ✭ 5,286 (+4982.69%)
Mutual labels:  currency, money
Gocurrency
Simple currency converter. Insert an amount, what currency to convert from and what currency to convert to.
Stars: ✭ 26 (-75%)
Mutual labels:  currency, currencies
Oxr
💱 Node.js wrapper for the Open Exchange Rates API
Stars: ✭ 72 (-30.77%)
Mutual labels:  currencies, money

Java Money and Currency - Libraries extending JSR 354

JavaMoney-lib provides extensions and libraries built upon JSR 354 (compatible implementations). Whereas the JSR 354 API and reference implementation provides the fundamentals like monetary amounts, customizable currencies and interfaces for interoperation this library adds additional powerful APIs and SPIs that were implemented during JSR development as a proof of concept (artifactIds in brackets):

  • Calculation (javamoney-calc) provides a set of monetary calculations and formulas. The idea here is to provide a comprehensive set of algorithms and tools to perform complex financial mathematics.
  • Exchange (javamoney-exchange) provides further conversion exchange resources such as FRD and Yahoo.
    • FRB (javamoney-exchange-frb) provides conversion exchange for US Federal Reserve Department FRD.
    • Yahoo (javamoney-exchange-yahoo) provides conversion exchange using Yahoo financial APIs.
  • javamoney-cdi (javamoney-cdi) Integrates JavaMoney with Jakarta CDI (Java SE mode).

To use the library you simply have to add the Maven dependency to your project:

<dependency>
  <groupId>org.javamoney.lib</groupId>
  <artifactId>${artifactId}</artifactId>
  <versionId>the current library version</version>
</dependency>

Authors and Contributors

Different people have contributed to this project. During the development of JSR 354, @atsticks and @keilw founded this project and were also the main contributors. Nevertheless everybody is really welcome to help us, to make this library more feasible and add features.

Special thanks go to @manuela-grindei for her awsome help implementing financial formulas.

Release Notes

  • 1.0 First release of the libraries.

javamoney-shelter

The javamoney shelter module is for testing out new features or modules before they may enter the official javamoney library.

Support or Contact

Having trouble with Pages? Check out documentation or contact [email protected].

Everything is licenced under Apache 2 Licence.

Build Status License

Built with Maven

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].