Skip to content

TWILIO INC.: filings

Every TWILIO INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-08-07fiscal Q2 2026501470001447669-26-000092
10-Q2026-05-01fiscal Q1 2026501050001447669-26-000049
10-K2026-02-24fiscal FY 2025561490001447669-26-000021
10-Q2025-10-31fiscal Q3 2025501470001447669-25-000151
10-Q2025-08-08fiscal Q2 2025501470001447669-25-000122
10-Q2025-05-02fiscal Q1 2025501050001447669-25-000073
10-K2025-02-26fiscal FY 2024561490001447669-25-000035
10-Q2024-10-31fiscal Q3 2024501470001447669-24-000178
10-Q2024-08-01fiscal Q2 2024501470001447669-24-000128
10-Q2024-05-08fiscal Q1 2024501050001447669-24-000074
10-K2024-02-27fiscal FY 2023561490001447669-24-000034
10-Q2023-11-09fiscal Q3 2023501540001447669-23-000226
10-Q2023-08-09fiscal Q2 2023501500001447669-23-000171
10-Q2023-05-10fiscal Q1 2023501050001447669-23-000101
10-K2023-02-27fiscal FY 2022551460001447669-23-000049
10-Q2022-11-04fiscal Q3 2022501530001447669-22-000195
10-Q2022-08-05fiscal Q2 2022491450001447669-22-000147
10-Q2022-05-05fiscal Q1 2022491030001447669-22-000098
10-K2022-02-22fiscal FY 2021551460001447669-22-000049
10-Q2021-10-28fiscal Q3 2021521540001447669-21-000266
10-Q2021-07-30fiscal Q2 2021521500001447669-21-000200
10-Q2021-05-06fiscal Q1 2021521070001447669-21-000126
10-K2021-02-26fiscal FY 2020541390001447669-21-000070
10-Q2020-10-29fiscal Q3 2020471310001447669-20-000209
10-Q2020-08-04fiscal FY 2020471290001447669-20-000156
10-Q2020-05-07fiscal FY 202047970001628280-20-006980
10-K2020-03-02fiscal FY 2019531350001447669-20-000045
10-Q2019-10-31fiscal Q3 2019481360001447669-19-000028
10-Q2019-08-02fiscal Q2 2019481320001447669-19-000017
10-Q2019-05-09fiscal Q1 2019491020001628280-19-006333
10-K2019-03-01fiscal FY 2018511320001047469-19-000807
10-Q2018-11-08fiscal Q3 2018441180001104659-18-067032
10-Q2018-08-08fiscal Q2 2018441180001104659-18-050514
10-Q2018-05-10fiscal Q1 201843880001104659-18-031875
10-K2018-03-01fiscal FY 2017471240001047469-18-001207
10-Q2017-11-14fiscal Q3 2017411110001104659-17-068034
10-Q2017-08-11fiscal Q2 2017411110001104659-17-051125
10-Q2017-05-10fiscal Q1 201739790001104659-17-031254
10-K2017-02-22fiscal FY 2016421080001047469-17-000800
10-Q2016-11-07fiscal Q3 2016381050001104659-16-155179
10-Q2016-08-09fiscal Q2 2016371040001104659-16-138271

Inspect the source

Entity
TWILIO INC. / CIK 0001447669
Captured
2026-09-20T09:05:00.636Z
SEC response SHA-256
61ef874218b461f099507924f15d0cfb100d48d667ab102906a8622cf007c76d

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/0001447669.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"])))