---
title: "isDataAvailable(_:)"
framework: financekit
role: symbol
role_heading: Type Method
path: "financekit/financestore/isdataavailable(_:)"
---

# isDataAvailable(_:)

Returns a Boolean value that indicates if data that represents the provided type is available in the finance store.

## Declaration

```swift
static func isDataAvailable(_ type: FinanceStore.DataType) -> Bool
```
