FaithScreener
Account/API Keys
Developer access

Your API keys

Create keys to authenticate programmatic requests. Send them in the X-API-Key header on any request. Keep them secret. Anyone with a key can use your rate-limit quota.

Create a new key
Your keys
0 active
Loading...
Quick start

Use your key in the X-API-Key header

All endpoints return JSON. Rate limits are per key per day.

# Screen a stock against all 10 frameworks
curl https://faithscreener.com/api/screen/us/AAPL \
  -H "X-API-Key: fsk_live_..."

# Full forensic accounting report
curl https://faithscreener.com/api/forensic/AAPL \
  -H "X-API-Key: fsk_live_..."

# Composite health score only
curl https://faithscreener.com/api/forensic/AAPL/health-score \
  -H "X-API-Key: fsk_live_..."

# Same-SIC peer comparison
curl https://faithscreener.com/api/forensic/AAPL/peers?n=5 \
  -H "X-API-Key: fsk_live_..."

# Screen an ETF's holdings
curl -X POST https://faithscreener.com/api/screen/etf \
  -H "X-API-Key: fsk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"etf_ticker":"SPY","market":"us","max_holdings":15}'
Rate limits: Pro 1,000/day · Team 10,000/day · Enterprise 100,000+/day. Counter resets 24 hours after first call of the day.