Skip to content

Hot Stocks API

Get the top 100 in-demand securities with lending rates.

Endpoint

http
POST /public/portfolio-analysis/hot-stocks

Request Body

json
{
  "instrumentType": "Stock",
  "countryOfListing": "US"
}

Parameters

FieldTypeDescription
instrumentTypestring(Optional) Stock, Fixed Income, or ETF
countryOfListingstring(Optional) Country code, e.g., US

Response

json
[
  {
    "isin": "US5949181045",
    "actualUtilization": 0.85,
    "benchmarkFeeHighestLoanBps": 420
  }
]

Response Schema

NameTypeDescription
isinstringThe ISIN of the instrument
actualUtilizationdecimalCurrent utilization rate
benchmarkFeeHighestLoanBpsdecimalLending rate in basis points

Sharegain API Documentation