SFTi
Account
Tier
API keys
Your new API key — copy it now
Copy it now — it is easiest to grab here. Revoke it any time below.
Password
Quick start
pip install sfti-client

from sfti_client import SFTi
client = SFTi(api_key="YOUR_KEY_HERE")
for sig in client.signals.recent(limit=10):
    print(sig.ticker, sig.composite_score)