Get Growth Data
The Gist
These functions are for getting growth data
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
Gets the compound annual growth rate of a metric given years, the metric and ticker(s
Gets the compound annual growth rate of a metric per share given years, the metric and ticker(s
Gets the annualized growth given a metric and ticker(s)
Gets the annualized growth per share given a metric and ticker(s)
Gets the year over year growth given a metric and ticker(s)
Gets the year over year growth per share given a metric and ticker(s)
Gets how much a specified margin rose given the type of margin and ticker(s)
$cagr Function
Gets the compound annual growth rate of a metric given years, the metric and ticker(s)
Syntax: $cagr <#of years> "year" <metric> ":" <ticker(s)> <Optional arguments: "quarterly">
Quarterly
means that you compare one quarter to another instead of comparing one trailing twelve month period to another.
$cagr 5 year Revenue: aapl amzn baba googl
$perShareCAGR Function
Gets the compound annual growth rate per share of a metric given years, the metric and ticker(s)
Syntax: $perShareCAGR<#of years> "year" <metric> ":" <ticker(s)> <Optional arguments: "quarterly">
This Function shows the growth of a company after accounting for share buybacks/dilution
Quarterly
means that you compare one quarter to another instead of comparing one trailing twelve month period to another.
$perShareCAGR 5 year Revenue: aapl amzn baba googl
$annualizedGrowth Function
Gets the annualized growth of a metric
Syntax: $annualizedGrowth <metric> ":" <ticker(s)>
$annualizedGrowth R&D: sq tsla nvda tdoc
$annualizedGrowthPerShare Function
Gets the annualized growth of a metric per share
Syntax: $annualizedGrowthPerShare <metric> ":" <ticker(s)>
$annualizedGrowthPerShare Net Income: aapl tgt cost nflx
$Y_Y_growth Function
Gets the year over year growth for a metric
Syntax: $Y_Y_growth <metric> ":" <ticker(s)>
$Y_Y_growth Dividends: aapl ups fdx wmt
$Y_Y_growthPerShare Function
Gets the year over year growth for a given metric per share
Syntax: $Y_Y_growthPerShare <metric> ":" <ticker(s)>
$Y_Y_growthPerShare Dividends: aapl ups fdx wmt
$marginExpansion Function
Shows how much a certain type of margin rose
Syntax: $Y_Y_growth <margin type> ":" <ticker(s)>
Quarterly
means you compare the most recent quarter to the quarter 1 year prior, if you don't put quarterly, it compares the trailing twelve month period to the previous trailing twelve month period.
$marginExpansion Free Cash Flow : fb googl aapl
Last updated