Upvest Investment API.
- Intraday account valuation events
Upvest Investment API (1.75.0)
https://sandbox.upvest.co/
https://api.upvest.co/
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
Date and time when the resource was created. RFC 3339-5, ISO8601 UTC
Date and time when the resource was last updated. RFC 3339-5, ISO8601 UTC
Date and time as of which the value was calculated. RFC 3339-5, ISO8601 UTC
Entity representing the monetary value by amount and currency.
The requested price quality.
- EOD - End of day prices
- HIGHEST_AVAILABLE - The most recent available prices
- Sandbox environment
https://sandbox.upvest.co/Account valuation events
- Live environment
https://api.upvest.co/Account valuation events
{ "id": "8962b496-8d42-4560-bfab-10490dd1a721", "created_at": "2023-01-10T00:15:32Z", "type": "ACCOUNT_VALUATION.CREATED", "object": { "id": "404b170a-9042-11ed-9a51-2eabd0c03f8a", "created_at": "2023-01-10T00:15:22Z", "updated_at": "2023-01-10T00:15:22Z", "valuation_time": "2023-01-10T00:15:22Z", "account_id": "51cdc0cc-9042-11ed-b017-2eabd0c03f8a", "price_quality": "EOD", "total_security_value": { … }, "security_positions": [ … ] }, "webhook_id": "9df39835-be87-4243-9018-f2500b39cee6" }
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
Date and time when the resource was created. RFC 3339-5, ISO8601 UTC
Date and time when the resource was last updated. RFC 3339-5, ISO8601 UTC
Date and time as of which the value was calculated. RFC 3339-5, ISO8601 UTC
Entity representing the monetary value by amount and currency.
The requested price quality.
- EOD - End of day prices
- HIGHEST_AVAILABLE - The most recent available prices
- Sandbox environment
https://sandbox.upvest.co/Intraday account valuation events
- Live environment
https://api.upvest.co/Intraday account valuation events
{ "id": "8962b496-8d42-4560-bfab-10490dd1a722", "created_at": "2023-01-10T14:15:32Z", "type": "INTRADAY_ACCOUNT_VALUATION.CREATED", "object": { "id": "404b170a-9042-11ed-9a51-2eabd0c03f8b", "created_at": "2023-01-10T14:15:22Z", "updated_at": "2023-01-10T14:15:22Z", "valuation_time": "2023-01-10T14:15:22Z", "account_id": "51cdc0cc-9042-11ed-b017-2eabd0c03f8a", "price_quality": "EOD", "total_security_value": { … }, "security_positions": [ … ] }, "webhook_id": "9df39835-be87-4243-9018-f2500b39cee7" }