
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 |
|---|---|---|---|
| 8-K | 2026-05-26 | English | |
| Form 8.3 - Bodycote plc | 2026-05-26 | English | |
| Form 8.3 - Schroders plc | 2026-05-26 | English | |
| Form 8.3 - Intertek Group plc | 2026-05-26 | English | |
| Form 8.3 - Schroders plc | 2026-05-22 | English | |
| Form 8.3 - Intertek Group plc | 2026-05-22 | English |
Browse filings by year
27 years- 2026 488 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
| |||||
| 47072978 | 8-K | 2026-05-26 | English | ||
| 47064769 | Form 8.3 - Bodycote plc | 2026-05-26 | English | ||
| 47064147 | Form 8.3 - Schroders plc | 2026-05-26 | English | ||
| 47064143 | Form 8.3 - Intertek Group plc | 2026-05-26 | English | ||
| 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 | ||
Market data
Market data not available
Price history
Peer group · Activities of trust, estate and agency accounts
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
TAVISTOCK INVESTMENTS PLC
A wealth and asset management company serving private inves…
|
TAVI | GB | Financial and insurance activit… |
|
TEAM PLC
A financial services group specializing in wealth and asset…
|
TEAM | JE | Financial and insurance activit… |
|
Van Lanschot Kempen N.V
A specialized, independent wealth manager focused on wealth…
|
VLK | NL | Financial and insurance activit… |
|
VOC Energy Trust
A trust that distributes net proceeds from oil and gas prop…
|
VOC | US | Financial and insurance activit… |
|
WALKER CRIPS GROUP PLC
A financial services firm specializing in investment and we…
|
WCW | GB | Financial and insurance activit… |
|
WEALTH DRIVEN LIMITED
Provides wealth management and financial advisory services.
|
4P5B | SG | Financial and insurance activit… |
|
Western Pacific Trust Company
Independent trustee enabling registered account investments…
|
WP | CA | Financial and insurance activit… |
|
WESTWOOD HOLDINGS GROUP INC
An investment management boutique and wealth management fir…
|
WHG | US | Financial and insurance activit… |
|
W.H. IRELAND GROUP PLC
A financial services firm providing wealth management and c…
|
WHI | GB | 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.