# tickstream > Realtime CME futures, options and Level 2 market data over a dead-simple API. Built in Rust for low latency. Stream live ticks in three lines of code — designed to be trivially easy for developers and AI coding assistants to integrate. > Full documentation in a single file: https://tick-stream.xyz/llms-full.txt tickstream delivers live and historical market data via WebSocket (streaming) and REST (snapshots & reference data). Authenticate with an API key, subscribe to symbols, and receive normalized JSON ticks, Level 2 order-book depth, and options quotes with Greeks. Plans range from a free 15-minute delayed tier to realtime, Level 2 depth, and a Pro tier with CME futures options plus index/equity options. ## API endpoints - WebSocket stream: `wss://stream.tick-stream.xyz/v1/stream?key=YOUR_API_KEY&symbols=ES,NQ` - REST base: `https://api.tick-stream.xyz/v1` — authenticate with header `Authorization: Bearer YOUR_API_KEY` - Get an API key: https://tick-stream.xyz/signup - Symbols are public roots: futures (`ES`, `NQ`, `CL`, plus CME crypto `BTC`/`MBT`/`ETH`/`MET` — front-month resolved & rolled automatically) plus live index & ETF quotes (`SPX`, `QQQ`, `SPY`, `VIX`, `GLD`, `SLV`…), all on the `ticks` channel. - Stream channels: `ticks` (trade prints), `book` (aggregated Level 2 depth), `l3` (market-by-order — one event per individual order with `order_id`, `action` new/change/delete, `priority`, `seq`, `ns`; Ultra plan only), `options` (chains + greeks, Pro). - REST snapshots & reference: `GET /v1/symbols`, `/v1/quote?symbol=`, `/v1/ticks?symbol=&start=&end=` (recent backfill), `/v1/options?underlying=` (Pro), `/v1/cot?symbol=` (Pro), `/v1/l3?symbol=&start=&end=` (order-level replay, Ultra, max 1h/request), `/v1/algos` (+ `/{id}/track`, `/signal`, `/events`). - Historical archive (any package that includes history; the window is the package's and older requests are clamped, not refused): `GET /v1/history/ticks?symbol=NQ&start=&end=`, `/v1/history/book?symbol=` (Level 2 depth), `/v1/history/options?underlying=` (chains + greeks) — full range back to 2019, JSON rows, page via `truncated`+`limit`. Packages are sold two ways: one-time purchase (archive up to purchase date, yours forever, responses carry `snapshot_until`) or the updates subscription (same price up front, then $10/mo, always reaches live; cancelling keeps everything up to the last paid month). Free evaluation sample, no signup: `https://api.tick-stream.xyz/v1/preview/nq-ticks-free-preview-2mo.zip` — 2 months of NQ ticks (2025-02..2025-03, 22.9M trades) + 2 full days of Level-2 depth (2025-03-03..04), monthly/daily Parquet + README. - Account & Execution API: account state, trade history + futures orders on your own Rithmic broker account. `GET /v1/exec/positions` lists all positions per linked account (qty, avg open price, open/closed PnL, balances); `GET /v1/exec/fills` returns your full trade history (every fill, filterable by account/symbol/time — analyze your own trading, independent of the algos); `GET /v1/exec/orders` lists your orders; order placement via `/v1/exec/order` (+ brackets, modify, close). Sold as the `execution` package; also included in the Desk bundle and in every-sleeve algo access. ## Product pages - [Futures](https://tick-stream.xyz/futures): ticks, Level 2 and order-by-order L3 across 67 markets on CME, CBOT, NYMEX, COMEX, EUREX - [Options](https://tick-stream.xyz/options): 12 request types over full OPRA coverage - [Dealer gamma](https://tick-stream.xyz/gex): call wall, put wall and the zero-gamma flip as JSON - [Algos](https://tick-stream.xyz/algos): thirteen NQ strategies with unedited paper track records - [For prop-firm traders](https://tick-stream.xyz/for/prop-firm-traders) · [for quants](https://tick-stream.xyz/for/quants) · [for options traders](https://tick-stream.xyz/for/options-traders) · [for products & redistribution](https://tick-stream.xyz/for/fintech-startups) ## Documentation - [Docs home](https://tick-stream.xyz/docs): overview and getting started - [Quickstart](https://tick-stream.xyz/docs/quickstart): stream your first ticks in minutes - [Authentication](https://tick-stream.xyz/docs/authentication): API keys and how to authenticate - [Streaming (WebSocket)](https://tick-stream.xyz/docs/streaming): subscribe to live ticks - [REST API](https://tick-stream.xyz/docs/rest): quotes, recent ticks, COT and reference data - [Historical data](https://tick-stream.xyz/docs/historical): full tick / Level 2 / option-chain archive since 2019 - [Symbols](https://tick-stream.xyz/docs/symbols): available markets and how to request more - [Level 2](https://tick-stream.xyz/docs/level2): full order-book market depth - [L3 / market-by-order](https://tick-stream.xyz/docs/level3): order-by-order depth with exchange order ids, queue priority and nanosecond timestamps - [Options](https://tick-stream.xyz/docs/options): full OPRA coverage over 12 REST request types — chains, greeks, every trade, every NBBO quote, and the trade/quote and trade/greeks joins - [Rate limits](https://tick-stream.xyz/docs/limits): limits and error codes - [SDKs](https://tick-stream.xyz/docs/sdks): official client libraries - [LLM / Claude Code / MCP](https://tick-stream.xyz/docs/llm): integrate from AI agents and coding assistants - [Account & Execution API](https://tick-stream.xyz/docs/execution): query account positions and place futures orders via API on your own Rithmic broker account ## Guides & blog Research articles (honest backtests on real tick data — what works and what doesn't) and developer guides, newest first: - [The '10 a.m. Key Open' Strategy: We Tested Every Claim in the Video on 7 Years of Tick Data](https://tick-stream.xyz/blog/key-opens-fibonacci-strategy-backtest-nq): A popular ICT-style educator teaches 'key opens' — the 10 a.m. - [We Tested Serge Hoffmann's Order-Book Scalping on 7 Years of NQ Ticks — It Loses, and the Order Flow Makes It Worse](https://tick-stream.xyz/blog/serge-hoffmann-orderbook-scalping-backtest-nq): Serge Hoffmann teaches order-book scalping: read the volume balance, the speed of the tape, the absorption at the edges, and fade the reversal back to the ma… - ["The Setup I Use Live Every Day": We Backtested the Decelerating Support Bounce on 7 Years of NQ](https://tick-stream.xyz/blog/decelerating-support-bounce-strategy-backtest-nq): A popular stream setup: at support, wait for the down-candles' bodies to shrink, take the first green candle with a bottom wick, stop below the wick, take pr… - [We Combined GEX, Volume Profile, Order Flow & ORB. The Backtest Made $500k. It Was Fake.](https://tick-stream.xyz/blog/gex-volume-profile-order-flow-confluence-backtest-nq): The dream stack: gamma levels + volume-profile nodes + order-flow confirmation + opening-range breakout, all confluencing into one strategy. - [A Free GEX Tool Compared to GEXBOT: Honest Side-by-Side (2026)](https://tick-stream.xyz/blog/free-gex-tool-vs-gexbot-comparison): GEXBOT is a well-regarded paid gamma-exposure product; tickstream ships a free, no-signup GEX tool on the same feed we sell as an API. - [CME Data Feed Providers Compared (2026): Direct, Vendor APIs, Retail Platforms](https://tick-stream.xyz/blog/cme-data-feed-providers-compared): An honest side-by-side of the realistic ways to get CME futures data in 2026: direct MDP 3.0, institutional vendors, usage-billed developer APIs, retail plat… - [Low-Latency CME Market Data: What's Physically Realistic (And What's Marketing)](https://tick-stream.xyz/blog/low-latency-cme-market-data-what-is-realistic): A no-nonsense guide to CME market data latency in 2026: what colocation actually buys, what a direct MDP 3.0 feed costs, why 'ultra-low latency over the inte… - [We Got the Time Zone Wrong: Correcting Our Audit of the Viral 'Institutional Protocol' ORB Validation](https://tick-stream.xyz/blog/fabio-ivb-orb-strategy-institutional-protocol-audit): We re-executed Fabio Valentini's IVB opening-range-breakout model on real NQ tick data and reported that $151k became $42k. - [A Reader Sent Us Their Camarilla Reversal Strategy. We Backtested It — Exactly As Written.](https://tick-stream.xyz/blog/camarilla-pivot-reversal-strategy-backtest-mnq): A community member submitted their full ruleset: Camarilla S3/S4/R3/R4 reversals on MNQ, daily 21-EMA filter, confirmation candles, stop under the candle, fi… - [We Backtested Every Setup From Two Best-Selling Volume Profile & Order Flow Books on 7 Years of NQ](https://tick-stream.xyz/blog/volume-profile-order-flow-book-setups-backtest-nq): Two popular trading books teach 13 concrete setups: S/R flips, open-drives, AB=CD, volume clusters, multiple nodes, stacked imbalances, unfinished business. - [CME Crypto Futures Data Is Live: Real-Time BTC & ETH Tick Streams (BTC, MBT, ETH, MET)](https://tick-stream.xyz/blog/cme-crypto-futures-data-btc-eth-realtime): tickstream now streams CME Bitcoin and Ether futures in real time — BTC, Micro Bitcoin (MBT), ETH and Micro Ether (MET) as raw trade prints with size and agg… - ["Draw on Liquidity" Tested: Are Equal Highs and Unmitigated FVGs Really Magnets? 7 Years, Base-Rate Controlled](https://tick-stream.xyz/blog/draw-on-liquidity-tested-nq-backtest): The viral concept: the market moves 'from liquidity to liquidity' — equal highs/lows and unmitigated higher-timeframe fair value gaps act as draws, and they… - ["The Daily Sweep" — 14 Years to Master, 60 Seconds to Explain, One Backtest to Kill](https://tick-stream.xyz/blog/daily-sweep-strategy-backtest-nq): The viral pitch: read who's in control on the daily chart, wait for a fakeout against the trend after the New York open, confirm with a fair value gap, enter… - [Do Our Strategies Work in Asia and London? We Audited Our Own Book — and Killed Two of Our Own Algos](https://tick-stream.xyz/blog/do-trading-strategies-work-asia-london-session-audit): A subscriber-grade question turned inward: every backtest we publish anchors to the New York open. - ["Sunday Open Is a Free Money Glitch" — We Tested the Viral Claim on 291 Sundays. The Glitch Is Real. His Rules Destroy It.](https://tick-stream.xyz/blog/sunday-open-free-money-glitch-backtest-nq): The viral pitch: wait for the Sunday Globex open, check the direction at 8 p.m., enter on the first 5-minute FVG inversion — 'fails never.' We ran it on seve… - [L1 vs L2 vs L3 Market Data: What Retail Algo Traders Actually Need (and Why L3 Is Wasted on You)](https://tick-stream.xyz/blog/l1-vs-l2-vs-l3-market-data-retail-algo-traders): Level 1, Level 2, Level 3 — every data vendor sells the ladder, few explain who actually needs which rung. - [Is Market Entropy 'More Important Than the VIX'? We Tested Shannon Entropy on 98 Years of the S&P 500](https://tick-stream.xyz/blog/market-entropy-indicator-vs-vix-backtest): A viral thesis says Shannon entropy measures whether the market is 'losing structure' — spiking in every crisis, telling you when to hedge, possibly beating… - [Black-Scholes, Tested Against 7.5 Years of Real Option Chains: What the Famous Formula Gets Wrong — and Right](https://tick-stream.xyz/blog/black-scholes-model-tested-real-option-chains): 'The most powerful formula in finance' is making the rounds again. - [Does CPI Above 4% Crash the Stock Market? We Tested the Claim on 98 Years — Right as It Fires Again](https://tick-stream.xyz/blog/cpi-above-4-percent-stock-market-crash-claim-backtest): 'The market will go down when year-over-year CPI goes above 4% — in the last 100 years that led the market down 4% in three months and 7% in six.' We rebuilt… - [Do Price Gaps Get Filled? We Tested 1,748 NQ Opening Gaps — the Fill Rate Is a Distance Illusion](https://tick-stream.xyz/blog/do-price-gaps-get-filled-gap-trading-backtest-nq): A gap is the simplest object in trading: today's open minus yesterday's close. - [Wickless Candle Strategy: We Backtested the '88% Win Rate' Claim on 7 Years of NQ](https://tick-stream.xyz/blog/wickless-candle-strategy-88-percent-win-rate-backtest): A viral entry model: find a candle with no bottom wick in an uptrend, mark it, buy the retest — claimed 88–90% win rate, 'changed my life'. - [ORB30 Strategy Backtest: 30-Minute Opening Range Breakout on NQ, 7 Years, Placebo-Controlled](https://tick-stream.xyz/blog/orb30-strategy-backtest-30-minute-opening-range-nq): A reader sent us a precise ORB30 spec: long-only breakout over the 30-minute opening range, stop at 2.25× the range, target at 0.75×, flat by 5pm, 2% risk, o… - ["A 2% Drop Always Bounces" — We Tested Buy-the-Dip on 7 Years of NQ](https://tick-stream.xyz/blog/buy-the-dip-2-percent-drop-nq-backtest): Every trader has a friend with the same rule: when it falls 2%, it always comes back. - [Does Post-Earnings-Announcement Drift Still Work? We Tested 50,000 Earnings Events](https://tick-stream.xyz/blog/does-post-earnings-drift-work-backtest-sp500): PEAD — buy the stocks that beat earnings, ride the drift for a quarter — is one of the oldest documented anomalies in finance, and it's being resold today in… - [The EMA 9/20 Pullback Strategy: 62% Win Rate Claimed, 31% Measured](https://tick-stream.xyz/blog/ema-9-20-pullback-strategy-backtest-nq): The EMA 9/20 pullback is one of the most-taught entries on trading YouTube: trade with the fast-EMA trend, buy the pullback to the slow EMA, 2:1 reward-to-risk. - [Footprint Order-Flow Exhaustion: We Tested 187,018 Events — the Retest Claim Is Backwards](https://tick-stream.xyz/blog/footprint-order-flow-exhaustion-backtest-nq): Footprint traders circle the '6 | 0' prints at a swing extreme and call it exhaustion: buyers are done, price reverses, and when price retests that level it… - [Hidden Markov Model Trading: Regime Detection Only Works When It Sees the Future](https://tick-stream.xyz/blog/hidden-markov-model-trading-regime-detection-backtest): HMM regime detection is the most convincing-looking strategy in quant trading: fit a hidden Markov model on daily returns, go long in the bull state, flat in… - [How to Code a Trading Algorithm: The Roadmap That Survives an Honest Backtest](https://tick-stream.xyz/blog/how-to-code-a-trading-algorithm): How to start algo trading without fooling yourself. - [Higher-Timeframe Bias, Lower-Timeframe Entry: Does the Entry Actually Add Anything?](https://tick-stream.xyz/blog/htf-bias-ltf-entry-multi-timeframe-backtest-nq): It's the most universally taught structure in trading: form your bias on the daily, execute on the hourly for a 'better price'. - [A 78% Win-Rate First-Hour Strategy Went Viral. We Ran It on 7 Years of NQ.](https://tick-stream.xyz/blog/ib60-first-hour-pullback-strategy-backtest-nq): The IB60 setup — first-hour initial balance, close outside the 15-minute opening range, dynamic pullback entry, two-leg exits — was posted with 33 trades, a… - [A Viral Order-Flow Strategy Promised 50–100 Point Reactions. Random Levels Deliver the Same.](https://tick-stream.xyz/blog/order-flow-strategy-hvn-levels-50-point-reaction-backtest): The strategy had everything: GEX and COT for the narrative, three-month composite-profile high-volume nodes with delta spikes for location, absorption-then-i… - [The One Dip-Buying Rule That Was Positive Every Single Year: RSI-2 on NQ](https://tick-stream.xyz/blog/rsi2-dip-buying-nq-mean-reversion-that-works): We publish a lot of debunks, so here's the other kind of result. - [The Leveraged-ETF Rotation Backtest That Turns $100k Into Billions — And Why You Can't Trade It](https://tick-stream.xyz/blog/leveraged-etf-rotation-backtest-100k-to-billions): Leveraged-ETF rotation 'symphonies' — daily RSI/SMA bots flipping between TQQQ, SOXL and volatility hedges — are everywhere on retail trading forums, and the… - [Do Gamma Walls Actually Work? Call Wall & Put Wall Tested on 7 Years of QQQ](https://tick-stream.xyz/blog/do-gamma-walls-work-call-put-wall-backtest-qqq): The call wall and put wall are everywhere in options-flow trading — 'price gets pinned to the call wall', 'the put wall is support'. - [Do Order-Flow Indicators Actually Work? We Backtested CVD, Delta & Footprint on 7 Years of NQ](https://tick-stream.xyz/blog/do-order-flow-indicators-work-cvd-delta-nq): Cumulative volume delta, footprint charts, order-book imbalance, 'follow the smart-money order flow' — it's the hottest thing in retail day-trading. - [Is Volume Really the Most Underrated Indicator? We Tested Volume Breakouts on 7 Years of NQ](https://tick-stream.xyz/blog/is-volume-the-most-underrated-indicator-backtest-nq): ‘Volume shows conviction.’ ‘A strong-volume breakout confirms the move.’ It's one of the most popular ideas in trading. - [Can You Tell If Today Is a Trend Day or a Reversion Day? We Tested It on 7 Years of NQ](https://tick-stream.xyz/blog/can-you-predict-trend-vs-reversion-day-nq): Every trading course sells a 'regime filter' — know whether the market is trending or ranging, then trade breakout or mean-reversion accordingly. - [Does Price 'Fill' the Prior-Day Value Area? We Tested the 80% Rule on 7 Years of NQ](https://tick-stream.xyz/blog/does-price-fill-value-area-80-rule-nq): Market Profile's famous '80% rule' says that when price returns to the prior day's value area, it trades all the way through it ~80% of the time. - [Does the NY Opening-Range Breakout Actually Work? We Tested Every Version on 7 Years of NQ](https://tick-stream.xyz/blog/does-opening-range-breakout-work-backtest-nq): Fade the opening range for an 81% win rate, or trade the breakout for easy money — the NY ORB is one of the most-sold day-trading strategies online. - [Does the 'Previous-Day Value Area' Strategy Work? We Tested Every Version on 7 Years of NQ](https://tick-stream.xyz/blog/previous-day-value-area-strategy-backtest): Open inside the prior day's value area → fade back to value; open outside → trade the trend. - [Does ICT Actually Work? We Backtested the 5 Core Setups on 7 Years of NQ](https://tick-stream.xyz/blog/does-ict-work-backtest-order-blocks-fvg-ote): Order Blocks, Fair Value Gaps, Liquidity Sweeps, the Silver Bullet and OTE — we backtested the core ICT (Inner Circle Trader) concepts lookahead-free on 7 ye… - [Why PBD Is Failing: We Backtested the Market-Profile Model on 7 Years of NQ](https://tick-stream.xyz/blog/why-pbd-trading-model-fails-backtest): The viral PBD (P / b / D) market-profile model promises a daily edge from value-area rejections and acceptance breakouts. - [CME Market Data Pricing 2026: The Real Price List, From Exchange Fees to $19/mo APIs](https://tick-stream.xyz/blog/cme-market-data-pricing-affordable-feeds): What CME market data actually costs in 2026, with numbers: non-professional vs professional exchange fees, Level 2 depth surcharges, what CME Direct, termina… - [Connecting AI Agents to Live Market Data with MCP (Claude, Cursor)](https://tick-stream.xyz/blog/connect-ai-agents-live-market-data-mcp): How to give Claude, Cursor and other AI agents real-time market data using the Model Context Protocol (MCP) — what MCP is, why it fits market data, and how t… - [Futures Options Data via API: Greeks, Implied Volatility and Gamma Exposure](https://tick-stream.xyz/blog/futures-options-data-greeks-gamma-exposure): How to access futures and index options data over an API — option chains, the Greeks, implied volatility and gamma exposure (GEX) — and what each one is actu… - [Historical Tick Data for Backtesting: The Complete Guide](https://tick-stream.xyz/blog/historical-tick-data-backtesting-guide): How to source, clean and use historical tick data for backtesting futures strategies — resolution, survivorship, weekend gaps and the mistakes that make back… - [Level 2 Market Data Explained: Reading Order Book Depth in Futures](https://tick-stream.xyz/blog/level-2-market-data-order-book-depth): What Level 2 market data really shows, how to read order book depth and imbalance, and where the edge is — and isn't — for futures traders and quants. - [Real-Time Futures Market Data API: How to Stream CME Ticks in 2026](https://tick-stream.xyz/blog/realtime-futures-market-data-api): A developer's guide to streaming real-time CME futures market data over a WebSocket API — latency, normalization, symbol rolls and the gotchas nobody warns y… ## SDKs - Node / TypeScript: `npm i @tickstream/client` - Python: `pip install tickstream` - Rust: `cargo add tickstream` - Go: `go get github.com/Alx90s/tickstream-go` - MCP server (Claude, Cursor, AI agents): `npx tickstream-mcp` ## Algos Live-tested trading strategies for rent ($/mo signals) or purchase (full source). Track records are public and updated live: https://tick-stream.xyz/algos ## Packages One package per category, or the Desk bundle. Annual is twelve months less 25%. Every figure below is generated from the same file the checkout and the entitlement gate read, so it cannot disagree with what a customer is actually charged. ### Futures — Licensed CME futures — ticks, the order book, and order-by-order depth. - `futures_free` **Free** — free. Delayed, but the same feed. All 60+ markets; 15-minute delay; 7-day tick backfill; Every SDK + MCP - `futures_p2` **Realtime** — $29/mo ($261/yr). Live ticks, no delay. Zero delay, every market; 1 year of tick history; 25 symbols · 2 connections - `futures_p3` **Realtime + L2** — $79/mo ($711/yr). The full order book. Everything in Realtime; Level 2 — every resting bid and offer; 5 years of history; Unlimited symbols · 3 connections - `futures_p4` **L3 / Market-by-order** — $199/mo ($1791/yr). Every individual order, with its queue position. Everything in L2; Order-by-order depth + exchange order ids; Nanosecond exchange timestamps; 7 years of history; 10 connections - Professional / redistribution use is quoted, never self-service: https://tick-stream.xyz/professional ### Options — 100 % OPRA coverage — every trade, every NBBO quote, twelve years deep. - `options_p1` **Options Core** — $29/mo ($261/yr). The surface — chains, greeks and twelve years of closes. - `options_p2` **Options Flow** — $69/mo ($621/yr). The tape — every OPRA trade and every NBBO quote, tick level. - `options_p3` **Options Pro** — $119/mo ($1071/yr). The joins — trades paired with quotes and greeks, whole roots, no cap. - Professional / redistribution use is quoted, never self-service: https://tick-stream.xyz/professional ### GEX — Computed dealer gamma as clean data. The free levels page stays free. - `gex_flat` **GEX Levels** — $29/mo ($261/yr). Walls, flip and net regime. Call wall, put wall, zero-gamma flip; Net GEX regime per symbol; Futures + index ETFs - `gex_mid` **GEX + Greeks** — $39/mo ($351/yr). Plus DEX, vanna and charm. Everything in Levels; DEX, vanna, charm regimes; Per-strike GEX with call/put split; OI or volume lens - `gex_full` **GEX Full** — $69/mo ($621/yr). Single names and the whole surface. Everything in Greeks; Single names — AAPL, NVDA, TSLA…; 0DTE / 1DTE filters; Historical GEX snapshots ### Algos — Live-tested NQ strategies with public, unedited paper track records. - `algo_single` **One sleeve** — $99/mo ($891/yr). Signals from a single strategy. Realtime signals via API, WebSocket, Telegram; Full track record and event feed; Swap which sleeve at any time - `algo_all` **Every sleeve** — $299/mo ($2691/yr). All thirteen, plus execution. Signals from every sleeve; Account & Execution API included; Auto-execution on your own broker; New sleeves as they ship ### Utilities — The pieces that sit beside a data plan. - `execution` **Account & Execution API** — $19/mo ($171/yr). Place futures orders through an API. Bracket orders — linked TP + SL; Move, flatten, cancel — one call each; Bring your own Rithmic broker; Live order dashboard ### Bundle - `desk` **Desk** — $499/mo ($4491/yr). Includes futures_p4, options_p3, gex_full, execution, algo_all. Bought separately that is $705, so the bundle saves $206. ## Free tools - [Free realtime GEX levels on NQ, ES, Gold, Silver & Oil](https://tick-stream.xyz/free-gex-levels-realtime): live non-naive dealer gamma exposure levels (call wall, put wall, zero-gamma flip, net GEX regime) drawn on a realtime futures chart for Nasdaq-100, S&P 500, Gold, Silver and Crude Oil — computed from tickstream's own realtime QQQ, SPY, GLD, SLV & USO option chains, no signup; other markets on request ## Localized (docs stay English) - [Página inicial em português (BR)](https://tick-stream.xyz/pt/) · guides: [dados da CME em tempo real via API](https://tick-stream.xyz/pt/dados-cme-tempo-real-api), [dados históricos tick a tick para backtesting](https://tick-stream.xyz/pt/dados-historicos-tick-backtesting) - [Página principal en español](https://tick-stream.xyz/es/) · guías: [API de datos de futuros CME en tiempo real](https://tick-stream.xyz/es/api-datos-futuros-cme-tiempo-real), [datos históricos tick a tick para backtesting](https://tick-stream.xyz/es/datos-historicos-tick-backtesting) ## Optional - [Pricing](https://tick-stream.xyz/pricing): every package side by side - [Terms of Service](https://tick-stream.xyz/terms) - [Privacy Policy](https://tick-stream.xyz/privacy) - [Contact](mailto:support@tick-stream.xyz)