State Street List Portfolio Positions Example is an example object payload from State Street, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
requestresponse
Example Payload
{
"request": {
"method": "GET",
"url": "https://api.statestreet.com/v1/portfolios/PORT-12345/positions",
"headers": {
"Authorization": "Bearer {access_token}",
"X-Correlation-ID": "550e8400-e29b-41d4-a716-446655440000"
},
"parameters": {
"asOfDate": "2026-05-01",
"assetClass": "EQUITY",
"pageSize": 10
}
},
"response": {
"status": 200,
"body": {
"portfolioId": "PORT-12345",
"asOfDate": "2026-05-01",
"totalCount": 87,
"nextPageToken": "eyJwYWdlIjoyLCJzaXplIjoxMH0=",
"positions": [
{
"securityId": "US0378331005",
"securityIdType": "ISIN",
"securityName": "Apple Inc",
"assetClass": "EQUITY",
"quantity": 15000,
"marketValue": 3225000.00,
"price": 215.00,
"currency": "USD",
"costBasis": 2700000.00,
"unrealizedGainLoss": 525000.00,
"weight": 0.0258
},
{
"securityId": "US5949181045",
"securityIdType": "ISIN",
"securityName": "Microsoft Corporation",
"assetClass": "EQUITY",
"quantity": 8500,
"marketValue": 3561000.00,
"price": 419.00,
"currency": "USD",
"costBasis": 2975000.00,
"unrealizedGainLoss": 586000.00,
"weight": 0.0285
},
{
"securityId": "US02079K3059",
"securityIdType": "ISIN",
"securityName": "Alphabet Inc Class A",
"assetClass": "EQUITY",
"quantity": 12200,
"marketValue": 2196000.00,
"price": 180.00,
"currency": "USD",
"costBasis": 1830000.00,
"unrealizedGainLoss": 366000.00,
"weight": 0.0176
}
]
}
}
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/state-street-list-portfolio-positions-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.