Skip to content

BRIGHTSPIRE CAPITAL, INC.: filings

Every BRIGHTSPIRE CAPITAL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-07-29fiscal Q2 202629870001717547-26-000062
10-Q2026-04-29fiscal Q1 202629630001717547-26-000041
10-K2026-02-18fiscal FY 202534930001717547-26-000008
10-Q2025-10-29fiscal Q3 2025321010001717547-25-000083
10-Q2025-07-30fiscal Q2 202533980001717547-25-000071
10-Q2025-04-30fiscal Q1 202530660001717547-25-000048
10-K2025-02-19fiscal FY 202434920001717547-25-000008
10-Q2024-10-30fiscal Q3 202430960001717547-24-000089
10-Q2024-07-31fiscal Q2 202429900001717547-24-000072
10-Q2024-05-01fiscal Q1 202429640001717547-24-000044
10-K2024-02-21fiscal FY 202333920001717547-24-000008
10-Q2023-10-31fiscal Q3 202330960001717547-23-000096
10-Q2023-08-02fiscal Q2 202330920001717547-23-000086
10-Q2023-05-03fiscal Q1 202329640001717547-23-000064
10-K2023-02-21fiscal FY 202233920001717547-23-000009
10-Q2022-11-02fiscal Q3 202229940001717547-22-000124
10-Q2022-08-03fiscal Q2 202229900001717547-22-000104
10-Q2022-05-05fiscal Q1 202228620001717547-22-000046
10-K2022-02-22fiscal FY 202133920001717547-22-000014
10-Q2021-11-03fiscal Q3 202129960001717547-21-000070
10-Q2021-08-05fiscal Q2 202129920001717547-21-000035
10-Q2021-05-06fiscal Q1 202125560001717547-21-000020
10-K2021-02-25fiscal FY 202030830001717547-21-000010
10-Q2020-11-09fiscal Q3 202025800001717547-20-000031
10-Q2020-08-07fiscal Q2 202025760001717547-20-000026
10-Q2020-05-08fiscal Q1 202026580001717547-20-000017
10-K2020-02-28fiscal FY 201930870001717547-20-000006
10-Q2019-11-08fiscal Q3 201926850001717547-19-000017
10-Q2019-08-09fiscal Q2 201926810001717547-19-000014
10-Q2019-05-09fiscal Q1 201926580001717547-19-000009
10-K2019-03-01fiscal FY 201828780001717547-19-000003
10-Q2018-11-09fiscal Q3 201823680001717547-18-000014
10-Q2018-08-09fiscal Q2 201823680001717547-18-000010
10-Q2018-05-15fiscal Q1 201823500001717547-18-000003

Inspect the source

Entity
BRIGHTSPIRE CAPITAL, INC. / CIK 0001717547
Captured
2026-09-21T17:25:01.354Z
SEC response SHA-256
76d33739d8592c6071a511c4dfea7154bf394834329e068162b40c335894f903

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