Get User Data
The Gist
For the user, userGrowth, metricPerUser, and metricPerUserCAGR, you can use the word "all" to request the data for all tickers that have available user 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
Get the number of users for a company as of the most recent quarter
Get the year over year growth for a company's users
See how many users a company gained in the most recent quarter
Get the value of a metric relative to the number of users a company has
Get the compound annual growth rate of a metric given a number of years, metric, and ticker(s)
Get the historical value of a metric per user for a company
$users Function
The users function gets the number of users a company has as of the most recent quarter
Syntax: $users <tickers>
$users coin snap nflx dis roku abnb
$usersAdded Function
The users function gets the number of users a company added in the most recent quarter
Syntax: $usersAdded <tickers>
$usersAdded dis fb snap uber nflx roku coi
$userGrowth Function
This function gets the year over year growth of a company's users
Syntax: $userGrowth <tickers>
$userGrowth sq snap twtr fb abnb coin sklz pins
$metricPerUser Function
This function gets a metric per user for a company
Syntax: $metricPerUser <metric> ":" <tickers> <Optional arguments: "quarterly"
Quarterly
is used to get the value of a metric per user only from the most recent quarter versus from the last 12 months
$metricPerUser Revenue: snap lmnd fb baba
$metricPerUserCAGR Function
This function gets the compound annual growth rate for the value of a metric per user
Syntax: $metricPerUserCAGR <# of years> "years" <metric> ":" <tickers>
<Optional Arguments: "quarterly">
Quarterly
means that you compare one quarter to another instead of comparing one trailing twelve month period to another.
$metricPerUserCAGR 3 year Gross Profit: fb nflx
$historicalMetricPerUser Function
This function gets the historical value of a metric per user for a company
Syntax: $historicalMetricPerUser <metric> ":" <ticker>
<Optional Arguments: "TTM" "yearly" "growth">
All Optional arguments can be used together
TTM
means the data shown will represent the 12 months prior from the date of the quarter
Yearly
means that the data shown will be spread 4 quarters apart
Growth
means that the year over year growth for a metric per user is shown
$historicalMetricPerUser Revenue: snap chart
Last updated