Skip to content

TriLinc Global Impact Fund, LLC: filings

Every TriLinc Global Impact Fund, LLC annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-12fiscal Q2 202611320001437749-26-027238
10-Q2026-05-14fiscal Q1 202611220001437749-26-017091
10-K2026-03-30fiscal FY 202511220001437749-26-010358
10-Q2025-11-14fiscal Q3 202510300001437749-25-035135
10-Q2025-08-14fiscal Q2 202510300001437749-25-026841
10-Q2025-05-13fiscal Q1 202510200001437749-25-016380
10-K2025-03-28fiscal FY 202411220001437749-25-009799
10-Q2024-11-14fiscal Q3 202411320001437749-24-035226
10-Q2024-08-13fiscal Q2 202411320001437749-24-026450
10-Q2024-05-14fiscal Q1 202411220001437749-24-016496
10-K2024-03-29fiscal FY 202312240001437749-24-010102
10-Q2023-11-21fiscal Q3 202312340001437749-23-032651
10-Q2023-11-20fiscal Q2 202312340001437749-23-032500
10-Q2023-11-15fiscal Q1 202312240001437749-23-032168
10-K2023-09-29fiscal FY 202212240001437749-23-027196
10-Q2022-11-14fiscal Q3 202214420001564590-22-037596
10-Q2022-08-12fiscal Q2 202214420001564590-22-029294
10-Q2022-05-13fiscal Q1 202210200001564590-22-020084
10-K2022-03-30fiscal FY 202111220001564590-22-012512
10-Q2021-11-12fiscal Q3 202111270001564590-21-056646
10-Q2021-08-13fiscal Q2 202111270001564590-21-044276
10-Q2021-05-14fiscal Q1 202111210001564590-21-028071
10-K2021-03-31fiscal FY 202012230001564590-21-017096
10-Q2020-11-13fiscal Q3 202011270001564590-20-053889
10-Q2020-08-14fiscal Q2 202011270001564590-20-040310
10-Q2020-05-15fiscal Q1 202011210001564590-20-025855
10-K2020-03-30fiscal FY 201912310001564590-20-014219
10-Q2019-11-14fiscal Q3 201912310001564590-19-043469
10-Q2019-08-13fiscal Q2 20199230001564590-19-031846
10-Q2019-05-14fiscal Q1 20198170001564590-19-019063
10-K2019-03-29fiscal FY 20189180001564590-19-010159
10-Q2018-11-14fiscal Q3 20189230001564590-18-029537
10-Q2018-11-09fiscal Q2 20189230001564590-18-028977

21 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
TriLinc Global Impact Fund, LLC / CIK 0001550453
Captured
2026-09-20T09:18:34.672Z
SEC response SHA-256
f5f11a4801511663dc681f311a7dbeeee8d2e587e51986b852545227438e9412

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