Get Breakdown Data

The gist

  • All syntax is case insensitive

  • All data can be requested as a chart by typing "chart" at the end of a command

  • All data can be requested as an excel file by typing "excel" at the end of a command

Function
Description

$breakdown <metric> ":" <ticker> <"quarterly" or leave blank>

Gets the percentage makeup of a metric

$breakdownGrowth <metric> ":" <ticker> <"quarterly" or leave blank>

Gets the percentage growth of each segment of a metric

$breakdownCAGR <# of years> "year" <metric> ":" <ticker> <"quarterly" or leave blank>

Gets the compound annual growth rate of each segment of a metric

Good to know - You can even use the breakdown function with the "user" metric, try it out yourself with $breakdown users: dis quarterly

$breakdown Function

Breaks down a metric into its constituents

Quarterly means that you compare one quarter to another instead of comparing the current trailing twelve month period to the prior one .

$breakdown Revenue: crm

$breakdownGrowth Function

Gets the growth of a metrics constituents

Quarterly means that you compare one quarter to another instead of comparing the current trailing twelve month period to the prior one .

$breakdownGrowth Operating Expenses: googl

$breakdownCAGR Function

Gets the compound annual growth of a metrics constituents

Quarterly means that you compare one quarter to another instead of comparing the current trailing twelve month period to a prior one .

$breakdownCAGR 4 year Revenue: amzn

Last updated