Skip to content

Alphabet Inc.: filings

Every Alphabet Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-23fiscal Q2 2026531500001652044-26-000071
10-Q2026-04-30fiscal Q1 2026491020001652044-26-000048
10-K2026-02-05fiscal FY 2025511360001652044-26-000018
10-Q2025-10-30fiscal Q3 2025461340001652044-25-000091
10-Q2025-07-24fiscal Q2 2025461340001652044-25-000062
10-Q2025-04-25fiscal Q1 2025491020001652044-25-000043
10-K2025-02-05fiscal FY 2024541430001652044-25-000014
10-Q2024-10-30fiscal Q3 2024461320001652044-24-000118
10-Q2024-07-24fiscal Q2 2024481360001652044-24-000079
10-Q2024-04-26fiscal Q1 202445940001652044-24-000053
10-K2024-01-31fiscal FY 2023521340001652044-24-000022
10-Q2023-10-25fiscal Q3 2023441220001652044-23-000094
10-Q2023-07-26fiscal Q2 2023441220001652044-23-000070
10-Q2023-04-26fiscal Q1 202344920001652044-23-000045
10-K2023-02-03fiscal FY 2022541370001652044-23-000016
10-Q2022-10-26fiscal Q3 2022441220001652044-22-000090
10-Q2022-07-27fiscal Q2 2022441220001652044-22-000071
10-Q2022-04-27fiscal Q1 202244920001652044-22-000029
10-K2022-02-02fiscal FY 2021541360001652044-22-000019
10-Q2021-10-27fiscal Q3 2021441210001652044-21-000057
10-Q2021-07-28fiscal Q2 2021441210001652044-21-000047
10-Q2021-04-28fiscal Q1 202144910001652044-21-000020
10-K2021-02-03fiscal FY 2020541350001652044-21-000010
10-Q2020-10-30fiscal Q3 2020451240001652044-20-000050
10-Q2020-07-31fiscal Q2 2020451240001652044-20-000032
10-Q2020-04-29fiscal Q1 202045920001652044-20-000021
10-K2020-02-04fiscal FY 2019541300001652044-20-000008
10-Q2019-10-29fiscal Q3 2019481280001652044-19-000032
10-Q2019-07-26fiscal Q2 2019481280001652044-19-000023
10-Q2019-04-30fiscal Q1 201948970001652044-19-000015
10-K2019-02-05fiscal FY 2018501280001652044-19-000004
10-Q2018-10-26fiscal Q3 2018451230001652044-18-000035
10-Q2018-07-24fiscal Q2 2018451230001652044-18-000027
10-Q2018-04-24fiscal Q1 201844890001652044-18-000016
10-K2018-02-06fiscal FY 2017481230001652044-18-000007
10-Q2017-10-27fiscal Q3 2017431170001652044-17-000042
10-Q2017-07-25fiscal Q2 2017421150001652044-17-000026
10-Q2017-05-02fiscal Q1 201741830001652044-17-000014
10-K2017-02-03fiscal FY 2016451160001652044-17-000008
10-Q2016-11-03fiscal Q3 2016411090001652044-16-000038
10-Q2016-08-04fiscal Q2 2016401070001652044-16-000032
10-Q2016-05-03fiscal Q1 201638770001652044-16-000021
10-K2016-02-11fiscal FY 2015441130001652044-16-000012
10-Q2015-10-29fiscal Q3 2015381080001652044-15-000005

Inspect the source

Entity
Alphabet Inc. / CIK 0001652044
Captured
2026-09-21T17:23:37.815Z
SEC response SHA-256
a017f26ee88cb4a639d1c1ddb06d53b4afe22f0ac89cabec7cd67c88919fe1c5

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