
UBOT — Investor Relations & Filings
Union Bank of Taiwan (UBOT) is a commercial banking institution providing a comprehensive suite of financial services to individual and corporate clients. The bank's core operations encompass consumer credit products, including mortgages, auto loans, and personal loans, alongside a robust credit card division. Its service portfolio further extends to wealth management, trust services, custodian business, and corporate finance. UBOT also facilitates deposits, foreign exchange transactions, and digital banking solutions. As a member of the Union Group, the bank maintains a network of approximately 90 business locations and has expanded its reach through strategic investments in related sectors such as securities, leasing, investment trusts, and insurance brokerage. The organization emphasizes sustainable development and adheres to operational principles of stability and efficiency to maintain its competitive position in the financial services market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 代子公司聯邦證券股份有限公司公告向友邦股份有限公司取得使用權資產 | 2026-03-04 | Chinese | |
| 代子公司聯邦證券股份有限公司公告向聯邦商業銀行股份有限公司取得使用權資產 | 2026-03-04 | Chinese | |
| 代子公司聯邦證券股份有限公司公告向聯邦商業銀行股份有限公司取得使用權資產 | 2026-03-04 | Chinese | |
| 代子公司聯邦證券股份有限公司公告向聯邦商業銀行股份有限公司取得使用權資產 | 2026-03-04 | Chinese | |
| 代子公司聯邦證券股份有限公司公告向聯邦商業銀行股份有限公司取得使用權資產 | 2026-03-04 | Chinese | |
| 公布本行115年2月自結盈餘相關資訊。 | 2026-03-04 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34054585 | 代子公司聯邦證券股份有限公司公告向友邦股份有限公司取得使用權資產 | 2026-03-04 | Chinese | ||
| 34054587 | 代子公司聯邦證券股份有限公司公告向聯邦商業銀行股份有限公司取得使用權資產 | 2026-03-04 | Chinese | ||
| 34054589 | 代子公司聯邦證券股份有限公司公告向聯邦商業銀行股份有限公司取得使用權資產 | 2026-03-04 | Chinese | ||
| 34054591 | 代子公司聯邦證券股份有限公司公告向聯邦商業銀行股份有限公司取得使用權資產 | 2026-03-04 | Chinese | ||
| 34054592 | 代子公司聯邦證券股份有限公司公告向聯邦商業銀行股份有限公司取得使用權資產 | 2026-03-04 | Chinese | ||
| 34054594 | 公布本行115年2月自結盈餘相關資訊。 | 2026-03-04 | Chinese | ||
| 34054600 | 115年02月董事會成員及持股 | 2026-03-03 | Chinese | ||
| 34054597 | 115年02月內部人持股異動(事後) | 2026-03-03 | Chinese | ||
| 34054602 | 114年第四季財務報告董事會預計召開日期為115年03月09日 | 2026-02-26 | Chinese | ||
| 34054603 | 本公司將召開2025年第四季線上法人說明會 | 2026-02-25 | Chinese | ||
| 34054614 | 115年02月法人說明會簡報 — 283820260225E002.pdf | 2026-02-25 | Chinese | ||
| 34054607 | 115年02月法人說明會簡報 — 283820260225M002.pdf | 2026-02-25 | Chinese | ||
| 34054605 | 115年02月法人說明會簡報 | 2026-02-25 | Chinese | ||
| 34054618 | 115年1月營業收入 | 2026-02-09 | Chinese | ||
| 34054616 | 115年1月背書保證與資金貸與 | 2026-02-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other monetary intermediation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1ST SOURCE CORP
Bank holding company offering commercial, consumer, and spe…
|
SRCE | US | Financial and insurance activit… |
|
Aareal Bank AG
International provider of financing and digital solutions f…
|
ARL | DE | Financial and insurance activit… |
|
Aasen Sparebank
An independent savings bank offering banking, financial adv…
|
AASB | NO | Financial and insurance activit… |
|
ABN AMRO Bank N.V.
A financial institution serving retail, private, and commer…
|
ABN | NL | Financial and insurance activit… |
|
ABSA GROUP
A diversified financial services provider with a significan…
|
ABG | ZA | Financial and insurance activit… |
|
Abu Dhabi Commercial Bank
A full-service commercial bank offering retail, corporate, …
|
ADCB | AE | Financial and insurance activit… |
|
Abu Dhabi Islamic Bank
A prominent Islamic financial institution offering Shari'a-…
|
ADIB | AE | Financial and insurance activit… |
|
ACBA Bank
Universal bank offering diverse services with a focus on th…
|
ACBA | AM | Financial and insurance activit… |
|
ADCB Rights Issue 2025
Strategic capital-raising for growth, stronger capital, and…
|
ADCBRI25 | AE | Financial and insurance activit… |
|
Addiko Bank AG
A specialized lender providing consumer and SME financing a…
|
ADKO | AT | Financial and insurance activit… |
UBOT via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/52203/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52203 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=52203 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=52203 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 52203}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for UBOT (id: 52203)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.