Skip to content

CRITEO S.A.: filings

Every CRITEO S.A. 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 2026471390001576427-26-000092
10-Q2026-05-06fiscal Q1 202647990001576427-26-000048
10-K2026-02-26fiscal FY 2025561470001576427-26-000014
10-Q2025-07-31fiscal Q2 2025461360001576427-25-000108
10-Q2025-05-02fiscal Q1 202546960001576427-25-000072
10-K2025-02-28fiscal FY 2024561480001576427-25-000031
10-Q2024-10-30fiscal Q3 2024461400001576427-24-000124
10-Q2024-08-01fiscal Q2 2024471380001576427-24-000098
10-Q2024-05-02fiscal Q1 202447990001576427-24-000064
10-K2024-02-23fiscal FY 2023571470001576427-24-000009
10-Q2023-11-02fiscal Q3 2023461400001576427-23-000129
10-Q2023-08-02fiscal Q2 2023461360001576427-23-000107
10-Q2023-05-03fiscal Q1 202346960001576427-23-000073
10-K2023-02-24fiscal FY 2022571480001576427-23-000023
10-Q2022-11-01fiscal Q3 2022461400001576427-22-000100
10-Q2022-08-05fiscal Q2 2022471380001576427-22-000074
10-Q2022-05-05fiscal Q1 202247980001576427-22-000047
10-K2022-02-25fiscal FY 2021571500001576427-22-000009
10-Q2021-11-03fiscal Q3 2021471420001576427-21-000064
10-Q2021-08-04fiscal Q2 2021471380001576427-21-000056
10-Q2021-05-05fiscal Q1 2021481000001576427-21-000042
10-K2021-02-26fiscal FY 2020581510001576427-21-000008
10-Q2020-10-29fiscal Q3 2020511720001576427-20-000099
10-Q2020-07-31fiscal Q2 2020511680001576427-20-000083
10-Q2020-04-30fiscal Q1 2020511040001576427-20-000037
10-K2020-03-02fiscal FY 2019581500001576427-20-000011
10-Q2019-10-31fiscal Q3 2019511700001576427-19-000107
10-Q2019-08-02fiscal Q2 2019501620001576427-19-000079
10-Q2019-05-09fiscal Q1 201948970001576427-19-000053
10-K2019-03-01fiscal FY 2018521390001576427-19-000014
10-Q2018-11-05fiscal Q3 2018451430001576427-18-000073
10-Q2018-08-02fiscal Q2 2018451430001576427-18-000061
10-Q2018-05-04fiscal Q1 201845910001576427-18-000033
10-K2018-03-01fiscal FY 2017491350001576427-18-000008
10-Q/A2017-11-13fiscal Q3 2017441410001576427-17-000188
10-Q2017-11-08fiscal Q3 2017441410001576427-17-000186
10-Q2017-08-08fiscal Q2 2017441410001576427-17-000156
10-Q2017-05-10fiscal Q1 201744890001576427-17-000096
10-K2017-03-01fiscal FY 2016481330001576427-17-000021
10-Q2016-11-07fiscal Q3 2016411360001576427-16-000393
10-Q2016-08-05fiscal Q2 2016401340001576427-16-000360
10-Q2016-05-04fiscal Q1 201639800001576427-16-000218

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
CRITEO S.A. / CIK 0001576427
Captured
2026-09-19T11:19:07.109Z
SEC response SHA-256
56f0d2a8552629d3abb90e874ecff017df5e89d27f8f4cad1405358a7c0eec1f

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