Skip to content

CITY OFFICE REIT, INC.: filings

Every CITY OFFICE REIT, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-Q2025-11-07fiscal Q3 2025321030001193125-25-270904
10-Q2025-07-31fiscal Q2 202532990000950170-25-100537
10-Q2025-05-02fiscal Q1 202532690000950170-25-062248
10-K2025-02-20fiscal FY 202434930000950170-25-023714
10-Q2024-10-31fiscal Q3 2024321030001193125-24-248096
10-Q2024-08-01fiscal Q2 202432990001193125-24-190539
10-Q2024-05-03fiscal Q1 202432690001193125-24-129905
10-K2024-02-22fiscal FY 202334930001193125-24-042048
10-Q2023-11-09fiscal Q3 2023331050001193125-23-273705
10-Q2023-08-03fiscal Q2 2023331010001193125-23-202233
10-Q2023-05-05fiscal Q1 202332690001193125-23-136490
10-K2023-02-23fiscal FY 202234930001193125-23-045574
10-Q2022-11-07fiscal Q3 2022331050001193125-22-278423
10-Q2022-08-04fiscal Q2 202232980001193125-22-211748
10-Q2022-05-05fiscal Q1 202231660001193125-22-141263
10-K2022-02-25fiscal FY 202134930001193125-22-053348
10-Q2021-11-03fiscal Q3 2021321010001193125-21-317610
10-Q2021-08-05fiscal Q2 202132970001193125-21-236936
10-Q2021-05-07fiscal Q1 202132670001193125-21-154034
10-K2021-02-25fiscal FY 2020341140001193125-21-055665
10-Q2020-11-05fiscal Q3 2020341040001193125-20-286138
10-Q2020-08-06fiscal Q2 202033990001193125-20-211258
10-Q2020-05-07fiscal Q1 202033690001193125-20-135509
10-K2020-02-26fiscal FY 2019331140001193125-20-049035
10-Q2019-11-01fiscal Q3 2019331030001193125-19-281097
10-Q2019-05-06fiscal Q1 201930640001193125-19-137119
10-K2019-02-27fiscal FY 2018301080001193125-19-052955
10-Q2018-11-01fiscal Q3 201830890001193125-18-314903
10-Q2018-08-02fiscal Q2 201830880001193125-18-235652
10-Q2018-05-04fiscal Q1 201826560001193125-18-151689
10-K2018-03-01fiscal FY 201721800001193125-18-065516
10-Q2017-11-07fiscal Q3 201725780001193125-17-334733
10-Q2017-08-04fiscal Q2 201725780001193125-17-248792
10-Q2017-05-05fiscal Q1 201721450001193125-17-159723
10-K2017-03-03fiscal FY 201620740001193125-17-068549
10-Q2016-11-07fiscal Q3 201623720001193125-16-760879
10-Q2016-08-04fiscal Q2 201623720001193125-16-672031
10-Q2016-05-05fiscal Q1 201619400001193125-16-580217
10-K2016-03-04fiscal FY 201520590001193125-16-492056
10-Q2015-11-06fiscal Q3 201519370001193125-15-369286
10-Q2015-08-07fiscal Q2 201519370001193125-15-281585
10-Q2015-05-08fiscal Q1 201519290001193125-15-177724
10-K2015-03-24fiscal FY 201421480001193125-15-102141
10-Q2014-11-14fiscal Q3 201421380001193125-14-411765
10-Q2014-08-14fiscal Q2 201421400001193125-14-308866

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
CITY OFFICE REIT, INC. / CIK 0001593222
Captured
2026-09-21T17:21:14.714Z
SEC response SHA-256
6cd383d0f0c01e2c4b0306183c7d1be5b5ecf3bcd94d182754c487c94be4bc6e

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