Skip to content

SNAP INC: filings

Every SNAP INC annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-04fiscal Q2 2026511610001564408-26-000052
10-Q2026-05-07fiscal Q1 2026511050001564408-26-000027
10-K2026-02-05fiscal FY 2025561470001564408-26-000013
10-Q2025-11-06fiscal Q3 2025511620001564408-25-000065
10-Q2025-08-06fiscal Q2 2025511620001564408-25-000052
10-Q2025-04-30fiscal Q1 2025511050001564408-25-000030
10-K2025-02-05fiscal FY 2024561470001564408-25-000019
10-Q2024-10-30fiscal Q3 2024511600001564408-24-000062
10-Q2024-08-02fiscal Q2 2024511600001564408-24-000050
10-Q2024-04-26fiscal Q1 2024511040001564408-24-000034
10-K2024-02-07fiscal FY 2023571490001564408-24-000019
10-Q2023-10-25fiscal Q3 2023531680001564408-23-000052
10-Q2023-07-26fiscal Q2 2023511620001564408-23-000039
10-Q2023-04-28fiscal Q1 2023511040001564408-23-000027
10-K2023-02-01fiscal FY 2022571490001564408-23-000013
10-Q2022-10-21fiscal Q3 2022501600001564590-22-034804
10-Q2022-07-22fiscal Q2 2022491580001564590-22-026210
10-Q2022-04-22fiscal Q1 2022491000001564590-22-015139
10-K2022-02-04fiscal FY 2021541400001564590-22-003868
10-Q2021-10-22fiscal Q3 2021491580001564590-21-051474
10-Q2021-07-23fiscal Q2 2021491580001564590-21-037670
10-Q2021-04-23fiscal Q1 2021491000001564590-21-020182
10-K2021-02-05fiscal FY 2020531370001564590-21-004377
10-Q2020-10-21fiscal Q3 2020491560001564590-20-047000
10-Q2020-07-22fiscal Q2 2020491580001564590-20-032968
10-Q2020-04-22fiscal Q1 2020491000001564590-20-017775
10-K2020-02-05fiscal FY 2019511300001564590-20-003323
10-Q2019-10-23fiscal Q3 2019481510001564590-19-037449
10-Q2019-07-24fiscal Q2 2019481510001564590-19-025682
10-Q2019-04-24fiscal Q1 201948960001564590-19-012579
10-K2019-02-06fiscal FY 2018481270001564590-19-002053
10-Q2018-10-26fiscal Q3 2018451460001564590-18-025190
10-Q2018-08-08fiscal Q2 2018421340001564590-18-020094
10-Q2018-05-02fiscal Q1 201840820001564590-18-010080
10-K2018-02-22fiscal FY 2017411060001564590-18-002721
10-Q2017-11-08fiscal Q3 2017381060001564590-17-022434
10-Q2017-08-11fiscal Q2 2017381040001564590-17-017303
10-Q2017-05-11fiscal Q1 201738770001564590-17-010357

Inspect the source

Entity
SNAP INC / CIK 0001564408
Captured
2026-09-20T09:20:21.437Z
SEC response SHA-256
8618cf9ed2d5a68488682be3e8184b74557ee6c3e218fb709c2f3705d5d783d8

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