Global LEI & Corporate Tax ID Validator API — Python Client
Official zero-dependency Python client for Global LEI & Corporate Tax ID Validator API.
Sub-5ms edge validation for ISO 17442 LEI (MOD 97-10), US EIN (IRS Campuses), Australian ABN/ACN (MOD-89), and UK Companies House CRN.
🔑 Get your Dedicated API Key: Subscribe to Global LEI & Corporate Tax ID Validator API on RapidAPI
🚀 Installation
pip install lei-validator-client
⚡ Quickstart
from lei_validator_client import LeiValidatorClient
# Zero config for sandbox testing, or pass your RapidAPI key for production
client = LeiValidatorClient(api_key="YOUR_RAPIDAPI_KEY")
result = client.validate({
# Enter validation payload
})
print(result)
📚 API Reference
LeiValidatorClient(api_key=..., base_url=...)
api_key(optional): RapidAPI Key (x-rapidapi-key).base_url(optional): Direct edge worker override URL.
client.validate(payload)
Dispatches standard validation / parse request with sub-5ms latency.
client.get_health()
Checks edge isolate health and responsiveness.
🔗 Links
📄 License
MIT © Noor Mkdad
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lei_validator_client-1.1.0.tar.gz.
File metadata
- Download URL: lei_validator_client-1.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbc397e453170dc6104dd118e07ed004aaf5590b8a5b94870edae08b41c70eaa
|
|
| MD5 |
1ccdde62977f57f9a5f11f614872b0d5
|
|
| BLAKE2b-256 |
4d4a0b352d14c5d0001fee0fce3b42a952309e155c2ffd3eecd6bfc8b1beff43
|
File details
Details for the file lei_validator_client-1.1.0-py3-none-any.whl.
File metadata
- Download URL: lei_validator_client-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
997025a195c333611932f2d351d5d65a1b4ec751c3288b6b976dcf9c63cf32d8
|
|
| MD5 |
682fc909575bcfa4c15bc89a4171cbe2
|
|
| BLAKE2b-256 |
316e0996a6a72409456dea750993025c7ddbd42e30dc5aacfbcba634e7936626
|