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

# Get Bdc Stats

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

Aggregate portfolio statistics for a BDC.

Returns weighted average spread, non-accrual rate, seniority breakdown,
top industries, and total portfolio fair value.

## Path parameters

- `ticker` string, required

## Response `200`

Successful Response

- OdysseyCreditAnalysisBdcStatsResponse
  - `bdc` string
  - `ticker` string
  - `filing_date` string
  - `total_investments` integer
  - `total_fair_value_mm` number, double
  - `non_accrual_count` integer
  - `non_accrual_rate_pct` number, double
  - `weighted_avg_spread_bps` integer
  - `seniority_breakdown` OdysseyCreditAnalysisBdcStatsResponseSeniorityBreakdown
    - `first_lien` integer
    - `equity` integer
    - `mezzanine` integer
  - `top_industries` OdysseyCreditAnalysisBdcStatsResponseTopIndustriesItems[]
    - `industry` string
    - `count` integer

## Other responses

- `404` — BDC 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)
