
Sumitomo Mitsui Trust Group, Inc. — Investor Relations & Filings
Sumitomo Mitsui Trust Group, Inc. is a financial holding company centered on trust banking operations. Through its group companies, it delivers a comprehensive range of financial services to both retail and wholesale clients. The group's principal activities include asset management, offering diverse products for institutional investors; pension management; real estate services, including brokerage and administration; and extensive fiduciary and trustee services. It also provides general banking products and related financial solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第12期第1四半期(令和4年4月1日-令和4年6月30日) | 2022-08-10 | Japanese | |
| 内部統制報告書-第11期(令和3年4月1日-令和4年3月31日) | 2022-06-24 | Japanese | |
| 確認書 | 2022-06-24 | Japanese | |
| 有価証券報告書-第11期(令和3年4月1日-令和4年3月31日) | 2022-06-24 | Japanese | |
| 四半期報告書-第11期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-10 | Japanese | |
| 四半期報告書-第11期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-26 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
5 filings
| |||||
| 7593040 | 四半期報告書-第12期第1四半期(令和4年4月1日-令和4年6月30日) | 2022-08-10 | Japanese | ||
| 7602449 | 内部統制報告書-第11期(令和3年4月1日-令和4年3月31日) | 2022-06-24 | Japanese | ||
| 7602448 | 確認書 | 2022-06-24 | Japanese | ||
| 7602451 | 有価証券報告書-第11期(令和3年4月1日-令和4年3月31日) | 2022-06-24 | Japanese | ||
| 7617371 | 四半期報告書-第11期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-10 | Japanese | ||
|
2021
6 filings
| |||||
| 7620621 | 四半期報告書-第11期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-26 | Japanese | ||
| 7627931 | 四半期報告書-第11期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-12 | Japanese | ||
| 7668535 | 内部統制報告書-第10期(令和2年4月1日-令和3年3月31日) | 2021-06-24 | Japanese | ||
| 7668520 | 確認書 | 2021-06-24 | Japanese | ||
| 7668521 | 有価証券報告書-第999期(令和2年4月1日-令和3年3月31日) | 2021-06-24 | Japanese | ||
| 7676835 | 四半期報告書-第10期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-10 | Japanese | ||
|
2020
4 filings
| |||||
| 7679522 | 四半期報告書-第10期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-27 | Japanese | ||
| 7685544 | 四半期報告書-第10期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-12 | Japanese | ||
| 7688297 | 有価証券報告書-第999期(平成31年4月1日-令和2年3月31日) | 2020-06-29 | Japanese | ||
| 7693536 | 四半期報告書-第9期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-13 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Activities of trust, estate and agency accounts
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ALLIANCEBERNSTEIN HOLDING L.P.
A global investment management firm offering diversified in…
|
AB | US | Financial and insurance activit… |
|
AlTi Global, Inc.
Global wealth and asset management firm providing customize…
|
ALTI | US | Financial and insurance activit… |
|
Analyst I.M.S. Investment Management Services Ltd.
Provides investment management, advisory, and financial pla…
|
ANLT | IL | Financial and insurance activit… |
|
Banco de Valores S.A.
Specialized financial institution for capital markets, trus…
|
— | AR | Financial and insurance activit… |
|
Bank of New York Mellon Corp
Global financial services firm specializing in managing and…
|
BK | US | Financial and insurance activit… |
|
BROOKS MACDONALD GROUP PLC
A wealth management firm providing personalized investment …
|
BRK | GB | Financial and insurance activit… |
|
Charles Stanley & Co. Ltd.
Wealth management firm offering financial planning and inve…
|
CSTL | GB | Financial and insurance activit… |
|
Charterhouse TRV Trust
Investment vehicle focused on consistent income flow and ca…
|
— | CA | Financial and insurance activit… |
|
CROSS TIMBERS ROYALTY TRUST
An express trust that collects and distributes net profits …
|
CRT | US | Financial and insurance activit… |
|
Diversified Utility Trust
Financial services firm providing wealth management, planni…
|
GUT | CA | Financial and insurance activit… |
Sumitomo Mitsui Trust Group, Inc. 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/12805/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12805 | 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=12805 | 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=12805 \ -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": 12805}, 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 Sumitomo Mitsui Trust Group, Inc. (id: 12805)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.