# Stock Valuation Report

It helps you understand how much your inventory is worth, based on quantity on hand and the average cost per unit.

***

### 🔎 Running the Report

To generate the Stock Valuation Report, the user must select:

* **Date** – required, the date for which the stock valuation should be calculated.
* **Warehouse** – optional, select “All” (default) or a specific warehouse.
* **SKU** – optional, filter by a specific product SKU.
* **Location** – optional, filter by a specific location within the warehouse.

***

### 📋 Report Columns Explained

#### 🏷️ **Stock Item**

* The unique identifier (SKU) of the product.

***

#### 📝 **Description**

* The readable name or description of the product.

***

#### 🏭 **Warehouse**

* The warehouse where the stock is stored.

***

#### 📍 **Location**

* The specific location within the warehouse where the stock is kept.

***

#### 📦 **Quantity**

* The number of units of the SKU available in stock at the selected date.

***

#### 💰 **Average Cost**

* The average unit cost of the SKU, based on purchase history and stock adjustments.

***

#### 📊 **Valuation**

* The total value of the stock item, calculated as:

  **Quantity × Average Cost**

***

### ✅ How to Use the Stock Valuation Report

* **Financial Insights**: Understand the total value of your inventory for accounting or reporting purposes.
* **Inventory Control**: Identify high-value items that may require stricter controls or insurance coverage.
* **Warehouse Optimization**: Compare valuation across warehouses to balance stock effectively.
* **Decision Making**: Use valuation data to support purchasing, stock replenishment, and budget planning.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.ordereazi.com/inventory-features/reports/stock-valuation-report.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
