FAQ
Questions,
answered directly.
Plans and limits, data freshness, and how the engine works — the questions people actually ask before and after signing up. For the full technical reference, see Methodology.
Getting started
Signing up, logging in, first look.
Sign up with your email on the Pricing page or the homepage — no credit card required for Free. You'll receive a one-time sign-in link; click it and you're straight into your dashboard, where you can look up any symbol in coverage. Upgrading to Pro uses the same account — you complete payment via Stripe from inside your dashboard, and your access changes immediately.
Yes. There's one account system across all plans — the same passwordless email sign-in, the same dashboard. Upgrading doesn't create a new account or change how you log in, it just changes what you have access to.
No. Konseki uses passwordless sign-in — enter your email, click the link we send you, and you're in. There's no password to create, remember, or reset.
API access is included on Pro and Custom. If your plan includes it, your key is in your account dashboard alongside your current plan and monthly usage — log in any time using the same sign-in link flow. See the Pricing page for what each plan includes.
No. The free tier requires only an email address to sign up. Payment details are only needed if you upgrade to a paid plan.
Create a free account and open any symbol under Explore — you'll see the current setup, the historical matches behind it, and what happened next in each. That's the same data the API returns, if you're on a plan that includes API access.
Pricing & billing
Free vs paid plans, limits, cancellation.
Access to the entire coverage universe — no symbol restrictions. The 15-day lookback window, all 4 forward windows, and every output field including the plain-language commentary. Updated daily. The limits are 200 symbol analyses per month and the 15-day lookback only. No credit card required. See Pricing for the full comparison.
No. Free tier access covers the entire coverage universe — look up any symbol. The constraints are the monthly limit (200 symbol analyses) and the 15-day lookback window only. Pro unlocks all 8 lookback windows and unlimited symbol analysis.
Email us to cancel your subscription. Your access continues until the end of the current billing period. No questions asked, no partial refunds for unused days. Contact hello@konseki.io and we'll handle it directly.
Not currently. Paid plans are billed monthly with no annual commitment required. Email us if you have specific requirements — we're open to discussing options.
Coverage spans global equities and expands automatically as Konseki grows. Existing subscribers get expanded coverage at no extra cost when new symbols and markets are added — no plan changes or upgrades required. See the Explore for the current symbol list.
Limits & data
Plan limits, freshness, historical snapshots.
On Free, you get 200 symbol analyses per month, resetting at the start of each billing cycle. Each symbol you open counts as one, regardless of how many forward windows or fields you read — everything comes back together. Once you hit the limit you'll be prompted to upgrade, and API requests return a 429 response until the reset. Pro includes unlimited symbol analysis.
Data is updated daily after each market close. The exact time can vary — every symbol shows when its analysis was last computed and which market date it reflects, and the same detail is available as
meta.generated_at and meta.data_through in any API response.Every day's output is stored as a permanent, immutable snapshot, so it's possible to retrieve a past day's analysis rather than the latest — useful for backtesting or checking how the engine read a setup at the time. Historical snapshot access isn't part of the standard plans; get in touch and we'll sort out access.
The engine has roughly 20+ years of total price history to search against. Producing a valid snapshot for any given date requires enough prior data before that date — so fully computable historical snapshots currently span the more recent ~10 years. This is a data availability constraint that will extend further back as more history is added. See Methodology for the full explanation.
Yes — you can use Konseki output within your own applications, trading tools, and research workflows, including commercial products. The restriction is on redistributing the raw data itself as a standalone data product. See the Terms of Service for details.
Email hello@konseki.io immediately. We'll deactivate the exposed key and issue a replacement. Treat your API key like a password — don't share it, commit it to public repositories, or expose it in client-side code.
How it works
What a lookback is, what a forward window is, how matches are found. Full detail lives on Methodology — these are the short versions.
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.A match is a historical period — for a possibly different symbol — whose price behaviour was structurally similar to the current setup, scored across seven dimensions including price correlation, shape, volatility, trend, range position, volume, and risk. The search runs across the full universe, not just the symbol's own history. Full breakdown on Methodology.
Reliability reflects evidence count and match diversity together — a small number of matches, or matches concentrated in one symbol or time period, lower reliability regardless of how clean the headline outcome looks. It's one of five tags returned per forward window, alongside direction, consistency, risk, and outlier.
No. Konseki surfaces what happened in structurally similar historical conditions — a documented distribution, not a forecast. Commentary is written with confidence-hedged language throughout ("historically leaned," never "will"). Nothing on Konseki constitutes financial or trading advice.
Using the output
Practical questions about reading and acting on what you see.
Konseki isn't a replacement for your charting or alerting tools — it's the layer underneath them. You spot a setup the way you normally would, then look it up here to see what happened the last time that setup appeared: how often it worked, the typical move, and how far price went against it first. It's a check on the odds, not a signal to act on.
Treat it as weak evidence and weight it accordingly. Every result shows how many historical matches it's based on and across how many different symbols, plus a reliability tag. A 50% win rate from four matches tells you very little; the same number from forty is worth more attention. We show the sample rather than hiding it precisely so you can make that call yourself.
Yes, on plans that include API access. The response is plain JSON with a consistent schema across every symbol and lookback, so the same parsing code works universe-wide — it drops straight into a spreadsheet, a script, or your own dashboard. Full examples in the API reference.
Still have a question
Email us directly.We read every message.
No support ticket system — just a direct line to the people who built this.