Skip to content

Immucor Inc: filings

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

Filing record ends 2017-04-11

The latest filing in this captured record is a 10-Q filed 2017-04-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. Immucor 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-Q2017-04-11fiscal Q3 2017451230001437749-17-006395
10-Q2017-01-17fiscal Q2 2017451230001437749-17-000715
10-Q2016-10-17fiscal Q1 201745950001437749-16-039871
10-K2016-08-22fiscal FY 2016471500001437749-16-037939
10-Q2016-04-11fiscal Q3 2016461270001437749-16-029338
10-Q2016-01-13fiscal Q2 2016451210001437749-16-023578
10-Q2015-10-13fiscal Q1 201648990001437749-15-018313
10-K2015-08-21fiscal FY 2015491530001437749-15-016270
10-Q2015-04-10fiscal Q3 2015481270001437749-15-007173
10-Q2015-01-13fiscal Q2 2015481430001437749-15-000631
10-Q2014-10-10fiscal Q1 201548980001437749-14-018233
10-K2014-08-26fiscal FY 2014491520001437749-14-016174
10-Q2014-04-14fiscal Q3 2014461230001437749-14-006553
10-Q2014-01-13fiscal Q2 201438890001437749-14-000546
10-Q2013-10-15fiscal Q1 201446950001437749-13-013064
10-K2013-08-26fiscal FY 2013471480001437749-13-011300
10-Q2013-04-12fiscal Q3 2013481480001437749-13-004351
10-Q2013-01-14fiscal Q2 2013481470001437749-13-000405
10-Q2012-10-10fiscal Q1 2013451110001437749-12-010190
10-K2012-07-27fiscal FY 2012481650001437749-12-007249
10-Q2012-04-11fiscal Q3 2012411270001437749-12-003637
10-Q2012-01-13fiscal Q2 2012411270001437749-12-000527
10-K2011-07-20fiscal FY 2011421090001437749-11-004949
10-Q2011-04-07fiscal Q3 2011411080001437749-11-002165
10-Q2011-01-07fiscal Q2 2011411080001437749-11-000131
10-Q2010-10-07fiscal Q1 201141840001437749-10-003294

Inspect the source

Entity
Immucor Inc / CIK 0000736822
Captured
SEC response SHA-256
4534d219a40134e74a05f799750a36382f83cb870d045fb265cb554b5a0347a3

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