Skip to content

Twitter, Inc.: filings

Every Twitter, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2022-07-26

The latest filing in this captured record is a 10-Q filed 2022-07-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. Twitter, Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2022-07-26fiscal Q2 2022461280001418091-22-000147
10-Q2022-05-02fiscal Q1 202246940001418091-22-000075
10-K2022-02-16fiscal FY 2021521360001418091-22-000029
10-Q2021-10-27fiscal Q3 2021461280001418091-21-000209
10-Q2021-07-27fiscal Q2 2021461280001418091-21-000155
10-Q2021-04-30fiscal Q1 202145920001418091-21-000085
10-K2021-02-17fiscal FY 2020521350001418091-21-000031
10-Q2020-10-30fiscal Q3 2020441220001418091-20-000202
10-Q2020-08-03fiscal Q2 2020431210001418091-20-000158
10-Q2020-05-05fiscal Q1 202044910001418091-20-000089
10-K2020-02-19fiscal FY 2019531320001418091-20-000037
10-Q2019-10-30fiscal Q3 2019481300001418091-19-000008
10-Q2019-07-31fiscal Q2 2019481290001564590-19-027504
10-Q2019-04-30fiscal Q1 201948970001564590-19-014333
10-K2019-02-21fiscal FY 2018501310001564590-19-003523
10-Q2018-10-30fiscal Q3 2018441250001564590-18-025638
10-Q2018-07-30fiscal Q2 2018451260001564590-18-017905
10-Q2018-05-03fiscal Q1 201841850001564590-18-010739
10-K2018-02-23fiscal FY 2017441150001564590-18-003046
10-Q2017-11-01fiscal Q3 2017401160001564590-17-020841
10-Q2017-08-03fiscal Q2 2017401160001564590-17-014980
10-Q2017-05-02fiscal Q1 201740820001564590-17-008149
10-K2017-02-27fiscal FY 2016441150001564590-17-002584
10-Q2016-11-01fiscal Q3 2016401160001564590-16-026749
10-Q2016-08-01fiscal Q2 2016401160001564590-16-021918
10-Q2016-05-03fiscal Q1 201640820001564590-16-017462
10-K2016-02-29fiscal FY 2015441140001564590-16-013646
10-Q2015-11-06fiscal Q3 2015401160001564590-15-009950
10-Q2015-08-07fiscal Q2 2015401160001564590-15-006705
10-Q2015-05-11fiscal Q1 201539800001564590-15-003897
10-K2015-03-02fiscal FY 2014431110001564590-15-001159
10-Q2014-11-06fiscal Q3 2014391120001564590-14-005159
10-Q2014-08-11fiscal Q2 2014401120001564590-14-003474
10-Q2014-05-08fiscal Q1 201440820001564590-14-001959

Inspect the source

Entity
Twitter, Inc. / CIK 0001418091
Captured
SEC response SHA-256
e17a03a92792456e8d392299092e3278842feb749013032027e145b66cacb1db

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