Skip to content

ONEMAIN HOLDINGS, INC.: filings

Every ONEMAIN HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-05-01fiscal Q1 202626600001584207-26-000020
10-K2026-02-06fiscal FY 202532900001584207-26-000008
10-Q2025-10-31fiscal Q3 202526800001584207-25-000046
10-Q2025-07-29fiscal Q2 202526800001584207-25-000038
10-Q2025-05-02fiscal Q1 202526600001584207-25-000025
10-K2025-02-07fiscal FY 202432900001584207-25-000006
10-Q2024-10-30fiscal Q3 202426800001584207-24-000028
10-Q2024-08-01fiscal Q2 202426800001584207-24-000021
10-Q2024-05-01fiscal Q1 202426600001584207-24-000014
10-K2024-02-13fiscal FY 202332920001584207-24-000005
10-Q2023-10-26fiscal Q3 202326840001584207-23-000028
10-Q2023-07-28fiscal Q2 202326840001584207-23-000023
10-Q2023-04-28fiscal Q1 202326640001584207-23-000016
10-K2023-02-10fiscal FY 202232900001584207-23-000012
10-Q2022-10-28fiscal Q3 202226800001584207-22-000028
10-Q2022-07-29fiscal Q2 202226800001584207-22-000023
10-Q2022-04-29fiscal Q1 202226600001584207-22-000014
10-K2022-02-11fiscal FY 202133930001584207-22-000005
10-Q2021-10-21fiscal Q3 202126800001584207-21-000023
10-Q2021-07-23fiscal Q2 202125760001584207-21-000017
10-Q2021-04-27fiscal Q1 202125580001584207-21-000012
10-K2021-02-09fiscal FY 2020331220001584207-21-000006
10-Q2020-10-29fiscal Q3 202026780001584207-20-000048
10-Q2020-07-30fiscal Q2 202026780001584207-20-000034
10-Q2020-04-29fiscal Q1 202026600001584207-20-000019
10-K2020-02-14fiscal FY 2019321150001584207-20-000011
10-Q2019-11-01fiscal Q3 201927730001584207-19-000032
10-Q2019-08-02fiscal Q2 201927740001584207-19-000025
10-Q2019-05-03fiscal Q1 201927570001584207-19-000016
10-K2019-02-15fiscal FY 2018321210001584207-19-000005
10-Q2018-11-05fiscal Q3 201824700001584207-18-000033
10-Q2018-08-03fiscal Q2 201824680001584207-18-000027
10-Q2018-05-03fiscal Q1 201824540001584207-18-000020
10-K2018-02-21fiscal FY 2017341300001584207-18-000009
10-Q2017-11-07fiscal Q3 201722660001584207-17-000032
10-Q2017-08-04fiscal Q2 201722660001584207-17-000026
10-Q2017-05-05fiscal Q1 201721460001584207-17-000017
10-K2017-02-21fiscal FY 2016331310001584207-17-000008
10-Q2016-11-08fiscal Q3 201622650001584207-16-000126
10-Q2016-08-05fiscal Q2 201622860001584207-16-000108
10-Q2016-05-06fiscal Q1 201621490001584207-16-000083
10-K2016-02-29fiscal FY 2015291200001584207-16-000065
10-Q2015-11-09fiscal Q3 201520650001584207-15-000046
10-Q2015-08-06fiscal Q2 201520650001584207-15-000037
10-Q2015-05-08fiscal Q1 201519450001584207-15-000026
10-K2015-03-16fiscal FY 2014251110001584207-15-000013
10-Q2014-11-14fiscal Q3 201419630001584207-14-000037
10-Q2014-08-11fiscal Q2 201418600001104659-14-059441
10-Q2014-05-15fiscal Q1 201418420001104659-14-039277
10-K2014-04-15fiscal FY 201323930001104659-14-027655
10-Q/A2013-11-22fiscal Q3 201312390001104659-13-086523

Inspect the source

Entity
ONEMAIN HOLDINGS, INC. / CIK 0001584207
Captured
2026-09-20T09:23:04.405Z
SEC response SHA-256
4c6a20a6f175c0f85a1ac541763eea99fac16e34e3d1a70b1881634b1a4f37a6

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