Skip to content

EVE HOLDING, INC.: filings

Every EVE HOLDING, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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 2026381120001554855-26-001685
10-Q2026-05-05fiscal Q1 202637780001554855-26-000876
10-K2026-03-16fiscal FY 2025431150001554855-26-000300
10-Q2025-11-04fiscal Q3 2025381160001554855-25-001920
10-Q2025-08-06fiscal Q2 2025381120001554855-25-000899
10-Q2025-05-12fiscal Q1 202536760001554855-25-000468
10-K2025-03-11fiscal FY 2024461250001554855-25-000157
10-Q2024-11-04fiscal Q3 2024401200001554855-24-000734
10-Q2024-08-06fiscal Q2 2024381100001554855-24-000621
10-Q2024-05-07fiscal Q1 202438800001554855-24-000334
10-K2024-03-08fiscal FY 2023441180001554855-24-000091
10-Q2023-11-07fiscal Q3 2023371130001554855-23-000725
10-Q2023-08-08fiscal Q2 2023351080001554855-23-000544
10-Q2023-05-09fiscal Q1 202332760001554855-23-000363
10-K/A2023-05-04fiscal FY 202235930001554855-23-000339
10-K2023-03-23fiscal FY 202235930001554855-23-000184
10-Q2022-12-23fiscal Q3 202229930001554855-22-000729
10-Q/A2022-12-08fiscal Q2 202227850001554855-22-000683
10-Q2022-08-04fiscal Q2 202223690001554855-22-000457
10-Q2022-05-03fiscal Q1 202214320001193125-22-138721
10-K2022-02-15fiscal FY 202118380001193125-22-042665
10-Q2021-11-12fiscal Q3 202115360001193125-21-327708
10-Q2021-08-13fiscal Q2 202117330001193125-21-246058
10-Q2021-06-21fiscal Q1 202112200001193125-21-195021
10-K/A2021-06-14fiscal FY 202018200001193125-21-190185
10-K2021-03-31fiscal FY 202017190001193125-21-101862
10-Q/A2020-12-30fiscal Q3 20209110001193125-20-329826

Inspect the source

Entity
EVE HOLDING, INC. / CIK 0001823652
Captured
2026-09-21T17:29:27.402Z
SEC response SHA-256
560dd8ea0d3969f1b0a615da25df9a66624eea527cb2f2e2185f24438c665dc8

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