DRAGON_OOS_RATE

Shows FBA out-of-stock rate over a selected period.

Syntax

=DRAGON_OOS_RATE(account, [ASIN/SKU], [marketplace], [period], [view], [basis], [columns], [header], [transpose])

Parameters in [brackets] are optional. Leave an optional parameter blank to include everything.

This page is also available inside Sheets – type =DRAGON_OOS_RATE("help") in any cell to get the same reference without leaving your spreadsheet.

Sample output

Illustrative values – your sheet shows your account's live data.

A1fx=DRAGON_OOS_RATE("Myaccount", "", "US", "last 90 days", "total", "asin", "none", "no")
AB
1asinsku
2B0EXAMPLE1MB-TEE-BLK-L_FBA
3B0EXAMPLE2MB-TEE-NVY-M_FBA
4B0EXAMPLE3MB-HAT-GRY_FBA
5B0EXAMPLE4MB-MUG-11OZ_FBA

Parameters

ParameterRequiredDescription
accountRequiredAccount nickname or Amazon account id.
ASIN/SKUOptionalOptional ASIN, SKU, or comma/space separated list. Also accepts a cell range like A2:A100 or INDIRECT() pointing to a list.
marketplaceOptionalOptional marketplace/country code such as US, CA, or MX.
periodOptionalOptional period such as last 30 days, 2026-04, or 2026. Default: last 30 days.
viewOptionalOptional output view: TOTAL, ASIN, or SKU. Default: ASIN.
basisOptionalOptional row basis: ASIN or SKU. Default: ASIN.
columnsOptionalOptional output columns. Leave empty for ASIN/SKU; use none or - to suppress ASIN/SKU.
headerOptionalUse no, false, or 0 to suppress the output header row. Default: Yes.
transposeOptionalUse yes, true, or 1 to transpose the output.

The period accepts values like last_30_days, this_month, 2026Q1, or ranges like 2026-01-01..today – see the full period reference.

Columns

Columns are evaluated left to right: a field or group name adds columns, a leading - removes them. default and all select the default or full column set.

ColumnDefaultDescription
asinYesAsin.
skuYesSeller sku.

Examples

=DRAGON_OOS_RATE("Myaccount", "", "US", "last 90 days", "total", "asin", "none", "no")
=DRAGON_OOS_RATE("Myaccount", "A1:A10", "US", "last 30 days", "asin")

Notes

  • OOS rate is FBA out-of-stock days divided by FBA inventory days.
  • view: total returns one rate; asin or sku returns one rate per product.
  • columns: leave empty for ASIN/SKU; use none or - to suppress ASIN/SKU.