MASSARIdocsRequest access

Distribution health

GET/v1/funds/{symbol}/distribution-healthNamed fields

Distribution sustainability, yields and composition for a fund.

Parameters

  • symbolpathrequired

    Ticker symbol, case-insensitive.

Response contract

Only the fields listed are promised. Anything else may change.

Promised fields

symbolunderlying_symbolsustainability_statussustainability_reasonsustainability_signalscompositioneconomic_healthyieldscost_basismeta

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/funds/XYLD/distribution-health" \
  -H "Authorization: Bearer $MASSARI_TOKEN"