Skip to content

SNOWFLAKE INC.: filings

Every SNOWFLAKE INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-09-04fiscal Q2 2027541530001640147-26-000037
10-Q2026-05-29fiscal Q1 2027541130001640147-26-000030
10-K2026-03-20fiscal FY 2026581520001640147-26-000008
10-Q2025-12-05fiscal Q3 2026541530001640147-25-000211
10-Q2025-09-05fiscal Q2 2026541540001640147-25-000187
10-Q2025-05-30fiscal Q1 2026511070001640147-25-000110
10-K2025-03-21fiscal FY 2025581520001640147-25-000052
10-Q2024-11-27fiscal Q3 2025521450001640147-24-000250
10-Q2024-08-29fiscal Q2 2025511430001640147-24-000207
10-Q2024-05-31fiscal Q1 2025511070001640147-24-000135
10-K2024-03-26fiscal FY 2024571490001640147-24-000101
10-Q2023-12-01fiscal Q3 2024531500001640147-23-000260
10-Q2023-08-31fiscal Q2 2024531490001640147-23-000199
10-Q2023-06-02fiscal Q1 2024531110001640147-23-000102
10-K2023-03-29fiscal FY 2023571490001640147-23-000030
10-Q2022-12-02fiscal Q3 2023521470001640147-22-000100
10-Q2022-09-01fiscal Q2 2023501410001640147-22-000084
10-Q2022-06-03fiscal FY 2023501050001640147-22-000044
10-K2022-03-30fiscal FY 2022541410001640147-22-000023
10-Q2021-12-03fiscal Q3 2022501410001640147-21-000271
10-Q2021-09-02fiscal Q2 2022491390001640147-21-000212
10-Q2021-06-04fiscal Q1 202245950001640147-21-000122
10-K2021-03-31fiscal FY 2021511320001640147-21-000073
10-Q2020-12-03fiscal Q3 2021461250001640147-20-000023

Inspect the source

Entity
SNOWFLAKE INC. / CIK 0001640147
Captured
2026-09-21T17:22:49.384Z
SEC response SHA-256
9d2289f4d9810ef19dfd4f5eef8c90b406db14947ca4b6fcb36dca6c41383144

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