Python SDK for the HgBest API, providing secure, signed access to various services.
Project description
HgBest Python SDK
Official Python SDK for the HgBest Analytics API.
Get your API key
You need a free API key to use this SDK. Sign up in 60 seconds at https://hgbest.online
Installation
pip install hgbest-client-python
Quick start
from hgbest_client import HgBestClientPython
client = HgBestClientPython(
api_key="your_api_key",
api_secret="your_api_secret"
)
# Risk
result = client.risk.global_supply_chain_alert({...})
# Finance
result = client.finance.macro_sentiment_score({...})
# Market
result = client.market.algorithmic_divergence_signal({...})
# AML/KYC
result = client.aml_kyc.verify({
"id_image_base64": "data:image/jpeg;base64,...",
"selfie_base64": "data:image/jpeg;base64,...",
"webhook_url": "https://yourapp.com/webhook"
})
Support
Visit https://hgbest.online for docs and support.
Project details
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 hgbest_client_python-2.4.4.tar.gz.
File metadata
- Download URL: hgbest_client_python-2.4.4.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b09ba8e5e4355f85b34523bffbc17e5aa84834800bc186219db9baa3828729f
|
|
| MD5 |
9b08b9dbb1165472647b1c1c3c01a8c9
|
|
| BLAKE2b-256 |
ff591a7034203fc28659095e2db288e0bb7b8dc91470204898f3db71d97f061a
|
File details
Details for the file hgbest_client_python-2.4.4-py3-none-any.whl.
File metadata
- Download URL: hgbest_client_python-2.4.4-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b00df09148d79fac513d63f36c3464326624beb833e28f7867b6f49d5f03dfd
|
|
| MD5 |
90b8e32e10b05eb3c81d783f041503da
|
|
| BLAKE2b-256 |
06e2ce9df10a3b84ac72718af62329f28bf129acdc645098e103733e1f491d3e
|