Skip to content

OP BANCORP: filings

Every OP BANCORP annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-07fiscal Q2 202633940001722010-26-000020
10-Q2026-05-15fiscal Q1 202632680001722010-26-000014
10-K2026-03-13fiscal FY 202534950001722010-26-000002
10-Q2025-11-07fiscal Q3 202532920001722010-25-000014
10-Q2025-08-11fiscal Q2 202532920001722010-25-000005
10-Q2025-05-09fiscal Q1 202532680001628280-25-024201
10-K2025-03-28fiscal FY 202433920001628280-25-015428
10-Q2024-11-14fiscal Q3 202432920001628280-24-047832
10-Q2024-08-14fiscal Q2 202432920001628280-24-037215
10-Q2024-05-15fiscal Q1 202433700001628280-24-023574
10-K2024-03-29fiscal FY 202334920001628280-24-013750
10-Q2023-11-13fiscal Q3 202333960001628280-23-038620
10-Q2023-08-09fiscal Q2 202333960001628280-23-028552
10-Q2023-05-15fiscal Q1 202333700001628280-23-018156
10-K2023-03-16fiscal FY 202234920001628280-23-008245
10-Q2022-11-14fiscal Q3 202233960001628280-22-029750
10-Q2022-08-12fiscal Q2 202233960001628280-22-022616
10-Q2022-05-13fiscal Q1 202233690001628280-22-014343
10-K2022-03-18fiscal FY 2021341400001628280-22-006724
10-Q2021-11-08fiscal Q3 202133980001628280-21-022210
10-Q2021-08-06fiscal Q2 202132940001564590-21-042162
10-Q2021-05-07fiscal Q1 202133700001564590-21-025335
10-K2021-03-15fiscal FY 2020341290001564590-21-013169
10-Q2020-11-09fiscal Q3 2020331020001564590-20-052417
10-Q2020-08-10fiscal Q2 202033980001564590-20-038802
10-Q2020-05-11fiscal Q1 202034720001564590-20-024254
10-K2020-03-16fiscal FY 2019351270001564590-20-011178
10-Q2019-11-08fiscal Q3 2019351000001564590-19-042289
10-Q2019-08-08fiscal Q2 201934940001564590-19-030841
10-Q2019-05-14fiscal Q1 201934670001564590-19-019048
10-K2019-03-15fiscal FY 2018311230001564590-19-008032
10-Q2018-11-13fiscal Q3 201831880001564590-18-029294
10-Q2018-08-13fiscal Q2 201830850001564590-18-021455
10-Q2018-05-15fiscal Q1 201825530001564590-18-013625

Inspect the source

Entity
OP BANCORP / CIK 0001722010
Captured
2026-09-21T17:25:08.925Z
SEC response SHA-256
2811700ec70e38285b0131dbfee4f489cff1c5d15ee01468c89f294b6f5ff63d

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