Skip to content

Revlon, Inc.: filings

Every Revlon, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2023-03-17

The latest filing in this captured record is a 10-K filed 2023-03-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. Revlon, 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-K2023-03-17fiscal FY 2022491000000887921-23-000006
10-Q2022-11-08fiscal Q3 2022431280000887921-22-000021
10-Q2022-08-09fiscal Q2 2022431240000887921-22-000014
10-Q2022-05-04fiscal Q1 202243900000887921-22-000011
10-K2022-03-03fiscal FY 2021491000000887921-22-000004
10-Q2021-11-05fiscal Q3 2021431280000887921-21-000018
10-Q2021-08-05fiscal Q2 2021431240000887921-21-000014
10-Q2021-05-10fiscal Q1 202142880000887921-21-000007
10-K2021-03-11fiscal FY 202048970000887921-21-000003
10-Q2020-11-13fiscal Q3 2020421220000887921-20-000019
10-Q2020-08-06fiscal Q2 2020441210000887921-20-000016
10-Q2020-05-11fiscal Q1 202044910000887921-20-000009
10-K2020-03-12fiscal FY 2019501010000887921-20-000006
10-Q2019-11-08fiscal Q3 2019501440000887921-19-000017
10-Q2019-08-08fiscal Q2 2019501400000887921-19-000014
10-Q2019-05-09fiscal Q1 2019501020000887921-19-000008
10-K2019-03-28fiscal Q4 2018521060000887921-19-000004
10-Q2018-11-09fiscal Q3 2018491340000887921-18-000015
10-Q2018-08-09fiscal Q2 2018491340000887921-18-000011
10-Q2018-05-10fiscal Q1 201847960000887921-18-000006
10-K2018-03-15fiscal FY 2017521730000887921-18-000003
10-Q2017-11-03fiscal Q3 2017471260000887921-17-000017
10-Q2017-08-04fiscal Q2 2017471260000887921-17-000014
10-Q2017-05-05fiscal Q1 201746940000887921-17-000009
10-K2017-03-03fiscal FY 2016511690000887921-17-000004
10-Q2016-11-04fiscal Q3 2016471260000887921-16-000032
10-Q2016-07-29fiscal Q2 2016471260000887921-16-000028
10-Q2016-05-06fiscal Q1 201646940000887921-16-000021
10-K2016-02-26fiscal FY 2015501680000887921-16-000017
10-Q2015-11-04fiscal Q3 2015451200000887921-15-000012
10-Q2015-07-29fiscal Q2 2015451200000887921-15-000009
10-Q2015-05-07fiscal Q1 201544900000887921-15-000004
10-K2015-03-12fiscal FY 2014511710000887921-15-000002
10-Q2014-10-29fiscal Q3 2014451210000887921-14-000013
10-Q2014-07-30fiscal Q2 2014441190000887921-14-000010
10-Q2014-04-30fiscal Q1 201444910000887921-14-000005
10-K2014-03-05fiscal FY 2013511710000887921-14-000003
10-Q2013-10-24fiscal Q3 2013431160000887921-13-000012
10-Q2013-07-31fiscal Q2 2013431160000887921-13-000009
10-Q2013-04-25fiscal Q1 201343880001445305-13-000897
10-K2013-02-13fiscal FY 2012511690001193125-13-055685
10-Q2012-10-25fiscal Q3 2012411100001193125-12-434534
10-Q2012-07-31fiscal Q2 2012411120001193125-12-324438
10-Q2012-04-26fiscal Q1 201241840001193125-12-184048
10-K2012-02-16fiscal FY 2011411120001193125-12-065310
10-Q2011-10-28fiscal Q3 2011411070001193125-11-286021
10-Q2011-07-28fiscal Q2 2011411090000950123-11-069239

Inspect the source

Entity
Revlon, Inc. / CIK 0000887921
Captured
SEC response SHA-256
2b3ceeb28f162b6505f6a224e45d33a07d9a86a2847936b8bd11123f96a86705

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