Skip to content

TELADOC HEALTH, INC.: filings

Every TELADOC HEALTH, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-07-30fiscal Q2 2026471300001477449-26-000038
10-Q2026-04-30fiscal Q1 202647980001477449-26-000028
10-K2026-02-26fiscal FY 2025541400001477449-26-000012
10-Q2025-10-30fiscal Q3 2025481310001477449-25-000120
10-Q2025-07-30fiscal Q2 2025481310001477449-25-000099
10-Q2025-05-01fiscal Q1 2025491010001477449-25-000049
10-K2025-02-27fiscal FY 2024551410001477449-25-000005
10-Q2024-10-31fiscal Q3 2024491350001477449-24-000225
10-Q2024-08-01fiscal Q2 2024491350001477449-24-000174
10-Q2024-04-26fiscal Q1 202447970001477449-24-000101
10-K2024-02-23fiscal FY 2023531370001477449-24-000023
10-Q2023-10-27fiscal Q3 2023481330001477449-23-000066
10-Q2023-07-28fiscal Q2 2023481350001477449-23-000012
10-Q2023-05-02fiscal Q1 202347970001558370-23-007654
10-K2023-03-01fiscal FY 2022541400001558370-23-002559
10-Q2022-11-02fiscal Q3 2022461270001558370-22-015977
10-Q2022-08-03fiscal Q2 2022451250001558370-22-011868
10-Q2022-05-02fiscal Q1 202244930001558370-22-006636
10-K2022-02-28fiscal FY 2021521330001558370-22-002260
10-Q2021-11-01fiscal Q3 2021401050001558370-21-013911
10-Q2021-08-02fiscal Q2 2021401070001558370-21-009808
10-Q2021-05-03fiscal Q1 202140850001558370-21-005521
10-K2021-03-01fiscal FY 2020481210001558370-21-002118
10-Q2020-11-06fiscal Q3 2020391070001558370-20-013035
10-Q2020-07-29fiscal Q2 2020381010001558370-20-008663
10-Q2020-04-29fiscal Q1 202038800001558370-20-004629
10-K2020-02-26fiscal FY 2019471630001558370-20-001473
10-Q2019-10-30fiscal Q3 2019411070001558370-19-009443
10-Q2019-07-31fiscal Q2 2019401020001558370-19-006664
10-Q2019-04-30fiscal Q1 201940820001558370-19-003609
10-K2019-02-27fiscal FY 2018461990001558370-19-001204
10-Q2018-11-01fiscal Q3 2018401060001558370-18-008258
10-Q2018-08-01fiscal Q2 2018401050001558370-18-006074
10-Q2018-05-01fiscal Q1 201840820001558370-18-003643
10-K2018-02-27fiscal FY 2017461960001558370-18-001167
10-Q2017-11-01fiscal Q3 2017391050001558370-17-007911
10-Q2017-08-02fiscal Q2 2017391040001558370-17-005705
10-Q2017-05-08fiscal Q1 201737760001558370-17-003783
10-K2017-03-01fiscal FY 2016421060001558370-17-001237
10-Q2016-10-27fiscal Q3 201636980001558370-16-008822
10-Q2016-08-03fiscal Q2 201635970001558370-16-007255
10-Q2016-05-10fiscal Q1 201635730001558370-16-005829
10-K2016-03-03fiscal FY 2015401030001558370-16-003803
10-Q2015-11-02fiscal Q3 2015361000001558370-15-002122
10-Q2015-08-12fiscal Q2 201534950001104659-15-059152

Inspect the source

Entity
TELADOC HEALTH, INC. / CIK 0001477449
Captured
2026-09-20T09:08:27.891Z
SEC response SHA-256
998019a803d0d7d50679f859e4228a55ab3953cba8d7d0d38070f01b56613faf

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001477449.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))