9fin CLO API

List CLO deals

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

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

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)
arrangerAny Of

Filter by lead or co-arranger name (case-insensitive substring match).

Default:null

Variant 1string
manager_counselAny Of

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

Default:null

Variant 1string
clo_typeAny Of

Filter by CLO structure type (case-insensitive exact match). One of: US BSL CLO, EU BSL CLO, US PC CLO, EU PC CLO, US CBO, EU CBO, Misc.

Default:null

Variant 1string

Allowed values:US BSL CLOEU BSL CLOUS PC CLOEU PC CLOUS CBOEU CBOMisc

reinvestment_period_length_minAny Of

Only return deals with reinvestment_period_length (years) at or above this value. May be negative: a post-reinvestment refinancing has a negative length.

Default:null

Variant 1number
reinvestment_period_length_maxAny Of

Only return deals with reinvestment_period_length (years) at or below this value. May be negative, and a negative bound is the way to select post-reinvestment refinancings.

Default:null

Variant 1number
non_call_period_length_minAny Of

Only return deals with non_call_period_length (years) at or above this value. May be negative.

Default:null

Variant 1number
non_call_period_length_maxAny Of

Only return deals with non_call_period_length (years) at or below this value. May be negative.

Default:null

Variant 1number

Response

application/json

Successful Response

PaginatedCLOs

Cursor-paginated list of CLO deals.

itemsarray[object]required

CLO deal 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 deals.

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