Skip to content

Expro Group Holdings N.V.: filings

Every Expro Group Holdings N.V. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-05-05fiscal Q1 202644890001437749-26-014876
10-K2026-02-19fiscal FY 2025491270001437749-26-004727
10-Q2025-10-23fiscal Q3 2025471340001437749-25-031623
10-Q2025-07-29fiscal Q2 2025471300001437749-25-023784
10-Q2025-04-30fiscal Q1 202547980001437749-25-013851
10-K2025-02-25fiscal FY 2024501290001437749-25-005059
10-Q2024-10-24fiscal Q3 2024491380001437749-24-032019
10-Q2024-07-25fiscal Q2 2024481320001437749-24-023473
10-Q2024-04-25fiscal Q1 202446960001437749-24-013236
10-K2024-02-21fiscal FY 2023511300001437749-24-005041
10-Q2023-10-26fiscal Q3 2023451260001437749-23-029093
10-Q2023-07-27fiscal Q2 2023461280001437749-23-020897
10-Q2023-05-04fiscal Q1 202344920001437749-23-012570
10-K2023-02-23fiscal FY 2022501280001437749-23-004408
10-Q2022-11-03fiscal Q3 2022441240001437749-22-025773
10-Q2022-08-04fiscal Q2 2022441200001437749-22-018896
10-Q2022-05-05fiscal Q1 202243900001437749-22-011130
10-K2022-03-08fiscal FY 2021471190001437749-22-005566
10-Q2021-11-08fiscal Q3 2021431200001437749-21-025719
10-Q2021-08-06fiscal Q2 2021441180001437749-21-018804
10-Q2021-05-04fiscal Q1 202145940001575828-21-000020
10-K2021-03-01fiscal FY 2020511610001575828-21-000009
10-Q2020-11-03fiscal Q3 2020441240001575828-20-000034
10-Q2020-08-04fiscal Q2 2020441200001575828-20-000023
10-Q2020-05-11fiscal Q1 202043900001575828-20-000015
10-K2020-02-25fiscal FY 2019501550001575828-20-000007
10-Q2019-11-05fiscal Q3 2019431200001575828-19-000030
10-Q2019-08-06fiscal Q2 2019431160001575828-19-000024
10-Q2019-05-07fiscal Q1 201943870001575828-19-000017
10-K2019-02-25fiscal FY 2018491630001575828-19-000007
10-Q2018-11-06fiscal Q3 2018421210001575828-18-000026
10-Q2018-08-08fiscal Q2 2018381050001575828-18-000019
10-Q2018-05-08fiscal Q1 201837800001575828-18-000014
10-K2018-02-27fiscal FY 2017551800001575828-18-000007
10-Q2017-11-02fiscal Q3 2017451280001575828-17-000030
10-Q2017-08-07fiscal Q2 2017421140001575828-17-000023
10-Q2017-05-02fiscal Q1 201745940001575828-17-000015
10-K2017-02-24fiscal FY 2016501820001575828-17-000007
10-Q2016-11-03fiscal Q3 2016461280001575828-16-000064
10-Q2016-07-28fiscal Q2 2016461280001575828-16-000059
10-Q2016-04-29fiscal Q1 201645940001575828-16-000051
10-K2016-02-29fiscal FY 2015491710001575828-16-000041
10-Q2015-11-04fiscal Q3 2015441220001575828-15-000034
10-Q2015-08-05fiscal Q2 2015441220001575828-15-000028
10-Q2015-05-01fiscal Q1 201544920001575828-15-000021
10-K2015-03-06fiscal FY 2014471650001575828-15-000013
10-Q2014-11-07fiscal Q3 2014441240001575828-14-000029
10-Q2014-08-08fiscal Q2 2014431220001575828-14-000024
10-Q2014-05-06fiscal Q1 201442880001575828-14-000014
10-K2014-03-04fiscal FY 2013461620001575828-14-000007
10-Q2013-11-13fiscal Q3 2013441220001575828-13-000015
10-Q2013-09-18fiscal Q2 201337940001575828-13-000009

Inspect the source

Entity
Expro Group Holdings N.V. / CIK 0001575828
Captured
2026-09-21T17:20:51.109Z
SEC response SHA-256
cc8de7094e0e487a084eb588fc2152e5e56b3e7be1f91c36fe91db9dbab63246

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