Skip to content

TRI-STATE GENERATION AND TRANSMISSION ASSOCIATION, INC.: filings

Every TRI-STATE GENERATION AND TRANSMISSION ASSOCIATION, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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
10-Q2026-08-07fiscal Q2 202632850001637880-26-000035
10-Q2026-05-08fiscal Q1 202632650001637880-26-000025
10-K2026-03-06fiscal FY 202536930001637880-26-000012
10-Q2025-11-07fiscal Q3 202533880001637880-25-000057
10-Q2025-08-08fiscal Q2 202533870001637880-25-000038
10-Q2025-05-09fiscal Q1 202533670001637880-25-000019
10-K2025-03-19fiscal FY 202435870001637880-25-000010
10-Q2024-11-08fiscal Q3 202431830001637880-24-000068
10-Q2024-08-08fiscal Q2 202431830001637880-24-000044
10-Q2024-05-09fiscal Q1 202431630001637880-24-000037
10-K2024-03-15fiscal FY 202334850001637880-24-000019
10-Q2023-11-09fiscal Q3 202331830001637880-23-000042
10-Q2023-08-10fiscal Q2 202331830001637880-23-000027
10-Q2023-05-08fiscal Q1 202331630001637880-23-000014
10-K2023-03-10fiscal FY 202234850001637880-23-000006
10-Q2022-11-14fiscal Q3 202231830001637880-22-000040
10-Q2022-08-12fiscal Q2 202234910001637880-22-000037
10-Q2022-05-09fiscal Q1 202234710001637880-22-000018
10-K2022-03-09fiscal FY 202138970001637880-22-000006
10-Q2021-11-10fiscal Q3 202134910001637880-21-000020
10-Q2021-08-09fiscal Q2 202134910001637880-21-000013
10-Q2021-05-07fiscal Q1 202134710001637880-21-000009
10-K2021-03-05fiscal FY 2020371180001628280-21-004006
10-Q2020-11-12fiscal Q3 202034900001558370-20-013635
10-Q2020-08-12fiscal Q2 202034890001558370-20-010384
10-Q2020-05-14fiscal Q1 202034700001558370-20-006561
10-K2020-03-12fiscal FY 2019361110001558370-20-002516
10-Q2019-11-13fiscal Q3 201934860001558370-19-010902
10-Q2019-08-09fiscal Q2 201934860001558370-19-007852
10-Q2019-05-10fiscal Q1 201934690001558370-19-004784
10-K2019-03-08fiscal FY 2018331070001558370-19-001696
10-Q2018-11-09fiscal Q3 201832850001558370-18-009128
10-Q2018-08-10fiscal Q2 201832850001558370-18-006938
10-Q2018-05-04fiscal Q1 201832670001558370-18-003971
10-K2018-03-09fiscal FY 2017321040001558370-18-001771
10-Q2017-11-08fiscal Q3 201731800001558370-17-008491
10-Q2017-08-14fiscal Q2 201730790001558370-17-006627
10-Q2017-05-05fiscal Q1 201727570001558370-17-003620
10-K2017-03-10fiscal FY 201628930001558370-17-001593
10-Q2016-11-04fiscal Q3 201628740001558370-16-009296
10-Q2016-08-09fiscal Q2 201628770001558370-16-007729
10-Q2016-05-12fiscal Q1 201628590001558370-16-005898
10-K2016-03-14fiscal FY 201528950001558370-16-004089
10-Q2015-11-12fiscal Q3 201525710001558370-15-002600
10-Q2015-08-21fiscal Q2 201525710001558370-15-001681

Inspect the source

Entity
TRI-STATE GENERATION AND TRANSMISSION ASSOCIATION, INC. / CIK 0001637880
Captured
2026-09-21T17:22:18.282Z
SEC response SHA-256
b64b2d6a08166a5f185ae8942a33db82c20d9e91f90c924dfc233b846105c09c

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