Skip to content

RESOLUTE FOREST PRODUCTS INC.: filings

Every RESOLUTE FOREST PRODUCTS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2022-11-03

The latest filing in this captured record is a 10-Q filed 2022-11-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. RESOLUTE FOREST PRODUCTS INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2022-11-03fiscal Q3 2022451250001393066-22-000055
10-Q2022-08-04fiscal Q2 2022451250001393066-22-000046
10-Q2022-05-10fiscal Q1 202244930001393066-22-000034
10-K2022-03-01fiscal FY 2021511340001393066-22-000021
10-Q2021-11-09fiscal Q3 2021441230001393066-21-000034
10-Q2021-08-09fiscal Q2 2021441230001393066-21-000023
10-Q2021-05-10fiscal Q1 202144930001393066-21-000012
10-K2021-03-01fiscal FY 2020511730001393066-21-000006
10-Q2020-11-09fiscal Q3 2020451310001393066-20-000014
10-Q2020-08-10fiscal Q2 2020451310001393066-20-000008
10-Q2020-05-11fiscal Q1 202043920001393066-20-000006
10-K2020-03-02fiscal FY 2019501740001393066-20-000002
10-Q2019-11-12fiscal Q3 2019451260001393066-19-000008
10-Q2019-08-09fiscal Q2 2019451260001393066-19-000006
10-Q2019-05-10fiscal Q1 201944940001393066-19-000004
10-K2019-03-01fiscal FY 2018461620001393066-19-000002
10-Q2018-11-09fiscal Q3 2018421170001393066-18-000010
10-Q2018-08-09fiscal Q2 2018421170001393066-18-000008
10-Q2018-05-10fiscal Q1 201841870001393066-18-000006
10-K2018-03-01fiscal FY 2017471550001393066-18-000003
10-Q2017-11-09fiscal Q3 2017411140001393066-17-000009
10-Q2017-08-09fiscal Q2 2017411140001393066-17-000007
10-Q2017-05-10fiscal Q1 201741860001393066-17-000005
10-K2017-03-01fiscal FY 2016471550001393066-17-000002
10-Q2016-11-09fiscal Q3 2016421150001393066-16-000026
10-Q2016-08-09fiscal Q2 2016421160001393066-16-000023
10-Q2016-05-10fiscal Q1 201641860001393066-16-000020
10-K2016-02-29fiscal FY 2015481580001393066-16-000017
10-Q2015-11-09fiscal Q3 2015421150001393066-15-000013
10-Q2015-08-10fiscal Q2 2015411140001393066-15-000009
10-Q2015-05-11fiscal Q1 201540840001393066-15-000006
10-K2015-03-02fiscal FY 2014451520001393066-15-000003
10-Q2014-11-10fiscal Q3 2014391100001393066-14-000013
10-Q2014-08-11fiscal Q2 2014391100001393066-14-000010
10-Q2014-05-12fiscal Q1 201439820001393066-14-000007
10-K2014-03-03fiscal FY 2013441500001393066-14-000003
10-Q2013-11-12fiscal Q3 2013391100001445305-13-002978
10-Q2013-08-09fiscal Q2 2013391150001193125-13-329359
10-Q2013-05-10fiscal Q1 201338790001193125-13-214422
10-Q2012-11-09fiscal Q3 2012371040001193125-12-463641
10-Q2012-08-09fiscal Q2 2012371040001193125-12-347895
10-Q2012-05-10fiscal Q1 201236720001193125-12-225853

2 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
RESOLUTE FOREST PRODUCTS INC. / CIK 0001393066
Captured
SEC response SHA-256
cb6484eaf36716797fc0ba40954b492a0282c1877d0c36e9f5797f6cadf4d918

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