List signal matches
https://api.tickerbot.io/v2/signals/{signal}Return the set of tickers where the named signal is true (for boolean flags) or where the numeric value satisfies a single-bounded condition. Sorted by signal value descending for numerics, alphabetically by ticker for booleans. Pass `?asof=YYYY-MM-DD` to get the match set as it was at the close of that day — sourced from `signal_daily_state`.
Plan access
Included on every plan, Hobby through Enterprise.
Rate limit
Hobby 600/min · Pro 2,000/min · Scale 10,000/min.
Universe
All ~12,000 tracked tickers on every plan.
Query parameters
stringrequiredA column on `ticker`. Boolean flags (e.g. `golden_cross_today`, `above_sma_50`) are detected automatically; numerics (e.g. `rsi_14`, `market_cap`, `pe_ratio`) require a condition.
stringRequired for numeric signals. Single bound, format `<op><value>`. Operators: `>`, `>=`, `=`, `!=`, `<`, `<=`. Examples: `>70`, `<=200`, `!=0`. Ignored for boolean flags.
stringOptional. Run the match against historical daily state at the close of the given `YYYY-MM-DD` (or full ISO). All paid plans get full history.
stringOptional. Scope to a system or caller-owned universe slug.
integerdefault 50Page size. Max 200.
stringOpaque cursor from the previous response.
Status codes
200as_of, count, next_cursor, and results. When ?asof= is set, response carries _meta.resolution: "daily" and _meta.frozen_fields for static columns.400condition, malformed condition, malformed asof, or invalid cursor.404