Skip to content

SILA REALTY TRUST, INC.: filings

Every SILA REALTY TRUST, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-05-08fiscal Q1 202630650001567925-26-000020
10-K2026-02-25fiscal FY 202530850001567925-26-000008
10-Q2025-11-05fiscal Q3 202531980001567925-25-000087
10-Q2025-08-07fiscal Q2 202531980001567925-25-000060
10-Q2025-05-09fiscal Q1 202530660001567925-25-000044
10-K2025-03-03fiscal FY 202429820001567925-25-000010
10-Q2024-11-12fiscal Q3 2024311000001567925-24-000102
10-Q2024-08-07fiscal Q2 202430940001567925-24-000082
10-Q2024-05-08fiscal Q1 202430660001567925-24-000032
10-K2024-03-06fiscal FY 202330850001567925-24-000009
10-Q2023-11-08fiscal Q3 202329840001567925-23-000061
10-Q2023-08-07fiscal Q2 202329840001567925-23-000048
10-Q2023-05-04fiscal Q1 202327580001567925-23-000024
10-K2023-03-16fiscal FY 2022291270001567925-23-000009
10-Q2022-11-10fiscal Q3 202227750001567925-22-000078
10-Q2022-08-09fiscal Q2 202228800001567925-22-000061
10-Q2022-05-13fiscal Q1 202228600001567925-22-000025
10-K2022-03-29fiscal FY 2021301360001567925-22-000015
10-Q2021-11-12fiscal Q3 202131850001567925-21-000070
10-Q2021-08-13fiscal Q2 202130840001567925-21-000055
10-Q2021-05-13fiscal Q1 202130640001567925-21-000033
10-K2021-03-24fiscal FY 2020301390001567925-21-000014
10-Q2020-11-16fiscal Q3 202031920001567925-20-000070
10-Q2020-08-12fiscal Q2 202030900001567925-20-000050
10-Q2020-05-12fiscal Q1 202030660001567925-20-000034
10-K2020-03-27fiscal FY 2019311490001567925-20-000014
10-Q2019-11-13fiscal Q3 201932980001567925-19-000091
10-Q2019-08-14fiscal Q2 201932940001567925-19-000066
10-Q2019-05-15fiscal Q1 201932700001567925-19-000025
10-K2019-03-22fiscal FY 2018291470001567925-19-000013
10-Q2018-11-14fiscal Q3 201830840001567925-18-000112
10-Q2018-08-14fiscal Q2 201830840001567925-18-000079
10-Q2018-05-10fiscal Q1 201830640001567925-18-000048
10-K2018-03-21fiscal FY 2017291470001567925-18-000030
10-Q2017-11-09fiscal Q3 201729800001567925-17-000168
10-Q2017-08-10fiscal Q2 201729800001567925-17-000117
10-Q2017-05-12fiscal Q1 201729600001567925-17-000066
10-K2017-03-16fiscal FY 2016281430001567925-17-000028
10-Q2016-11-14fiscal Q3 201628760001567925-16-000045
10-Q2016-08-15fiscal Q2 201624680001567925-16-000016
10-Q2016-05-12fiscal Q1 201623480001193125-16-588492
10-K2016-03-28fiscal FY 201518820001193125-16-519661
10-Q2015-11-16fiscal Q3 201519520001193125-15-378227
10-Q2015-08-13fiscal Q2 201519510001193125-15-289425
10-Q2015-05-14fiscal Q1 201519270001193125-15-187792
10-K2015-03-26fiscal FY 201418570001193125-15-106753
10-Q2014-11-14fiscal Q3 201416270001193125-14-412779
10-Q2014-08-13fiscal Q2 201411200001193125-14-308436

Inspect the source

Entity
SILA REALTY TRUST, INC. / CIK 0001567925
Captured
2026-09-21T17:21:04.038Z
SEC response SHA-256
69feb0ab1c014fd5962667556ccb497ddb5a725514c0173e7a0e605dd2c6ec11

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