Advanced Scripting
kick transactions list --format=json | \
jq 'group_by(.category) | map({category: .[0].category, count: length})'kick transactions list --format=json | \
jq 'sort_by(.amount) | reverse | .[0:10]'kick transactions list --format=json | \
jq 'group_by(.counterparty) | map({counterparty: .[0].counterparty, avg: (map(.amount) | add / length)})'Environment variables
export KICK_WORKSPACE="Client Name"
export KICK_ENTITY="ACME Corp"
export KICK_FORMAT="json"
# Commands use these defaults
kick transactions list
kick reports pl --period="2026-01"Configuration file
Scheduling Scripts
Last updated
Was this helpful?
