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

Function
Description

$users <ticker(s)>

Get the number of users for a company as of the most recent quarter

$userGrowth <ticker(s)>

Get the year over year growth for a company's users

$usersAdded <ticker(s)>

See how many users a company gained in the most recent quarter

$metricPerUser <metric> ":" <ticker(s)> <Optional arguments: "quarterly">

Get the value of a metric relative to the number of users a company has

$metricPerUserCAGR <# of years> "year"<metric> ":" <ticker(s)> <Optional arguments: "quarterly">

Get the compound annual growth rate of a metric given a number of years, metric, and ticker(s)

$historicalMetricPerUser <metric> ":" <ticker> <Optional arguments: "TTM" "yearly" "growth">

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

Hint: You can just use the word "all" instead of typing tickers to get all available user data

$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

Hint: You can just use the word "all" instead of typing tickers to get all available user data

$usersAdded dis fb snap uber nflx roku coi

$userGrowth Function

This function gets the year over year growth of a company's users

Hint: You can just use the word "all" instead of typing stock tickers to get all available user growth data

$userGrowth sq snap twtr fb abnb coin sklz pins

$metricPerUser Function

This function gets a metric per user for a company

Quarterly is used to get the value of a metric per user only from the most recent quarter versus from the last 12 months

Hint: You can just use the word "all" instead of typing stock tickers to get all available user growth data

$metricPerUser Revenue: snap lmnd fb baba

$metricPerUserCAGR Function

This function gets the compound annual growth rate for the value of a metric per user

Quarterly means that you compare one quarter to another instead of comparing one trailing twelve month period to another.

Hint: You can just use the word "all" instead of typing stock tickers to get all available user growth data

$metricPerUserCAGR 3 year Gross Profit: fb nflx

$historicalMetricPerUser Function

This function gets the historical value of a metric per user for a company

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

I am putting "chart" at the end of all the commands below since the keywords make a lot more sense when seen visually

$historicalMetricPerUser Revenue: snap chart

This is the output you will get if you type the above command

Last updated