Skip to content

VIRTU ITG HOLDINGS LLC: filings

Every VIRTU ITG HOLDINGS LLC annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2019-03-14

The latest filing in this captured record is a 10-K filed 2019-03-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. VIRTU ITG HOLDINGS LLC may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-K2019-03-14fiscal FY 2018401760001558370-19-001996
10-Q2018-11-09fiscal Q3 201833940001558370-18-009158
10-Q2018-08-08fiscal Q2 201833940001558370-18-006689
10-Q2018-05-02fiscal Q1 201833700001558370-18-003707
10-K2018-03-01fiscal FY 2017381790001558370-18-001321
10-Q2017-11-07fiscal Q3 201733940001558370-17-008359
10-Q2017-08-07fiscal Q2 201731910001558370-17-006104
10-Q2017-05-08fiscal Q1 201728610001558370-17-003750
10-K2017-03-01fiscal FY 2016341690001558370-17-001221
10-Q2016-11-09fiscal Q3 201628850001558370-16-009761
10-Q2016-08-09fiscal Q2 201626770001104659-16-138193
10-Q2016-05-05fiscal Q1 201626550001104659-16-118076
10-K2016-02-29fiscal FY 2015331640001047469-16-010576
10-Q2015-11-09fiscal Q3 201527770001104659-15-077084
10-Q2015-08-10fiscal Q2 201527770001104659-15-058240
10-Q2015-05-11fiscal Q1 201527570001104659-15-036637
10-K2015-03-13fiscal FY 2014321520001047469-15-002139
10-Q2014-11-10fiscal Q3 201427760001104659-14-078764
10-Q2014-08-11fiscal Q2 201426750001104659-14-059214
10-Q2014-05-12fiscal Q1 201426550001104659-14-037404
10-K/A2014-04-11fiscal FY 2013321530001047469-14-003714
10-K2014-03-17fiscal FY 2013321530001047469-14-002470
10-Q2013-11-12fiscal Q3 201326750001104659-13-083242
10-Q2013-08-08fiscal Q2 201326750001104659-13-061595
10-Q2013-05-10fiscal Q1 201326550001104659-13-040053
10-K2013-03-06fiscal FY 2012321530001047469-13-002254
10-Q2012-11-09fiscal Q3 201227770001104659-12-076414
10-Q2012-08-09fiscal Q2 201226720001104659-12-056473
10-Q2012-05-09fiscal Q1 201226550001104659-12-034888
10-K2012-02-28fiscal FY 2011311500001047469-12-001731
10-Q2011-11-08fiscal Q3 201127710001104659-11-061873
10-Q2011-08-09fiscal Q2 201129760001104659-11-045198
10-Q2011-05-09fiscal Q1 201128580001104659-11-027406
10-K2011-02-28fiscal FY 201029780001047469-11-001545
10-Q2010-11-09fiscal Q3 201029750001104659-10-057114
10-Q2010-08-05fiscal Q2 201029750001104659-10-042271

Inspect the source

Entity
VIRTU ITG HOLDINGS LLC / CIK 0000920424
Captured
SEC response SHA-256
472f0d2b28d4b30f16f2595b4e51925067a22e005536c7c936bd307d638f4cb3

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