MASSARIdocsRequest access

Transcript overview

GET/v1/earnings/transcripts/{transcriptId}/overviewPromised whole

What management said on one call, condensed.

Parameters

  • transcriptIdpathrequired

    Transcript identifier, as returned by the transcript list.

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.

transcript_idoverviewanchorsanchors_degradedstatus

How this was verified

Called against 4 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/earnings/transcripts/fee85159-ec7e-4583-a0bf-2410e5a4fc6d/overview" \
  -H "Authorization: Bearer $MASSARI_TOKEN"

Example response

{
  "transcript_id": "fee85159-ec7e-4583-a0bf-2410e5a4fc6d",
  "overview": {
    "qa": [
      {
        "asker": "Amit Daryanani",
        "theme": "Supply constraints & FX impact on September growth",
        "answer": "Kevan said FX will be a ~2.5 pp headwind and supply constraints will increase sequentially; Tim added that constraints on iPhone, Mac and iPad are driven by advanced‑node SoC availability.",
        "question": "How much of the 9‑11% September‑quarter growth guidance slowdown is due to supply constraints versus FX?",
        "responder": "Kevan Parekh"
      },
      {
        "asker": "Amit Daryanani",
        "theme": "Memory inflation and sourcing",
        "answer": "Tim explained higher memory costs, partial offsets from carry‑in inventory, and that Apple is evaluating the market; no definitive shift in sourcing strategy was disclosed.",
        "question": "Is the search for additional memory suppliers aimed at securing supply or preserving the value proposition for customers?",
        "responder": "Tim Cook"
      }
    ],
    "tone": {
      "why": "Management highlighted record $109.4B revenue, double‑digit growth across most regions and expressed strong optimism about AI and the leadership transition, which pushes sentiment upward.",
      "label": "positive",
      "score": 0.7
    },
    "risks": [
      {
        "risk": "Supply constraints",
        "context": "Advanced‑node SoC availability limits iPhone, Mac and iPad production, especially heading into the September quarter."
      },
      {
        "risk": "Foreign‑exchange headwinds",
        "context": "Expected sequential FX impact of roughly 2.5 percentage points on revenue growth."
      }
    ],
    "guidance": [
      {
        "metric": "September‑quarter revenue growth",
        "guidance": "9%‑11% YoY",
        "commentary": "Sequential FX headwind of ~2.5 pp and increased supply‑constraint impact are the primary dampening factors."
      },
      {
        "metric": "September‑quarter gross margin (without tariff refund)",
        "guidance": "~46.5% (mid‑point of range)",
        "commentary": "Memory cost inflation drives the decline; partial offsets come from carry‑in inventory, lower non‑memory component costs and favorable mix."
      }
    ],
    "segments": [
      {
        "name": "iPhone",
        "points": [
          "Supply constraints in June and expected to tighten further in September.",
          "Demand remains exceptionally high, driving the growth rate."
        ],
        "headline": "Revenue grew 22% YoY"
      },
      {
        "name": "Mac",
        "points": [
          "Primary source of June‑quarter supply constraints.",
          "Advanced‑node SoC availability is the limiting factor."
        ],
        "headline": "Revenue grew 29% YoY"
      }
    ],
    "strategy": [
      {
        "note": "Tim Cook announced this will be his final earnings call and introduced incoming CEO John Ternus, expressing confidence in the new leadership.",
        "label": "Leadership transition"
      },
      {
        "note": "Launch of Siri AI and Apple Intelligence with positive beta feedback; focus on privacy‑first, on‑device processing and future iCloud+ monetization.",
        "label": "AI rollout"
      }
    ],
    "geography": [
      {
        "note": "June‑quarter revenue record and U.S.‑only availability of the Apple Upgrade Program.",
        "region": "United States"
      },
      {
        "note": "June‑quarter revenue record.",
        "region": "Latin America"
      }
    ],
    "key_takeaway": [
      "Apple reported Q3 FY2026 revenue of $109.4 billion, up 16% year‑over‑year, with iPhone revenue growing 22% and Mac revenue climbing 29% to new June‑quarter records. Services generated $30.7 billion, up 12% YoY, while total products revenue …",
      "Management warned that supply constraints on iPhone, Mac and iPad will intensify in the September quarter, adding a sequential foreign‑exchange headwind of about 2.5 percentage points. Memory‑cost inflation remains a pressure, with higher c…"
    ],
    "participants": {
      "analysts": [
        "Amit Daryanani",
        "Michael Ng"
      ],
      "executives": [
        "Tim Cook",
        "Kevan Parekh"
      ]
    }
  },
  "anchors": [
    {
      "raw": "$30.7 billion",
      "index": 184,
      "value": 30700000000,
      "filed_value": 30739000000,
      "tag": "Service · product_service",
      "adsh": "0000320193-26-000020",
      "ddate": "2026-06-27",
      "qtrs": 1,
      "uom": "USD",
      "section": "key_takeaway",
      "path": "key_takeaway[0]",
      "segment_index": 1,
      "start_seconds": null
    },
    {
      "raw": "$30.7 billion",
      "index": 0,
      "value": 30700000000,
      "filed_value": 30739000000,
      "tag": "Service · product_service",
      "adsh": "0000320193-26-000020",
      "ddate": "2026-06-27",
      "qtrs": 1,
      "uom": "USD",
      "section": "segments",
      "path": "segments[3].headline",
      "segment_index": 1,
      "start_seconds": null
    }
  ],
  "anchors_degraded": false,
  "status": "ready"
}

A real response from the live API, captured August 18, 2026. This one is CUT: long arrays, wide objects and long strings were trimmed to keep it readable, so treat it as a sample of the shape rather than all of it. Either way it is valid JSON.

Book a meeting