<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FinanceKit",
  "identifier" : "/documentation/FinanceKit/FinanceStore/accountHistory(since:isMonitoring:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "FinanceKit"
    ],
    "preciseIdentifier" : "s:10FinanceKit0A5StoreC14accountHistory5since12isMonitoringAC0E0Vy_AA7AccountOGAC0E5TokenVSg_SbtF"
  },
  "title" : "accountHistory(since:isMonitoring:)"
}
-->

# accountHistory(since:isMonitoring:)

Returns a list of accounts a person added since a time specified by the provided financial history token.

```
func accountHistory(since token: FinanceStore.HistoryToken? = nil, isMonitoring: Bool = true) -> FinanceStore.History<Account>
```

## Parameters

`token`

An optional `HistoryToken`.

`isMonitoring`

A Boolean value that indicates if the framework should return a `History` that indicates the changes to the accounts over time. Defaults to `true.`

## Return Value

A `History` that describes the accounts.

## Discussion

Use this method to list and monitor accounts present in a person’s Wallet. If provided, the framework uses the `since` history token as a starting point to evaluate which accounts to return.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)