Country Risk Dashboard - Political & Economic Safety avatar

Country Risk Dashboard - Political & Economic Safety

Deprecated

Pricing

$50.00 / 1,000 countries-analyzeds

Go to Apify Store
Country Risk Dashboard - Political & Economic Safety

Country Risk Dashboard - Political & Economic Safety

Deprecated

Monitor political stability, economic trends, and disaster risk by country. Plan international business safely.

Pricing

$50.00 / 1,000 countries-analyzeds

Rating

0.0

(0)

Developer

daehwan kim

daehwan kim

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

8 days ago

Last modified

Categories

Share

Country Risk Monitor — Economics + OFAC Sanctions + Disaster Risk

Comprehensive country risk profiles from four government data sources in a single API call. Built for supply chain teams, FDI analysts, compliance officers, and insurance underwriters.

What it does

Building a country risk model requires pulling from multiple sources: economic indicators, sanctions lists, geography, and disaster history. This Actor handles all four in parallel and produces a composite risk score with individual dimension scores.

SourceDataLicense
World Bank APIGDP per capita, GDP growth, inflation, unemployment, debt-to-GDPCC-BY 4.0
OFAC (US Treasury)Sanctions status, active sanction programs (IRAN, CUBA, RUSSIA, etc.)US Government Public Domain
USGS Earthquake CatalogEarthquake frequency and magnitude over N yearsUS Government Public Domain
REST CountriesPopulation, area, capital, languages, coordinatesMPL 2.0

Input

{
"countries": ["US", "JP", "IR", "RU", "BR"],
"years": 5
}
FieldTypeDefaultDescription
countriesstring[]["US", "JP", "BR"]ISO 3166-1 alpha-2 country codes
yearsnumber5Lookback period for earthquake data (1–10)

Output

{
"countryCode": "IR",
"countryInfo": {
"name": "Iran",
"capital": "Tehran",
"population": 87590873,
"region": "Asia"
},
"economics": {
"gdpPerCapita": 4683.2,
"gdpGrowth": 3.8,
"inflation": 44.5,
"unemployment": 9.1,
"debtToGdp": 38.2
},
"earthquakeRisk": {
"count": 31,
"maxMagnitude": 5.9,
"avgMagnitude": 4.7,
"periodYears": 5
},
"sanctionsStatus": {
"isSanctioned": true,
"programs": ["IRAN", "IFSR"],
"sanctionLevel": "COMPREHENSIVE",
"source": "OFAC (US Treasury Department)"
},
"riskAssessment": {
"economicRiskScore": 4,
"naturalDisasterRiskScore": 3,
"sanctionRiskScore": 4,
"totalRiskScore": 11,
"riskLevel": "CRITICAL"
}
}

Risk Score Logic

Economic risk (0–6): inflation >10% (+2), unemployment >15% (+2), GDP growth <-2% (+2)

Natural disaster risk (0–3): earthquake count >20 (+3), >5 (+2), >0 (+1)

Sanction risk (0–4): comprehensive sanctions (+4), partial (+2), none (0)

Total → Risk level: CRITICAL (≥6), HIGH (≥4), MEDIUM (≥2), LOW (<2)

Use Cases

  • Supply chain due diligence — screen supplier countries before onboarding
  • FDI / market entry analysis — composite risk score across economic + political + natural dimensions
  • Trade finance compliance — OFAC sanctions check integrated with economic context
  • Insurance underwriting — risk profiling for political risk and export credit policies
  • ESG reporting — country-level risk factors for portfolio companies

Why this beats building it yourself

Four API integrations (World Bank multi-indicator fetch, OFAC XML parsing with program extraction, USGS geospatial query, REST Countries), composite scoring across three risk dimensions, and parallel fetching. A developer building this from scratch needs a full day minimum.

Attribution


Extend this actor with the ntriqpro intelligence network:

⭐ Love it? Leave a Review

Your rating helps professionals discover this actor. Rate it here.

Disclaimer

RISK ASSESSMENT DISCLAIMER: This tool provides data-driven risk analysis based on publicly available and curated sources. Assessments are indicative only and NOT professional risk management advice. You must engage qualified professionals (risk managers, insurance brokers, compliance officers) to validate findings before making investment or operational decisions. Risk scores do not constitute investment advice or due diligence completion. We assume no liability for business decisions based on this tool's output.