Skip to content

Enova International, Inc.: filings

Every Enova International, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-07-23fiscal Q2 2026371220001193125-26-314590
10-Q2026-04-23fiscal Q1 202636880001193125-26-174021
10-K2026-02-20fiscal FY 2025461220001193125-26-060461
10-Q2025-10-24fiscal Q3 2025371220001193125-25-249986
10-Q2025-07-25fiscal Q2 2025371220000950170-25-098791
10-Q2025-04-29fiscal Q1 202537900000950170-25-060339
10-K2025-02-18fiscal FY 2024461220000950170-25-022244
10-Q2024-10-23fiscal Q3 2024361200000950170-24-116660
10-Q2024-07-24fiscal Q2 2024361200000950170-24-086053
10-Q2024-04-24fiscal Q1 202436880000950170-24-047610
10-K2024-02-23fiscal FY 2023461220000950170-24-019385
10-Q2023-10-25fiscal Q3 2023371240000950170-23-055249
10-Q2023-07-28fiscal Q2 2023371240000950170-23-035502
10-Q2023-04-28fiscal Q1 202337890000950170-23-015853
10-K2023-02-24fiscal FY 2022461230000950170-23-004381
10-Q2022-10-28fiscal Q3 2022371230000950170-22-020469
10-Q2022-07-29fiscal Q2 2022371240000950170-22-013505
10-Q2022-05-03fiscal Q1 202237890000950170-22-007110
10-K2022-02-28fiscal FY 2021481270000950170-22-002334
10-Q2021-10-29fiscal Q3 2021381230001564590-21-052958
10-Q2021-08-02fiscal Q2 2021381240001564590-21-039791
10-Q2021-05-03fiscal Q1 202137900001564590-21-022826
10-K2021-02-26fiscal FY 2020471260001564590-21-009434
10-Q2020-10-28fiscal Q3 2020361150001564590-20-048353
10-Q2020-07-29fiscal Q2 2020361150001564590-20-034289
10-Q2020-05-05fiscal Q1 202036860001564590-20-021261
10-K2020-02-27fiscal FY 2019451660001564590-20-007473
10-Q2019-10-30fiscal Q3 2019371160001564590-19-038802
10-Q2019-07-31fiscal Q2 2019371160001564590-19-027488
10-Q2019-05-01fiscal Q1 201937840001564590-19-014818
10-K2019-02-27fiscal FY 2018401570001564590-19-004886
10-Q2018-10-31fiscal Q3 2018341130001564590-18-025852
10-Q2018-08-01fiscal Q2 2018341130001564590-18-018441
10-Q2018-05-02fiscal Q1 201831770001564590-18-010292
10-K2018-02-26fiscal FY 2017361460001564590-18-003222
10-Q2017-11-01fiscal Q3 2017301040001564590-17-020844
10-Q2017-08-02fiscal Q2 2017301040001564590-17-014942
10-Q2017-05-03fiscal Q1 201730740001564590-17-008393
10-K2017-02-24fiscal FY 2016361450001564590-17-002412
10-Q2016-11-02fiscal Q3 2016301030001564590-16-027032
10-Q2016-08-04fiscal Q2 2016301030001564590-16-022680
10-Q2016-05-06fiscal Q1 201630730001564590-16-018321
10-K2016-03-07fiscal FY 2015381490001564590-16-014129
10-Q2015-11-12fiscal Q3 2015291000001564590-15-010430
10-Q2015-08-11fiscal Q2 201528960001564590-15-006998
10-Q2015-05-08fiscal Q1 201525600001564590-15-003649
10-K/A2015-03-25fiscal FY 2014351410001564590-15-001950
10-K2015-03-20fiscal FY 2014351410001564590-15-001871
10-Q/A2014-12-15fiscal Q3 201423800001564590-14-006205

Inspect the source

Entity
Enova International, Inc. / CIK 0001529864
Captured
2026-09-20T09:15:56.082Z
SEC response SHA-256
029ff9304a46f981bc997e8eb1f41fe9afc40341e00f20d418b681fa8131e4a8

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