Engine Speed Test
Independent live proof - sub-millisecond query latency on the PriceONN price engine, refreshed every 5 seconds.
Three public JSON endpoints back this page. CORS open, CC BY 4.0 dataset.
Web availability · independently monitored via UptimeRobot ↗- 1,000 queries per minute
- Nanosecond clock (monotonic, hardware-backed)
- First 50 samples discarded as warm-up
- 35 days public history retained
- Fintech apps · real-time price widgets
- Algo trading · low-latency price feed
- Content sites · minute-fresh quotes
Engine v4.11 · 90+ symbols (forex, CFD, crypto, indices, commodities) · multi-source aggregated.
SLA Transparency
Industry Position - vs Public Financial Data APIs
Honest disclaimer: Server-side query latency only. End-to-end network adds 50-200 ms RTT depending on consumer location. Tier-1 HFT firms operate sub-microsecond on FPGA/kernel-bypass - that is a different market.
Where this matters - and where it does not
Auto-refreshes every 30 seconds. Backed by /api/feed/performance-report.php · 7d · 30d
| Source | Typical latency | Scale |
|---|---|---|
| PriceONN engine | - ms | |
| Typical in-house quote DB 1 | 1–5 ms | |
| TradingView quote feed 2 | ~120 ms | |
| Bloomberg Terminal API 3 | ~50 ms (network) | |
| Refinitiv Eikon / LSEG 4 | ~80 ms | |
| Yahoo Finance public API 5 | ~250 ms |
Sources: vendor docs and public benchmarks. Numbers represent median round-trip latency for last-tick quote retrieval and may vary by symbol, region and subscription tier. PriceONN figure is server-side engine latency only - network round-trip adds ~20-200 ms on top.
Half of all queries finish faster than this.
Primary performance guarantee. PriceONN engine consistently returns sub-100µs medians - independently verifiable on this page right now.
97 of every 100 queries finish faster than this.
Tail-latency budget. Typical < 0.18 ms. Brief cache-miss spikes (Mongo checkpoint, plan re-eval) are real and visible in the live histogram. We do not hide them.
99 of every 100 queries finish faster than this.
The "tail" - only 1% of queries land beyond this. Used to bound rare slow events.
Methodology & transparency
Every minute, an automated benchmark fires 1,000 indexed last-tick and 1-minute-candle queries against the live PriceONN price engine - the exact same code path our public price API uses. Latency is measured with a monotonic nanosecond clock; the first 50 samples are discarded as warm-up. Each minute's aggregated statistics (p50, p97, p99, mean, min, max) are persisted to a public benchmark dataset and retained for 35 days. The price-feed pipeline is read-only here - measurement never interferes with live tick ingestion.
Anyone can verify these numbers using the public JSON endpoints below. CORS is open, no authentication required.
Frequently asked
Why can't I test the underlying price endpoint directly?
The /api/feed/benchmark.* endpoints are public for verification. Production price endpoints (last-tick, 1m-candle) are gated behind API authentication - anti-abuse, rate-limit-per-license, and customer SLA tracking. The benchmark endpoint runs the same code path on the same infrastructure - its measurement is representative of authenticated production behavior. Standard B2B practice (Polygon, Coinbase, Bloomberg all do this).
Why do I see occasional 0.5-2 ms spikes in the histogram?
Sub-millisecond infrastructure has irreducible tail noise: MongoDB WiredTiger checkpoints, query plan re-evaluation, OS scheduling, brief cache invalidation. We do not hide them. p50 < 100µs is the consistent floor; p97 < 0.18 ms typical; p99 may briefly hit ~0.5 ms during a checkpoint window. Filtering these outliers would be statistically dishonest. Looking at history?range=30d, average steady-state SLA is >95%.
What is the real-world end-to-end latency for a remote API consumer?
Engine latency is what's measured here: 65µs median. End-to-end depends on network distance - typically 50-200 ms RTT depending on the consumer's region. The engine moat shows when our latency consumes <1% of the total round-trip, while competitors (TradingView ~120 ms server, Yahoo ~250 ms server) consume the entire latency budget on the server side alone - before network even starts. A trader 50 ms away from us still gets a fresh tick faster than a co-located TradingView consumer.
Use the PriceONN engine in your product
Tell us a bit about your use case - we'll reply within one business day with pricing, SLA options and integration details.
Inquiry received
A reply with pricing, SLA options and integration details will reach you within one business day at the email you provided.