Skip to content

Mandiant, Inc.: filings

Every Mandiant, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2022-08-04

The latest filing in this captured record is a 10-Q filed 2022-08-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. Mandiant, Inc. 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-Q2022-08-04fiscal Q2 2022541520001370880-22-000033
10-Q2022-05-06fiscal Q1 2022541120001370880-22-000022
10-K2022-03-01fiscal FY 2021561460001370880-22-000004
10-Q2021-11-09fiscal Q3 2021541490001370880-21-000045
10-Q2021-08-09fiscal Q2 2021541490001370880-21-000033
10-Q2021-04-30fiscal Q1 2021551130001370880-21-000020
10-K2021-02-26fiscal FY 2020541370001370880-21-000010
10-Q2020-10-30fiscal Q3 2020511330001370880-20-000034
10-Q2020-07-31fiscal Q2 2020511330001370880-20-000027
10-Q2020-05-01fiscal Q1 2020501030001370880-20-000015
10-K2020-02-21fiscal FY 2019531330001370880-20-000008
10-Q2019-11-01fiscal Q3 2019511330001370880-19-000036
10-Q2019-08-02fiscal Q2 2019511320001370880-19-000029
10-Q2019-05-03fiscal Q1 2019501020001370880-19-000015
10-K2019-02-25fiscal FY 2018501300001370880-19-000006
10-Q2018-11-02fiscal Q3 2018481240001370880-18-000044
10-Q2018-08-03fiscal Q2 2018471220001370880-18-000036
10-Q2018-05-04fiscal Q1 201847960001370880-18-000020
10-K2018-03-01fiscal FY 2017481260001370880-18-000015
10-K2018-02-23fiscal FY 2017481260001370880-18-000011
10-Q2017-11-02fiscal Q3 2017451180001370880-17-000033
10-Q2017-08-03fiscal Q2 2017451180001370880-17-000026
10-Q2017-05-04fiscal Q1 201745920001370880-17-000017
10-K2017-02-24fiscal FY 2016491280001370880-17-000008
10-Q2016-11-04fiscal Q3 2016461200001370880-16-000019
10-Q2016-08-05fiscal Q2 2016461200001370880-16-000010
10-Q2016-05-06fiscal Q1 201645920001628280-16-015815
10-K2016-02-26fiscal FY 2015491290001628280-16-011848
10-Q2015-11-05fiscal Q3 2015471220001628280-15-008284
10-Q2015-07-31fiscal Q2 2015471220001628280-15-005805
10-Q2015-05-08fiscal Q1 201546940001628280-15-003964
10-K2015-03-02fiscal FY 2014481260001628280-15-001370
10-Q2014-11-05fiscal Q3 2014461200001445305-14-004779
10-Q2014-08-13fiscal Q2 2014451180001445305-14-003657
10-Q2014-05-14fiscal Q1 201445920001445305-14-002161
10-K2014-03-03fiscal FY 2013461180001445305-14-000808
10-Q2013-11-14fiscal Q3 2013411080001445305-13-003028

Inspect the source

Entity
Mandiant, Inc. / CIK 0001370880
Captured
SEC response SHA-256
7e4e686afbf36140c0bcb0cb7bb75ecc79389e238c22568a8575914f969a5f38

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