{"repo":"usmanch96/quotex-historical-data","free":true,"listed":false,"github":"https://github.com/usmanch96/quotex-historical-data","clone":"git clone https://github.com/usmanch96/quotex-historical-data.git","description":"Download unlimited Quotex historical candle data via Python — bypasses the 199-candle WebSocket limit","language":"Python","stars":42,"topics":["binary-options","forex-data","historical-data","ohlc-data","python","quotex","trading-bot","websocket","candle-data","pyquotex"],"license":null,"category":"trading","readme_excerpt":"📊 Quotex Historical Candle Data Downloader (Python) Download unlimited Quotex historical candle data via Python — bypass the 199-candle WebSocket limit. 🔧 Built on top of pyquotex. This repo patches it to remove the hard cap and adds a get candles deep() method that fetches thousands of OHLC candles in a single call — days, weeks, or months at a time. --- ❌ The Problem If you've used pyquotex or any Quotex Python API, you've hit this wall: That's barely 3 hours of 1-minute data. Useless for backtesting or training an ML model. This repo fixes that completely. ✅ --- 🔍 How It Works — The Discovery By reverse-engineering the live Quotex WebSocket traffic in a browser, I found the exact payload format the broker uses for paginated historical requests. Three things were wrong in every existing solution: Parameter ❌ What everyone does ✅ What actually works --- --- --- offset Set to the chunk size Must be fixed at 3600 step Various Must be exactly 2940 s backward index 10-digit Unix timestamp Must be 12-digit : int(time.time() 100) And the WebSocket server returns old paginated candle data under a different key ( message[\"data\"] ) — not message[\"history\"] like everyone expects. The original parser silently dropped all of it. That's why nothing worked before. --- 🛠️ Patches Applied to pyquotex Patch 1 — pyquotex/ws/client.py Patch 2 — pyquotex/stable api.py — New get candles deep() 🚀 This method automatically: - 🔄 Loops backwards generating the 12-digit proprietary index IDs - ","default_branch":null,"files":null,"tree":[],"storefront":"/r/usmanch96","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/usmanch96/quotex-historical-data/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}