Skip to content

RED VIOLET, INC.: filings

Every RED VIOLET, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-10fiscal Q2 2026431170001193125-26-342598
10-Q2026-05-06fiscal Q1 202643870001193125-26-209274
10-K2026-03-04fiscal FY 202547950001193125-26-091708
10-Q2025-11-05fiscal Q3 2025431170001193125-25-267173
10-Q2025-08-06fiscal Q2 2025431170000950170-25-104191
10-Q2025-05-07fiscal Q1 202543880000950170-25-065854
10-K2025-02-27fiscal FY 202446920000950170-25-029184
10-Q2024-11-06fiscal Q3 2024411110000950170-24-122438
10-Q2024-08-07fiscal Q2 2024411110000950170-24-092941
10-Q2024-05-08fiscal Q1 202441830000950170-24-055855
10-K2024-03-07fiscal FY 202347940000950170-24-028115
10-Q2023-11-07fiscal Q3 2023421150000950170-23-060373
10-Q2023-08-07fiscal Q2 2023421130000950170-23-039142
10-Q2023-05-09fiscal Q1 202342850000950170-23-019818
10-K2023-03-08fiscal FY 202248960000950170-23-006736
10-Q2022-11-07fiscal Q3 2022431150000950170-22-022688
10-Q2022-08-09fiscal Q2 2022421130000950170-22-016146
10-Q2022-05-04fiscal Q1 202242850000950170-22-007433
10-K2022-03-09fiscal FY 202148940000950170-22-003240
10-Q2021-11-09fiscal Q3 2021411100000950170-21-003790
10-Q2021-08-11fiscal Q2 2021391020001564590-21-043514
10-Q2021-05-11fiscal Q1 202134680001564590-21-026601
10-K2021-03-10fiscal FY 202040780001564590-21-012098
10-Q2020-11-10fiscal Q3 202036880001564590-20-053025
10-Q2020-08-11fiscal Q2 202034860001564590-20-039351
10-Q2020-05-11fiscal Q1 202032650001564590-20-024367
10-K2020-03-12fiscal FY 201939750001564590-20-010508
10-Q2019-11-07fiscal Q3 201935860001564590-19-041816
10-Q2019-08-05fiscal Q2 201934860001564590-19-028779
10-Q2019-05-07fiscal Q1 201933670001564590-19-016592
10-K2019-03-07fiscal FY 201834670001564590-19-006615
10-Q2018-11-07fiscal Q3 201828700001564590-18-028035
10-Q2018-08-08fiscal Q2 201830730001564590-18-020212
10-Q2018-05-14fiscal Q1 201824480001564590-18-013428

Inspect the source

Entity
RED VIOLET, INC. / CIK 0001720116
Captured
2026-09-21T17:24:46.810Z
SEC response SHA-256
1c207678416e0d8377f10190bfc6754e82ba9db81e720e66d749cbe0cc373861

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