---
title: "Earnings Call Audio Live"
method: GET
path: "/stock/earnings-call-live"
tags: ["Default"]
---

# Earnings Call Audio Live

`GET /stock/earnings-call-live`

Stream live earnings calls with data provided in the calendar. The data will be available in m3u8 format. mp3 files will be available once the calls finish in the `recording` field.

## Query parameters

- `from` string, date
- `to` string, date
- `symbol` string

## Response `200`

successful operation

- EarningsCallLive
  - `event` EarningsCallLiveResult[] — Array of earnings call events that support live streaming.
    - `symbol` string — Symbol.
    - `event` string — Event name.
    - `time` string, datetime — Date time in UTC.
    - `year` integer — Earnings year.
    - `quarter` integer — Earnings quarter.
    - `liveAudio` string — Live audio streaming file.
    - `recording` string — Recoding in mp3 format.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
