read_live_portfolio
Retrieve current portfolio status from a live trading algorithm on QuantConnect, with updates approximately every 10 minutes.
Instructions
Read out the portfolio state of a live algorithm.
The snapshot updates about every 10 minutes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. | |
| portfolio | No |