← tickerbot.io
View as markdown
Endpoints › Signals

Signals

Which signals exist, and the state of each: the tickers matching it now, or as of any past date. Built-in and your own, in one catalog.

MethodPathSummary
GEThttps://api.tickerbot.io/v2/signalsBuilt-in signals plus your custom signals, each tagged with `kind`.
GEThttps://api.tickerbot.io/v2/signals/{signal}Every ticker matching a signal right now.
POSThttps://api.tickerbot.io/v2/signals/{signal}/subscribeCreate a webhook that fires when any ticker matches this signal.
POSThttps://api.tickerbot.io/v2/signalsSave a named boolean SQL predicate you can reference like a built-in signal.
PATCHhttps://api.tickerbot.io/v2/signals/{signal}Edit the expression or description of one of your custom signals.
DELETEhttps://api.tickerbot.io/v2/signals/{signal}Remove a custom signal. Refused by default if anything references it.

Where else a signal shows up

The catalog and the state live here; history and flips live next door.

A signal over time lives in Series, and the moments it flipped in Events. To be pushed when a signal starts matching, subscribe it as a webhook.