> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Statements

> Get monthly account statements

<Note>
  **NEW TO MX CONNECTIVITY?**

  See the [Connectivity Overview](/products/connectivity/overview) to learn about our Connectivity products and integration options.
</Note>

<CardGroup cols={2}>
  <Card title="Integrate using the Connect Widget" cta="Go to Guide" href="/products/connectivity/overview/connectivity-integration-guides/connect-widget-flow">
    Use the Connect Widget and Platform API to let end users connect to their accounts.
  </Card>

  <Card title="Integrate using the Platform API" cta="Go to Guide" href="/products/connectivity/overview/connectivity-integration-guides/api-only-flow">
    Use the Platform API to power a non-MX UI connection experience.
  </Card>
</CardGroup>

With Statements, you can connect to an end user's financial institution and retrieve monthly account statements in PDF format. This data can be used as part of a number of solutions including personal financial management or risk analysis.

<img src="https://mintcdn.com/mx-7a01b258/OOfo2VTBgMqAqqgz/images/connectivity/statements/statements_landing_diagram.png?fit=max&auto=format&n=OOfo2VTBgMqAqqgz&q=85&s=0c628b6893365be976d17b7b6be38a3f" alt="Diagram flow of the steps to get account statements" width="1824" height="344" data-path="images/connectivity/statements/statements_landing_diagram.png" />

## Quick Links

<CardGroup>
  <Card title="API Reference" cta="Go to Reference" href="/api-reference/platform-api/overview">
    Learn about the full features of the Platform API.
  </Card>
</CardGroup>

## Statement Sample Data

This sample response shows the data you can expect to get for statements, in addition a PDF copy of a given statement.

```json theme={null}
{
  "statement": {
    "account_guid": "ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1",
    "content_hash": "ca978112ca1bbdcafac231b39a23dc4da786eff8147c4e72b9807785afee48bb",
    "created_at": "2016-10-13T17:57:37.000Z",
    "guid": "STA-737a344b-caae-0f6e-1384-01f52e75dcb1",
    "member_guid": "MBR-3bdc7d6b-efd4-1497-a0af-b23501cf9bd0",
    "updated_at": "2016-10-13T18:08:00.000Z",
    "uri": "uri/to/statement",
    "user_guid": "USR-11141024-90b3-1bce-cac9-c06ced52ab4c"
  }
}
```

## Related Products

<CardGroup>
  <Card title="Extended Transaction History" cta="Read Documentation" href="/products/connectivity/extended-transaction-history">
    Get up to 24 months of transaction history.
  </Card>

  <Card title="Instant Account Verification" cta="Read Documentation" href="/products/connectivity/instant-account-verification">
    Get account and routing numbers.
  </Card>

  <Card title="Account Aggregation" cta="Read Documentation" href="/products/connectivity/account-aggregation">
    Get account and transaction data.
  </Card>
</CardGroup>
