Events since
events_sinceList market-moving events since a point in time (natural disasters, regulator actions, central-bank releases, federal rules, SEC filings, trading halts, on-chain hacks, prediction-market shifts), each scored into per-asset impacts (direction −1/0/+1, confidence 0..1, horizon) with tradable_now / next_open per asset. Use it to answer "what happened in the last N hours that affects my book" or, with a past since, to backtest. Filter with universe=["NVDA","BTC"] and min_confidence≥0.4 to act on. $0.005/call; 100 free calls/day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query over title/summary (FTS5 syntax), e.g. "tariff OR sanction". | |
| kinds | No | Event kinds or prefixes: ["reg.", "corp.8k", "nat.quake"]. | |
| limit | No | Max events returned (1..200). | |
| since | No | Window start: "30m", "4h", "2d" or ISO-8601. Past values work identically (backtesting). | 4h |
| until | No | Window end (ISO-8601). Default now. | |
| universe | No | Asset ids to filter impacts by, e.g. ["NVDA","BTC","CL"]. Omit for all. | |
| min_severity | No | Drop events below this severity (0..1). 0.5 keeps market-moving events only. | |
| min_confidence | No | Min impact confidence (0..1) for the universe filter. 0.4 is a sensible threshold for acting. |