Guides · Vanoe Market Intelligence API
Sector breadth API: bullish percent by sector
Bullish percent is the share of stocks in a universe that are on a Point & Figure buy signal. Read by sector it shows where participation is broad and where it is thin, which is how rotations and narrow rallies show up before they appear in the index.
How to read it
Above 70% is traditionally overbought territory and below 30% oversold, but the direction of change matters more than the level. A sector moving from 30% to 50% is gathering buy signals; one falling from 85% to 70% is losing them even while its index still looks fine. status is a simple bullish/bearish reading of the level.
The universe
A curated set of roughly eighty liquid US names across ten sectors, the same universe the webhook detector watches. It is computed once a day.
Request
curl -H "Authorization: Bearer sk_live_…" \
"https://api.vanoe.ai/v1/sector-breadth"
Response
{
"data": {
"sectors": {
"Technology": {"bullish_percent": 70, "status": "bullish"},
"Communication Services": {"bullish_percent": 75, "status": "bullish"},
"Financials": {"bullish_percent": 89, "status": "bullish"},
"Healthcare": {"bullish_percent": 88, "status": "bullish"},
"Consumer Discretionary": {"bullish_percent": 38, "status": "bearish"},
"Consumer Staples": {"bullish_percent": 57, "status": "bullish"},
"Energy": {"bullish_percent": 100, "status": "bullish"},
"Industrials": {"bullish_percent": 56, "status": "bullish"},
"Materials": {"bullish_percent": 86, "status": "bullish"},
"Utilities": {"bullish_percent": 67, "status": "bullish"}
},
"as_of": "2026-09-10"
},
"as_of": "2026-09-10", "freshness": "end_of_day", "suggested_recheck_seconds": 86400,
"disclaimer": "Informational data only. Not financial advice. This is not a recommendation, solicitation, or offer to buy or sell any security."
}
Cost: 1 credit per call.
Fields
| sectors.<name>.bullish_percent | 0–100, share of the sector's names on a P&F buy signal |
| status | bullish · bearish |
Questions
Why breadth rather than the sector index?
An index can rise on a handful of large names. Breadth counts stocks, so it shows whether a move is broad or narrow.
How often does it update?
Once a day from end-of-day prices; the response says when to recheck.
Try it
Free tier: 1,000 credits a month, no card. Every response is informational data only, not financial advice.