Skip to content

Easterly Government Properties, Inc.: filings

Every Easterly Government Properties, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-03fiscal Q2 202627730001622194-26-000026
10-Q2026-04-27fiscal Q1 202627530001622194-26-000019
10-K2026-02-23fiscal FY 202529760001193125-26-064115
10-Q2025-10-27fiscal Q3 202527740001193125-25-251664
10-Q2025-08-05fiscal Q2 202527740000950170-25-103116
10-Q2025-04-29fiscal Q1 202527520000950170-25-060207
10-K2025-02-25fiscal FY 202428730000950170-25-026749
10-Q2024-11-05fiscal Q3 202426720000950170-24-121530
10-Q2024-07-31fiscal Q2 202426720000950170-24-088240
10-Q2024-04-30fiscal Q1 202426510000950170-24-050565
10-K2024-02-27fiscal FY 202328730000950170-24-021249
10-Q2023-10-31fiscal Q3 202326720000950170-23-056902
10-Q2023-08-08fiscal Q2 202326720000950170-23-039895
10-Q2023-05-02fiscal Q1 202326520000950170-23-016718
10-K2023-02-28fiscal FY 202228730000950170-23-005057
10-Q2022-11-01fiscal Q3 202226720000950170-22-020827
10-Q2022-08-02fiscal Q2 202226720001564590-22-027461
10-Q2022-05-03fiscal Q1 202226530001564590-22-017418
10-K2022-02-28fiscal FY 202128720001564590-22-007604
10-Q2021-11-02fiscal Q3 202127750001564590-21-053536
10-Q2021-08-03fiscal Q2 202127750001564590-21-040211
10-Q2021-05-04fiscal Q1 202127550001564590-21-023313
10-K2021-02-24fiscal FY 202029730001564590-21-008064
10-Q2020-11-02fiscal Q3 202028750001564590-20-049619
10-Q2020-08-04fiscal Q2 202028750001564590-20-036103
10-Q2020-05-05fiscal Q1 202028550001564590-20-021235
10-K2020-02-25fiscal FY 2019291050001564590-20-006375
10-Q2019-11-06fiscal Q3 201928750001564590-19-040988
10-Q2019-08-02fiscal Q2 201928750001564590-19-028361
10-Q2019-05-07fiscal Q1 201928550001564590-19-016479
10-K2019-02-28fiscal FY 2018271030001564590-19-005484
10-Q2018-11-05fiscal Q3 201828760001564590-18-026813
10-Q2018-08-07fiscal Q2 201828760001564590-18-019903
10-Q2018-05-08fiscal Q1 201824500001564590-18-011776
10-K2018-03-01fiscal FY 2017251060001564590-18-004044
10-Q2017-11-07fiscal Q3 201722650001564590-17-022212
10-Q2017-08-08fiscal Q2 201722650001564590-17-016490
10-Q2017-05-09fiscal Q1 201721450001564590-17-009827
10-K2017-03-02fiscal FY 201624700001564590-17-003211
10-Q2016-11-08fiscal Q3 201620590001564590-16-028308
10-Q2016-08-08fiscal Q2 201620610001564590-16-023268
10-Q2016-05-09fiscal Q1 201620420001564590-16-018573
10-K2016-03-02fiscal FY 201520410001564590-16-013875
10-Q2015-11-05fiscal Q3 201519420001564590-15-009653
10-Q2015-08-06fiscal Q2 201519420001564590-15-006505
10-Q2015-05-14fiscal Q1 201517260001193125-15-188249

Inspect the source

Entity
Easterly Government Properties, Inc. / CIK 0001622194
Captured
2026-09-21T17:21:44.661Z
SEC response SHA-256
4e44db6d9300bb2736a8097980ba95b679b8e4936946b8395084cfdd52732b33

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