Upvest Investment API.
- Intraday account valuation events
Get current valuation for an account
List valuation history for an account
Account valuation events
Intraday account valuatio...
Upvest Investment API (1.77.0)
Overview
Languages
Servers
Sandbox environment
https://sandbox.upvest.co/
Live environment
https://api.upvest.co/
Bodyapplication/json
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
Enum"EOD""HIGHEST_AVAILABLE"
- Sandbox environmenthttps://sandbox.upvest.co/Account valuation events
- Live environmenthttps://api.upvest.co/Account valuation events
application/json
{ "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" }
Bodyapplication/json
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
Enum"EOD""HIGHEST_AVAILABLE"
- Sandbox environmenthttps://sandbox.upvest.co/Intraday account valuation events
- Live environmenthttps://api.upvest.co/Intraday account valuation events
application/json
{ "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" }