API live
Dashboard
Live now

Portfolio evaluation as one API call.

Hit one endpoint and get a sharp read on portfolio quality, risk balance, concentration, resilience, and what needs attention next — across 70,000 assets in 45 markets.

Get a free API key
Free tier 5 evaluations / month
Analysis Allocation health
Output Readable API score
Focus Actionable insights
Composite score 92 / 100

Designed to make portfolio health obvious in one call.

Risk spread Balanced

Diversification and concentration checks surfaced instantly.

Single endpoint evaluation Risk concentration analysis Allocation clarity scoring Readable JSON output Portfolio resilience signals Built for investors and products Single endpoint evaluation Risk concentration analysis Allocation clarity scoring Readable JSON output
Preview payload
{
  "ok": true,
  "evaluation": {
    "score": 78.1,
    "status": "Good",
    "top_sector": "Technology",
    "top_sector_weight": 75.8,
    "exposure_plan": {
      "target_invested_pct": 72.0,
      "target_cash_pct": 28.0,
      "stance": "balanced"
    },
    "suggestions": []
  }
}
What you get

Precise evaluation, in one response.

PORTIQA turns raw holdings into a clear verdict. Same engine on every plan — pricing only changes how many calls you make. Read the API reference or jump to code examples.

01
Fast interpretation

Turn holdings into an intelligible verdict instead of raw numbers alone.

02
Developer-ready API responses

Useful enough for dashboards, client products, or advisor tooling.

03
Opinionated signals

The endpoint should tell users what matters, not just what exists.

How it works

One request in. One verdict out.

Send your holdings, PORTIQA evaluates them against live regime data, you get a decisive answer — all in a single API call.

You send

Your holdings

{
  "positions": [
    { "ticker": "AAPL", "value": 12000 },
    { "ticker": "MSFT", "value":  8000 },
    { "ticker": "NVDA", "value":  5000 }
  ]
}
POST /evaluate
PORTIQA evaluates

70k assets · 45 markets

Allocation, sector concentration, factor exposures, and regime fit — checked in one pass.

You get back
78.1 Good
  • Composite score & status
  • Sector & concentration read
  • Exposure plan + suggestions
200 OK · JSON