Developers
Build on Our Risk Engine
Direct API access to the same risk-scoring, sector classification and crash-simulation engine that powers FolioRadar — coming with the public launch.
What the API will expose
| Endpoint | Description |
|---|---|
| POST /v1/portfolio/score | Returns Sharpe, volatility, beta and concentration score for a given holdings list. |
| POST /v1/portfolio/grade | A–F grade across diversification, risk efficiency, downside protection, dividend mix, growth posture. |
| POST /v1/portfolio/crash | Replays 1987, 2008, COVID and Dot-Com crashes against the supplied holdings. |
| POST /v1/portfolio/optimize | Returns a recommended rebalanced allocation for a target Sharpe or volatility goal. |
| GET /v1/sectors/{symbol} | Standardised sector and sub-industry classification for a given ticker. |
Sample request
curl https://api.folioradar.com/v1/portfolio/score \
-H "Authorization: Bearer fr_live_..." \
-H "Content-Type: application/json" \
-d '{
"holdings": [
{ "symbol": "AAPL", "shares": 10 },
{ "symbol": "MSFT", "shares": 5 },
{ "symbol": "VOO", "shares": 20 }
],
"lookback": "3y"
}'Status
The API is in private development. We’re onboarding a small group of design partners — financial planners, robo-advisors and portfolio analytics startups — ahead of public availability.
Want early API access? hello@folioradar.com — tell us what you’re building and we’ll send credentials to the first partner cohort.