get_position
Fetch a single open position by its Trading 212 ticker, returning quantity, average and current prices, and unrealized profit or loss.
Instructions
Fetch a single open position by its Trading 212 ticker.
Returns the same trimmed fields as get_portfolio: ticker, quantity (shares, fractional allowed), averagePrice and currentPrice (per share, instrument currency), ppl (unrealized profit/loss, account currency), fxImpact (nullable, account currency), initialFillDate (ISO 8601). Errors if there is no open position for the ticker.
Rate limit: 1 request per 1 second.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Trading 212 ticker, e.g. "AAPL_US_EQ" or "TMGl_EQ". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||