MASSARIdocsRequest access

Symbol VaR

GET/v1/symbols/{symbol}/varPromised whole

Value at risk, by history and by distribution, with the expected loss beyond it.

Parameters

  • symbolpathrequired

    Ticker symbol, case-insensitive.

Response contract

Every field in the response is part of the contract.

Response fields

The top level keys a live response actually returned, read off the API rather than written down here.

cvarsymbolconfidencehistoricalparametrictradingDays

How this was verified

Called against 3 different subjects on the live API. Every field it returned, at every level, was compared with the contract above. Last checked August 18, 2026.

Request

curl "https://api.massari.ai/v1/symbols/AAPL/var" \
  -H "Authorization: Bearer $MASSARI_TOKEN"

Example response

{
  "cvar": 5.751620536146853,
  "symbol": "AAPL",
  "confidence": 0.95,
  "historical": 3.7817730936143823,
  "parametric": 4.244640482772904,
  "tradingDays": 8441
}

A real response from the live API, captured August 18, 2026. Nothing was dropped, so this is the whole shape. Either way it is valid JSON.

Book a meeting