<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FinanceKit",
  "identifier" : "/documentation/FinanceKit/FinanceStore/HistoryToken",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "FinanceKit"
    ],
    "preciseIdentifier" : "s:10FinanceKit0A5StoreC12HistoryTokenV"
  },
  "title" : "FinanceStore.HistoryToken"
}
-->

# FinanceStore.HistoryToken

A structure that describes the starting point to use for financial data queries.

```
struct HistoryToken
```

## Overview

The framework returns this as part of a [`FinanceStore.Changes`](/documentation/FinanceKit/FinanceStore/Changes) instance when iterating over a `History` sequence.

## Topics

### Initializers

[`init(from:)`](/documentation/FinanceKit/FinanceStore/HistoryToken/init(from:))

Initializes a new history token using data from the provided decoder.

### Instance Methods

[`encode(to:)`](/documentation/FinanceKit/FinanceStore/HistoryToken/encode(to:))

Encodes the history token into the provided encoder.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Encodable`](/documentation/Swift/Encodable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Decodable`](/documentation/Swift/Decodable)

---

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)