Skip to content

Service Team Inc.: filings

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

Filing record ends 2020-01-24

The latest filing in this captured record is a 10-Q filed 2020-01-24. No later filing is in the SEC companyfacts record captured on 2026-09-22. Service Team 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-Q2020-01-24fiscal Q1 202034680001079973-20-000048
10-K2019-12-13fiscal FY 201933660001079973-19-000639
10-Q2019-07-12fiscal Q3 201935970001079973-19-000392
10-Q2019-04-05fiscal Q2 201930790001079973-19-000205
10-Q2019-01-14fiscal Q1 201933670001079973-19-000017
10-K2018-11-30fiscal FY 201829590001079973-18-000661
10-Q2018-07-20fiscal Q3 201833920001079973-18-000428
10-Q2018-04-11fiscal Q2 201827680001079973-18-000249
10-Q2018-01-19fiscal Q1 201831620001079973-18-000043
10-K2017-12-06fiscal FY 201728580001079973-17-000725
10-Q2017-07-14fiscal Q3 201732840001079973-17-000403
10-Q2017-04-03fiscal Q2 201731850001079973-17-000210
10-Q2017-01-12fiscal Q1 201732570001079973-17-000025
10-K/A2017-01-04fiscal FY 201632410001079973-17-000010
10-K2016-12-14fiscal FY 201633660001079973-16-001347
10-Q2016-07-20fiscal Q3 201626650001079973-16-001076
10-Q2016-04-20fiscal Q2 201626630001079973-16-000911
10-Q2016-01-19fiscal Q1 201631640001079973-16-000753
10-K2015-12-11fiscal FY 201531630001079973-15-000702
10-Q2015-07-15fiscal Q3 201529700001079973-15-000497
10-Q2015-04-14fiscal Q2 201528650001079973-15-000282
10-Q2015-01-12fiscal Q1 201529600001079973-15-000013
10-K2014-12-01fiscal FY 201427540001079973-14-000604
10-Q2014-07-14fiscal Q3 201425580001079973-14-000389
10-Q2014-04-10fiscal Q2 201429740001079973-14-000276
10-Q2014-01-27fiscal Q1 201428580001079973-14-000081
10-K2013-12-20fiscal FY 201325510001079973-13-000725
10-Q2013-07-15fiscal Q3 201321680001079973-13-000453
10-Q2013-04-15fiscal Q2 201322720001079973-13-000263
10-K/A2013-01-25fiscal FY 201224630001079973-13-000070
10-Q2013-01-16fiscal Q1 201320530001079973-13-000039
10-K2012-11-13fiscal FY 201224630001079973-12-000890
10-Q2012-07-16fiscal Q3 201221460001535635-12-000004
10-Q/A2012-05-15fiscal Q2 201220440001535635-12-000002

Inspect the source

Entity
Service Team Inc. / CIK 0001535635
Captured
SEC response SHA-256
a22acf4fa46271e14eea351c7a77b1ca7bb7d4189f52028b660233244599b1bb

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