Skip to content

SHEPHERD’S FINANCE, LLC: filings

Every SHEPHERD’S FINANCE, LLC annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-10fiscal Q2 202616400001493152-26-036797
10-Q2026-05-14fiscal Q1 202614270001493152-26-023055
10-K2026-04-06fiscal FY 202517320001493152-26-015327
10-Q2025-11-14fiscal Q3 202515380001493152-25-023293
10-Q2025-08-08fiscal Q2 202516490001493152-25-011771
10-Q2025-05-15fiscal Q1 202516400001641172-25-010665
10-K2025-03-19fiscal FY 202417540001493152-25-010927
10-Q2024-11-14fiscal Q3 202416580001493152-24-045734
10-Q2024-08-13fiscal Q2 202416550001493152-24-031621
10-Q2024-05-15fiscal Q1 202417420001493152-24-019733
10-K2024-03-15fiscal FY 202319570001493152-24-010136
10-Q2023-11-08fiscal Q3 202317600001493152-23-039921
10-Q2023-08-10fiscal Q2 202317570001493152-23-027513
10-Q2023-05-11fiscal Q1 202316410001493152-23-016426
10-K2023-03-15fiscal FY 202216520001493152-23-007793
10-Q2022-11-09fiscal Q3 202216590001493152-22-031111
10-Q2022-08-15fiscal Q2 202216560001493152-22-022660
10-Q2022-05-12fiscal Q1 202216410001493152-22-012984
10-K2022-03-10fiscal FY 202116520001493152-22-006495
10-Q2021-11-12fiscal Q3 202116580001493152-21-027997
10-Q2021-08-06fiscal Q2 202116560001493152-21-018790
10-Q2021-05-10fiscal Q1 202116410001493152-21-010886
10-K2021-03-11fiscal FY 202016520001493152-21-005824
10-Q2020-11-05fiscal Q3 202017590001493152-20-020577
10-Q2020-08-06fiscal Q2 202016560001493152-20-014900
10-Q2020-05-11fiscal Q1 202015390001493152-20-008282
10-K2020-03-13fiscal FY 201914510001493152-20-003847
10-Q2019-11-07fiscal Q3 201914530001493152-19-016640
10-Q2019-08-14fiscal Q2 201914480001493152-19-012462
10-Q2019-05-09fiscal Q1 201914380001493152-19-006650
10-K2019-03-25fiscal FY 201814530001493152-19-003875
10-Q2018-11-08fiscal Q3 201814530001493152-18-015491
10-Q2018-08-09fiscal Q2 201814500001493152-18-011247
10-Q2018-05-10fiscal Q1 201811300001493152-18-006574
10-K2018-03-23fiscal FY 201710370001493152-18-003818
10-Q2017-11-02fiscal Q3 201710390001493152-17-012325
10-Q2017-08-03fiscal Q2 20179360001493152-17-008441
10-Q2017-04-27fiscal Q1 20179250001493152-17-004460
10-Q2015-11-05fiscal Q3 20158280001575872-15-000159
10-Q2015-07-30fiscal Q2 20158280001575872-15-000070
10-Q2015-05-05fiscal Q1 20158210001019687-15-001761
10-K2013-03-08fiscal FY 201210380001019687-13-000777
10-Q2012-11-13fiscal Q3 20129260001019687-12-003966

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

Inspect the source

Entity
SHEPHERD’S FINANCE, LLC / CIK 0001544190
Captured
2026-09-21T17:18:23.040Z
SEC response SHA-256
3ade684c75dfa06c593ecb8069b2806c2d0e4281b316f0dc5f0061f2596ae0a2

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