What's included in the free tier?
Full access to the entire S&P 500 universe — no symbol restrictions. All 8 lookback periods, all 4 forward windows, every output field including the LLM-ready commentary. The only limit is 2,000 requests per day, which covers roughly 250 symbols (half the S&P 500) at full analytical depth, every day. No credit card required.
Is the free tier restricted to certain symbols?
No. Free tier access covers the entire S&P 500 universe — query any symbol. The only constraint is the daily request limit (2,000/day), not which symbols you can access.
When is the data updated?
Data is updated daily after each market close. The exact time varies — check the generation_timestamp field in any API response to see when that output was last computed. More detail on the FAQ page.
How do rate limits work?
Daily request limits reset at midnight UTC. Each API call to /v1/analysis/{symbol}-{exchange} counts as one request. If you exceed your daily limit, requests return a 429 response until the limit resets.
Can I use Konseki in a commercial product?
Yes — you can use Konseki API output within your own applications, trading tools, research workflows, and AI assistants, including commercial products. The restriction is on redistributing the raw data itself as a standalone data product. See the Terms of Service for details.
How do I cancel my Pro subscription?
Cancel any time from your account dashboard — your access continues until the end of the current billing period. No questions asked, no partial refunds for unused days. If you have trouble accessing your dashboard, email hello@konseki.io and we'll handle it directly.
Do you offer annual billing or discounts?
Not currently. Pro is billed monthly with no annual commitment required. Email us if you have specific requirements — we're open to discussing options for high-volume or institutional use cases.
What's the difference between a lookback period and a forward window?
The lookback period is how many days of recent price history the engine uses to find historical analogs — you specify this with the lookback parameter. The forward window is how many days ahead each outcome distribution measures. You don't need to specify a forward window: every API response includes all 4 forward windows (3, 5, 10, and 15 days) nested inside, for whichever lookback you requested.
Can I query historical dates, not just today?
Yes. Every day's output is stored as a permanent, immutable snapshot. Add a date parameter to any request to retrieve that day's analysis instead of the latest. Useful for backtesting and validating how the engine's output looked on a specific historical date.