Skip to content

TrueCar, Inc.: filings

Every TrueCar, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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-Q2025-11-06fiscal Q3 2025361040001327318-25-000065
10-Q2025-08-07fiscal Q2 2025361000001327318-25-000036
10-Q2025-05-06fiscal Q1 202535740001327318-25-000016
10-K/A2025-02-21fiscal FY 2024471210001327318-25-000010
10-K2025-02-20fiscal FY 2024471210001327318-25-000006
10-Q2024-11-07fiscal Q3 2024361040001327318-24-000046
10-Q2024-08-06fiscal Q2 2024361000001327318-24-000032
10-Q2024-05-06fiscal Q1 202435740001327318-24-000016
10-K2024-02-22fiscal FY 2023451150001327318-24-000006
10-Q2023-11-07fiscal Q3 2023361040001327318-23-000043
10-Q2023-08-04fiscal Q2 2023361000001327318-23-000029
10-Q2023-05-10fiscal Q1 202336790001327318-23-000018
10-K2023-02-24fiscal FY 2022451140001327318-23-000006
10-Q2022-11-09fiscal Q3 2022371070001327318-22-000030
10-Q2022-08-09fiscal Q2 202235940001327318-22-000023
10-Q2022-05-10fiscal Q1 202239820001327318-22-000017
10-K2022-02-24fiscal FY 2021441110001327318-22-000005
10-Q2021-11-05fiscal Q3 2021371060001327318-21-000053
10-Q2021-08-06fiscal Q2 2021371020001327318-21-000046
10-Q2021-05-06fiscal Q1 202135740001327318-21-000030
10-K2021-03-05fiscal FY 2020461170001327318-21-000019
10-Q2020-11-06fiscal Q3 2020361020001327318-20-000061
10-Q2020-08-07fiscal Q2 202033880001327318-20-000042
10-Q2020-05-11fiscal Q1 202033700001327318-20-000026
10-K2020-02-28fiscal FY 2019451200001327318-20-000009
10-Q2019-11-07fiscal Q3 2019361050001327318-19-000045
10-Q2019-08-09fiscal Q2 201933930001327318-19-000040
10-Q2019-05-10fiscal Q1 201933740001327318-19-000018
10-K2019-03-01fiscal FY 2018381010001327318-19-000009
10-Q2018-11-08fiscal Q3 201831820001327318-18-000045
10-Q2018-08-09fiscal Q2 201830780001327318-18-000037
10-Q2018-05-09fiscal Q1 201829640001327318-18-000026
10-K2018-03-01fiscal FY 201736920001327318-18-000019
10-Q2017-11-09fiscal Q3 201730740001327318-17-000031
10-Q2017-08-09fiscal Q2 201730740001327318-17-000026
10-Q2017-05-10fiscal Q1 201729600001327318-17-000020
10-K2017-03-01fiscal FY 201635890001327318-17-000009
10-Q2016-11-09fiscal Q3 201630760001327318-16-000060
10-Q2016-08-09fiscal Q2 201630760001327318-16-000053
10-Q2016-05-10fiscal Q1 201630620001327318-16-000040
10-K2016-03-10fiscal FY 201536920001327318-16-000026
10-Q2015-11-12fiscal Q3 201532820001327318-15-000011
10-Q2015-08-12fiscal Q2 201532820001327318-15-000007
10-Q2015-05-13fiscal Q1 201532650001558370-15-000900
10-K2015-03-12fiscal FY 201436910001558370-15-000322
10-Q2014-11-14fiscal Q3 201433840001558370-14-000404
10-Q2014-08-14fiscal Q2 201433840001558370-14-000139

Inspect the source

Entity
TrueCar, Inc. / CIK 0001327318
Captured
2026-09-21T17:18:32.224Z
SEC response SHA-256
618d8e71682b52a1829c740a235ff234e35f316c21dd05d7013885c1a1d65e2d

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