Skip to content

JBG SMITH PROPERTIES: filings

Every JBG SMITH PROPERTIES annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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 2026341000001104659-26-092965
10-Q2026-05-05fiscal Q1 202633710001104659-26-055649
10-K2026-02-17fiscal FY 2025381040001104659-26-016450
10-Q2025-10-28fiscal Q3 2025341010001104659-25-103188
10-Q2025-07-29fiscal Q2 2025341010001558370-25-009741
10-Q2025-04-29fiscal Q1 202534730001558370-25-005853
10-K2025-02-18fiscal FY 2024401090001558370-25-001099
10-Q2024-10-29fiscal Q3 2024351030001558370-24-013844
10-Q2024-07-30fiscal Q2 2024351030001558370-24-010382
10-Q2024-04-30fiscal Q1 202435750001558370-24-006272
10-K2024-02-20fiscal FY 2023401090001558370-24-001366
10-Q2023-11-07fiscal Q3 2023351030001558370-23-018005
10-Q2023-08-08fiscal Q2 2023351030001558370-23-013948
10-Q2023-05-09fiscal Q1 202334710001558370-23-008843
10-K2023-02-21fiscal FY 2022401090001558370-23-001639
10-Q2022-11-01fiscal Q3 2022351030001558370-22-015809
10-Q2022-08-02fiscal Q2 2022351030001558370-22-011651
10-Q2022-05-03fiscal Q1 202234710001558370-22-006818
10-K2022-02-22fiscal FY 2021411090001558370-22-001602
10-Q2021-11-02fiscal Q3 2021341010001558370-21-014112
10-Q2021-08-03fiscal Q2 2021341010001558370-21-009994
10-Q2021-05-04fiscal Q1 202131670001558370-21-005706
10-K2021-02-23fiscal FY 2020371190001558370-21-001480
10-Q2020-11-03fiscal Q3 2020361030001558370-20-012419
10-Q2020-08-04fiscal Q2 2020361030001558370-20-009211
10-Q2020-05-05fiscal Q1 202034720001558370-20-005199
10-K2020-02-25fiscal FY 2019411450001689796-20-000003
10-Q2019-11-05fiscal Q3 2019361090001689796-19-000027
10-Q2019-08-06fiscal Q2 2019361090001689796-19-000021
10-Q2019-05-07fiscal Q1 201934770001689796-19-000014
10-K2019-02-26fiscal FY 2018361320001689796-19-000004
10-Q2018-11-07fiscal Q3 201831930001689796-18-000022
10-Q2018-08-09fiscal Q2 201831930001689796-18-000016
10-Q2018-05-09fiscal Q1 201829630001689796-18-000009
10-K2018-03-12fiscal FY 2017341310001689796-18-000004
10-Q2017-11-13fiscal Q3 201727780001689796-17-000014
10-Q2017-08-15fiscal Q2 201720580001689796-17-000011
10-Q2017-08-14fiscal Q2 201720580001689796-17-000008

Inspect the source

Entity
JBG SMITH PROPERTIES / CIK 0001689796
Captured
2026-09-21T17:24:02.119Z
SEC response SHA-256
c3d34ea80352f2e94b5aecb238274525619d96708c6012818bc6b9983ef89f6e

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