Single position by ticker
t212_get_positionRetrieve a specific open position from a Trading 212 account using its exact ticker (e.g., AAPL_US_EQ). Use only when the ticker is already known; otherwise, list all positions or search instruments.
Instructions
Returns one open position by its exact Trading 212 ticker (for example AAPL_US_EQ, not AAPL). Only use this when you already know the exact ticker — otherwise call t212_list_positions, which returns everything in a single request, or t212_search_instruments to resolve a name to a ticker. Fails if the account holds no such position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Exact Trading 212 ticker, e.g. AAPL_US_EQ. Case-sensitive. |