Retrieve bond details
Returns comprehensive bond instrument details including pricing, ratings, and maturity information. Requires the `marketdata` scope. Available to individual investors.
| Name | Type | Required | Description |
|---|---|---|---|
| accountId | string | Yes | - |
| symbol | string | Yes | - |
No request body defined
CUSIP identifier
Name of the bond issuer
Symbol of the bond issuer
Bond symbol (typically CUSIP-BOND format)
Full description of the bond
Short description of the bond
Type of bond (e.g., TREASURY, CORPORATE, MUNICIPAL)
Treasury subtype (e.g., STRIPS)
Treasury duration (e.g., 30Y)
Bond status (e.g., OUTSTANDING)
Date when the bond was issued
Original price at which the bond was issued
Total size of the bond issue
Date when the bond matures
Credit rating of the bond
Rating category (e.g., INVESTMENT_GRADE)
Coupon rate of the bond
Frequency of coupon payments
Date of the next coupon payment
Par value of the bond
Accrued interest on the bond
Whether the bond is callable
Date of the next call option
Price at which the bond can be called
Current yield of the bond
Current market price of the bond
S&P rating outlook
Date of S&P outlook
S&P creditwatch status
Date of S&P creditwatch
Whether the bond is perpetual
Country where the bond was issued
Country of issuer domicile
Number of days until the bond matures
Liquidity rating of the bond
Seniority level of the bond
Whether partial par trading is allowed
Minimum order size for trading
Minimum order increment for trading
Invalid input: bond symbol not found or invalid format.
No response body defined
{
"cusip": "string",
"issuer": "string",
"issuerSymbol": "string",
"symbol": "string",
"description": "string",
"descriptionShort": "string",
"bondType": "string",
"treasurySubtype": "string",
"treasuryDuration": "string",
"bondStatus": "string",
"issueDate": "2023-11-07",
"issuePrice": "string",
"issueSize": "string",
"maturityDate": "2023-11-07",
"rating": "string",
"ratingCategory": "string",
"coupon": "string",
"couponFrequency": "string",
"nextCouponDate": "2023-11-07",
"parValue": "string",
"accruedInterest": "string",
"callable": true,
"nextCallDate": "2023-11-07",
"nextCallPrice": "string",
"currentYield": "string",
"currentPrice": "string",
"spOutlook": "string",
"spOutlookDate": "2023-11-07",
"spCreditwatch": "string",
"spCreditwatchDate": "2023-11-07",
"perpetual": true,
"countryIssue": "string",
"countryDomicile": "string",
"daysUntilMaturity": 1234567890,
"liquidityRating": "string",
"seniority": "string",
"partialPar": true,
"minimumOrderSize": "string",
"minimumOrderIncrement": "string"
}