# Search for a specific position by ticker Rate Limit: 1 request per 1 second Search for a open position by ticker Endpoint: POST /api/v0/equity/portfolio/ticker Version: v0 Security: authWithSecretKey ## Request fields (application/json): - `ticker` (string) ## Response 200 fields (application/json): - `averagePrice` (number) - `currentPrice` (number) - `frontend` (string) Origin Enum: "API", "IOS", "ANDROID", "WEB", "SYSTEM", "AUTOINVEST" - `fxPpl` (number) Forex movement impact, only applies to positions with instrument currency that differs from the accounts' - `initialFillDate` (string) - `maxBuy` (number) Additional quantity that can be bought - `maxSell` (number) Quantity that can be sold - `pieQuantity` (number) Invested in pies - `ppl` (number) - `quantity` (number) - `ticker` (string) Unique instrument identifier Example: "AAPL_US_EQ" ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 408 fields ## Response 429 fields