# Get price history for a marketplace catalog item **GET /2024-09/marketplaces/catalog-items/{marketplace_catalog_item}/price-history** Returns historical price data for a catalog item with the specified granularity ## Servers - Production server (uses live data): https://app.merchanthq.com/api (Production server (uses live data)) ## Authentication methods - Default ## Parameters ### Path parameters - **marketplace_catalog_item** (string(uuid)) The ID of the marketplace catalog item ### Query parameters - **from** (string(date)) Start date for the price history (inclusive) - **to** (string(date)) End date for the price history (inclusive) - **granularity** (string) The granularity of the price history data ## Responses ### 200 Price history for the catalog item #### Body: application/json (object) - **data** (array[object]) ### 401 ### 404 [Powered by Bump.sh](https://bump.sh)