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

Function
Description

$cagr <# of years> "years" <metric> ":" < tickers> <"quarterly" or leave blank>

Gets the compound annual growth rate of a metric given years, the metric and ticker(s

$perShareCagr <# of years> "years" <metric> ":" < tickers> <"quarterly or leave blank>

Gets the compound annual growth rate of a metric per share given years, the metric and ticker(s

$annualizedGrowth <metric> ":" <tickers>

Gets the annualized growth given a metric and ticker(s)

$anualizedGrowthPerShare <metric> ":" <tickers>

Gets the annualized growth per share given a metric and ticker(s)

$Y_Y_growth <metric> ":" <tickers>

Gets the year over year growth given a metric and ticker(s)

$Y_Y_growthPerShare <metric> ":" <tickers>

Gets the year over year growth per share given a metric and ticker(s)

$marginExpansion <margin type> ":" <tickers> <"quarterly" or leave blank

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)

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)

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

$annualizedGrowth R&D: sq tsla nvda tdoc

$annualizedGrowthPerShare Function

Gets the annualized growth of a metric per share

$annualizedGrowthPerShare Net Income: aapl tgt cost nflx

$Y_Y_growth Function

Gets the year over year growth for a metric

$Y_Y_growth Dividends: aapl ups fdx wmt

$Y_Y_growthPerShare Function

Gets the year over year growth for a given metric per share

$Y_Y_growthPerShare Dividends: aapl ups fdx wmt

$marginExpansion Function

Shows how much a certain type of margin rose

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