9fin CLO API

List CLO tranches

List CLO tranches (Pre-Marketing, In market, Priced, and Called).

get
https://api.9fin.com/v0/clo/tranches

Query Parameters

limitinteger

Maximum number of rows to return (1-200).

Default:50

>= 1<= 200

cursorAny Of

Opaque keyset-pagination cursor from a previous response’s next_cursor; omit for the first page.

Default:null

Variant 1string
sinceAny Of

Only return rows with updated_at at or after this datetime (UTC).

Default:null

Variant 1string(date-time)
untilAny Of

Only return rows with updated_at at or before this datetime (UTC).

Default:null

Variant 1string(date-time)
deal_ids__inAny Of

Comma-separated CLO deal IDs to include (max 10).

Default:null

Variant 1string
statusAny Of

Filter deal status (default: Pre-Marketing, In market, Priced, and Called).

Default:null

Variant 1string

Allowed values:Pre-MarketingIn marketPricedCalledall

regionAny Of

Filter coverage region.

Default:null

Variant 1string

Allowed values:USEuropeLATAMAPACCEEMEANorth AmericaWestern Europe

pricing_typeAny Of

Filter pricing type.

Default:null

Variant 1string

Allowed values:New issueResetRefi

deal_nameAny Of

Filter by CLO deal name (case-insensitive substring match).

Default:null

Variant 1string
managerAny Of

Filter by manager name (case-insensitive substring match).

Default:null

Variant 1string
marketing_date_fromAny Of

Only return rows with marketing_date on or after this date.

Default:null

Variant 1string(date)
marketing_date_toAny Of

Only return rows with marketing_date on or before this date.

Default:null

Variant 1string(date)
pricing_date_fromAny Of

Only return rows with pricing_date on or after this date.

Default:null

Variant 1string(date)
pricing_date_toAny Of

Only return rows with pricing_date on or before this date.

Default:null

Variant 1string(date)

Response

application/json

Successful Response

PaginatedTranches

Cursor-paginated list of in-market CLO tranches.

itemsarray[object]required

In-market CLO tranche row for the client-facing feed.

Show Child Parameters
next_cursorAny Of

Cursor to pass in the next request to fetch the next page of tranches.

Variant 1string
get/v0/clo/tranches
 
application/json