Skip to content

RETAIL OPPORTUNITY INVESTMENTS CORP: filings

Every RETAIL OPPORTUNITY INVESTMENTS CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-Q2024-10-23fiscal Q3 202430990001407623-24-000089
10-Q2024-07-24fiscal Q2 202430950001407623-24-000083
10-Q2024-04-24fiscal Q1 202430630001407623-24-000071
10-K2024-02-15fiscal FY 202333890001407623-24-000043
10-Q2023-10-25fiscal Q3 2023311010001407623-23-000100
10-Q2023-07-26fiscal Q2 202331970001407623-23-000091
10-Q2023-04-26fiscal Q1 202331650001407623-23-000070
10-K2023-02-16fiscal FY 202234920001407623-23-000042
10-Q2022-10-26fiscal Q3 2022311010001407623-22-000080
10-Q2022-07-27fiscal Q2 202231970001407623-22-000071
10-Q2022-04-26fiscal Q1 202231650001407623-22-000067
10-K2022-02-17fiscal FY 202134920001407623-22-000049
10-Q2021-10-27fiscal Q3 2021311020001407623-21-000077
10-Q2021-07-29fiscal Q2 202129900001407623-21-000069
10-Q2021-04-28fiscal Q1 202128600001407623-21-000056
10-K2021-02-24fiscal FY 202030820001407623-21-000031
10-Q2020-10-27fiscal Q3 202029940001407623-20-000068
10-Q2020-07-30fiscal Q2 202028880001407623-20-000059
10-Q2020-04-23fiscal Q1 202028600001407623-20-000048
10-K2020-02-19fiscal FY 2019291030001407623-20-000029
10-Q2019-10-29fiscal Q3 201928920001407623-19-000032
10-Q2019-07-25fiscal Q2 201928880001407623-19-000018
10-Q2019-04-25fiscal Q1 201928600001407623-19-000012
10-K2019-02-20fiscal FY 2018281020001628280-19-001583
10-Q2018-10-24fiscal Q3 201827810001407623-18-000017
10-Q2018-07-26fiscal Q2 201827810001407623-18-000010
10-Q2018-04-26fiscal Q1 201827570001407623-18-000007
10-K2018-02-22fiscal FY 2017281010001628280-18-002028
10-Q2017-10-25fiscal Q3 201727800001628280-17-010137
10-Q2017-07-27fiscal Q2 201727800001628280-17-007333
10-Q2017-04-27fiscal Q1 201726540001628280-17-004388
10-K2017-02-23fiscal FY 2016291040001628280-17-001631
10-Q2016-10-26fiscal Q3 201627800001628280-16-020287
10-Q2016-07-28fiscal Q2 201627800001628280-16-017880
10-Q2016-04-28fiscal Q1 201627550001171843-16-009464
10-K2016-02-24fiscal FY 2015291210001171843-16-008096
10-Q2015-10-29fiscal Q3 201529880001171843-15-005805
10-Q2015-07-30fiscal Q2 201529880001171843-15-004205
10-Q2015-04-30fiscal Q1 201527550001171843-15-002366
10-K2015-02-25fiscal FY 2014291210001171843-15-001019
10-Q2014-10-30fiscal Q3 201430870001171843-14-005096
10-Q2014-07-31fiscal Q2 201430870001171843-14-003588
10-Q2014-05-01fiscal Q1 201428580001171843-14-002077
10-K2014-02-25fiscal FY 201330860001171843-14-000915
10-Q2013-10-31fiscal Q3 201328820001171843-13-004305
10-Q2013-08-02fiscal Q2 201328820001171843-13-003154
10-Q2013-05-03fiscal Q1 201326540001171843-13-001763
10-K2013-02-27fiscal FY 201226880001171843-13-000777
10-Q2012-11-05fiscal Q3 201224710001171843-12-003953
10-Q2012-08-03fiscal Q2 201223660001171843-12-002932
10-Q2012-05-04fiscal Q1 201223470001171843-12-001691
10-K2012-02-28fiscal FY 201125630001171843-12-000678
10-Q2011-11-04fiscal Q3 201120510001171843-11-003330
10-Q2011-08-04fiscal Q2 201119500001171843-11-002359

Inspect the source

Entity
RETAIL OPPORTUNITY INVESTMENTS CORP / CIK 0001407623
Captured
2026-09-21T17:19:24.891Z
SEC response SHA-256
7bc547dadccea9cda051d43adcec3ea0414eed2573a5eadf1203be82c6f055a3

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