The Conference Call Transcripts API provides developers with programmatic access to earnings call transcripts from thousands of publicly traded companies, with a primary focus on the top 5k US companies. Coverage includes both real-time transcripts streamed via WebSocket during live calls, and post-processed, structured transcripts available through REST API endpoints shortly after the event concludes.

  • Live WebSocket Stream: Subscribe to live earnings calls and receive transcripts in real time, broken down by speaker and section (e.g., Management Remarks, Analyst Q&A).

  • Speaker Diarization: Transcripts are tagged with speaker roles and names where identifiable (e.g., CEO, CFO, Analyst), making it easier to isolate specific commentary.

  • Structured Sections: Each transcript is segmented into logical blocks — prepared remarks, questions and answers, and operator comments — with timestamps.

  • Historical Access: Query past transcripts by date, ticker, or call type. Coverage includes quarterly earnings, guidance updates, and special investor calls.

  • Ticker-Based Querying: Retrieve all transcripts for a specific symbol or subscribe to multiple symbols during earnings season.

  • Lightweight JSON Format: All responses are returned in clean, developer-friendly JSON, optimized for downstream NLP, summarization, or sentiment analysis.

  • Universe: Focused on Russell 3000 with expanding support for S&P 500 and other U.S. equities.

  • Update Frequency: Live calls are streamed with < 5s latency, and post-processed transcripts are typically available within minutes after a call ends.

  • Languages: English transcripts only (non-U.S. companies supported if earnings calls are conducted in English).

  • Building real-time earnings dashboards

  • Training NLP models on financial audio

  • Extracting management guidance and forward-looking statements

  • Powering alerting systems and event-driven trading strategies


This API is built for scale and performance, backed by a distributed pipeline that handles ingestion, diarization, and formatting in real time. Whether you’re powering an institutional research platform or building a custom earnings monitor, the Conference Call Transcripts API offers the low-latency access and structured data you need.

Note: Some fields and objects are replaced with ... to improve the readability of the responses in this document.

Perform a search for securities using a symbol or other search criteria.

{
    "call_id": "302a052c-14e6-406e-b6a6-5bce71d2bfdb",
    "call_title": "OFG Bancorp reports strong Q1 results, raises dividend 20% amid loan growth",
    "headline": "OFG Bancorp generates $1 EPS with solid loan growth and digital innovation",
    "symbol": "OFG",
    "exchange": "ALL",
    "figis": [
        "BBG016K9RJN7",
        "BBG001S9J8R0"
    ],
    "name": "",
    "start_time": "2025-04-23T11:34:15-04:00",
    "end_time": "2025-04-23T12:11:15-04:00",
    "duration": 37,
    "status": "COMPLETED",
    "created_at": "2025-04-23T15:34:15Z",
    "updated_at": "2025-04-23T16:11:15Z",
    "transcripts": [
        {
          "transcript_id": "914369e3-cc94-4e2b-9172-042c9b9e34ca",
            "text": "Please stand by. Your program is about to begin. Good morning... You may now disconnect",
          "language": "en-US",
            "confidence_score": 0.9542389225423727,
            "segments": [
                {
                    "segment_id": 0,
                    "speaker": "Madison",
                    "start_time": "1200",
                    "end_time": "76640",
                    "confidence": 0.9834538,
                  "text": "Please stand by.",
                  "sentiment": 0
                }],
            "type": "NON_LIVE"
        }
    ],
  "recording": {
        "recording_id": "5c41bd74-0d7f-4667-8c09-5c25902b5f12",
        "total_files": 382,
        "total_size": 19487716,
        "duration": 37,
        "location": "assets/302a052c-14e6-406e-b6a6-5bce71d2bfdb",
        "bucket": "earnings-call-media",
        "language": "en",
        "formats": [
            {
                "file_link": "302a052c-14e6-406e-b6a6-5bce71d2bfdb/hls/index.m3u8",
                "size": 11378,
                "content_type": "application/vnd.apple.mpegurl",
                "quality": "720p"
            },
            {
                "file_link": "302a052c-14e6-406e-b6a6-5bce71d2bfdb/mp3/audio.mp3",
                "size": 4535978,
                "content_type": "audio/mpeg",
                "quality": "192kbps"
            }
        ],
        "created_at": "0001-01-01T00:00:00Z"
    },
  "summary": {
        "summary_id": "6a6bebc0-a94c-41b7-8bf7-f1c24794bb2f",
        "transcript_id": "",
        "call_id": "302a052c-14e6-406e-b6a6-5bce71d2bfdb",
        "summary": "OFG Bancorp reported strong financial performance, with earnings per share diluted at $1, driven by effective operating execution and growth in loans and deposits. Despite a slight decline in total interest income due to fewer business days, the overall financial metrics were stable, supported by strategic share buybacks and a 20% dividend increase. Strategic initiatives focused on digital innovation, with significant growth in digital enrollment and transactions. Three new digital tools were launched, including an Omnichannel app, Smart Banking insights, and Apple Pay integration, reinforcing OFG's position as a leader in digital banking in Puerto Rico. The future outlook is cautiously optimistic, with stable credit quality and continued investment in digital strategies. Despite potential macroeconomic and geopolitical volatility, OFG maintains a strong capital position, with a CET1 ratio of 14.27%, and remains focused on deepening customer relationships and expanding its client base.",
        "symbol": "",
        "sentiment": 0,
        "language": "",
        "created_at": "2025-04-23T15:34:15Z",
        "updated_at": "2025-04-23T15:34:15Z"
    },
    "participants": [
        {
            "participant_id": "b879ece6-b0c9-4fc2-a1ab-a7f3cef2dc4a",
            "call_id": "302a052c-14e6-406e-b6a6-5bce71d2bfdb",
            "name": "Jose Rafael Fernandez",
            "role": "Chief Executive Officer and Chairman of the Board of Directors",
            "organization": "",
            "mentions": 5,
            "human_verified": false
        }
          ],
    "securities": [
        {
            "figi": "BBG016K9RPW3",
            "isin": "GB00BNGFHX14",
            "name": "OCTOPUS FUTURE GENERATIONS V",
            "symbol": "OFG",
            "mic_code": "XLON",
            "figi_composite": "BBG016K9RJH4",
            "figi_share_class": "BBG016K9RJN7",
            "refinitiv_exch_code": "LSE"
        },
        {
            "figi": "BBG000F5VMF2",
            "isin": "PR67103X1020",
            "name": "OFG BANCORP",
            "symbol": "OFG",
            "mic_code": "XNYS",
            "figi_composite": "BBG000F5VMF2",
            "figi_share_class": "BBG001S9J8R0",
            "refinitiv_exch_code": "NYQ"
        }
    ]
}
{
    "call_id": "302a052c-14e6-406e-b6a6-5bce71d2bfdb",
    "call_title": "OFG Bancorp reports strong Q1 results, raises dividend 20% amid loan growth",
    "headline": "OFG Bancorp generates $1 EPS with solid loan growth and digital innovation",
    "symbol": "OFG",
    "exchange": "ALL",
    "figis": [
        "BBG016K9RJN7",
        "BBG001S9J8R0"
    ],
    "name": "",
    "start_time": "2025-04-23T11:34:15-04:00",
    "end_time": "2025-04-23T12:11:15-04:00",
    "duration": 37,
    "status": "COMPLETED",
    "created_at": "2025-04-23T15:34:15Z",
    "updated_at": "2025-04-23T16:11:15Z",
    "transcripts": [
        {
          "transcript_id": "914369e3-cc94-4e2b-9172-042c9b9e34ca",
            "text": "Please stand by. Your program is about to begin. Good morning... You may now disconnect",
          "language": "en-US",
            "confidence_score": 0.9542389225423727,
            "segments": [
                {
                    "segment_id": 0,
                    "speaker": "Madison",
                    "start_time": "1200",
                    "end_time": "76640",
                    "confidence": 0.9834538,
                  "text": "Please stand by.",
                  "sentiment": 0
                }],
            "type": "NON_LIVE"
        }
    ],
  "recording": {
        "recording_id": "5c41bd74-0d7f-4667-8c09-5c25902b5f12",
        "total_files": 382,
        "total_size": 19487716,
        "duration": 37,
        "location": "assets/302a052c-14e6-406e-b6a6-5bce71d2bfdb",
        "bucket": "earnings-call-media",
        "language": "en",
        "formats": [
            {
                "file_link": "302a052c-14e6-406e-b6a6-5bce71d2bfdb/hls/index.m3u8",
                "size": 11378,
                "content_type": "application/vnd.apple.mpegurl",
                "quality": "720p"
            },
            {
                "file_link": "302a052c-14e6-406e-b6a6-5bce71d2bfdb/mp3/audio.mp3",
                "size": 4535978,
                "content_type": "audio/mpeg",
                "quality": "192kbps"
            }
        ],
        "created_at": "0001-01-01T00:00:00Z"
    },
  "summary": {
        "summary_id": "6a6bebc0-a94c-41b7-8bf7-f1c24794bb2f",
        "transcript_id": "",
        "call_id": "302a052c-14e6-406e-b6a6-5bce71d2bfdb",
        "summary": "OFG Bancorp reported strong financial performance, with earnings per share diluted at $1, driven by effective operating execution and growth in loans and deposits. Despite a slight decline in total interest income due to fewer business days, the overall financial metrics were stable, supported by strategic share buybacks and a 20% dividend increase. Strategic initiatives focused on digital innovation, with significant growth in digital enrollment and transactions. Three new digital tools were launched, including an Omnichannel app, Smart Banking insights, and Apple Pay integration, reinforcing OFG's position as a leader in digital banking in Puerto Rico. The future outlook is cautiously optimistic, with stable credit quality and continued investment in digital strategies. Despite potential macroeconomic and geopolitical volatility, OFG maintains a strong capital position, with a CET1 ratio of 14.27%, and remains focused on deepening customer relationships and expanding its client base.",
        "symbol": "",
        "sentiment": 0,
        "language": "",
        "created_at": "2025-04-23T15:34:15Z",
        "updated_at": "2025-04-23T15:34:15Z"
    },
    "participants": [
        {
            "participant_id": "b879ece6-b0c9-4fc2-a1ab-a7f3cef2dc4a",
            "call_id": "302a052c-14e6-406e-b6a6-5bce71d2bfdb",
            "name": "Jose Rafael Fernandez",
            "role": "Chief Executive Officer and Chairman of the Board of Directors",
            "organization": "",
            "mentions": 5,
            "human_verified": false
        }
          ],
    "securities": [
        {
            "figi": "BBG016K9RPW3",
            "isin": "GB00BNGFHX14",
            "name": "OCTOPUS FUTURE GENERATIONS V",
            "symbol": "OFG",
            "mic_code": "XLON",
            "figi_composite": "BBG016K9RJH4",
            "figi_share_class": "BBG016K9RJN7",
            "refinitiv_exch_code": "LSE"
        },
        {
            "figi": "BBG000F5VMF2",
            "isin": "PR67103X1020",
            "name": "OFG BANCORP",
            "symbol": "OFG",
            "mic_code": "XNYS",
            "figi_composite": "BBG000F5VMF2",
            "figi_share_class": "BBG001S9J8R0",
            "refinitiv_exch_code": "NYQ"
        }
    ]
}