List event transcripts for a symbol
OpenAPI JSON Spec List FactSet call transcripts for a symbol across all 6 event types (Earnings, AnalystsShareholdersMeeting, ConferencePresentation, SalesRevenue, SpecialSituation, Guidance), filtered by date range rather than fiscal year/quarter. Metadata only — no transcript body; use the detail endpoint (GET /event-transcripts/) for the full text.
Request Parameters
symbol(required): arrays-canonical symbol, US or non-US (e.g. “AAPL”, “BRK.B”, “0700.HK”).event_type(optional): filter to one event type. When omitted, results include ALL 6 types, including Earnings — it is not “non-Earnings only”.from/to(optional): unix-second range, inclusive.todefaults to now;fromdefaults totominus 90 days.limit(optional, default 20, max 100),offset(optional, default 0).
Response Data Structure
data([]EventTranscript): one entry per matched event, newest event_date first.transcriptis always absent on this endpoint (list responses never carry the body).fiscal_year/fiscal_quarterarenull(not omitted, not"") for every event_type except Earnings, which has no fiscal-period concept at all.pagination(limit/offset only — nototal).metadata.data_as_of: newest ingestion time (unix seconds) across the returned page.
Authorizations
API Key authentication. Example: "your-api-key-here"
Query Parameters
arrays-canonical symbol, US or non-US (e.g. AAPL, BRK.B, 0700.HK)
Filter to one event type; omit for all 6 (including Earnings)
Earnings, AnalystsShareholdersMeeting, ConferencePresentation, SalesRevenue, SpecialSituation, Guidance Range start, unix seconds inclusive (default: to - 90d)
Range end, unix seconds inclusive (default: now)
Max results (default 20, max 100)
Offset (default 0)

