Revenue Growth (Historical)
LiveRevenue growth is the increase, or decrease, in a company's sales between two periods.
How calculated | To calculate revenue growth as a percentage, you subtract the previous period's revenue from the current period's revenue, and then divide that number by the previous period's revenue. |
Example usage | =hf_Revenue_Growth("MSFT",2022)- Returns the value of for the year 2022. =hf_Revenue_Growth("MSFT",2022,2)- Returns the value for the year 2022 and the calendar quarter 2 =hf_Revenue_Growth("MSFT",2022,3,"TTM")- Returns the value for the year 2022 and trailing twelve months from the calendar quarter =hf_Revenue_Growth("MSFT","lq") - Returns the value for the last quarter =hf_Revenue_Growth("MSFT","lq-1")-Returns the value for the last quarter-1 =hf_Revenue_Growth("MSFT","ly") - Returns the value for the last year =hf_Revenue_Growth("MSFT","ly-1") - Returns the value for the last year - 1 =hf_Revenue_Growth("MSFT","lt") - Returns the value for the last 12 months. =hf_Revenue_Growth("MSFT","lt-1") - Returns the value for the previous last 12 months. |
Assets | Stocks |