Skip to content

Enviva Inc.: filings

Every Enviva Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 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-K2024-10-03fiscal FY 2023522820001592057-24-000036
10-Q2023-11-09fiscal Q3 2023491420001592057-23-000054
10-Q2023-08-03fiscal Q2 2023491360001592057-23-000024
10-Q2023-05-04fiscal Q1 2023481000001592057-23-000013
10-K2023-03-01fiscal FY 2022481250001592057-23-000004
10-Q2022-11-03fiscal Q3 2022441030001592057-22-000025
10-Q2022-08-04fiscal Q2 202244990001592057-22-000015
10-Q2022-05-05fiscal Q1 202244830001592057-22-000010
10-K2022-03-04fiscal FY 2021471120001592057-22-000005
10-Q2021-11-04fiscal Q3 2021441200001592057-21-000037
10-Q2021-07-29fiscal Q2 2021431150001592057-21-000026
10-Q2021-04-29fiscal FY 202143880001592057-21-000016
10-K2021-02-25fiscal FY 2020461140001592057-21-000006
10-Q2020-11-05fiscal Q3 2020441190001592057-20-000028
10-Q2020-08-06fiscal Q2 2020411100001592057-20-000019
10-Q2020-04-29fiscal Q1 202042860001592057-20-000007
10-K2020-02-27fiscal FY 2019411270001592057-20-000003
10-Q2019-10-31fiscal Q3 2019421120001592057-19-000017
10-Q2019-08-08fiscal Q2 2019421100001592057-19-000013
10-Q2019-05-09fiscal Q1 201942840001592057-19-000006
10-K2019-03-04fiscal FY 2018401270001592057-19-000003
10-Q2018-11-09fiscal Q3 2018381100001558370-18-009089
10-Q2018-08-08fiscal Q2 2018381100001558370-18-006786
10-Q2018-05-03fiscal Q1 201838870001558370-18-003820
10-K2018-02-22fiscal FY 2017401160001558370-18-000899
10-Q2017-11-02fiscal Q3 2017381020001558370-17-007962
10-Q2017-08-03fiscal Q2 2017381010001558370-17-005770
10-Q2017-05-10fiscal Q1 201733700001047469-17-003303
10-K2017-02-28fiscal FY 201636960001047469-17-001016
10-Q2016-11-03fiscal Q3 201635990001047469-16-016483
10-Q2016-08-04fiscal Q2 201634980001047469-16-014659
10-Q2016-05-05fiscal Q1 201635720001047469-16-012896
10-K2016-03-08fiscal FY 201536510001047469-16-010850
10-Q2015-11-05fiscal Q3 201533610001104659-15-076011
10-Q2015-07-31fiscal Q2 201534620001104659-15-055231

Inspect the source

Entity
Enviva Inc. / CIK 0001592057
Captured
2026-09-21T17:20:12.329Z
SEC response SHA-256
8d825549755404f55c566cf66e007c2ac44637cfa54cb78d7a5b3fa06ae05b3e

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