Hot Stocks API
Get the top 100 in-demand securities with lending rates.
Endpoint
http
POST /public/portfolio-analysis/hot-stocksRequest Body
json
{
"instrumentType": "Stock",
"countryOfListing": "US"
}Parameters
| Field | Type | Description |
|---|---|---|
instrumentType | string | (Optional) Stock, Fixed Income, or ETF |
countryOfListing | string | (Optional) Country code, e.g., US |
Response
json
[
{
"isin": "US5949181045",
"actualUtilization": 0.85,
"benchmarkFeeHighestLoanBps": 420
}
]Response Schema
| Name | Type | Description |
|---|---|---|
isin | string | The ISIN of the instrument |
actualUtilization | decimal | Current utilization rate |
benchmarkFeeHighestLoanBps | decimal | Lending rate in basis points |