Small Business Administration 7(a) loan-guarantee data — aggregated across lenders, counties, states, and NAICS industries. This is the smallest of the four verticals by record count, but it’s the most underused: it ties SEC-registered companies to the small-business credit activity in their HQ county, and it’s the only public dataset with standardised charge-off outcomes at that granularity.
Connecticut county-level aggregates have a FIPS schema gap. A 2022 FIPS schema change for Connecticut counties left approximately 6,408 loans unresolved at the county level. These loans are visible in state-level aggregates for CT but do not roll up into any county-level CT aggregate. Fix targeted for the next data refresh. Avoid using Connecticut counties as recipe targets or in production dashboards until the fix lands.
Loan-level records are not exposed. The endpoints return aggregates, not individual loans. This is intentional — borrower-level PII is not redistributable. If you need loan-level data for licensed research, contact hello@thesma.dev.
7(a) only in 1.0.0. SBA 504 (real-estate fixed-asset loans) and Microloan Program data are on the post-1.0.0 roadmap but not in the 1.0.0 release.
The ?include=lending_context parameter on any SEC company or financials endpoint adds a lending_context object with SBA aggregates for the company’s headquarters county and its NAICS industry:
{
"lending_context": {
"county_fips": "06037",
"county_name": "Los Angeles County, CA",
"county_loan_count": 3842,
"county_total_amount": 2187000000,
"county_charge_off_rate": 0.031,
"county_jobs_supported": 24180,
"naics": "3254",
"naics_title": "Pharmaceutical and Medicine Manufacturing",
"industry_loan_count": 412,
"industry_charge_off_rate": 0.024,
"period": "2025-Q4",
"source": "SBA 7(a)"
}
}
The enrichment is geographic AND industry — the county_* fields describe the company’s HQ county; the industry_* fields describe the company’s NAICS regardless of geography.