PitchHut logo
Cannabis Price Index
Track cannabis pricing trends with an open-source price index.
Pitch

The Cannabis Price Index provides a weekly overview of online cannabis pricing across various categories, utilizing an open-source methodology. This repository contains valuable SQL scripts and sample data to help users understand and replicate the price tracking process, ensuring transparency and accessibility in cannabis pricing trends.

Description

The Cannabis Price Index is a comprehensive, open-source project designed to track and analyze pricing trends for online cannabis products across the United States. By providing a structured methodology, SQL scripts, and sample datasets, it facilitates a better understanding of pricing dynamics within various cannabis product categories.

Project Overview

This repository serves as a resource for the Cannabis Price Index published at CannabisDealsUS. It includes essential components such as:

AssetDescription
methodology.mdDetailed methodology outlining baseline definitions, the index formula, and rules for data inclusion/exclusion
sql/compute_index.sqlSQL script for calculating the weekly price index at the subcategory level from product snapshots
sample_data/sample_week.csvRealistic, anonymized sample data for two weeks to support testing and analysis

How It Works

The Cannabis Price Index is calculated weekly through a systematic process:

  1. Data Collection: Product snapshots are gathered from various online cannabis retailers across the U.S.
  2. Aggregation: Products are grouped by category and subcategory, with effective prices and discounts averaged.
  3. Index Calculation: The average price of each subcategory is benchmarked against a fixed baseline week (December 8, 2025) to yield an index value, allowing for easy tracking of pricing trends.

An index value of 100 indicates baseline pricing, with values above 100 reflecting rising prices and values below 100 indicating price decreases.

Example Output

Below is a sample of the index calculation results:

WeekCategorySubcategoryAvg PriceIndex Value
2025-12-08FlowerPre-Rolls$18.45100.00
2025-12-15FlowerPre-Rolls$18.2098.64
2025-12-22FlowerPre-Rolls$17.8596.75
2025-12-08EdiblesGummies$24.30100.00
2025-12-15EdiblesGummies$23.9098.35
2025-12-22EdiblesGummies$24.80102.06

These outputs can be effectively visualized through line charts to illustrate distinct trends across product types: for example, a downward trend in Flower prices while Edibles may hold steady or increase.

Practical Applications

This methodology is actively utilized in a production environment, empowering the Cannabis Price Index at CannabisDealsUS to monitor and analyze thousands of products weekly in the online cannabis market.

The repository presents a valuable opportunity for data analysis and reporting within the cannabis sector, making advanced pricing insights accessible to researchers, analysts, and industry stakeholders.

0 comments

No comments yet.

Sign in to be the first to comment.