PERFORMANCE
Get price performance data for a given stock. This includes price changes for different time periods.
Syntax
=OBB.EQUITY.PRICE.PERFORMANCE(symbol)
Examples
=OBB.EQUITY.PRICE.PERFORMANCE("AAPL")
Parameters
Name | Type | Description | Required |
---|---|---|---|
symbol | Text | Symbol to get data for. Multiple comma separated items allowed. | True |
Data
- fmp
Name | Description |
---|---|
symbol | The ticker symbol. |
one_day | One-day return. |
wtd | Week to date return. |
one_week | One-week return. |
mtd | Month to date return. |
one_month | One-month return. |
qtd | Quarter to date return. |
three_month | Three-month return. |
six_month | Six-month return. |
ytd | Year to date return. |
one_year | One-year return. |
two_year | Two-year return. |
three_year | Three-year return. |
four_year | Four-year |
five_year | Five-year return. |
ten_year | Ten-year return. |
max | Return from the beginning of the time series. |