Skip to content

MUFG Americas Holdings Corporation: filings

Every MUFG Americas Holdings Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-08-06

The latest filing in this captured record is a 10-Q filed 2021-08-06. No later filing is in the SEC companyfacts record captured on 2026-09-23. MUFG Americas Holdings Corporation 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-Q2021-08-06fiscal Q2 202123650001628280-21-016080
10-Q2021-05-07fiscal Q1 202123510001628280-21-009520
10-K2021-03-02fiscal FY 202027740001628280-21-003748
10-Q2020-11-06fiscal Q3 202024690001628280-20-015971
10-Q2020-08-07fiscal Q2 202024690001628280-20-012206
10-Q2020-05-15fiscal Q1 202024530001628280-20-007900
10-K2020-02-26fiscal FY 201927730001628280-20-002326
10-Q2019-11-08fiscal Q3 201924690001628280-19-013834
10-Q2019-08-09fiscal Q2 201921630001628280-19-010585
10-Q2019-05-10fiscal Q1 201921470001628280-19-006571
10-K2019-02-28fiscal FY 201824650001628280-19-002156
10-Q2018-11-07fiscal Q3 201822630001628280-18-013900
10-Q2018-08-08fiscal Q2 201822630001628280-18-010820
10-Q2018-05-09fiscal Q1 201822490001628280-18-006394
10-K2018-03-02fiscal FY 201725640001628280-18-002667
10-Q2017-11-08fiscal Q3 201721590001628280-17-011203
10-Q2017-08-09fiscal Q2 201721590001628280-17-008465
10-Q2017-05-10fiscal Q1 201721450001628280-17-005362
10-K2017-03-03fiscal FY 201625670001628280-17-002158
10-Q2016-11-14fiscal Q3 201620620001628280-16-021204
10-Q2016-08-09fiscal Q2 201620620001628280-16-018791
10-Q2016-05-09fiscal Q1 201620440001628280-16-015951
10-K2016-02-29fiscal FY 201525680001628280-16-011998
10-Q2015-11-09fiscal Q3 201521640001628280-15-008553
10-Q2015-08-10fiscal Q2 201521640001628280-15-006382
10-Q2015-05-11fiscal Q1 201521480001628280-15-004048
10-K2015-03-02fiscal FY 201426700001628280-15-001378
10-Q2014-11-10fiscal Q3 201422650001445305-14-004975
10-Q2014-08-08fiscal Q2 201422660001047469-14-006827
10-Q2014-05-09fiscal Q1 201422500001047469-14-004804
10-K2014-03-10fiscal FY 201328770001047469-14-002071
10-Q2013-11-12fiscal Q3 201323670001047469-13-010478
10-Q2013-08-09fiscal Q2 201327730001047469-13-008313
10-Q2013-05-09fiscal Q1 201327590001193125-13-211475
10-K2013-03-11fiscal FY 201233880001193125-13-101371
10-Q2012-11-09fiscal Q3 201227690001193125-12-463666
10-Q2012-08-14fiscal Q2 201227700001193125-12-355921
10-Q2012-05-14fiscal Q1 201226540001193125-12-231505
10-K2012-03-26fiscal FY 201126680001193125-12-132378
10-Q2011-11-14fiscal Q3 201125610001193125-11-308592
10-Q2011-08-12fiscal Q2 201125620000950123-11-076920

Inspect the source

Entity
MUFG Americas Holdings Corporation / CIK 0001011659
Captured
SEC response SHA-256
55cc5a94099955d04c4d59a83c4140d2b4ce03208b89728021bebdc83f18dfd5

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