Skip to content

Block, Inc.: filings

Every Block, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-05fiscal Q2 2026471390001628280-26-053368
10-Q2026-05-07fiscal Q1 2026471010001628280-26-032200
10-K2026-02-26fiscal FY 2025561460001628280-26-012254
10-Q2025-11-06fiscal Q3 2025481470001628280-25-050234
10-Q2025-08-07fiscal Q2 2025481430001628280-25-038920
10-Q2025-05-01fiscal Q1 2025481030001628280-25-021538
10-K2025-02-24fiscal FY 2024551460001628280-25-007376
10-Q2024-11-07fiscal Q3 2024481470001628280-24-046294
10-Q2024-08-01fiscal Q2 2024481430001628280-24-034157
10-Q2024-05-02fiscal Q1 2024481020001628280-24-020025
10-K2024-02-22fiscal FY 2023551450001628280-24-006354
10-Q2023-11-02fiscal Q3 2023461430001628280-23-036406
10-Q2023-08-03fiscal Q2 2023461390001628280-23-027248
10-Q2023-05-04fiscal Q1 202346990001628280-23-015762
10-K2023-02-23fiscal FY 2022531410001628280-23-004840
10-Q2022-11-03fiscal Q3 2022481490001628280-22-028213
10-Q2022-08-04fiscal Q2 2022481450001628280-22-021091
10-Q2022-05-05fiscal Q1 2022481030001628280-22-012707
10-K2022-02-24fiscal FY 2021531420001628280-22-003825
10-Q2021-11-04fiscal Q3 2021461450001628280-21-021782
10-Q2021-08-02fiscal Q2 2021461410001628280-21-015094
10-Q2021-05-06fiscal Q1 202146980001512673-21-000013
10-K2021-02-23fiscal FY 2020501330001512673-21-000008
10-Q2020-11-05fiscal Q3 2020461420001512673-20-000012
10-Q2020-08-05fiscal Q2 2020461380001512673-20-000005
10-Q2020-05-06fiscal Q1 2020491040001628280-20-006688
10-K2020-02-26fiscal FY 2019511320001628280-20-002303
10-Q2019-11-06fiscal Q3 2019501490001628280-19-013504
10-Q2019-08-01fiscal Q2 2019501450001512673-19-000011
10-Q2019-05-01fiscal Q1 2019491020001512673-19-000007
10-K2019-02-27fiscal FY 2018501330001512673-19-000003
10-Q2018-11-07fiscal Q3 2018491400001512673-18-000014
10-Q2018-08-01fiscal Q2 2018471340001512673-18-000011
10-Q2018-05-02fiscal Q1 201845910001512673-18-000007
10-K2018-02-27fiscal FY 2017491290001512673-18-000004
10-Q2017-11-08fiscal Q3 2017441220001512673-17-000008
10-Q2017-08-02fiscal Q2 2017441220001512673-17-000004
10-Q2017-05-04fiscal Q1 201743860001628280-17-004837
10-K2017-02-27fiscal FY 2016481270001628280-17-001754
10-Q2016-11-02fiscal Q3 2016451270001628280-16-020645
10-Q2016-08-04fiscal Q2 2016461290001628280-16-018485
10-Q2016-05-06fiscal Q1 201646930001512673-16-000007

Inspect the source

Entity
Block, Inc. / CIK 0001512673
Captured
2026-09-20T09:13:08.449Z
SEC response SHA-256
3f7fc57b09ca4de7d85161afc54a58352968e1f998d5c8facce2547ab8b65d0e

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