# `Codat.Accounting.CashFlowStatement`
[🔗](https://github.com/iamkanishka/codat.git/blob/v1.0.0/lib/codat/accounting/accounting.ex#L335)

Read cash flow statement financial reports.

# `get`

```elixir
@spec get(Codat.Client.t() | String.t(), String.t() | keyword(), keyword()) ::
  {:ok, map()} | {:error, Codat.Error.t()}
```

Returns the cash flow statement for a company.

## Options

- `:period_length` — length of each period in months (default: 1)
- `:periods_to_compare` — number of periods (default: 12)
- `:start_month` — ISO8601 month string

---

*Consult [api-reference.md](api-reference.md) for complete listing*
