Skip to content

OUTFRONT Media Inc.: filings

Every OUTFRONT Media Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-06fiscal Q2 2026431220001579877-26-000043
10-Q2026-05-08fiscal Q1 202643900001579877-26-000021
10-K2026-02-26fiscal FY 2025481240001579877-26-000008
10-Q2025-11-07fiscal Q3 2025451280001579877-25-000121
10-Q2025-08-06fiscal Q2 2025451280001579877-25-000105
10-Q2025-05-09fiscal Q1 202544920001579877-25-000059
10-K2025-02-28fiscal FY 2024481670001579877-25-000034
10-Q2024-11-12fiscal Q3 2024451280001579877-24-000091
10-Q2024-08-07fiscal Q2 2024451280001579877-24-000086
10-Q2024-05-03fiscal Q1 202444920001579877-24-000047
10-K2024-02-22fiscal FY 2023491310001579877-24-000015
10-Q2023-11-03fiscal Q3 2023461310001579877-23-000092
10-Q2023-08-07fiscal Q2 2023461310001579877-23-000079
10-Q2023-05-08fiscal Q1 202346960001579877-23-000049
10-K2023-02-23fiscal FY 2022481280001579877-23-000025
10-Q2022-11-04fiscal Q3 2022461280001579877-22-000081
10-Q2022-08-04fiscal Q2 2022461290001579877-22-000073
10-Q2022-05-03fiscal Q1 202246970001579877-22-000042
10-K2022-02-24fiscal FY 2021491320001579877-22-000027
10-Q2021-11-05fiscal Q3 2021461290001579877-21-000092
10-Q2021-08-06fiscal Q2 2021461290001579877-21-000075
10-Q2021-05-05fiscal Q1 202146970001579877-21-000046
10-K2021-02-26fiscal FY 2020491870001579877-21-000034
10-Q2020-11-05fiscal Q3 2020471310001579877-20-000106
10-Q2020-08-06fiscal Q2 2020471310001579877-20-000095
10-Q2020-05-08fiscal Q1 2020481030001579877-20-000058
10-K2020-02-26fiscal FY 2019512020001579877-20-000038
10-Q2019-11-05fiscal Q3 2019481360001579877-19-000094
10-Q2019-08-06fiscal Q2 2019441280001579877-19-000087
10-Q2019-05-08fiscal Q1 201944950001579877-19-000053
10-K2019-02-27fiscal FY 2018421790001579877-19-000032
10-Q2018-11-06fiscal Q3 2018401200001579877-18-000127
10-Q2018-08-09fiscal Q2 2018391110001579877-18-000117
10-Q2018-05-03fiscal Q1 201838830001579877-18-000074
10-K2018-02-28fiscal FY 2017401560001579877-18-000041
10-Q2017-11-07fiscal Q3 2017391130001579877-17-000142
10-Q2017-08-04fiscal Q2 2017381090001579877-17-000122
10-Q2017-05-04fiscal Q1 201738820001579877-17-000081
10-K2017-02-23fiscal FY 2016401540001579877-17-000054
10-Q2016-11-08fiscal Q3 2016371040001579877-16-000284
10-Q2016-08-05fiscal Q2 2016371040001579877-16-000264
10-Q2016-05-06fiscal Q1 201637780001579877-16-000228
10-K2016-02-29fiscal FY 2015401530001579877-16-000199
10-Q2015-11-05fiscal Q3 2015381050001579877-15-000121
10-Q2015-08-12fiscal Q2 2015381050001579877-15-000107
10-Q2015-05-07fiscal Q1 201539810001579877-15-000079
10-K2015-03-06fiscal FY 2014401530001579877-15-000032
10-Q2014-11-07fiscal Q3 2014371080001579877-14-000152
10-Q2014-08-07fiscal Q2 2014371100001579877-14-000113
10-Q2014-05-08fiscal Q1 201437770001579877-14-000090

Inspect the source

Entity
OUTFRONT Media Inc. / CIK 0001579877
Captured
2026-09-20T09:22:27.182Z
SEC response SHA-256
0c39346f6cf7f3a4a76777bfa99c1fc82e90d76e01f36a75ce917cfbce6030c3

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