Skip to content

Cars.com Inc.: filings

Every Cars.com Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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 2026431200001193125-26-337949
10-Q2026-05-07fiscal Q1 202643880001193125-26-211864
10-K2026-02-26fiscal FY 2025521350001193125-26-076546
10-Q2025-11-06fiscal Q3 2025431240001193125-25-269472
10-Q2025-08-07fiscal Q2 2025431200001683606-25-000005
10-Q2025-05-08fiscal Q1 202543880000950170-25-066905
10-K2025-02-27fiscal FY 2024521350000950170-25-029023
10-Q2024-11-07fiscal Q3 2024431240000950170-24-123243
10-Q2024-08-08fiscal Q2 2024431200000950170-24-093890
10-Q2024-05-09fiscal Q1 202443880000950170-24-056894
10-K2024-02-22fiscal FY 2023521350000950170-24-018824
10-Q2023-11-02fiscal Q3 2023411200000950170-23-058163
10-Q2023-08-03fiscal Q2 2023411160000950170-23-037941
10-Q2023-05-04fiscal Q1 202341840000950170-23-017831
10-K2023-02-23fiscal FY 2022511340000950170-23-004093
10-Q2022-11-03fiscal Q3 2022421220000950170-22-021841
10-Q2022-08-03fiscal Q2 2022421170000950170-22-014231
10-Q2022-05-06fiscal Q1 202242860000950170-22-008039
10-K2022-02-25fiscal FY 2021521350000950170-22-002101
10-Q2021-11-04fiscal Q3 2021411200000950170-21-003054
10-Q2021-08-05fiscal Q2 2021411160000950170-21-000931
10-Q2021-05-06fiscal Q1 202141840001564590-21-024949
10-K2021-02-25fiscal FY 2020521740001564590-21-008812
10-Q2020-11-09fiscal Q3 2020431240001564590-20-052492
10-Q2020-07-30fiscal Q2 2020431200001564590-20-034889
10-Q2020-05-06fiscal Q1 202045900001564590-20-021913
10-K2020-02-26fiscal FY 2019531750001564590-20-006776
10-Q2019-11-06fiscal Q3 2019471310001564590-19-041004
10-Q2019-08-05fiscal Q2 2019471310001564590-19-028814
10-Q2019-05-10fiscal Q1 201947960001564590-19-018530
10-K2019-02-28fiscal FY 2018491740001564590-19-005502
10-Q2018-11-07fiscal Q3 2018421130001564590-18-028002
10-Q2018-08-08fiscal Q2 2018421120001564590-18-020460
10-Q2018-05-09fiscal Q1 201837740001564590-18-012400
10-K2018-03-06fiscal FY 2017441430001564590-18-004522
10-Q2017-11-08fiscal Q3 2017411050001564590-17-022817
10-Q2017-08-09fiscal Q2 2017381010001564590-17-016955
10-Q2017-06-20fiscal Q1 201727570001564590-17-012766

Inspect the source

Entity
Cars.com Inc. / CIK 0001683606
Captured
2026-09-21T17:23:16.796Z
SEC response SHA-256
e514162af514e3575bddfbbf4dd0a870220d0554e74c7b7531fd174a379d9487

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