---
title: 'cash-flow'
sidebar_label: 'cash-flow'
sidebar_position: 4
---

# longbridge cash-flow

View your cash flow history — deposits, withdrawals, dividend payments, trade settlements, and other account movements.

## Basic Usage

```bash
longbridge cash-flow
```

```
| Flow Name | Symbol | Business Type | Balance | Currency | Time | Description |
|-----------|--------|---------------|---------|----------|------|-------------|
```

## Examples

### View last 30 days of cash flow

```bash
longbridge cash-flow
```

Lists all cash movements in the past 30 days, including the flow type, associated symbol, balance, currency, and timestamp.

### Filter by date range

```bash
longbridge cash-flow --start 2026-01-01 --end 2026-03-31
```

Fetches cash flow records within a specific date range. Useful for quarterly reconciliation or tax reporting.

## Requirements

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