Skip to content

XPLORE TECHNOLOGIES CORP: filings

Every XPLORE TECHNOLOGIES CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 28 filings, each linked to its SEC index.

Filing record ends 2018-07-16

The latest filing in this captured record is a 10-K filed 2018-07-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. XPLORE TECHNOLOGIES CORP 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-K2018-07-16fiscal FY 2018461100001185185-18-001256
10-Q2018-02-13fiscal Q3 2018421140001185185-18-000195
10-Q2017-11-14fiscal Q2 2018421130001185185-17-002367
10-Q2017-08-09fiscal Q1 201840820001185185-17-001688
10-K2017-06-14fiscal FY 2017461100001185185-17-001390
10-Q2017-02-10fiscal Q3 2017421140001185185-17-000266
10-Q2016-11-10fiscal Q2 2017421140001185185-16-005696
10-Q2016-08-10fiscal Q1 201738780001185185-16-005152
10-K2016-06-29fiscal FY 2016461100001185185-16-004898
10-Q2016-02-11fiscal Q3 2016371210001437749-16-025178
10-Q2015-11-12fiscal Q2 2016341070001437749-15-020616
10-Q2015-08-13fiscal Q1 201632630001437749-15-015664
10-K2015-06-29fiscal FY 201538940001437749-15-013053
10-Q2015-02-12fiscal Q3 2015331100001437749-15-002522
10-Q2014-11-13fiscal Q2 2015311030001437749-14-020566
10-Q2014-08-12fiscal Q1 201530590001437749-14-015116
10-K2014-06-25fiscal FY 201435720001437749-14-011810
10-Q2014-02-12fiscal Q3 2013321070001437749-14-001943
10-Q2013-11-12fiscal Q2 2013301010001437749-13-014487
10-Q2013-08-12fiscal Q1 201329590001437749-13-010504
10-K2013-06-26fiscal FY 201233670001437749-13-008075
10-Q2013-02-11fiscal Q3 201229980001437749-13-001348
10-Q2012-11-14fiscal Q2 201229980001437749-12-011619
10-Q2012-07-25fiscal Q1 201229590001437749-12-007142
10-K2012-06-25fiscal FY 201129600001437749-12-006351
10-Q2012-02-13fiscal Q3 201126850001104659-12-009034
10-Q2011-11-14fiscal Q2 201126860001104659-11-063360
10-Q2011-08-12fiscal Q1 201129590001104659-11-046578

Inspect the source

Entity
XPLORE TECHNOLOGIES CORP / CIK 0001177845
Captured
SEC response SHA-256
97a4ae3419e009040a3e2acc7b1f746672d1fbf1917f473226ccb6bd95e0b18f

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