GET /mashup/business/expansion
Get a comprehensive market analysis report for international business expansion, combining economic indicators (GDP, growth, inflation), currency stability, VAT rates, workforce data, and comparison to your home market. Returns a structured report with key metrics for evaluating whether a country is a viable expansion target. Useful for market entry strategy, international business development, and investment due diligence.
country
required
Target market
home
optional
default: US
Home market
| Name | Required | Default | Description |
|---|---|---|---|
country |
Yes | - | Target market |
home |
No | US | Home market |
curl "https://nordapi.ee/api/v1/mashup/business/expansion?country=PL"
curl "https://nordapi.ee/api/v1/mashup/business/expansion?country=PL"
curl "https://nordapi.ee/api/v1/mashup/business/expansion?country=JP&home=GB"
curl "https://nordapi.ee/api/v1/mashup/business/expansion?country=EE&home=NO"
{
"currency_analysis": {
"currency": "PLN",
"trend": {
"1_month_ago": {
"change": 0.1396544,
"change_pct": 3.836086983834912,
"date": "2026-05-27",
"rate": 3.6405431
},
"1_week_ago": {
"change": 0.06388111,
"change_pct": 1.7189362609678127,
"date": "2026-06-19",
"rate": 3.71631639
},
"1_year_ago": null,
"3_months_ago": {
"change": 0.05743984,
"change_pct": 1.5429379305877247,
"date": "2026-03-28",
"rate": 3.72275766
},
"today": {
"change": 0.0,
"change_pct": 0.0,
"date": "2026-06-25",
"rate": 3.7801975
},
"yesterday": {
"change": 0.0,
"change_pct": 0.0,
"date": "2026-06-25",
"rate": 3.7801975
}
},
"volatility": {
"mean_daily_change": -0.12769638127103775,
"volatility_30d": 0.5451238887127541
}
},
"economic_profile": {
"exports": {
"home_value": 3.1935e12,
"value": 478889163359.631,
"year": 2024
},
"fdi_inflows": {
"home_value": 2.97058e11,
"value": 2.0606e10,
"year": 2024
},
"gdp": {
"home_value": 28750956130731.2,
"value": 917767106146.761,
"year": 2024
},
"gdp_per_capita": {
"home_value": 84534.0408,
"value": 25103.5657,
"year": 2024
},
"imports": {
"home_value": 4.1031e12,
"value": 442176791003.799,
"year": 2024
},
"inflation": {
"home_value": 2.9495,
"value": 3.7843,
"year": 2024
},
"population": {
"home_value": 340110988.0,
"value": 36559233.0,
"year": 2024
},
"trade_balance": {
"home_value": -9.096e11,
"value": 36712372355.8321,
"year": 2024
},
"unemployment": {
"home_value": 4.198,
"value": 2.976,
"year": 2025
}
},
"investment": null,
"scores": {
"currency_stability": 5.0,
"market_size": 6.0,
"tax_competitiveness": 5.0
},
"success": true,
"target": {
"capital": null,
"code": "PL",
"country": null,
"currency": "PLN",
"languages": null,
"population": null,
"region": null
},
"tax": {
"home_vat": null,
"target_vat": 23.0
},
"workforce": {
"business_days_per_year": 247,
"life_expectancy": 78.5073,
"public_holidays": 14,
"universities": 100
}
}