DRAGON_BSR_RANK

Shows product BSR ranking history by ASIN and rank type over a selected period.

Syntax

=DRAGON_BSR_RANK(account, [ASIN/SKU], [marketplace], [fulfillment], [period], [rank type], [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_BSR_RANK("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_BSR_RANK("Myaccount", "B0C87GTM5G", "US", "FBA", "last 30 days")
ABC
1asinrank_typerank_title
2B0EXAMPLE112901290
3B0EXAMPLE212241224
4B0EXAMPLE312551255
5B0EXAMPLE412861286

Parameters

ParameterRequiredDescription
accountRequiredAccount nickname or Amazon account id.
ASIN/SKUOptionalOptional ASIN, SKU, or comma/space separated ASIN/SKU 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.
fulfillmentOptionalOptional fulfillment filter: FBA or FBM.
periodOptionalOptional period such as last 90 days, 2026-04, or 2026. Default: last 90 days.
rank typeOptionalOptional rank type filter.
columnsOptionalOptional comma-separated output columns.
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 – for example compact,-marketplace.

ColumnDefaultDescription
marketplaceNoMarketplace.
marketplace_idNoMarketplace id.
asinYesAsin.
fulfillmentNoFulfillment.
rank_typeYesRank type.
rank_titleYesRank title.
rank_keyNoRank key.
seller_idNoSeller id.

Column groups

Groups select several columns at once and combine with single fields in the columns parameter.

compact

Examples

=DRAGON_BSR_RANK("Myaccount", "B0C87GTM5G", "US", "FBA", "last 30 days")
=DRAGON_BSR_RANK("Myaccount", "B0C87GTM5G", "US", "FBA", "last 30 days", "", "compact")

Notes

  • columns: title is exposed as rank_title because it is the ranking group/category title, not the product title.
  • columns: use compact to show only rank date columns. default and all are also supported.
  • columns are evaluated left to right. A field or group adds columns; prefix with - to remove a field or group.