---
title: FinanceStore.HistoryToken
framework: financekit
role: symbol
role_heading: Structure
path: financekit/financestore/historytoken
---

# FinanceStore.HistoryToken

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

## Declaration

```swift
struct HistoryToken
```

## Overview

Overview The framework returns this as part of a FinanceStore.Changes instance when iterating over a History sequence.

## Topics

### Initializers

- [init(from:)](financekit/financestore/historytoken/init(from:).md)

### Instance Methods

- [encode(to:)](financekit/financestore/historytoken/encode(to:).md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
