← Intelligens-mashups

Forretningsudvidelse

GET /mashup/business/expansion

Hent en omfattende markedsanalyserapport til international forretningsudvidelse, der kombinerer økonomiske indikatorer (BNP, vækst, inflation), valutastabilitet, momssatser, arbejdsstyrkedata og sammenligning med dit hjemmemarked. Returnerer en struktureret rapport med nøglemetrikker til evaluering af, om et land er et levedygtigt udvidelsesmål. Nyttigt til markedsindgangsstrategi, international forretningsudvikling og investeringsdue diligence.

Parametre

country påkrævet

Target market

home valgfri standard: US

Home market

Eksempelforespørgsler

Grundlæggende brug
curl "https://nordapi.ee/api/v1/mashup/business/expansion?country=PL"
Evaluate Poland for business expansion
curl "https://nordapi.ee/api/v1/mashup/business/expansion?country=PL"
Evaluate Japan from a UK home market
curl "https://nordapi.ee/api/v1/mashup/business/expansion?country=JP&home=GB"
Evaluate Estonia for Nordic expansion
curl "https://nordapi.ee/api/v1/mashup/business/expansion?country=EE&home=NO"

Livesvar

{
  "currency_analysis": {
    "currency": "PLN",
    "trend": {
      "1_month_ago": null,
      "1_week_ago": {
        "change": -0.00431948,
        "change_pct": -0.11602904068700513,
        "date": "2026-03-29",
        "rate": 3.72275766
      },
      "1_year_ago": null,
      "3_months_ago": null,
      "today": {
        "change": 0.0,
        "change_pct": 0.0,
        "date": "2026-04-05",
        "rate": 3.71843818
      },
      "yesterday": {
        "change": 0.0,
        "change_pct": 0.0,
        "date": "2026-04-04",
        "rate": 3.71843818
      }
    },
    "volatility": {
      "mean_daily_change": -0.01698140114623405,
      "volatility_30d": 0.4781741528933832
    }
  },
  "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": 7.0,
    "market_size": 6.0,
    "tax_competitiveness": 5.0
  },
  "success": true,
  "target": {
    "capital": "Warsaw",
    "code": "PL",
    "country": "Poland",
    "currency": "PLN",
    "languages": {
      "pol": "Polish"
    },
    "population": 37392000,
    "region": "Europe"
  },
  "tax": {
    "home_vat": null,
    "target_vat": 23.0
  },
  "workforce": {
    "business_days_per_year": 247,
    "life_expectancy": 78.5073,
    "public_holidays": 14,
    "universities": 100
  }
}