Skip to content

OXFORD IMMUNOTEC GLOBAL PLC: filings

Every OXFORD IMMUNOTEC GLOBAL PLC annual and quarterly report in the SEC record with the published financial measures it tagged, 27 filings, each linked to its SEC index.

Filing record ends 2020-11-03

The latest filing in this captured record is a 10-Q filed 2020-11-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. OXFORD IMMUNOTEC GLOBAL PLC 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-Q2020-11-03fiscal Q3 2020421200001437749-20-022320
10-Q2020-08-04fiscal Q2 2020421160001437749-20-016413
10-Q2020-05-05fiscal Q1 202035710001437749-20-009388
10-K2020-03-06fiscal FY 201949950001437749-20-004480
10-Q2019-11-05fiscal Q3 2019421190001437749-19-021535
10-Q2019-08-06fiscal Q2 2019411140001437749-19-015566
10-Q2019-05-09fiscal Q1 201936700001437749-19-009302
10-K2019-03-28fiscal FY 2018481190001437749-19-005832
10-Q2018-11-09fiscal Q3 201838930001437749-18-020161
10-Q2018-07-31fiscal Q2 2018421030001437749-18-014062
10-Q2018-05-01fiscal Q1 201841810001437749-18-008228
10-K2018-02-27fiscal FY 2017531370001437749-18-003397
10-Q2017-10-31fiscal Q3 2017441110001437749-17-017904
10-Q2017-08-01fiscal Q2 2017401050001437749-17-013445
10-Q2017-05-02fiscal Q1 201739800001437749-17-007710
10-K2017-03-01fiscal FY 2016521310001437749-17-003451
10-Q2016-11-01fiscal Q3 2016411070001437749-16-040711
10-Q2016-08-02fiscal Q2 2016401050001437749-16-036163
10-Q2016-05-04fiscal Q1 201640810001437749-16-030681
10-K2016-03-01fiscal FY 2015491270001437749-16-026453
10-Q2015-11-03fiscal Q3 2015401060001437749-15-019443
10-Q2015-08-04fiscal Q2 2015401050001437749-15-014658
10-Q2015-05-06fiscal Q1 201540810001437749-15-009054
10-K2015-03-05fiscal FY 2014501290001437749-15-004137
10-Q2014-11-05fiscal Q3 2014401060001437749-14-019604
10-Q2014-08-06fiscal Q2 2014391040001437749-14-014352
10-Q2014-05-07fiscal Q1 201439800001437749-14-008146

Inspect the source

Entity
OXFORD IMMUNOTEC GLOBAL PLC / CIK 0001586049
Captured
SEC response SHA-256
eafdfa999129e6cc5b66a5d055478bf80ee37cf58ff5b0429d6a160417c75447

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