State Street website screenshot

State Street

State Street Corporation is one of the world's largest financial services companies, headquartered in Boston, Massachusetts. Founded in 1792, State Street provides investment servicing, investment management, investment research, and trading services to institutional investors including mutual funds, collective investment funds, corporate and public retirement plans, insurance companies, foundations, and endowments. State Street manages approximately $4.7 trillion in assets under management through State Street Global Advisors and services nearly $40 trillion in assets under custody. The company operates the State Street Alpha front-to-back investment management platform, Fund Connect for ETF creation and redemption, and Charles River Development for investment management technology. State Street's developer portal at developer.statestreet.com provides OAuth 2.0-secured APIs enabling institutional clients to programmatically access portfolio data, transaction history, NAV calculations, analytics, and ETF order management. APIs follow REST conventions with OpenAPI 3.0 specifications, JSON data format, and JSON Schema documentation.

5 APIs 0 Features
Fortune 500

APIs

Alpha Data Platform API

The State Street Alpha Data Platform API provides institutional investment managers with programmatic access to the front-to-back Alpha investment management platform. Clients c...

Fund Connect API

The State Street Fund Connect API enables authorized participants (APs), fund managers, and custodians to programmatically manage ETF creation and redemption orders through the ...

Investment Accounting API

The State Street Investment Accounting API provides institutional clients with access to portfolio accounting data including net asset value (NAV) calculations, position valuati...

Performance Analytics API

The State Street Performance Analytics API (TrueView) provides institutional investors and asset managers with access to investment risk analytics, performance attribution, scen...

Sample Transactions API

The State Street Sample Transactions API is a reference and onboarding API provided in the developer portal to help new integration teams understand the authentication flow, req...

Collections

Pricing Plans

Rate Limits

State Street Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

State Street Context

15 classes · 20 properties

JSON-LD

API Governance Rules

State Street API Rules

16 rules · 10 errors 6 warnings

SPECTRAL

JSON Structure

State Street Portfolio Structure

0 properties

JSON STRUCTURE

State Street Structure

0 properties

JSON STRUCTURE

Example Payloads

Press

State Street to unveil AI agents for client services this summer

2026-05-25

Annual Report 2024

2026-05-25

State Street and UC Investments Forge Strategic Alliance ...

2026-05-25

Hemant Rao - Vice President, Automation and Artificial ...

2026-05-25

State Street (STT) Q1 2026 Earnings Call Transcript

2026-05-25

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
🔗
API Catalog
API Catalog
🔗
API Overview
API Overview
🔗
Documentation
Documentation
🔗
API Standards
API Standards
🚀
GettingStarted
GettingStarted
💬
Support
Support
🔗
LinkedIn
LinkedIn
🔗
Twitter
Twitter
🔗
Alpha Platform
Alpha Platform
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🔗
OpenAPI
OpenAPI
🔗
OpenAPI
OpenAPI
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
JSONLD
JSONLD
🔗
Vocabulary
Vocabulary
🔗
SpectralRules
SpectralRules

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: State Street Fund Connect API
  version: 1.0.0
request:
  auth:
    type: oauth2
    flow: client_credentials
    accessTokenUrl: https://api.statestreet.com/oauth/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Funds
    type: folder
  items:
  - info:
      name: List ETF Funds
      type: http
    http:
      method: GET
      url: https://api.statestreet.com/v1/fund-connect/funds
      headers:
      - name: X-Correlation-ID
        value: ''
      params:
      - name: market
        value: ''
        type: query
        description: Filter by market/exchange
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Retrieve a list of ETF funds available for creation and redemption through Fund Connect. Returns fund identifiers,
      names, tickers, base currencies, and authorized participant entitlements.
  - info:
      name: Get ETF Fund
      type: http
    http:
      method: GET
      url: https://api.statestreet.com/v1/fund-connect/funds/:fundId
      headers:
      - name: X-Correlation-ID
        value: ''
      params:
      - name: fundId
        value: ''
        type: path
        description: Unique fund identifier
    docs: Retrieve detailed information for a specific ETF fund including its composition requirements, minimum creation/redemption
      unit size, and authorized participant eligibility.
- info:
    name: Baskets
    type: folder
  items:
  - info:
      name: Get ETF Portfolio Basket
      type: http
    http:
      method: GET
      url: https://api.statestreet.com/v1/fund-connect/funds/:fundId/baskets
      headers:
      - name: X-Correlation-ID
        value: ''
      params:
      - name: fundId
        value: ''
        type: path
        description: Unique fund identifier
      - name: date
        value: ''
        type: query
        description: Date for which to retrieve the basket composition
    docs: Retrieve the current portfolio composition basket for an ETF fund. Returns the in-kind securities list with required
      quantities for creation/redemption units, as well as any cash component. Baskets are published daily prior to market
      open.
- info:
    name: Orders
    type: folder
  items:
  - info:
      name: List ETF Orders
      type: http
    http:
      method: GET
      url: https://api.statestreet.com/v1/fund-connect/orders
      headers:
      - name: X-Correlation-ID
        value: ''
      params:
      - name: fundId
        value: ''
        type: query
        description: Filter by fund identifier
      - name: status
        value: ''
        type: query
        description: Filter by order status
      - name: startDate
        value: ''
        type: query
      - name: endDate
        value: ''
        type: query
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Retrieve a list of ETF creation and redemption orders submitted by the authenticated authorized participant. Supports
      filtering by order status, fund, and date range.
  - info:
      name: Create ETF Order
      type: http
    http:
      method: POST
      url: https://api.statestreet.com/v1/fund-connect/orders
      body:
        type: json
        data: '{}'
    docs: Submit an ETF creation or redemption order through Fund Connect. Authorized participants can request creation of
      new ETF shares by delivering the in-kind basket, or redeem existing ETF shares to receive the underlying basket securities.
      Orders are processed at end-of-day NAV.
  - info:
      name: Get ETF Order
      type: http
    http:
      method: GET
      url: https://api.statestreet.com/v1/fund-connect/orders/:orderId
      headers:
      - name: X-Correlation-ID
        value: ''
      params:
      - name: orderId
        value: ''
        type: path
        description: Unique order identifier
    docs: Retrieve the current status and details of a specific ETF creation or redemption order including basket delivery
      confirmation and settlement status.
  - info:
      name: Cancel ETF Order
      type: http
    http:
      method: POST
      url: https://api.statestreet.com/v1/fund-connect/orders/:orderId/cancel
      headers:
      - name: X-Correlation-ID
        value: ''
      params:
      - name: orderId
        value: ''
        type: path
        description: Unique order identifier
    docs: Cancel a pending ETF creation or redemption order before it has been accepted for processing. Orders can only be
      cancelled while in PENDING status.
bundled: true