
STATE STREET CORP — Investor Relations & Filings
State Street Corporation is a provider of financial services to institutional investors. The company's core offerings are centered on investment servicing, investment management, and data and analytics solutions. In its investment servicing capacity, State Street provides services such as asset custody, fund accounting, clearing, and settlement. Its investment management arm, State Street Global Advisors, offers a broad range of investment strategies and products. The company also delivers data-driven research, proprietary insights, and analytics through its technology platforms to help clients identify risks, formulate strategies, and make informed decisions. Additional services include foreign exchange trading, cash management, and financing solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Form 8.3 - Schroders plc | 2026-05-22 | English | |
| Form 8.3 - Intertek Group plc | 2026-05-22 | English | |
| Form 8.3 - A consortium LondonMetric & Schroder | 2026-05-22 | English | |
| Form 8.3 - Tate & Lyle plc | 2026-05-21 | English | |
| Form 8.3 - Schroders plc | 2026-05-21 | English | |
| Form 8.3 - Intertek Group plc | 2026-05-21 | English |
Browse filings by year
27 years- 2026 485 filings
- 2025 460 filings
- 2024 528 filings
- 2023 188 filings
- 2022 173 filings
- 2021 174 filings
- 2020 193 filings
- 2019 223 filings
- 2018 215 filings
- 2017 230 filings
- 2016 225 filings
- 2015 260 filings
- 2014 237 filings
- 2013 220 filings
- 2012 176 filings
- 2011 163 filings
- 2010 132 filings
- 2009 102 filings
- 2008 113 filings
- 2007 109 filings
- 2006 121 filings
- 2005 80 filings
- 2004 65 filings
- 2003 80 filings
- 2002 76 filings
- 2001 56 filings
- 2000 91 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46830388 | Form 8.3 - Schroders plc | 2026-05-22 | English | ||
| 46830383 | Form 8.3 - Intertek Group plc | 2026-05-22 | English | ||
| 46830341 | Form 8.3 - A consortium LondonMetric & Schroder | 2026-05-22 | English | ||
| 46738351 | Form 8.3 - Tate & Lyle plc | 2026-05-21 | English | ||
| 46738345 | Form 8.3 - Schroders plc | 2026-05-21 | English | ||
| 46738334 | Form 8.3 - Intertek Group plc | 2026-05-21 | English | ||
| 46738327 | Form 8.3 - A consortium LondonMetric & Schroder | 2026-05-21 | English | ||
| 46738322 | Form 8.3 - Beazley plc | 2026-05-21 | English | ||
| 46736741 | Form 8.3 - Senior plc | 2026-05-21 | English | ||
| 46736733 | Form 8.3 - Bluefield Solar Income Fund Limited | 2026-05-21 | English | ||
| 46677413 | Form 8.3 - Tate & Lyle plc | 2026-05-20 | English | ||
| 46677407 | Form 8.3 - Schroders plc | 2026-05-20 | English | ||
| 46677398 | Form 8.3 - Intertek Group plc | 2026-05-20 | English | ||
| 46677390 | Form 8.3 - A consortium LondonMetric & Schroder | 2026-05-20 | English | ||
| 46677379 | Form 8.3 - Beazley plc | 2026-05-20 | English | ||
Market data
Market data not available
Price history
Peer group · Activities of trust, estate and agency accounts
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Renasant Financial Partners
Provides personalized wealth management solutions, financia…
|
RNST | CA | Financial and insurance activit… |
|
SHAANXI INTERNATIONAL TRUST CO.,LTD.
Provides trust management, asset management, and investment…
|
000563 | CN | Financial and insurance activit… |
|
Shandong International Trust Co., Ltd.
Non-bank financial institution specializing in comprehensiv…
|
1697 | HK | Financial and insurance activit… |
|
Silvercrest Asset Management Group Inc.
Independent wealth management firm for high-net-worth and i…
|
SAMG | US | Financial and insurance activit… |
|
Sinohope Technology Holdings Limited
Licensed platform providing institutional digital asset man…
|
1611 | HK | Financial and insurance activit… |
|
SIR Royalty Income Fund
Income trust that licenses rights to a 6% royalty on select…
|
SRV.UN | CA | Financial and insurance activit… |
|
SLC Capital Inc.
Global institutional asset manager providing diverse invest…
|
— | CA | Financial and insurance activit… |
|
Solutions Capital Management Sim
Wealth management firm offering portfolio management, advis…
|
SCM | IT | Financial and insurance activit… |
|
SUMITOMO MITSUI TRUST BANK, LIMITED
A leading trust bank providing asset management, real estat…
|
1ZHB | JP | Financial and insurance activit… |
|
Sumitomo Mitsui Trust Group, Inc.
A financial holding company centered on trust banking and o…
|
8309 | JP | Financial and insurance activit… |
STATE STREET CORP 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/30131/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30131 | 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=30131 | 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=30131 \ -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": 30131}, 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 STATE STREET CORP (id: 30131)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.