Tanqeet تنقيط

Amounts in Arabic words

Type an amount, pick the currency, get the words as they go on an invoice or a cheque, with the grammar right. Free, no signup.

The grammar it follows

The counted noun takes its form from the number just before it:

As an API

POST /v1/tafqit with {"amount":"1407.50","currency":"AED"}. It is also printed on every invoice from the invoice endpoint.

curl -X POST https://api.tanqeet.smeepo.com/v1/tafqit \
  -H "Authorization: Bearer $TANQEET_KEY" -H "Content-Type: application/json" \
  -d '{"amount":"1407.50","currency":"AED"}'

{"words":"فقط ألف وأربعمائة وسبعة دراهم إماراتية وخمسون فلسًا لا غير","currency":"AED"}