Public API
Banking Intelligence provides a free REST API for programmatic access to bank data. Visit the API Documentation for full endpoint details.
Getting an API Key
- Go to API Keys in the sidebar.
- Click Generate Key.
- Copy the key and include it in your requests as a header:
Authorization: Bearer bi_xxxxxxxxxxxx
Rate Limits
- Free: 1 API key, 60 requests per hour.
- Pro: Up to 5 API keys, 1,000 requests per hour.
Available Endpoints
GET /api/v1/banks— Search institutions with filtering, sorting, pagination.GET /api/v1/financials— Quarterly financial data for a specific bank.GET /api/v1/failures— Bank failure records.GET /api/v1/macro— Macro economic time series.
Example
curl -H "Authorization: Bearer bi_xxxxxxxxxxxx" \
"https://banking.deepdigitalventures.com/api/v1/banks?state=CA&minAssets=1000000"