DRAGON_FINANCE

Summarizes Amazon finance event lines by event, kind, and type.

Syntax

=DRAGON_FINANCE(account, [ASIN/SKU], [marketplace], [period], [event], [kind], [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_FINANCE("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_FINANCE("Myaccount", "", "US", "last 12 months")
ABCDEFGH
1marketplaceperiodeventkindtypeamountcurrencyline_count
2US2026-07-21SHIPMENTEVENTLISTCHARGEPRINCIPAL25.95USD0
3US2026-07-20SHIPMENTEVENTLISTFEECOMMISSION26.95USD19
4US2026-07-19SHIPMENTEVENTLISTCHARGEFBAPERUNITFULFILLMENTFEE35.95USD12
5US2026-07-18SHIPMENTEVENTLISTFEETAX23.95USD81

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 12 months, 2026-04, or 2026. Default: last 12 months.
eventOptionalOptional finance event type filter.
kindOptionalOptional finance line kind filter such as FEE, CHARGE, or TAX_WITHHELD.
typeOptionalOptional finance line type or subtype 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.

ColumnDefaultDescription
marketplaceYesMarketplace.
periodYesPeriod.
eventYesEvent.
kindYesLine kind.
typeYesLine type.
amountYesAmount.
currencyYesCurrency.
line_countYesLine count.
asinNoAsin.
skuNoSku.
subtypeNoLine subtype.
marketplace_idNoMarketplace id.
marketplace_nameNoMarketplace name.
seller_order_idNoSeller order id.
order_item_idNoOrder item id.
tax_collection_modelNoTax collection model.
line_idxNoLine idx.

Examples

=DRAGON_FINANCE("Myaccount", "", "US", "last 12 months")