Skip to content

Virtu Financial, Inc.: filings

Every Virtu Financial, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-07-31fiscal Q2 2026391160001592386-26-000028
10-Q2026-05-01fiscal Q1 202639820001592386-26-000016
10-K2026-02-20fiscal FY 2025401110001592386-26-000009
10-Q2025-10-30fiscal Q3 2025391210001592386-25-000149
10-Q2025-07-31fiscal Q2 2025391170001592386-25-000123
10-Q2025-04-29fiscal Q1 202539830001592386-25-000080
10-K2025-02-21fiscal FY 2024401100001592386-25-000055
10-Q2024-10-28fiscal Q3 2024381180001592386-24-000101
10-Q2024-07-26fiscal Q2 2024391160001592386-24-000076
10-Q2024-04-26fiscal Q1 202439820001592386-24-000049
10-K2024-02-16fiscal FY 2023411110001592386-24-000026
10-Q2023-11-02fiscal Q3 2023401210001592386-23-000075
10-Q2023-07-28fiscal Q2 2023401170001592386-23-000053
10-Q2023-04-28fiscal Q1 202341860001592386-23-000028
10-K2023-02-17fiscal FY 2022421140001592386-23-000025
10-Q2022-11-03fiscal Q3 2022411240001592386-22-000079
10-Q2022-08-02fiscal Q2 2022411200001592386-22-000073
10-Q2022-05-03fiscal Q1 202241860001592386-22-000048
10-K2022-02-18fiscal FY 2021421140001592386-22-000041
10-Q2021-11-03fiscal Q3 2021401220001592386-21-000042
10-Q2021-08-04fiscal Q2 2021401180001592386-21-000040
10-Q2021-05-07fiscal Q1 202139830001592386-21-000012
10-K2021-02-25fiscal FY 2020401090001592386-21-000005
10-Q2020-11-06fiscal Q3 2020401220001592386-20-000012
10-Q2020-08-07fiscal Q2 2020391160001592386-20-000009
10-Q2020-05-11fiscal Q1 202040840001592386-20-000006
10-K2020-02-28fiscal FY 2019441160001592386-20-000003
10-Q2019-11-08fiscal Q3 2019441280001592386-19-000017
10-Q2019-08-09fiscal Q2 2019441260001592386-19-000011
10-Q2019-05-10fiscal Q1 201944920001592386-19-000008
10-K2019-03-01fiscal FY 2018421140001592386-19-000003
10-Q2018-11-08fiscal Q3 2018401140001592386-18-000009
10-Q2018-08-06fiscal Q2 2018391120001592386-18-000006
10-Q2018-05-07fiscal Q1 201838780001592386-18-000004
10-K2018-03-13fiscal FY 2017411110001558370-18-002007
10-Q2017-11-09fiscal Q3 2017391060001558370-17-008755
10-Q2017-08-09fiscal Q2 2017361000001558370-17-006443
10-Q2017-05-10fiscal Q1 201733670001558370-17-004144
10-K2017-03-14fiscal FY 201636870001558370-17-001698
10-Q2016-11-10fiscal Q3 201631900001558370-16-009916
10-Q2016-08-12fiscal Q2 201631910001558370-16-007956
10-Q2016-05-13fiscal Q1 201630530001558370-16-005985
10-K2016-03-25fiscal FY 201533690001558370-16-004397
10-Q2015-11-13fiscal Q3 201529690001558370-15-002688
10-Q2015-08-14fiscal Q2 201529720001104659-15-060023
10-Q/A2015-06-29fiscal Q1 20159150001104659-15-048517

Inspect the source

Entity
Virtu Financial, Inc. / CIK 0001592386
Captured
2026-09-20T09:24:17.600Z
SEC response SHA-256
70505322e7c0da2f5bcb03cd27a01dd0c19cecec6cd81f2a808bb454d369c428

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