RegSignals API
RegSignals provides normalized governance and economic risk signals derived from World Bank data. It is designed for compliance teams, fintech platforms, analysts, and developers who need reliable country-level risk indicators without legal or data-licensing ambiguity.
What problem does this solve?
Working directly with raw World Bank datasets presents several challenges:
- Data is fragmented across endpoints and formats
- Governance indicators are difficult to normalize and compare
- Compliance and risk teams require explainable, country-level signals
- Integrations often take weeks rather than hours
RegSignals solves this by delivering a clean, stable, and production-ready API.
What you get
- Governance risk signals based on Worldwide Governance Indicators (WGI)
- Country-level economic time series
- Queryable by country, indicator, and year
- Stable schema with pagination and rate limits
- Read-only, secure, and marketplace-compatible design
Example request
GET https://api.eddietorial.net/regsignals/v1/signals/governance/?country=USA&year=2022
X-API-Key: YOUR_API_KEY
Example response
{
"count": 1,
"results": [
{
"country": "USA",
"indicator": "CC.EST",
"year": 2022,
"value": 1.23
}
]
}
Use cases
- AML and compliance country scoring
- Market-entry and geopolitical risk analysis
- Investment and portfolio screening
- Academic and policy research
- Internal risk dashboards and alerts
Data sources and trust
- Source: World Bank – Worldwide Governance Indicators
- License: CC BY 4.0
- Governance updates: yearly
- Economic updates: monthly
- No personal data
- No scraping
- No proprietary datasets
Documentation
API docs: https://api.eddietorial.net/regsignals/docs/
OpenAPI schema: https://api.eddietorial.net/regsignals/schema/
About
RegSignals is built and maintained by eddietorial.net.
The API is designed with a security-first, low-maintenance approach and is suitable for long-term production use.