Next generation finance
QuestDB is a premium, high-performance, open-source financial database. Stream data in real-time and offload older data to open formats (Parquet). Leverage extended time-series SQL for blazingly fast queries.
Hyper-fast, reliable, open source and cost effective
Market data meets open formats
QuestDB powers the next generation of market data infrastructure.
- Fast ingest
- Write over 4M rows/sec even through dedup and out-of-order indexing.
- Hardware efficiency
- You won't need terabytes of RAM to process tick data.
- Open formats
- No vendor lock-in. Open protocols and open source. Always.
- Operational simplicity
- Start in minutes with Python and SQL. No consultants needed.
- Leading support
- Rated best user satisfaction in G2's time-series category.
- Scale-ready
- Scale vertically and horizontally with HA and multi-writes.
QuestDB is a specialized database that excels in its focus area. It’s easy to get started and addresses many pain points with time series data, offering outstanding read and write performance.
Simply better tick storage
Efficient, real-time storage and analysis for high-frequency financial tick data.
Learn moreJoin order book data with core prices
Seamlessly match order book data with core prices for deeper market insights.
Learn moreProcess every exchange message
Capture and analyze every exchange message with high reliability and speed.
Learn moreSimply better tick storage
Efficient and feature rich
- >Reliably ingest tick data from low-latency feeds and exchanges. Store trades in separate tables. Match market data and trades based on the nearest timestamp via ASOF JOIN.
- >Monitor market data, reference data, and trading activity (trades & volumes) in real-time via custom charts with Grafana, Superset , or qStudio, like our real-time crypto dashboards powered by SQL queries.
- >Empower quants and data scientists to explore and run trading and econometric models via ingest of Pandas data frames, Parquet exports, and an Apache ADBC endpoint to deliver in Arrow format (coming soon!).
- >Jump ahead of the curve with native Apache Parquet support for efficiently storing historical tick data in object stores.
- >Dynamically support real-time feeds with flexible schemas. Create new columns as soon as data is processed from the feed handler.
Simple, transparent and predictable pricing
Start with open source and upgrade to Enterprise. QuestDB is hardware efficient and utilizes open formats. Save costs, avoid vendor lock-in and lengthy onboarding processes, and move fast with our expert team.
Join order book data with core prices
Advanced data correlation with ASOF JOIN
CREATE TABLE 'market_data_snapshot' (venue SYMBOL,symbol SYMBOL,ts TIMESTAMP,bid_1 DOUBLE,bid_qty_1 DOUBLE,bid_20 DOUBLE,bid_qty_20 DOUBLE,ask_1 DOUBLE,ask_qty_1 DOUBLE,ask_20 DOUBLE,ask_qty_20 DOUBLE,snapshot_id LONG,vendor_id LONG)timestamp (ts) PARTITION BY HOUR WAL DEDUPUPSERT KEYS ( venue, ts, snapshot_id );
CREATE TABLE 'core_price' (send_ts TIMESTAMP,ccy1 SYMBOL,ccy2 SYMBOL,[...]valid BOOLEAN,mid DOUBLE,bid DOUBLE,ask DOUBLE,[...]bid_qty DOUBLE,ask_qty DOUBLE,[...]venue SYMBOL,event_sequence LONG,)timestamp (send_ts) PARTITION BY HOUR WAL;
Advanced data correlation with ASOF JOIN
SELECT *FROM core_priceASOF JOIN market_data_snapshotON core_price.event_sequence = market_data_snapshot.snapshot_idWHERE send_ts IN '2024-03-03';
- Store order book L2 data
- Store book data snapshots, build core prices sent to market.
- Match core prices with snapshots
- Unleash the power of hyper-optimized ASOF JOIN.
- Flexible storage
- Store book depth in separate columns or in a single array (coming soon!)
- Efficient data retrieval
- Leverage LATEST ON to download the latest order book snapshot.
- Financial functions
- Use functions like l2price to find the best price based on book depth.
- Simple SQL
- The best part? Powerful extended SQL is clear and easy to read and write.
QuestDB is a time series database truly built by developers for developers. We found that QuestDB provides a unicorn solution to handle extreme TPS while also offering a simplified SQL programming interface.
Process every exchange message
QuestDB for Financial Exchanges
Ensure data integrity and compliance with QuestDB's robust processing capabilities. Trust a specialized, open source database with support from the expert team of developers. Get started with ease, and stay ahead of the curve.
- Comprehensive data storage
- Store every financial exchange message: New orders, Acks, Fills, Matching engine outputs, ticks, regulatory compliance data, and order IDs. Don't miss a single event.
- Latency reporting
- Build mission-critical latency reports about end-to-end travel of each message and detect anomalies in real-time. Every millisecond is crucial.
- Real-time surveillance
- Monitor trading activity in real-time, detect suspicious activity, and build reports for regulators. Uncompromising reliability and performance when under observation.
Many databases are easy to use when you first start them up. The difference is, QuestDB works just as well many months (and terabytes) later.
The next generation has arrived
Upgrade to QuestDB
Hyper ingestion, millisecond queries, and powerful SQL.
Lower bills through peak efficiency.