Upvest · Example Payload

Investment Api Instrument Price Example

Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

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

Top-level fields

instrument_idexchange_idpricecurrencytimestamp

Example Payload

Raw ↑
{
  "instrument_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "exchange_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "price": "example-string",
  "currency": "EUR",
  "timestamp": "2025-03-15T14:30:00Z"
}