Skip to content

EVO Transportation & Energy Services, Inc.: filings

Every EVO Transportation & Energy Services, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2023-11-16

The latest filing in this captured record is a 10-K filed 2023-11-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. EVO Transportation & Energy Services, Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-K2023-11-16fiscal FY 202248960000950170-23-064527
10-Q2023-08-22fiscal Q3 2022401230000950170-23-043957
10-Q2023-02-07fiscal Q2 2022401170000950170-23-001958
10-Q2023-01-30fiscal Q1 202239810000950170-23-001374
10-K2022-06-30fiscal FY 202149970000950170-22-012374
10-Q2022-06-30fiscal Q3 2021401220000950170-22-012368
10-Q2022-06-30fiscal Q2 2021401160000950170-22-012365
10-Q2022-06-30fiscal Q1 202138780000950170-22-012362
10-K2022-02-01fiscal FY 202045890000950170-22-000602
10-Q2022-02-01fiscal Q3 2020351050000950170-22-000601
10-Q2022-02-01fiscal Q2 202033920000950170-22-000600
10-Q2022-02-01fiscal Q1 202033680000950170-22-000599
10-Q2021-08-27fiscal Q3 2019411230001564590-21-046141
10-K2021-08-10fiscal FY 201943920001564590-21-042927
10-Q2020-05-07fiscal Q2 201936930001213900-20-011220
10-Q2019-12-09fiscal Q1 201936710001213900-19-025563
10-K2019-05-30fiscal FY 201839750001213900-19-009764
10-Q2018-11-15fiscal Q3 2018421090001213900-18-015921
10-Q2018-08-24fiscal Q2 2018401050001213900-18-011696
10-Q2018-05-18fiscal Q1 201840790001213900-18-006539
10-K2018-04-17fiscal FY 201742810001213900-18-004599
10-Q2017-11-20fiscal Q3 2017411040001213900-17-012330
10-Q2017-08-14fiscal Q2 201741980001213900-17-008680
10-Q2017-05-26fiscal Q1 201737690001213900-17-005902
10-K2017-04-18fiscal FY 201635630001213900-17-003931
10-Q2016-11-03fiscal Q3 201614370001213900-16-017897
10-Q2016-08-15fiscal Q2 201614370001213900-16-015962
10-Q2016-05-12fiscal Q1 201614290001213900-16-013206
10-K2016-03-28fiscal FY 201514290001213900-16-011900
10-Q2015-11-12fiscal Q3 201514370001213900-15-008479
10-Q2015-08-12fiscal Q2 201514370001213900-15-005982
10-Q2015-05-14fiscal Q1 201513300001213900-15-003649
10-K2015-03-24fiscal FY 201413280001213900-15-002030
10-Q2014-11-07fiscal Q3 201412320001213900-14-007830
10-Q2014-08-13fiscal Q2 201412320001213900-14-005689
10-Q2014-05-09fiscal Q1 201412260001213900-14-003032
10-K2014-03-31fiscal FY 201313280001213900-14-001881
10-Q2013-11-04fiscal Q3 201313340001213900-13-006052
10-Q2013-08-12fiscal Q2 201311280001213900-13-004138
10-Q2013-05-13fiscal Q1 201311220001213900-13-002407
10-K2013-03-22fiscal FY 201212250001213900-13-001246
10-Q2012-11-08fiscal Q3 201210260001213900-12-005973
10-Q2012-08-10fiscal Q2 201210260001213900-12-004351
10-Q2012-05-15fiscal Q1 201210200001144204-12-028811
10-K2012-03-28fiscal FY 201111230001144204-12-017643
10-Q2011-11-09fiscal Q3 201111280001144204-11-062608
10-Q2011-08-10fiscal Q2 201110260001144204-11-045307

Inspect the source

Entity
EVO Transportation & Energy Services, Inc. / CIK 0000728447
Captured
SEC response SHA-256
8619068de2c0278c842b428b1220e00f3b119c28935d58371094780937834f1e

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