Skip to content

TSR, INC.: filings

Every TSR, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 filings, each linked to its SEC index.

Filing record ends 2024-04-15

The latest filing in this captured record is a 10-Q filed 2024-04-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. TSR, 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-Q2024-04-15fiscal Q3 2024401120001213900-24-033015
10-Q2024-01-11fiscal Q2 2023421100001213900-24-003017
10-Q2023-10-11fiscal Q1 202441820001013762-23-003252
10-K2023-08-11fiscal FY 202345910001213900-23-066312
10-Q2023-04-11fiscal Q3 2023411130001213900-23-028694
10-Q2023-01-10fiscal Q2 2022401050001213900-23-001829
10-Q2022-10-11fiscal Q1 202340820001213900-22-062991
10-K2022-08-15fiscal FY 202243880001213900-22-048182
10-Q2022-04-11fiscal Q3 2022391100001213900-22-019223
10-Q2022-01-10fiscal Q2 2022381030001213900-22-001405
10-Q2021-10-13fiscal Q1 202138770001213900-21-052655
10-K2021-08-23fiscal FY 202142830001213900-21-044375
10-Q2021-04-14fiscal Q3 2021391070001213900-21-021553
10-Q2021-01-19fiscal Q2 202134860001213900-21-002905
10-Q2020-10-13fiscal Q1 202031630001213900-20-031097
10-K/A2020-09-28fiscal FY 202036710001213900-20-028572
10-K2020-08-17fiscal FY 202036710001213900-20-022549
10-Q2020-04-13fiscal Q3 202031880001213900-20-009073
10-Q2020-01-13fiscal Q2 202031830001213900-20-000888
10-Q2019-10-15fiscal Q1 202030610001213900-19-020377
10-K2019-08-29fiscal FY 201933680001213900-19-016899
10-Q2019-04-12fiscal Q3 201929780001213900-19-006228
10-Q2019-01-11fiscal Q2 201929780001213900-19-000557
10-Q2018-10-12fiscal Q1 201928600001213900-18-013867
10-K2018-08-21fiscal FY 201833680001213900-18-011517
10-Q2018-04-12fiscal Q3 201830790001213900-18-004379
10-Q2018-01-09fiscal Q2 201829780001213900-18-000283
10-Q2017-10-11fiscal Q1 201825540001213900-17-010490
10-K2017-08-15fiscal FY 201730620001213900-17-008805
10-Q2017-04-14fiscal Q3 201730820001213900-17-003809
10-Q2017-01-10fiscal Q2 201730820001213900-17-000207
10-Q2016-10-12fiscal Q1 201730620001213900-16-017477
10-K2016-07-28fiscal FY 201630620001213900-16-015370
10-Q2016-04-07fiscal Q3 201630820001213900-16-012310
10-Q2016-01-12fiscal Q2 201630820001213900-16-010065
10-Q2015-10-09fiscal Q1 201630630001213900-15-007574
10-K2015-07-30fiscal FY 201533680001213900-15-005568
10-Q2015-04-09fiscal Q3 201530820001213900-15-002572
10-Q2015-01-09fiscal Q2 201530820001213900-15-000185
10-Q2014-10-08fiscal Q1 201530640001213900-14-007149
10-K2014-08-04fiscal FY 201434690001213900-14-005350
10-Q2014-04-10fiscal Q3 201430790001213900-14-002307
10-Q2014-01-10fiscal Q2 201430780001213900-14-000154
10-Q2013-10-08fiscal Q1 201430620001213900-13-005620
10-K2013-08-08fiscal FY 201334700001213900-13-004066
10-Q2013-04-08fiscal Q3 201331820001213900-13-001694
10-Q2013-01-09fiscal Q2 201331810001213900-13-000106
10-Q2012-10-09fiscal Q1 201331650001213900-12-005561
10-K2012-08-06fiscal FY 201233680001072613-12-000523
10-Q2012-04-10fiscal Q3 201231820001072613-12-000309
10-Q2012-01-10fiscal Q2 201231820001072613-12-000010
10-Q2011-10-05fiscal Q1 201231660001072613-11-000764

Inspect the source

Entity
TSR, INC. / CIK 0000098338
Captured
SEC response SHA-256
48f08b8f48def31919fc41cd999caeff5a88ce1c4d28e4d9b646db545fe54bc9

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