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
$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
$breakdown Function
Breaks down a metric into its constituents
Syntax: $breakdown <metric> ":" <ticker> <Optional arguments: "quarterly">
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
Syntax: $breakdownGrowth <metric> ":" <ticker> <Optional arguments: "quarterly">
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
Syntax: $breakdownGrowth <# of years> "year" <metric> ":" <ticker> <Optional arguments: "quarterly">
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