Skip to content

Revlon Consumer Products Corporation: filings

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

Filing record ends 2021-03-11

The latest filing in this captured record is a 10-K filed 2021-03-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. Revlon Consumer Products Corporation 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-K2021-03-11fiscal FY 202048970000890547-21-000003
10-Q2020-11-13fiscal Q3 2020421220000890547-20-000007
10-Q2020-08-06fiscal Q2 2020441210000890547-20-000006
10-Q2020-05-11fiscal Q1 202044910000890547-20-000004
10-K2020-03-12fiscal FY 2019501010000890547-20-000002
10-Q2019-11-08fiscal Q3 2019501440000890547-19-000011
10-Q2019-08-08fiscal Q2 2019501400000890547-19-000009
10-Q2019-05-09fiscal Q1 2019491000000890547-19-000007
10-K2019-03-29fiscal Q4 2018511040000890547-19-000003
10-Q2018-11-09fiscal Q3 2018461200000890547-18-000011
10-Q2018-08-09fiscal Q2 2018461200000890547-18-000007
10-Q2018-05-10fiscal Q1 201844900000890547-18-000005
10-K2018-03-16fiscal FY 2017481440000890547-18-000002
10-Q2017-11-03fiscal Q3 2017431100000890547-17-000013
10-Q2017-08-04fiscal Q2 2017431100000890547-17-000010
10-Q2017-05-05fiscal Q1 201743880000890547-17-000007
10-K2017-03-03fiscal FY 2016471400000890547-17-000002
10-Q2016-11-04fiscal Q3 2016441120000890547-16-000022
10-Q2016-07-29fiscal Q2 2016441120000890547-16-000019
10-Q2016-05-06fiscal Q1 201642860000890547-16-000017
10-K2016-02-26fiscal FY 2015481440000890547-16-000014
10-Q2015-11-04fiscal Q3 2015411040000890547-15-000011
10-Q2015-07-29fiscal Q2 2015411040000890547-15-000008
10-Q2015-05-07fiscal Q1 201540820000890547-15-000006
10-K2015-03-12fiscal FY 2014471430000890547-15-000004
10-Q2014-10-29fiscal Q3 2014411050000890547-14-000009
10-Q2014-07-30fiscal Q2 2014411050000890547-14-000006
10-Q2014-04-30fiscal Q1 201441850000890547-14-000004
10-K2014-03-05fiscal FY 2013461390000890547-14-000002
10-Q2013-10-24fiscal Q3 2013401020000890547-13-000007
10-Q2013-07-31fiscal Q2 2013401020000890547-13-000005
10-Q2013-04-25fiscal Q1 201340820001445305-13-000899
10-K2013-02-13fiscal FY 2012481450001193125-13-055716
10-Q2012-10-25fiscal Q3 2012391000001193125-12-434548
10-Q2012-07-31fiscal Q2 2012391000001193125-12-324442
10-Q2012-04-26fiscal Q1 201238780001193125-12-184069
10-K2012-02-16fiscal FY 2011371000001193125-12-065319
10-Q2011-10-28fiscal Q3 201138950001193125-11-286037
10-Q2011-07-28fiscal Q2 201138950000950123-11-069244

Inspect the source

Entity
Revlon Consumer Products Corporation / CIK 0000890547
Captured
SEC response SHA-256
ce6d54bd64e97b4d846fc5b36ad738c05ea54de7d45215e1914c941fd88e58e3

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