---
title: "Get Bdc Portfolio"
method: GET
path: "/v2/datasets/odyssey/credit-analysis/bdc/{ticker}/portfolio"
tags: ["odyssey"]
---

# Get Bdc Portfolio

`GET /v2/datasets/odyssey/credit-analysis/bdc/{ticker}/portfolio`

Full Schedule of Investments for a specific BDC.

Parsed from the BDC's SEC 10-Q/10-K filing. Each investment includes:
borrower name, industry, investment type, seniority, coupon, spread,
reference rate, maturity, principal, fair value, and non-accrual status.

## Path parameters

- `ticker` string, required

## Query parameters

- `quarter` string, nullable
- `limit` integer

## Response `200`

Successful Response

- OdysseyCreditAnalysisBdcPortfolioResponse
  - `bdc` string
  - `non_accrual_count` string
  - `ticker` string
  - `filing_date` string
  - `total_investments` string
  - `filing_type` string
  - `investments` OdysseyCreditAnalysisBdcPortfolioResponseInvestmentsItems[]
    - `spread_bps` string
    - `industry` string
    - `maturity_date` string
    - `reference_rate` string
    - `acquisition_date` string
    - `cost_mm` string
    - `principal_mm` string
    - `investment_type` string
    - `coupon_pct` string
    - `fair_value_mm` string
    - `non_accrual` boolean
    - `company` string
    - `seniority` string
  - `total_fair_value` string

## Other responses

- `404` — BDC or filing not found
- `500` — Internal server error

---

[API](https://skmtc.dev/runcaptain/apis/api-reference.md) · [All operations](https://skmtc.dev/runcaptain/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runcaptain/api-reference/revisions/fe4649e3f4aa/schema)
