Skip to content

Voya Financial, Inc.: filings

Every Voya Financial, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-08-06fiscal Q2 202629900001535929-26-000157
10-Q2026-05-07fiscal Q1 202629620001535929-26-000083
10-K2026-02-20fiscal FY 2025371040001535929-26-000043
10-Q2025-11-06fiscal Q3 202529900001535929-25-000115
10-Q2025-08-07fiscal Q2 202529900001535929-25-000071
10-Q2025-05-08fiscal Q1 202529620001535929-25-000040
10-K2025-02-21fiscal FY 2024361010001535929-25-000017
10-Q2024-11-06fiscal Q3 202429900001535929-24-000103
10-Q2024-08-01fiscal Q2 202429900001535929-24-000083
10-Q2024-05-06fiscal Q1 202429620001535929-24-000050
10-K2024-02-23fiscal FY 2023361010001535929-24-000035
10-Q2023-11-02fiscal Q3 202330940001535929-23-000081
10-Q2023-08-03fiscal Q2 202330910001535929-23-000066
10-Q2023-05-04fiscal Q1 202329610001535929-23-000035
10-K2023-02-24fiscal FY 2022371040001535929-23-000019
10-Q2022-11-03fiscal Q3 202229910001535929-22-000108
10-Q2022-08-04fiscal Q2 202225810001535929-22-000080
10-Q2022-05-05fiscal Q1 202226550001535929-22-000037
10-K2022-02-22fiscal FY 2021371030001535929-22-000018
10-Q2021-11-04fiscal Q3 202126840001535929-21-000096
10-Q2021-08-06fiscal Q2 202125800001535929-21-000079
10-Q2021-05-10fiscal Q1 202125540001535929-21-000052
10-K2021-03-01fiscal FY 2020361920001535929-21-000025
10-Q2020-11-05fiscal Q3 202025800001535929-20-000075
10-Q2020-08-06fiscal Q2 202025800001535929-20-000048
10-Q2020-05-06fiscal Q1 202025540001535929-20-000022
10-K2020-02-21fiscal FY 2019361460001535929-20-000012
10-Q2019-11-06fiscal Q3 201926820001535929-19-000078
10-Q2019-08-09fiscal Q2 201926830001535929-19-000064
10-Q2019-05-08fiscal Q1 201926550001535929-19-000036
10-K2019-02-22fiscal FY 2018321290001535929-19-000018
10-Q2018-11-01fiscal Q3 201825780001535929-18-000050
10-Q2018-08-06fiscal Q2 201825780001535929-18-000037
10-Q2018-05-02fiscal Q1 201825540001535929-18-000019
10-K2018-02-23fiscal FY 2017341350001535929-18-000006
10-Q2017-11-01fiscal Q3 201725770001535929-17-000031
10-Q2017-08-02fiscal Q2 201725770001535929-17-000024
10-Q2017-05-03fiscal Q1 201726580001535929-17-000012
10-K2017-02-23fiscal FY 2016361270001535929-17-000007
10-Q2016-11-02fiscal Q3 201626820001535929-16-000091
10-Q2016-08-04fiscal Q2 201625800001535929-16-000082
10-Q2016-05-05fiscal Q1 201624540001535929-16-000066
10-K2016-02-25fiscal FY 2015351260001535929-16-000059
10-Q2015-11-06fiscal Q3 201525840001535929-15-000045
10-Q2015-08-07fiscal Q2 201525840001535929-15-000030
10-Q2015-05-08fiscal Q1 201525570001535929-15-000012
10-K2015-02-27fiscal FY 2014321170001193125-15-069733
10-Q2014-11-05fiscal Q3 201426870001535929-14-000036
10-Q2014-08-07fiscal Q2 201426870001535929-14-000026
10-Q2014-05-12fiscal Q1 201425570001535929-14-000011
10-K2014-03-10fiscal FY 2013321150001193125-14-091656
10-Q2013-11-08fiscal Q3 201326900001535929-13-000035
10-Q2013-08-09fiscal Q2 201322740001535929-13-000024
10-Q/A2013-06-20fiscal Q1 201320450001535929-13-000018

Inspect the source

Entity
Voya Financial, Inc. / CIK 0001535929
Captured
2026-09-20T09:16:57.908Z
SEC response SHA-256
2c11bd9a348a3c7da321a8912ee4a56df2252520e0e2ce50e46713b294e48475

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