Skip to content

TRITON INTERNATIONAL LIMITED: filings

Every TRITON INTERNATIONAL LIMITED annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

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
20-F2026-02-20fiscal FY 2025391080001660734-26-000005
20-F2025-02-28fiscal FY 2024391090001660734-25-000004
10-Q2024-11-07fiscal Q3 2024361140001660734-24-000032
10-Q2024-08-02fiscal Q3 2023361100001660734-24-000027
10-Q2024-05-08fiscal Q3 202336760001660734-24-000020
10-K2024-02-29fiscal Q1 2021391070001660734-24-000012
10-Q2023-11-09fiscal Q3 2023361140001660734-23-000123
10-Q2023-08-01fiscal Q1 2023401260001660734-23-000071
10-Q2023-05-02fiscal Q1 202340840001660734-23-000059
10-K2023-02-14fiscal Q1 2021431190001660734-23-000033
10-Q2022-11-01fiscal Q1 2022411320001660734-22-000092
10-Q2022-07-28fiscal Q1 2022381220001660734-22-000085
10-Q2022-05-03fiscal Q1 202238800001660734-22-000077
10-K2022-02-15fiscal FY 2021421160001660734-22-000038
10-Q2021-10-26fiscal Q3 2021381260001660734-21-000109
10-Q2021-07-27fiscal Q2 2021371180001660734-21-000087
10-Q2021-04-29fiscal Q3 202037780001660734-21-000063
10-K2021-02-16fiscal FY 2020401410001660734-21-000041
10-Q2020-10-23fiscal Q3 2020381230001660734-20-000079
10-Q2020-07-24fiscal Q2 2020381210001660734-20-000062
10-Q2020-04-24fiscal Q1 202038780001660734-20-000044
10-K2020-02-14fiscal FY 2019411430001660734-20-000015
10-Q2019-10-25fiscal Q3 2019391250001660734-19-000051
10-Q2019-07-25fiscal Q2 2019371130001660734-19-000033
10-Q2019-04-30fiscal Q1 201937740001660734-19-000017
10-K2019-02-19fiscal FY 2018381350001660734-19-000006
10-Q2018-11-06fiscal Q3 201831980001660734-18-000032
10-Q2018-08-07fiscal Q2 201831980001660734-18-000027
10-Q2018-05-08fiscal Q1 201829580001660734-18-000020
10-K2018-02-27fiscal FY 2017321230001660734-18-000013
10-Q2017-11-13fiscal Q3 201729920001660734-17-000052
10-Q2017-08-11fiscal Q2 201729920001660734-17-000047
10-Q2017-05-15fiscal Q1 201729610001660734-17-000029
10-K2017-04-28fiscal FY 201616170001660734-17-000016
10-K2017-03-20fiscal FY 2016331260001660734-17-000007
10-Q2016-11-15fiscal Q3 201629930001660734-16-000034
10-Q2016-08-15fiscal Q2 201622430001660734-16-000022
10-Q2016-06-23fiscal Q1 201622310001571049-16-016226

Inspect the source

Entity
TRITON INTERNATIONAL LIMITED / CIK 0001660734
Captured
2026-09-21T17:22:16.710Z
SEC response SHA-256
2080e38e6811a3b8c297f1fa5c12ff582a161324ce23b1d81db9c305e156b0a9

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