Skip to content

QUOTIENT LIMITED: filings

Every QUOTIENT LIMITED 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 2023-02-09

The latest filing in this captured record is a 10-Q filed 2023-02-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. QUOTIENT LIMITED 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-Q2023-02-09fiscal Q3 2023461330000950170-23-002382
10-Q2022-11-14fiscal Q2 2023471350000950170-22-024744
10-Q2022-08-09fiscal Q1 202346950000950170-22-016119
10-K2022-06-28fiscal FY 2022511030000950170-22-012280
10-Q2022-02-08fiscal Q3 2022421170000950170-22-000898
10-Q2021-11-16fiscal Q2 2022461350001564590-21-057096
10-Q/A2021-11-15fiscal Q1 202242860001564590-21-057079
10-K/A2021-11-15fiscal FY 2021512810001564590-21-057077
10-Q2021-08-05fiscal Q1 202242870001564590-21-041577
10-K2021-06-03fiscal FY 2021511310001564590-21-031561
10-Q2021-02-04fiscal Q3 2021491340001564590-21-004320
10-Q2020-11-06fiscal Q2 2021491340001564590-20-051980
10-Q2020-08-06fiscal Q1 202148990001564590-20-037779
10-K2020-06-12fiscal FY 2020501270001564590-20-029174
10-Q2020-02-04fiscal Q3 2020471280001564590-20-003255
10-Q2019-11-04fiscal Q2 2020471280001564590-19-039525
10-Q2019-08-06fiscal Q1 202047940001564590-19-029342
10-K2019-05-29fiscal FY 2019461200001564590-19-020748
10-Q2019-02-05fiscal Q3 2019441220001564590-19-001986
10-Q2018-11-06fiscal Q2 2019441180001564590-18-027398
10-Q2018-08-07fiscal Q1 201944860001564590-18-019912
10-K2018-05-30fiscal FY 2018401000001564590-18-014671
10-Q2018-02-06fiscal Q3 2017361040001564590-18-001405
10-Q2017-10-31fiscal Q2 2017371060001564590-17-020522
10-Q2017-08-08fiscal Q1 201737750001564590-17-016536
10-K2017-05-25fiscal FY 2017381000001564590-17-011695
10-Q2017-02-07fiscal Q3 2017371060001564590-17-001085
10-Q2016-11-01fiscal Q2 2017371060001564590-16-026743
10-Q2016-08-09fiscal Q1 201737750001564590-16-023656
10-K2016-05-31fiscal FY 201637980001564590-16-020106
10-Q2016-02-10fiscal Q3 2016361010001564590-16-012602
10-Q2015-11-04fiscal Q2 2016361020001564590-15-009411
10-Q2015-08-05fiscal Q1 201637760001564590-15-006244
10-K2015-06-01fiscal FY 201538990001564590-15-004794
10-Q2015-02-11fiscal Q3 2015381060001564590-15-000617
10-Q2014-11-13fiscal Q2 2015371040001564590-14-005666
10-Q2014-08-06fiscal Q1 201541840001193125-14-298308

Inspect the source

Entity
QUOTIENT LIMITED / CIK 0001596946
Captured
SEC response SHA-256
a91e14366b55f280c3bd08c7d5fa3b70ea621d0aef5403d7524bc41d39a1ea7d

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