Skip to content

STORE CAPITAL LLC: filings

Every STORE CAPITAL LLC annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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 202621610001193125-26-340524
10-Q2026-05-01fiscal Q1 202621450001193125-26-201697
10-K2026-03-06fiscal FY 202529860001193125-26-094474
10-Q2025-11-07fiscal Q3 202521610001193125-25-272219
10-Q2025-08-08fiscal Q2 202521610000950170-25-106003
10-Q2025-05-02fiscal Q1 202521450000950170-25-062414
10-K2025-03-05fiscal FY 202430950000950170-25-033855
10-Q2024-11-01fiscal Q3 202427820000950170-24-119948
10-Q2024-08-02fiscal Q2 202428890000950170-24-089754
10-Q2024-05-06fiscal Q1 202428690000950170-24-053129
10-K2024-03-15fiscal FY 2023311040000950170-24-031778
10-Q2023-11-03fiscal Q3 202330990000950170-23-058899
10-Q2023-08-04fiscal Q2 202330990001558370-23-013414
10-Q2023-05-15fiscal Q1 202330780001558370-23-009795
10-K2023-03-22fiscal FY 202232880001558370-23-004357
10-Q2022-11-04fiscal Q3 202230910001558370-22-016332
10-Q2022-08-05fiscal Q2 202230910001558370-22-012296
10-Q2022-05-06fiscal Q1 202230650001558370-22-007477
10-K2022-02-25fiscal FY 202131870001558370-22-002011
10-Q2021-11-05fiscal Q3 202128830001558370-21-014840
10-Q2021-08-06fiscal Q2 202128830001558370-21-010836
10-Q2021-05-07fiscal Q1 202128610001558370-21-006528
10-K2021-02-26fiscal FY 202029970001558370-21-002003
10-Q2020-11-06fiscal Q3 202029840001558370-20-013089
10-Q2020-08-06fiscal Q2 202028830001558370-20-009608
10-Q2020-05-07fiscal Q1 202028610001558370-20-005495
10-K2020-02-21fiscal FY 201929950001558370-20-001148
10-Q/A2019-11-04fiscal Q3 201928810001558370-19-009776
10-Q2019-11-01fiscal Q3 201928810001558370-19-009679
10-Q2019-08-02fiscal Q2 201928810001558370-19-006926
10-Q2019-05-03fiscal Q1 201928590001558370-19-003956
10-K2019-02-22fiscal FY 201827930001558370-19-000904
10-Q2018-11-02fiscal Q3 201826750001558370-18-008352
10-Q2018-08-03fiscal Q2 201825710001558370-18-006336
10-Q2018-05-04fiscal Q1 201825510001558370-18-004001
10-K2018-02-23fiscal FY 201726890001558370-18-001020
10-Q2017-11-03fiscal Q3 201725710001558370-17-008099
10-Q2017-08-04fiscal Q2 201725710001558370-17-005942
10-Q2017-05-05fiscal Q1 201723470001558370-17-003674
10-K2017-02-24fiscal FY 201624830001558370-17-001015
10-Q2016-11-04fiscal Q3 201623680001558370-16-009339
10-Q2016-08-05fiscal Q2 201623690001558370-16-007530
10-Q2016-05-06fiscal Q1 201623490001558370-16-005575
10-K2016-02-25fiscal FY 201524840001558370-16-003522
10-Q2015-11-13fiscal Q3 201523680001558370-15-002669
10-Q2015-08-14fiscal Q2 201523680001558370-15-001659
10-Q2015-05-15fiscal Q1 201523480001558370-15-000949

Inspect the source

Entity
STORE CAPITAL LLC / CIK 0001538990
Captured
2026-09-21T17:20:48.474Z
SEC response SHA-256
fa3c1937ab4b0a110b1afa090fa1f747f0d364171e4af33faf935e168f735104

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