Standardized SEC financial data for TRUST FOR PROFESSIONAL MANAGERS — income statement, balance sheet, cash flow and 40+ ratios, available as a clean JSON API. CIK 0001141819.
# JSON
curl https://sec-financial-api-production.up.railway.app/v1/company/0001141819/financials \
-H "X-API-Key: YOUR_KEY"
# CSV export (income / balance / cash-flow)
curl "https://sec-financial-api-production.up.railway.app/v1/company/0001141819/income-statement?format=csv" \
-H "X-API-Key: YOUR_KEY"