Skip to content

EXELA TECHNOLOGIES, INC.: filings

Every EXELA TECHNOLOGIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-Q2024-11-14fiscal Q3 2024521520001558370-24-015755
10-Q2024-08-14fiscal Q2 2024531520001558370-24-012224
10-Q2024-05-15fiscal Q1 2024521100001558370-24-008289
10-K2024-04-03fiscal FY 2023581170001558370-24-004674
10-Q2024-01-05fiscal Q3 2023511450001558370-24-000106
10-Q2023-11-30fiscal Q2 2023501400001558370-23-019394
10-Q2023-05-10fiscal Q1 2023501050001558370-23-009175
10-K2023-04-03fiscal FY 2022562470001558370-23-005350
10-Q2022-11-14fiscal Q3 2022511440001558370-22-017856
10-K/A2022-11-14fiscal FY 2021572480001558370-22-017839
10-Q2022-08-12fiscal Q2 2022501390001558370-22-013497
10-Q2022-05-10fiscal Q1 2022501050001558370-22-008168
10-K2022-03-16fiscal FY 2021562440001558370-22-003779
10-Q2021-11-08fiscal Q3 2021501430001558370-21-014925
10-Q2021-08-16fiscal Q2 2021471250001558370-21-011745
10-Q2021-05-06fiscal Q1 2021471020001558370-21-006201
10-K2021-03-22fiscal FY 2020542160001558370-21-003326
10-Q2020-11-09fiscal Q3 2020501390001558370-20-013362
10-Q2020-08-10fiscal Q2 2020501350001558370-20-010174
10-Q2020-06-29fiscal Q1 2020501080001558370-20-007857
10-K2020-06-09fiscal FY 2019574680001558370-20-007360
10-Q2019-11-12fiscal Q3 2019501330001558370-19-010820
10-Q2019-08-08fiscal Q2 2019501300001558370-19-007751
10-Q/A2019-05-10fiscal Q1 2019491020001558370-19-004878
10-Q2019-05-10fiscal Q1 2019491020001558370-19-004746
10-K2019-03-20fiscal FY 2018512060001558370-19-002304
10-Q2018-11-08fiscal Q3 2018451130001104659-18-067003
10-Q2018-08-09fiscal Q2 2018451120001104659-18-050974
10-Q/A2018-05-11fiscal Q1 201842870001104659-18-032309
10-Q2018-05-10fiscal Q1 201842870001104659-18-032207
10-K2018-03-16fiscal FY 2017481930001047469-18-001782
10-Q2017-11-09fiscal Q3 2017451180001104659-17-067450
10-Q2017-08-09fiscal Q2 201716380001104659-17-050695
10-Q2017-05-10fiscal Q1 201715310001213900-17-004871
10-K2017-03-06fiscal FY 201618500001213900-17-001994
10-Q2016-11-14fiscal Q3 201615390001213900-16-018479
10-Q2016-08-15fiscal Q2 201615370001213900-16-016013
10-Q2016-05-16fiscal Q1 201615320001213900-16-013442
10-K2016-03-28fiscal FY 201520410001213900-16-011905
10-Q2015-11-16fiscal Q3 201518380001213900-15-008720
10-Q2015-08-10fiscal Q2 201517310001213900-15-005882
10-Q2015-05-14fiscal Q1 201516260001213900-15-003618
10-K2015-04-13fiscal FY 201414140001213900-15-002648

Inspect the source

Entity
EXELA TECHNOLOGIES, INC. / CIK 0001620179
Captured
2026-09-21T17:21:45.597Z
SEC response SHA-256
e1fa5d1843dcd3e0d33a2fe17c998c87d16eaa99bead255443d649fcbe9cbdf2

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