---
title: "Search Sba Loans"
method: GET
path: "/v2/datasets/odyssey/credit-analysis/sba/search"
tags: ["odyssey"]
---

# Search Sba Loans

`GET /v2/datasets/odyssey/credit-analysis/sba/search`

Search SBA 7(a) loan data.

Contains loan-level data with borrower, lender, terms, and performance.
Covers FY2020-present (~50K most recent loans indexed).

## Query parameters

- `borrower` string, nullable
- `lender` string, nullable
- `state` string, nullable
- `naics` string, nullable
- `status` string, nullable
- `min_amount` number, double, nullable
- `limit` integer

## Response `200`

Successful Response

- OdysseyCreditAnalysisSbaSearchResponse
  - `total` integer
  - `results` OdysseyCreditAnalysisSbaSearchResponseResultsItems[]
    - `naicsdescription` string
    - `naicscode` string
    - `chargeoffdate` string
    - `borrstate` string
    - `terminmonths` string
    - `approvaldate` string
    - `grosschargeoffamount` string
    - `borrname` string
    - `initialinterestrate` string
    - `loanstatus` string
    - `grossapproval` string
    - `bankname` string
    - `jobssupported` string
    - `borrcity` string
  - `source` string

## Other responses

- `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)
