Skip to content

VIRTUSA CORPORATION: filings

Every VIRTUSA CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 39 filings, each linked to its SEC index.

Filing record ends 2021-02-09

The latest filing in this captured record is a 10-Q filed 2021-02-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. VIRTUSA CORPORATION 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-Q2021-02-09fiscal Q3 2021511490001558370-21-000815
10-Q2020-11-03fiscal Q2 2021511450001558370-20-012420
10-Q2020-07-31fiscal Q1 2021501050001558370-20-008912
10-K2020-05-28fiscal FY 2020612570001558370-20-007083
10-Q2020-02-07fiscal Q3 2020531500001558370-20-000592
10-Q2019-11-08fiscal Q2 2020531470001558370-19-010447
10-Q2019-08-09fiscal Q1 2020511030001558370-19-007764
10-K2019-05-24fiscal FY 2019572520001558370-19-005297
10-Q2019-02-08fiscal Q3 2019491430001558370-19-000477
10-Q2018-11-09fiscal Q2 2019491380001104659-18-067047
10-Q2018-08-09fiscal Q1 2019491000001104659-18-050813
10-K2018-05-25fiscal FY 2018542430001047469-18-004068
10-Q2018-02-08fiscal Q3 2018461290001104659-18-007521
10-Q2017-11-08fiscal Q2 2018451270001104659-17-066874
10-Q2017-08-08fiscal Q1 201845910001104659-17-050133
10-K2017-05-26fiscal FY 2017472160001047469-17-003676
10-Q2017-02-09fiscal Q3 2017391090001104659-17-007656
10-Q2016-11-09fiscal Q2 2017381080001104659-16-155898
10-Q2016-08-09fiscal Q1 201738780001104659-16-138179
10-K2016-05-27fiscal FY 2016462040001047469-16-013504
10-Q2016-02-08fiscal Q3 2016361020001104659-16-094593
10-Q2015-11-05fiscal Q2 2016361020001104659-15-076174
10-Q2015-07-30fiscal Q1 201636740001104659-15-054770
10-K2015-05-20fiscal FY 2015441920001047469-15-004926
10-Q2015-02-05fiscal Q3 2015361030001104659-15-006912
10-Q2014-10-31fiscal Q2 2015361030001104659-14-075477
10-Q2014-08-06fiscal Q1 201536750001104659-14-057029
10-K2014-05-23fiscal FY 2013431900001047469-14-005156
10-Q2014-01-31fiscal Q3 2013371050001104659-14-005599
10-Q2013-11-06fiscal Q2 2013371040001104659-13-081256
10-Q2013-08-02fiscal Q1 201337770001104659-13-059231
10-K2013-05-29fiscal FY 2012421880001047469-13-006546
10-Q2013-01-31fiscal Q3 2012371030001104659-13-006366
10-Q2012-11-02fiscal Q2 2012371030001104659-12-073315
10-Q2012-07-31fiscal Q1 201237750001104659-12-052504
10-K2012-05-25fiscal FY 201133870001047469-12-006322
10-Q2012-02-03fiscal Q3 201135950001104659-12-006450
10-Q2011-11-04fiscal Q2 201134940001104659-11-061090
10-Q2011-08-03fiscal Q1 201136740001104659-11-043186

Inspect the source

Entity
VIRTUSA CORPORATION / CIK 0001207074
Captured
SEC response SHA-256
1826c5a5c4addee70404307f835b4333417935581735475abaff36131a6ad219

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