
Tamamlandı
İlan edilme:
Teslimde ödenir
I need a small web application that pulls live option-chain data—at strike-price granularity—from Zerodha’s database through their official Kite Connect APIs. The goal is to have a browser-based dashboard where I can hit a symbol, watch each strike update tick-by-tick, and optionally export the feed to a CSV or my own downstream service. Here’s what I’m after: • A clean, password-protected front end (simple React, Vue, or plain HTML/JS is fine) that displays calls and puts grouped by strike, showing last price, bid/ask and open interest in real time. • A lightweight back-end (Python + FastAPI, Node, or similar) that authenticates with my Zerodha keys, subscribes to the option-chain websockets, and streams the data to the UI with minimal latency. • Ability to pick the underlying, expiry and refresh interval from the interface. • Basic logging so I can see when the connection drops or the token expires, plus a quick re-auth routine. Acceptance criteria 1. After I enter my Kite credentials the dashboard must populate within 2 seconds and stay in sync with Zerodha for at least 30 minutes without manual refresh. 2. Strike prices should update no slower than once per second during active market hours. 3. Code is handed over in a private Git repo with a README explaining local setup, environment variables for the API keys, and deployment steps. If you have prior experience with the Kite Connect API or similar brokerage feeds, let’s make this tool live and trading-floor ready.
Proje No: 40058070
24 teklifler
Uzaktan proje
Son aktiviteden bu yana geçen zaman 3 ay önce
Bütçenizi ve zaman çerçevenizi belirleyin
Çalışmanız için ödeme alın
Teklifinizin ana hatlarını belirleyin
Kaydolmak ve işlere teklif vermek ücretsizdir

Hello, Kite API provides tick by tick data if we subscribe to their websocket, so we can basically display that in real time. Do you still want feature for auto refresh interval? Do you also want to see all the geeks of the option chain? If so, then we will have to use API call (which makes sense for time interval update) or we will have to calculate on our own. There are also api rate limit and websocket subscription limit, which we can discuss over chat. I am familiar with zerodha kite API and have used in some of the projects. Currently I have my own system to track OI using Shoonya API. Ping me to discuss in details about your requirement. Regards, Samiran
₹23.000 INR 7 gün içinde
6,6
6,6
24 freelancer bu proje için ortalama ₹28.275 INR teklif veriyor

Hi, I have 15+ years of experience in the software development. You can see my recent ALGO projects, reviews & demos here: ► https://www.freelancer.in/u/tinuvj ✅ TRADING SOFTWARE EXPERIENCE - Experience in Zerodha, Fyers, Angel One, Kotak, Flat Trade, IIFL, Alice Blue, ICICI Direct, Upstox, Motilal, Finvasia Shoonya APIs - Trading View Pine Script, Development & Back testing - Bridge Software to execute Trading View, Charink & Amibroker Signals - Copy Trader Software: Copy all Master account trades to unlimited client accounts - One-Click Quick Option Trading software with Auto SL, Target, TSL & Averaging - Software to monitor and auto-exit the position - Amibroker AFL Development and Backtesting - Algo Development in Node.js, Python & Pine Script ✅ RECENT-ALGOS - Tripple Super Trend Algo - Option Selling Strategies - Banknifty Price Action Algo - Tick Analysis - PriceAction Breakout - RSI-Based Option Selling - Pivot Reversal Algo - SMA & EMA Strategy - 9:20 AM Short Straddle - Heikin-Ashi Breakout - Multi Indicator Algos MACD, EMA, ADX, CCI , ST & RSI - Pivot Level Algo - Crude Options Some of my other projects. - Automated login to various Indian bank websites to fetch the account statement to perform some automated tasks. - Automated login and trade execution in various Indian stockbroker platforms - WhatsApp API & Chat Bot Using WhatsApp Web Automation Thanks & Regards Tinu Jose
₹39.000 INR 7 gün içinde
5,7
5,7

Hi , I’ve built several real-time market data dashboards using Kite Connect, WebSocket feeds, Node, and lightweight front-ends, and your requirement—a tick-by-tick option chain with clean UI and low latency—is exactly the type of system I specialise in. Looking forward to working with you.
₹25.000 INR 7 gün içinde
4,5
4,5

Hello, I am a highly skilled full-stack developer and digital solution architect with over 4 years of experience transforming ideas into powerful, scalable, and business-focused web and mobile applications. I specialize in building performance-driven, user-friendly products that not only look premium but also deliver measurable results. My development approach combines clean, maintainable code with modern UI/UX principles, ensuring every project is fast, secure, responsive, and optimized for real-world growth. My technical expertise includes: Frontend & Backend: PHP, Laravel, MERN Stack CMS & E-commerce: WordPress, Shopify, Magento Mobile Apps: Flutter (Android & iOS) Other Core Skills: API development, database design, payment integrations, automation, and cloud deployment From corporate websites and e-commerce systems to fully custom platforms and mobile apps, I deliver end-to-end solutions that are stable, scalable, and aligned with business goals. I work with a strategic mindset—spanning requirements analysis and system architecture through development, testing, deployment, and long-term support. My focus is always on quality, clarity, and delivering outstanding value. If you're looking for a developer who understands both technology and business and can bring your vision to life with precision, creativity, and reliability, I am here to help. Let’s build something exceptional together. Best regards, Arshi.g
₹25.000 INR 7 gün içinde
4,0
4,0

Hi, I can build a fast, reliable, and trading-floor–ready option-chain dashboard using React on the front end and a Python + FastAPI backend integrated with Zerodha’s Kite Connect API. I’ve worked with real-time brokerage feeds before, and I can implement a low-latency websocket pipeline that streams tick-by-tick strike data (LTP, bid/ask, OI) to the browser with sub-second updates. The platform will include a clean, password-protected UI, the ability to choose underlying, expiry, and refresh intervals, CSV export, and automatic reconnection/token-refresh logic to keep the feed stable for 30+ minutes. I’ll provide a private Git repo with complete code, environment-variable configuration, and a clear README for local setup and deployment. Ping me — we can discuss your API keys, architecture choices, and timelines in chat. Warm Regards, Mohd Yusuf
₹20.000 INR 7 gün içinde
3,5
3,5

I am a senior developer of ASP.NET Core MVC & CMS & ASP.NET & Java with over 8 years of experience in software development. I am an expert on windows and web development using C#, VB.NET, VB6, ASP.NET, Entity Framework, Spring Boot. I work with ASP.NET, Core, MVC, Web API, WebServices, WCFServices, Webform, SQL Server, MongoDB, MySQL, Crystal Report, RDLC, SSIS, SSRS, HTML, CSS, Javascript, TypeScript, Jquery, AJAX, Angular, TFS, SVN, Github, GitLab, Azure, Plesk, Angular, Angular2, Javascript, HTML, CSS, JQUERY.
₹15.000 INR 7 gün içinde
3,6
3,6

I’ve carefully reviewed your requirements for a real-time, browser-based option-chain dashboard powered by Zerodha’s Kite Connect APIs, and I’m confident I can deliver a trading-floor-ready tool that updates every strike tick-by-tick with minimal latency. I specialise in building lightweight market-data pipelines, websocket-driven streaming backends, and clean UIs that stay perfectly in sync with live exchange feeds. I have strong experience working with Zerodha’s Kite Connect API, including historical/OHLC endpoints, websocket tick streams, token refresh logic, and authenticated multi-symbol subscriptions. I’ll build a secure, password-protected dashboard (React/Vue or clean HTML/JS) paired with a FastAPI/Node backend that authenticates your keys, maintains a stable websocket session, groups call/put strikes in real time, and pushes updates to the frontend at sub-second intervals. You’ll get a clean UI with underlying/expiry selectors, a stable streaming backend with auto-reconnect, CSV export options, and clear logging so you always know when a token refresh or websocket reconnect occurs. All code will be delivered in a private Git repo with a README covering local setup, environment variables, and deployment steps. Let’s discuss your preferred tech stack (React vs Vue), hosting environment, and whether you want optional downstream webhooks so I can begin right away. Best Regards, Deepak
₹25.000 INR 7 gün içinde
3,3
3,3

✨ Option-Chain Live Dashboard Hello, I have reviewed your requirement and I can build your live option-chain dashboard that streams Zerodha Kite Connect data at strike granularity, delivering a fast, reliable, and production-ready browser UI tailored for tick-by-tick monitoring and export. Key Features → Kite Connect auth & secure token handling → Low-latency websocket streamer (option-chain level) → Per-strike calls & puts view → Grouped strike table with real-time updates ≤1s → Select underlying, expiry & refresh interval from UI → Password-protected, responsive front end → Connection logging, token expiry alerts & re-auth routine Warm regards, Vinita
₹25.000 INR 7 gün içinde
3,2
3,2

Hi Vinay, I can build this exactly as described—a real-time, browser-based option-chain dashboard powered by Zerodha’s Kite Connect APIs. I’ve worked with Kite websockets, token refresh flows, and low-latency streaming setups before, so the architecture will stay lightweight and responsive. My approach is straightforward: a small FastAPI or Node backend that handles authentication, websocket subscriptions and clean streaming; a simple front end that groups calls/puts by strike and updates every tick via SSE/WebSockets. You’ll be able to choose symbol, expiry and refresh rate, export data, and see clear logs for disconnects or token expiry. I’ll deliver a clean code, environment-based config for your keys, and a short README covering setup and deployment. The dashboard will load in under two seconds and hold sync through active market hours. Ready to start whenever you are. Best regards James Walker
₹15.000 INR 3 gün içinde
4,4
4,4

Completed projects till now 1) Python + DhanAPI +Excel + VBA option scalping strategy 2) Python 21 EMA and 9 EMA crossover strategy on DhanAPI 3) Google sheet + FyersAPI trading 4) Google sheet + Algomojo + Upstox 5) Tradetron Banknifty option scalping strategy 6) Excel 2600 NSE 10 years data 7) Copytrading using python 8) Tradetron Supertrend + MACD Crossover Strategy 9) Dhan option chain with Greeks in Google spreadsheet via Google Appscript 10) Backtesting of Nifty options for wait and trade strategy 11) Trigger orders for Dhan Nifty options 12) Shoonya API:- Wait and trade strategy I can deliver any project in Trading. Readymade setups for Python available
₹18.000 INR 7 gün içinde
2,7
2,7

Hi, With 6 years of experience in AI, machine learning, cloud technologies, and full-stack development, I'm well-equipped to bring your vision for a real-time Zerodha Option Chain App to life. I have extensive knowledge and hands-on experience using Python and Node.js - both being relevant to this project. I've proficiently used Python for scripting, web development (including using Django and FastAPI), as well as Machine Learning with frameworks like TensorFlow and PyTorch - which can come in handy for analyzing the pulled option-chain data and handling websockets. Furthermore, my familiarity with cloud platforms like AWS, GCP, Azure, combined with my efficiency in building secure backend systems will enable me to handle user authentication with your Zerodha keys adeptly. My approach centres around delivering secure, scalable, efficient backend systems powered by cutting-edge AI technologies - all of which your project demands. Let's connect to discuss how we can make your trading-floor ready tool a reality.
₹25.000 INR 7 gün içinde
1,5
1,5

Dear Client I saw your requirements regarding to develop a auto trading bot for stock market of India using Zerodha KITE API in python. I can develop this application ASAP based your requirements. I developed many applications is similar to your requirements. Such as indicators, analysis applications, auto trading bot for various exchanges. Let share further details. Thanks and Regards Kannadasan K
₹12.500 INR 1 gün içinde
1,5
1,5

Hey, I am Shailender. I have worked before on real-time market data apps, REST/WebSocket integrations, option chain dashboards, and analytics-driven trading tools. I can build your Real-Time Zerodha Option Chain App with live option chain streaming, strike-wise data mapping, IV/Greeks calculations, smart filters, and a clean responsive UI. The app will pull continuous market feeds using Zerodha APIs, cache efficiently, handle spikes, and show fast, stable updates for traders. I will ensure secure API handling, optimized data flow, and a smooth user experience. Let’s call ASAP.
₹25.000 INR 7 gün içinde
1,0
1,0

Hello! We understand you want a simple web app that shows live option-chain data from Zerodha’s Kite Connect API. Our team will build a clean, secure dashboard where you can pick symbols, see real-time updates on calls and puts, and export data easily. Using React for the front end and Python with FastAPI for the back end, we’ll ensure fast updates (at least once per second) and keep your data synced smoothly for 30+ minutes without refresh. We’ll also add clear logging and quick reconnects to save you time and avoid stress. Choose us to get a fast, reliable, and easy tool made just for you. Ready to start? Let’s chat! Best, Sharl
₹28.150 INR 30 gün içinde
0,0
0,0

Hello, I can build a secure, low-latency option-chain dashboard that connects to Zerodha Kite Connect, streams strike-level ticks, and exports feeds to CSV or your downstream service. Tech & approach • Front end: React (password-protected, simple UI showing calls/puts by strike; pick symbol, expiry, refresh). • Back end: Python + FastAPI service that holds your Kite keys, subscribes to Kite websockets, normalizes ticks, and streams them to the UI via WebSocket/SSE. • Persistence/export: optional realtime CSV export and HTTP webhook forwarding. • Logging & resilience: connection / token logging, auto-reauth routine, and recovery logic. • Security: API keys stored in env vars; HTTPS recommended for deployment. Acceptance / deliverables • Dashboard populates within 2s after auth and stays synced (30+ min) with ~1s updating strikes. • Private Git repo with full source + README, env examples, and deploy steps. • Deployment notes, simple Docker setup, and short handover. I’ll need your Kite API keys & a test account to validate streaming. Happy to start when you’re ready. Warm regards, Rahul Paspola
₹12.500 INR 7 gün içinde
0,0
0,0

Having worked as a Web Developer for more than two years, I have gained comprehensive proficiency in HTML, CSS, JavaScript, React and VueJS. This equips me with the necessary skills to create a clean, password-protected front-end interface for your Real-Time Zerodha Option Chain App. My focus on creating high-performance websites implies that your dashboard will load within two seconds and stay synced with Zerodha for at least 30 minutes without any manual refresh. In terms of back-end development, I have hands-on experience with Python and Node.js that will enable me to provide a lightweight and efficient backend solution. Given the project requirement to connect and subscribe to Zerodha's API, my prior familiarity will turn out to be crucial in developing an app that won't face latency issues while streaming data to the UI.
₹25.000 INR 7 gün içinde
0,0
0,0

hubli, India
Ödeme yöntemi onaylandı
Ara 12, 2025 tarihinden bu yana üye
₹750-1250 INR / saat
$30-250 USD
$15-25 USD / saat
$250-750 USD
$2-8 USD / saat
$1500-3000 USD
$30-250 USD
₹12500-37500 INR
€750-1500 EUR
₹1500-12500 INR
₹1500-12500 INR
₹12500-37500 INR
₹37500-75000 INR
$750-1500 USD
$30-250 USD
$250-750 USD
minimum $50 AUD / saat
$15-25 USD / saat
$10-30 USD
$30-250 USD