Get Historical Data
The Gist
Get historical data with these functions
Typing "growth" at the end will get the growth of the metric over time
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
$historicalQuarterlyData <metric> ":" <ticker>
<optional arguments : "growth" "yearly">
Gets the historic quarterly data of a metric for a ticker
$historicalTTMdata <metric> ":" <ticker>
<optional arguments : "growth" "yearly">
Gets the historic trailing 12 month data of a metric for a ticker
$historicalProportion <numerator> "/" <denominator> ":" <ticker> <optional arguments: "quarterly" "spaced yearly">
Gets the historic proportion of one metric to another
$perShareComparison <metric> ":" <ticker> <optional arguments : "TTM" "yearly" "difference">
Shows the growth of a metric per share and the growth of the metric as a whole
$historicalMetricPerShare <metric> ":" <ticker>
<optional arguments : "TTM" "yearly" "growth">
Gets a metric per share over time
$historicalQuarterlyData Function
Gets the historical value of a metric
Syntax: $historicalQuarterlyData <metric> ":" <ticker> <Optional arguments: "yearly" "growth"
Yearlymeans that the data shown is spread 4 quarters apart
Growth means that you get the year over year growth for the metric.
$historicalQuarterlyData Assets: aapl chart

$historicalQuarterlyData Assets: aapl yearly chart

$historicalQuarterlyData Assets: aapl growth chart

$historicalTTMdata Function
Gets the historical value of a metric
Syntax: $historicalTTMData <metric> ":" <ticker> <Optional arguments: "yearly" "growth"
Yearlymeans that the data shown is spread 4 quarters apart
Growth means that you get the year over year growth for the metric
$historicalTTMdata Operating Cash Flow: aapl chart

$historicalTTMdata Operating Cash Flow: aapl yearly chart

$historicalTTMdata Operating Cash Flow: aapl growth chart

$historicalProportion Function
Gets the historical value of a metric
Syntax: $historicalProportion <numerator> "/" <denominator> ":" <ticker> <optional arguments: "quarterly" "spaced yearly">
Quarterly means that you compare one quarter to another instead of comparing one trailing twelve month period to another.
Yearlymeans that the data shown is spread 4 quarters apart
$historicalProportion YouTube Ads/Revenue: googl chart

$historicalProportion YouTube Ads/Revenue: googl quarterly chart

$historicalProportion iPhone / Revenue: aapl yearly chart

$perShareComparison Function
Compares the growth of a metric on a per share basis versus the growth of the metric on a nominal basis
Syntax: $perShareComparison <metric> ":" <ticker>
<Optional arguments: "TTM" "yearly" "difference">
TTM means the data shown will represent the 12 months prior from the date of the quarter
Yearly means that the data shown is spread 4 quarters apart
Difference means that the you just see the value of the metrics growth on a per share basis minus the growth of the metric on a nominal basis
$perShareComparison Operating Cash Flow: googl chart

$perShareComparison Operating Cash Flow: googl TTM chart

$perShareComparison Operating Cash Flow: googl yearly chart

$perShareComparison Operating Cash Flow: googl difference chart

$historicalMetricPerShare Function
Compares the growth of a metric on a per share basis versus the growth of the metric on a nominal basis
Syntax: $historicalMetricPerShare <metric> ":" <ticker> <optional arguments : "TTM" "yearly" "growth">
TTM means the data shown will represent the 12 months prior from the date of the quarter
Yearly means that the data shown is spread 4 quarters apart
Growth means that you get the year over year growth for the metric
$historicalMetricPerShare Book Value: aapl chart

$historicalMetricPershare Net Income: aapl TTM chart

$historicalMetricPerShare Net Income: aapl yearly chart

$historicalMetricPerShare Net Income: aapl growth chart

Last updated