Investments
Get holding
Retrieve a specific holding.
get/financial-data/v2beta/portfolios/{pid}/holdings/{id}
Path parameters
pidstring required
Example:654d7617-1cd3-46ab-921a-56fd92acf4a4
ID of the portfolio which the holding is associated with.
idstring required
The ID of the holding.
Response
An holding.
Example response
{
"id": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
"organizationId": "0160f6ab-5741-49e1-af46-9138927e547e",
"portfolioId": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
"name": "JPMorgan Prime Money Market Fund",
"taxId": "EXMPL0001",
"type": "MONEY_MARKET_FUND",
"market": "DE",
"currency": "EUR",
"position": {
"id": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
"holdingId": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
"organizationId": "0160f6ab-5741-49e1-af46-9138927e547e",
"timestamp": "2023-04-25T15:01:13.738861011Z",
"localDate": "2022-05-07",
"maturityDate": "2022-05-07",
"type": "MONEY_MARKET_FUND",
"nav": {
"currency": "EUR",
"stringValue": "15.02",
"value": 1502
},
"scaledNav": {
"currency": "EUR"
},
"totalValue": {
"currency": "EUR",
"stringValue": "15.02",
"value": 1502
},
"nominal": {
"currency": "EUR",
"stringValue": "15.02",
"value": 1502
},
"fundAum": {
"currency": "EUR",
"stringValue": "15.02",
"value": 1502
},
"totalPurchasePrice": {
"currency": "EUR",
"stringValue": "15.02",
"value": 1502
},
"version": 1,
"etag": "version:3"
},
"created": "2022-05-04T18:31:12.889104898Z",
"updated": "2022-05-04T18:47:32.213842599Z",
"version": 1,
"metadata": {
"my_metadata_key": "2a9a79b9-601c-449b-aa05-432f41dbbc4a"
},
"etag": "version:3"
}