Short Positions (US & HK)
Get short interest data for US or HK securities. Market is auto-detected from the symbol suffix: .HK → HKEX short position data (daily); others → US FINRA short interest data (bi-monthly).
longbridge short-positions TSLA.US
longbridge short-positions 700.HK
longbridge short-positions AAPL.US --count 50SDK Links
Parameters
SDK method parameters.
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | YES | Security symbol, e.g. TSLA.US or 700.HK |
| count | integer | NO | Number of records to return (1–100, default: 20) |
Request Example
Response
Response Example
Response Status
| Status | Description | Schema |
|---|---|---|
| 200 | Success | See schemas below |
| 400 | Bad request | None |
Schemas
US Response (.US symbols)
| Name | Type | Required | Description |
|---|---|---|---|
| data | object[] | false | Short position records |
| ∟ timestamp | string | false | Settlement date (RFC 3339, e.g. 2022-03-15T04:00:00Z) |
| ∟ current_shares_short | string | false | Number of shares sold short |
| ∟ avg_daily_share_volume | string | false | Average daily share volume |
| ∟ days_to_cover | string | false | Days to cover (short shares ÷ avg daily vol) |
| ∟ rate | string | false | Short ratio |
| ∟ close | string | false | Closing price for the day |
HK Response (.HK symbols)
| Name | Type | Required | Description |
|---|---|---|---|
| data | object[] | false | Short position records |
| ∟ timestamp | string | false | Trade date (RFC 3339, e.g. 2022-03-15T04:00:00Z) |
| ∟ amount | string | false | Short selling amount (HKD) |
| ∟ balance | string | false | Short position balance |
| ∟ cost | string | false | Closing price for the day |
| ∟ rate | string | false | Short ratio |