---
title: price
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/skproduct/price
---

# price

The cost of the product in the local currency.

## Declaration

```swift
var price: NSDecimalNumber { get }
```

## Discussion

Discussion Your app can format the price using a number formatter, as shown in the following sample code:

## See Also

### Getting Pricing Information

- [priceLocale](storekit/skproduct/pricelocale.md)
- [introductoryPrice](storekit/skproduct/introductoryprice.md)
- [discounts](storekit/skproduct/discounts.md)
- [SKProductDiscount](storekit/skproductdiscount.md)
