---
title: 'positions'
sidebar_label: 'positions'
sidebar_position: 2
---

# longbridge positions

List your current stock positions — symbol, quantity, available quantity, cost price, and market.

## Basic Usage

```bash
longbridge positions
```

```
| Symbol  | Name      | Quantity | Available | Cost Price | Currency | Market |
|---------|-----------|----------|-----------|------------|----------|--------|
| NVDA.US | NVIDIA    | 101      | 101       | 50.229     | USD      | US     |
| MSFT.US | Microsoft | 15       | 15        | 373.310    | USD      | US     |
| AAPL.US | Apple     | 133      | 133       | 211.589    | USD      | US     |
| 9988.HK | BABA-W    | 500      | 500       | 95.640     | HKD      | HK     |
```

## Examples

### View all positions

```bash
longbridge positions
longbridge positions --format json
```

Displays every open stock position with its name, symbol, quantity, available quantity for trading, cost price, and market.

## Requirements

OAuth account permission required. See the [account permission setup](/docs/trade/) guide.
