From b8989aba86c90da3512e256b496ddd7d3531cd49 Mon Sep 17 00:00:00 2001 From: alberto-sopa Date: Tue, 12 May 2026 17:11:53 +0200 Subject: [PATCH] Add TaxID API to Currency Exchange --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 025ab1ab..90f28512 100644 --- a/README.md +++ b/README.md @@ -462,6 +462,7 @@ API | Description | Auth | HTTPS | CORS | | [FreeForexAPI](https://freeforexapi.com/Home/Api) | Real-time foreign exchange rates for major currency pairs | No | Yes | No | | [National Bank of Poland](http://api.nbp.pl/en.html) | A collection of currency exchange rates (data in XML and JSON) | No | Yes | Yes | | [paralelo.bo](https://paralelo.bo/api) | Bolivia parallel-market USD/BOB exchange rate, aggregated from P2P sources every 60s | No | Yes | Yes | +| [TaxID](https://www.taxid.dev/docs) | EU VAT number validation with company name and address lookup across all 27 member states | `apiKey` | Yes | Unknown | | [VATComply.com](https://www.vatcomply.com/documentation) | Exchange rates, geolocation and VAT number validation | No | Yes | Yes | **[⬆ Back to Index](#index)**