Skip to content

RAYONIER ADVANCED MATERIALS INC.: filings

Every RAYONIER ADVANCED MATERIALS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-05fiscal Q2 2026461300001597672-26-000029
10-Q2026-05-06fiscal Q1 202646960001597672-26-000015
10-K2026-03-05fiscal FY 2025561460001597672-26-000010
10-Q2025-11-05fiscal Q3 2025491370001597672-25-000047
10-Q2025-08-06fiscal Q2 2025491370001597672-25-000036
10-Q2025-05-07fiscal Q1 2025491010001597672-25-000014
10-K2025-03-06fiscal FY 2024561460001597672-25-000008
10-Q2024-11-06fiscal Q3 2024471290001597672-24-000040
10-Q2024-08-07fiscal Q2 2024471270001597672-24-000034
10-Q2024-05-08fiscal Q1 202448990001597672-24-000014
10-K2024-02-29fiscal FY 2023551430001597672-24-000006
10-Q2023-11-08fiscal Q3 2023471280001597672-23-000049
10-Q2023-08-09fiscal Q2 2023461260001597672-23-000041
10-Q2023-05-10fiscal Q1 202347980001597672-23-000023
10-K2023-03-01fiscal FY 2022551430001597672-23-000013
10-Q2022-11-02fiscal Q3 2022491330001597672-22-000055
10-Q2022-08-04fiscal Q2 2022491330001597672-22-000040
10-Q2022-05-05fiscal Q1 2022491010001597672-22-000019
10-K2022-03-01fiscal FY 2021541890001597672-22-000011
10-Q2021-11-04fiscal Q3 2021491330001597672-21-000050
10-Q2021-08-05fiscal Q2 2021481310001597672-21-000035
10-Q2021-05-06fiscal Q1 2021501030001597672-21-000020
10-K2021-03-01fiscal FY 2020561930001597672-21-000009
10-Q2020-11-05fiscal Q3 2020501370001597672-20-000047
10-Q2020-08-06fiscal Q2 2020501370001597672-20-000039
10-Q2020-05-07fiscal Q1 2020501030001597672-20-000019
10-K2020-03-02fiscal FY 2019571940001597672-20-000005
10-Q2019-11-07fiscal Q3 2019511350001597672-19-000054
10-Q2019-08-07fiscal Q2 2019511350001597672-19-000040
10-Q2019-05-09fiscal Q1 2019511030001597672-19-000012
10-K2019-03-01fiscal Q4 2018531890001597672-19-000008
10-Q2018-11-08fiscal Q3 2018461220001597672-18-000050
10-Q2018-08-09fiscal Q2 2018461220001597672-18-000041
10-Q2018-05-10fiscal Q1 201845920001597672-18-000020
10-K2018-03-01fiscal Q4 2017501710001597672-18-000006
10-Q2017-11-02fiscal Q3 2017431140001597672-17-000056
10-Q2017-08-03fiscal Q2 2017431140001597672-17-000045
10-Q2017-05-03fiscal Q1 201743880001597672-17-000029
10-K2017-02-24fiscal FY 2016461630001597672-17-000013
10-Q2016-11-01fiscal Q3 2016441160001597672-16-000183
10-Q2016-08-02fiscal Q2 2016451160001597672-16-000170
10-Q2016-05-03fiscal Q1 201645920001597672-16-000146
10-K2016-02-26fiscal FY 2015471650001597672-16-000125
10-Q2015-10-29fiscal Q3 2015451160001597672-15-000090
10-Q2015-08-06fiscal Q2 2015441140001597672-15-000064
10-Q2015-05-01fiscal Q1 201544900001597672-15-000027
10-K2015-02-27fiscal FY 2014471660001597672-15-000009
10-Q2014-11-04fiscal Q3 2014451170001597672-14-000026
10-Q2014-08-05fiscal Q2 2014431120001597672-14-000011

Inspect the source

Entity
RAYONIER ADVANCED MATERIALS INC. / CIK 0001597672
Captured
2026-09-20T09:24:52.958Z
SEC response SHA-256
7edf836474b6f30f82ad1aaff4f2c4df36b6c653fd69fc6552dc21cbde7b89cf

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