Upvest · Example Payload

Investment Api Instrument Example

Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

Investment Api Instrument Example is an example object payload from Upvest, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idisinwknnametypecurrencyexchangestradeablefractional_trading_enabled

Example Payload

Raw ↑
{
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "isin": "DE0005140008",
  "wkn": "example-string",
  "name": "Investment Portfolio A",
  "type": "EQUITY",
  "currency": "EUR",
  "exchanges": [
    {
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "name": "Investment Portfolio A",
      "mic": "example-string"
    }
  ],
  "tradeable": true,
  "fractional_trading_enabled": true
}