Since IPO Performance
Company's Performance since IPO
Return actual gain since listing date of a given ticker
GET
/
listing-performance
/
{ticker}
/
Notes
Listing performance data is accessible only for tickers listed after May 2005.
Header
Authorization
string
requiredAuthorization header that should be filled with your Sectors Financial API key.
Path
ticker
string
requiredTicker of the company for which the percentage gain since listing date is to be retrieved.
Response
symbol
string
requiredThe ticker of the listed performance data.
chg_7d
float
requiredThe price change in the last 7 days.
chg_30d
float
requiredThe price change in the last 30 days.
chg_90d
float
requiredThe price change in the last 90 days.
chg_365d
float
requiredThe price change in the last 365 days.