---
title: "fetchHistory(after:)"
framework: coredata
role: symbol
role_heading: Type Method
path: "coredata/nspersistenthistorychangerequest/fetchhistory(after:)-qi5b"
---

# fetchHistory(after:)

Retrieves history since a given date.

## Declaration

```swift
class func fetchHistory(after date: Date) -> Self
```

## Parameters

- `date`: The date used to define the start of the fetch history.

## Mentioned in

Consuming relevant store changes

## Return Value

Return Value A persistent history fetch request (NSPersistentHistoryChangeRequest) with an initial date boundary.

## See Also

### Fetching History

- [fetchHistory(after:)](coredata/nspersistenthistorychangerequest/fetchhistory(after:)-3rmfm.md)
- [fetchHistory(after:)](coredata/nspersistenthistorychangerequest/fetchhistory(after:)-9cuj5.md)
- [fetchHistory(withFetch:)](coredata/nspersistenthistorychangerequest/fetchhistory(withfetch:).md)
