Skip to content

VERRA MOBILITY CORPORATION: filings

Every VERRA MOBILITY CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 39 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-05fiscal Q2 2026531460001193125-26-335490
10-Q2026-05-06fiscal Q1 2026531100001193125-26-209227
10-K2026-02-24fiscal FY 2025601560001193125-26-067293
10-Q2025-10-29fiscal Q3 2025541520001193125-25-256492
10-Q2025-08-06fiscal Q2 2025541480000950170-25-104192
10-Q2025-05-07fiscal Q1 2025531100000950170-25-065808
10-K2025-02-27fiscal FY 2024601560000950170-25-029180
10-Q2024-10-31fiscal Q3 2024551610000950170-24-119627
10-Q2024-08-08fiscal Q2 2024541520000950170-24-094172
10-Q2024-05-02fiscal Q1 2024531100000950170-24-052307
10-K2024-02-29fiscal FY 2023601560000950170-24-023271
10-Q2023-11-09fiscal Q3 2023541560000950170-23-062105
10-Q2023-08-09fiscal Q2 2023541500000950170-23-040671
10-Q2023-05-04fiscal Q1 2023531080000950170-23-017970
10-K2023-03-01fiscal FY 2022611540000950170-23-005603
10-Q2022-11-02fiscal Q3 2022541550000950170-22-021309
10-Q2022-08-03fiscal Q2 2022541510000950170-22-014321
10-Q2022-05-09fiscal Q1 2022521070000950170-22-008564
10-K2022-04-22fiscal FY 2021601500000950170-22-005974
10-Q2021-11-04fiscal Q3 2021511460000950170-21-003117
10-Q2021-08-09fiscal Q2 2021501410001564590-21-042699
10-Q2021-05-17fiscal Q1 2021491010001564590-21-028122
10-K/A2021-05-17fiscal FY 2020562190001564590-21-028121
10-K2021-03-01fiscal FY 2020561680001564590-21-009903
10-Q2020-11-05fiscal Q3 2020491430001564590-20-051299
10-Q2020-08-06fiscal Q2 2020491390001564590-20-037725
10-Q2020-05-11fiscal Q1 202048990001564590-20-024171
10-K2020-03-02fiscal FY 2019561910001564590-20-008153
10-Q2019-11-05fiscal Q3 2019471380001564590-19-040032
10-Q2019-08-06fiscal Q2 2019461320001564590-19-029382
10-Q2019-05-07fiscal Q1 201946950001564590-19-016054
10-K2019-03-18fiscal FY 2018531270001564590-19-008329
10-Q2018-11-08fiscal Q3 201817400001564590-18-028662
10-Q2018-08-10fiscal Q2 201816370001558370-18-006967
10-Q2018-05-07fiscal Q1 201816320001558370-18-004065
10-K2018-03-14fiscal FY 201717310001558370-18-002065
10-Q2017-11-06fiscal Q3 201718370001558370-17-008238
10-Q2017-08-04fiscal Q2 201714240001558370-17-005999
10-Q2017-05-09fiscal Q1 201711190001558370-17-003839

Inspect the source

Entity
VERRA MOBILITY CORPORATION / CIK 0001682745
Captured
2026-09-21T17:25:05.002Z
SEC response SHA-256
b93f1a8aa1769f6ccef00ad98ad32dd004cb92e2b2904f7dbf5accdc489a8042

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