Skip to content

UMPQUA HOLDINGS CORP: filings

Every UMPQUA HOLDINGS CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2023-02-24

The latest filing in this captured record is a 10-K filed 2023-02-24. No later filing is in the SEC companyfacts record captured on 2026-09-22. UMPQUA HOLDINGS CORP may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-K2023-02-24fiscal FY 2022411090001077771-23-000012
10-Q2022-10-31fiscal Q3 202231910001077771-22-000061
10-Q2022-07-29fiscal Q2 202231890001077771-22-000044
10-Q2022-05-05fiscal Q1 202231710001077771-22-000022
10-K2022-02-25fiscal FY 2021421160001077771-22-000011
10-Q2021-11-04fiscal Q3 202133970001077771-21-000061
10-Q2021-08-05fiscal Q2 202132910001077771-21-000048
10-Q2021-05-06fiscal Q1 202131710001077771-21-000031
10-K2021-02-25fiscal FY 2020401460001077771-21-000011
10-Q2020-11-05fiscal Q3 202031910001077771-20-000086
10-Q2020-08-06fiscal Q2 202031890001077771-20-000069
10-Q2020-05-07fiscal Q1 202031710001077771-20-000047
10-K2020-02-28fiscal FY 2019391420001077771-20-000014
10-Q2019-11-06fiscal Q3 201931900001077771-19-000061
10-Q2019-08-06fiscal Q2 201930860001077771-19-000046
10-Q2019-05-03fiscal Q1 201930680001077771-19-000030
10-K2019-02-21fiscal FY 2018361490001077771-19-000011
10-Q2018-11-02fiscal Q3 201829910001077771-18-000138
10-Q2018-08-09fiscal Q2 201828800001077771-18-000116
10-Q2018-05-04fiscal Q1 201828620001077771-18-000085
10-K2018-02-23fiscal FY 2017331390001077771-18-000044
10-Q2017-11-03fiscal Q3 201728800001077771-17-000168
10-Q2017-08-04fiscal Q2 201728800001077771-17-000135
10-Q2017-05-05fiscal Q1 201728620001077771-17-000102
10-K2017-02-23fiscal FY 2016331340001077771-17-000059
10-Q2016-11-04fiscal Q3 201628810001077771-16-000429
10-Q2016-08-05fiscal Q2 201628810001077771-16-000405
10-Q2016-05-06fiscal Q1 201628630001077771-16-000352
10-K2016-02-25fiscal FY 2015331340001077771-16-000285
10-Q2015-11-05fiscal Q3 201528820001077771-15-000213
10-Q2015-08-06fiscal Q2 201528820001077771-15-000180
10-Q2015-05-07fiscal Q1 201527610001077771-15-000132
10-K2015-02-23fiscal FY 2014341370001077771-15-000082
10-Q2014-11-07fiscal Q3 201427790001077771-14-000166
10-Q2014-08-05fiscal Q2 201427790001077771-14-000141
10-Q2014-05-07fiscal Q1 201424520001077771-14-000113
10-K2014-02-18fiscal FY 2013321330001077771-14-000037
10-Q2013-11-06fiscal Q3 201324720001077771-13-000070
10-Q2013-08-06fiscal Q2 201324720001077771-13-000065
10-Q2013-05-02fiscal Q1 201324520001077771-13-000058
10-K2013-02-15fiscal FY 2012331330001077771-13-000041
10-Q2012-11-01fiscal Q3 201224720001077771-12-000059
10-Q/A2012-08-02fiscal Q2 201224720001077771-12-000051
10-Q2012-08-01fiscal Q2 201224720001077771-12-000048
10-Q2012-05-04fiscal Q1 201224530001193125-12-211721
10-K2012-02-17fiscal FY 2011321330001193125-12-067425
10-Q2011-11-04fiscal Q3 201125740001193125-11-297238
10-Q2011-08-05fiscal Q2 201125720001193125-11-211964
10-Q2011-05-05fiscal Q1 201125530001193125-11-128182

Inspect the source

Entity
UMPQUA HOLDINGS CORP / CIK 0001077771
Captured
SEC response SHA-256
f6552d7ffd7dcb28c8fe157ce0abfb358206765784c54fe0664c9cd9a4b764e7

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