Sunday 27 September
Every company that formed or raised yesterday. Sourced to the filing.
Daybreak Leads reads Companies House and SEC Form D filings every morning and turns them into signals you can search: new companies, new rounds, amended rounds and the people named in them. Use it here, over the API, or from your agent over MCP.
Companies with the signalFunding filedinUnited Statesraising at least$500kFrom yesterday's filings
Four signals, each tied to a public record.
A signal is something that happened to a company, on a date, in a filing you can open. Nothing is scraped and nothing is guessed without saying so.
- Incorporated
- A new company registered at Companies House.
- UK · about 2,700 a day
- Funding filed
- A private round reported on SEC Form D, with the amount sold.
- US · about 160 a day
- Funding amended
- An earlier round updated, usually because more money came in.
- US · SEC Form D/A
- Officer listed
- A founder, director or executive named in a filing.
- US · from each Form D
The same query, wherever you work.
Build a search in the app, then copy it as an API call or hand it to your agent. The answers match, down to the filing link.
- Web
- Search, save searches and get a morning email of what is new.
- REST
- Filters as query parameters and a cursor feed you can poll each morning.
- MCP
- Four tools for Claude, Cursor or any MCP client, each answer with its source.
GET /v1/signals
curl "https://api.daybreakleads.com/v1/signals\
?type=funding.filed&country=US&min_amount=500000" \
-H "Authorization: Bearer sk_…"
{
"type": "funding.filed",
"company": { "name": "Meadow AI, Inc.", "city": "Seattle" },
"amount_usd": 13109993,
"inferred_stage": { "stage": "series_a", "confidence": "medium" },
"published_on": "2026-09-25",
"evidence_url": "https://www.sec.gov/Archives/edgar/data/2156007/…"
}Free while we are in beta.
10,000 requests a month. No card.