Push Zhane EDGAR signals directly to any Slack channel. Set it up in under 5 minutes — get notified the moment a CRITICAL or HIGH urgency 8-K hits SEC EDGAR.
Zhane polls SEC EDGAR every 10-30 seconds. When a HIGH or CRITICAL filing is detected, we push a formatted message to your Slack channel via Slack's Incoming Webhooks API. Zero polling on your end.
Go to your Slack workspace settings and create an Incoming Webhook URL for the channel where you want signals delivered.
Zhane EDGAR Signalshttps://hooks.slack.com/services/...Send a POST request to register your Slack webhook. We'll start pushing signals immediately.
curl -X POST https://api.zctechnologies.org/v1/webhooks \
-H "Authorization: Bearer zk_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"url": "https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX",
"channel": "edgar-signals",
"min_urgency": "HIGH",
"type": "slack"
}'
min_urgency options: LOW | MEDIUM | HIGH | CRITICAL
That's it. Signals will start arriving in your channel formatted like this:
| Detail | Value |
|---|---|
| Delivery latency | Under 60 seconds from SEC publication |
| Retry policy | 3 retries with exponential backoff on failure |
| Urgency filter | Configurable — default is HIGH+ |
| Payload format | Slack Block Kit (rich formatting) |
| Multiple channels | Register up to 5 webhooks per API key |
| Available on | Unlimited plan only |
Webhook delivery is rolling out on the Unlimited plan in Q2 2026. Register your interest and we'll notify you the moment it's live.
Request Early Access See Unlimited Plan
Prefer a different channel? See all integration options on the Integrations page — including RSS feed, Discord, Telegram, REST API, and SDKs.