> ## Documentation Index
> Fetch the complete documentation index at: https://docs.finvera.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Conference Calls

> Get conference call transcripts.

<ResponseExample>
  ```json Response (200 OK) theme={null}
  {
    "data": [
      {
        "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. If you need assistance... You may disconnect at any time.",
            "language": "en-US",
            "confidence_score": 0.9542389225423727,
            "segments": null,
            "type": "NON_LIVE"
          }
        ],
        "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"
          }
        ]
      }
    ],
    "message": "Successfully fetched calls",
    "pagination": {
      "hits": 1,
      "page": 1,
      "page_count": 1,
      "page_size": 10
    }
  }
  ```
</ResponseExample>


## OpenAPI

````yaml get /api/v1/calls
openapi: 3.0.0
info:
  title: Conference Call Transcripts
  version: 1.0.0
  description: This REST API provides endpoints to search for conference call transcripts.
servers:
  - url: https://api.finvera.news/delivery
    description: Production server
security: []
paths:
  /api/v1/calls:
    get:
      tags:
        - Conference Call Transcripts
      summary: Get Conference Calls
      description: Get conference call transcripts.
      operationId: get-conference-calls
      parameters:
        - name: symbol
          description: Filter by stock symbol
          in: query
          schema:
            type: string
            example: AAPL
        - name: from
          description: from date in ISO 8601 format, YYYY-MM-DDTHH:MM:SS
          in: query
          schema:
            type: string
            example: '2025-05-02T00:00:00'
        - name: to
          description: to date in ISO 8601 format, YYYY-MM-DDTHH:MM:SS
          in: query
          schema:
            type: string
            example: '2025-05-02T00:00:00'
        - name: page
          description: page number for pagination
          in: query
          schema:
            type: integer
            example: '1'
        - name: page_size
          description: page size for pagination
          in: query
          schema:
            type: integer
            default: '10'
            example: '20'
        - name: status
          description: Filter by status of the call
          in: query
          schema:
            type: string
            enum:
              - COMPLETED
              - IN_PROGRESS
              - FAILED
            example: COMPLETED
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                items:
                  $ref: '#/components/schemas/TranscriptResponse'
                type: array
        '401':
          description: Authentication information is missing or invalid.
        '404':
          description: A transcript for the provided ticker symbol was not found.
      security:
        - ApiKeyAuth: []
components:
  schemas:
    TranscriptResponse:
      type: object
      properties:
        data:
          type: array
          items:
            $ref: '#/components/schemas/Calls'
        message:
          type: string
          description: A message indicating the status of the request.
        pagination:
          type: object
          properties:
            hits:
              type: integer
              description: total number of results matching the query.
            page:
              type: integer
              description: current page number.
            page_count:
              type: integer
              description: total number of pages available.
            page_size:
              type: integer
              description: number of results per page.
    Calls:
      type: object
      properties:
        call_id:
          type: string
          description: Unique identifier for the call.
        call_title:
          type: string
          description: Title summarizing the earnings call topic or highlight.
        headline:
          type: string
          description: Generated headline summarizing key points of the call.
        symbol:
          type: string
          description: Ticker symbol of the primary company discussed.
        exchange:
          type: string
          description: Exchange where the primary stock is listed.
        figis:
          type: array
          description: List of FIGI share class identifiers related to the call.
          items:
            type: string
        name:
          type: string
          description: Name of the company hosting the earnings call.
        start_time:
          type: string
          format: date-time
          description: ISO8601 timestamp when the call started.
        end_time:
          type: string
          format: date-time
          description: ISO8601 timestamp when the call ended.
        duration:
          type: integer
          description: Duration of the call in minutes.
        status:
          type: string
          enum:
            - SCHEDULED
            - LIVE
            - COMPLETED
          description: Status of the earnings call.
        created_at:
          type: string
          format: date-time
          description: Timestamp of call record creation.
        updated_at:
          type: string
          format: date-time
          description: Timestamp of the last update to the call record.
        transcripts:
          type: array
          items:
            $ref: '#/components/schemas/Transcript'
        securities:
          type: array
          items:
            $ref: '#/components/schemas/Security'
    Transcript:
      type: object
      properties:
        transcript_id:
          type: string
        text:
          type: string
        language:
          type: string
        confidence_score:
          type: number
          format: float
          description: Confidence score of the transcript's accuracy.
        segments:
          type: array
          items:
            $ref: '#/components/schemas/Segment'
        type:
          type: string
          enum:
            - LIVE
            - NON_LIVE
    Security:
      type: object
      properties:
        figi:
          type: string
        isin:
          type: string
        name:
          type: string
        symbol:
          type: string
        mic_code:
          type: string
        figi_composite:
          type: string
        figi_share_class:
          type: string
        refinitiv_exch_code:
          type: string
    Segment:
      type: object
      properties:
        segment_id:
          type: integer
        speaker:
          type: string
        start_time:
          type: string
          description: Millisecond timestamp as string
        end_time:
          type: string
          description: Millisecond timestamp as string
        confidence:
          type: number
          format: float
        text:
          type: string
  securitySchemes:
    ApiKeyAuth:
      in: query
      name: apikey
      type: apiKey

````