Skip to content

Sixth Street Lending Partners: filings

Every Sixth Street Lending Partners annual and quarterly report in the SEC record with the published financial measures it tagged, 16 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-05fiscal Q2 202616470001193125-26-335004
10-Q2026-05-06fiscal Q1 202616350001193125-26-208894
10-K2026-02-13fiscal FY 202519730001193125-26-051289
10-Q2025-11-05fiscal Q3 202517500001193125-25-266848
10-Q2025-08-01fiscal Q2 202517490000950170-25-101397
10-Q2025-05-02fiscal Q1 202517360000950170-25-062722
10-K2025-02-14fiscal FY 202421770000950170-25-021144
10-Q2024-11-06fiscal Q3 202421660000950170-24-122238
10-Q2024-08-02fiscal Q2 202422690000950170-24-089930
10-Q2024-05-03fiscal Q1 202421450000950170-24-052859
10-K2024-02-16fiscal FY 202322540000950170-24-016336
10-Q2023-11-03fiscal Q3 202321620000950170-23-058792
10-Q2023-08-04fiscal Q2 202321380000950170-23-038548
10-Q2023-05-12fiscal Q1 202319260000950170-23-021762
10-K2023-02-17fiscal FY 202221220000950170-23-003209
10-Q2022-11-10fiscal Q3 202217240000950170-22-024459

Inspect the source

Entity
Sixth Street Lending Partners / CIK 0001925309
Captured
2026-09-21T17:24:15.453Z
SEC response SHA-256
ba2154f83901b53c7ab1902c5cd98f0cc804d612af18c0ba220d9fa7c166ab46

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