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, 32 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-30fiscal Q2 202626800001584207-26-000031
10-Q2019-11-01fiscal Q3 201923570000025598-19-000020
10-Q2019-08-02fiscal Q2 201923570000025598-19-000017
10-Q2019-05-03fiscal Q1 201923500000025598-19-000013
10-K2019-02-15fiscal FY 201828910000025598-19-000007
10-Q2018-11-05fiscal Q3 201819500000025598-18-000022
10-Q2018-08-03fiscal Q2 201818460000025598-18-000018
10-Q2018-05-03fiscal Q1 201815360000025598-18-000009
10-K2018-02-21fiscal FY 201722790000025598-18-000005
10-Q2017-11-07fiscal Q3 201716460000025598-17-000018
10-Q2017-08-04fiscal Q2 201716460000025598-17-000015
10-Q2017-05-05fiscal Q1 201715340000025598-17-000011
10-K2017-02-21fiscal FY 201621800000025598-17-000005
10-Q2016-11-08fiscal Q3 201616490000025598-16-000067
10-Q2016-08-05fiscal Q2 201616560000025598-16-000052
10-Q2016-05-06fiscal Q1 201615370000025598-16-000049
10-K2016-02-29fiscal FY 201521820000025598-16-000043
10-Q2015-11-09fiscal Q3 201515470000025598-15-000030
10-Q2015-08-06fiscal Q2 201515470000025598-15-000026
10-Q2015-05-08fiscal Q1 201514350000025598-15-000022
10-K2015-03-16fiscal FY 201420740000025598-15-000013
10-Q2014-11-14fiscal Q3 201415480000025598-14-000018
10-Q2014-08-11fiscal Q2 201413400001104659-14-059440
10-Q2014-05-15fiscal Q1 201413330001104659-14-039281
10-K2014-04-15fiscal FY 201319770001104659-14-027656
10-Q2013-11-12fiscal Q3 201311370001104659-13-083251
10-Q2013-08-07fiscal Q2 201311370001104659-13-061116
10-Q2013-05-13fiscal Q1 201311290001104659-13-040668
10-K2013-03-19fiscal FY 201214450001104659-13-021887
10-Q2012-11-09fiscal Q3 201211320001104659-12-076670
10-Q2012-08-13fiscal Q2 201211320001104659-12-057073
10-Q2012-05-08fiscal Q1 201211260001104659-12-033973

Inspect the source

Entity
OneMain Holdings, Inc. / CIK 0000025598
Captured
2026-09-21T17:16:22.046Z
SEC response SHA-256
c5856a5541fa47f4bd9c7c69e65dfee18a823d58e3721878485aab806549bb26

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