# Statements Use these endpoints to retrieve monthly statements for bank and brokerage accounts. ## List Customer Statements - [GET /api/v1/customers/{customer_id}/statements/](https://docs.jiko.io/products/partner-api/reference/statements/list_customer_statements_api_v1_customers__customer_id__statements__get.md): Get all statements for all accounts of a specific customer. ## List Account Statements (deprecated) - [GET /api/v1/jiko-accounts/{account_id}/statements/](https://docs.jiko.io/products/partner-api/reference/statements/list_account_statements_api_v1_jiko_accounts__account_id__statements__get.md): Lists all statements for an account. Partners can expect monthly statements to be available by the 15th of every month. Bank and Broker dealer statements are sensitive documents. For security reasons, these URLs have a 10 minute TTL. Therefore, they should be fetched and served just-in-time, not stored in databases.