Skip to content

PROG Holdings, Inc.: filings

Every PROG Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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 2026371110001808834-26-000106
10-Q2026-04-29fiscal Q1 202636770001808834-26-000066
10-K2026-02-18fiscal FY 2025391070001808834-26-000012
10-Q2025-10-22fiscal Q3 2025331020001808834-25-000111
10-Q2025-07-23fiscal Q2 202533980001808834-25-000096
10-Q2025-04-23fiscal Q1 202533700001808834-25-000054
10-K2025-02-19fiscal FY 2024391090001808834-25-000009
10-Q2024-10-23fiscal Q3 202430900001808834-24-000113
10-Q2024-07-24fiscal Q2 202430860001808834-24-000096
10-Q2024-04-24fiscal Q1 202430640001808834-24-000064
10-K2024-02-21fiscal FY 202335970001808834-24-000021
10-Q2023-10-25fiscal Q3 202330900001808834-23-000106
10-Q2023-07-26fiscal Q2 202330860001808834-23-000094
10-Q2023-04-26fiscal Q1 202330640001808834-23-000056
10-K2023-02-22fiscal FY 2022381060001808834-23-000012
10-Q2022-10-26fiscal Q3 202231940001808834-22-000147
10-Q2022-07-27fiscal Q2 202232940001808834-22-000128
10-Q2022-04-27fiscal Q1 202232680001808834-22-000061
10-K2022-02-23fiscal FY 2021381050001808834-22-000016
10-Q2021-11-03fiscal Q3 2021331020001808834-21-000113
10-Q2021-07-29fiscal Q2 202132940001808834-21-000084
10-Q2021-04-29fiscal Q1 202130640001808834-21-000047
10-K2021-02-26fiscal FY 2020391370001808834-21-000012
10-Q2020-10-29fiscal Q3 202030940001808834-20-000009

Inspect the source

Entity
PROG Holdings, Inc. / CIK 0001808834
Captured
2026-09-21T17:28:21.390Z
SEC response SHA-256
6021cf99e3a22865a209b9dd0e8706b77052c23310ea6a38ad68186ae0ad1e37

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