
Closed
Posted
Paid on delivery
I want to build a bespoke stock-market application from the ground up. The core vision is a single, streamlined tool that can pull live market data, analyse it intelligently and present the results in an intuitive interface. I’m open to your suggestions on the exact feature mix—whether that means real-time feeds, automated order execution, portfolio tracking, rich charting, or a combination that you believe will give everyday traders an edge. Cross-platform compatibility is important to me. If you can deliver a clean build that runs smoothly on Windows, macOS and Linux, that would be ideal; if you specialise in a narrower range, let me know what you can support and how you plan to handle portability. Your code should be well structured, properly documented and ready for future expansion. I value maintainability and clear separation between data ingestion, business logic and visualisation layers. A modern tech stack is preferred—Python, JavaScript (with Electron or similar), or another robust solution you can justify. If you have experience integrating broker APIs, WebSocket data streams, or advanced visualisation libraries such as D3.js, Plotly, or TradingView, please highlight it. Deliverables will include: • A working prototype that demonstrates the agreed core functions • All source code, cleanly commented and version-controlled • A brief user guide and a hand-off session to walk me through deployment and day-to-day use When you respond, outline the approach you’d take, the toolset you favour, and an estimated timeline for a first milestone. I’m ready to get started as soon as we align on scope.
Project ID: 40685988
90 proposals
Remote project
Active 2 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
90 freelancers are bidding on average ₹24,008 INR for this job

A stock tool like this only becomes useful when the data pipeline, analysis layer, and interface are kept separate from day one; otherwise every new indicator, broker hookup, or UI change turns into rework. I’d approach this as a modular prototype first: live/streamed market ingestion, a clean analysis engine, and a lightweight desktop UI that can be packaged cleanly for multiple operating systems. I’ve worked on custom builds involving Python-based processing, API integrations, structured handoff-ready code, and interfaces where clarity matters more than flashy screens. For this kind of application, Electron + Python or a full Python stack can both work well depending on whether your priority is richer desktop UX, faster prototyping, or easier long-term maintenance. To shape the first milestone properly, I’d want to lock the core version before expanding it. - Which is the must-have first release: live quotes, charting, screening logic, paper trading, broker execution, or portfolio tracking? - Do you already have a preferred market-data or broker API in mind? - For cross-platform support, do you want one shared desktop app build, or is Windows the first target with macOS/Linux next?
₹26,900 INR in 7 days
9.4
9.4

Hello, CnEL India can build this stock-market application with a modular and scalable approach. Our methodology: • Define the core MVP features and market-data requirements first. • Build a dedicated data-ingestion layer using broker/market APIs and WebSockets for live updates. • Keep market analysis/business logic separate from the UI for easy future expansion. • Use Python with FastAPI/NumPy for backend processing and Electron + JavaScript for cross-platform desktop support. • Integrate Plotly/TradingView or suitable charting for interactive market visualization. • Add portfolio/order functionality only after confirming the required broker APIs and execution flow. • Implement proper error handling, logging, configuration management and secure API credentials. • Test the prototype with live/simulated data across Windows, macOS and Linux. • Deliver clean, version-controlled source code, documentation and a handoff guide. For the first milestone, we suggest delivering the core live-data pipeline, basic analysis and initial trading dashboard/prototype, with an estimated timeline of **5–7 days**, depending on the selected data/broker APIs. Best regards, CnEL India
₹25,000 INR in 15 days
9.0
9.0

The biggest risk in a custom stock-market app is not the charts or the UI — it’s ending up with a prototype that works once but is hard to extend when you add brokers, indicators, or automation later. I’d structure this in layers from the start: data ingestion, strategy/analysis logic, and a desktop-facing presentation layer, so the product can grow without becoming messy. My likely recommendation for a first version would be Python for market logic and data handling, paired with a modern desktop interface layer that keeps the app portable. I’ve handled builds where API connectivity, clean documentation, maintainability, and future expansion mattered as much as the first delivery, which seems to be exactly what you’re aiming for here. A focused first milestone will make this much smoother and keep the prototype useful instead of bloated. - Are you leaning more toward trader decision support, or do you want actual broker-side order execution in phase one? - Should the first prototype use live streaming data, delayed data, or a mix depending on API cost? - Do you want charting mainly for visualization, or should it include overlays, alerts, and indicator logic from the start?
₹25,000 INR in 7 days
7.7
7.7

For a trading application, maintainability matters just as much as speed because data feeds, broker endpoints, and user features tend to change constantly. The right way to start is with a compact prototype that proves the live data flow, core analysis, and a clean desktop interface before adding heavier pieces like execution automation or deeper portfolio logic. I’d typically favor a Python-led backend for ingestion and analysis, with a desktop wrapper or frontend layer chosen based on how interactive you want the charts and controls to be. Experience with custom software, API-driven workflows, and well-commented handoff-ready code is what matters most on a project like this, especially since you want the codebase ready for future expansion rather than just a quick demo. I can also help define a sensible first milestone so the build starts with the highest-value features. - Which markets are you targeting first: equities, forex, crypto, or a combination? - Do you need user login / local account profiles in the prototype, or is this initially for a single operator? - Is advanced visualization a priority from the first build, or should we first validate the engine and signals with a simpler UI?
₹22,500 INR in 7 days
7.1
7.1

Your biggest risk is latency - if your WebSocket feed from the broker API lags by even 500ms during high-volume trading windows, your users will execute orders on stale data and lose money. That delay compounds when you layer in D3.js rendering for live charts. Quick questions - are you planning to support multiple broker APIs simultaneously, or will this integrate with a single provider like Alpaca or Interactive Brokers? And what's your target user load at launch - 10 concurrent traders or 1,000? Here is the architectural approach: - PYTHON + FASTAPI BACKEND: Build async WebSocket handlers that normalize data streams from broker APIs, then push updates to the frontend via Server-Sent Events to eliminate polling overhead. - ELECTRON + D3.JS FRONTEND: Package a cross-platform desktop app (Windows/macOS/Linux) with real-time candlestick charts, order book visualization, and portfolio dashboards that update without full re-renders. - MODULAR ARCHITECTURE: Separate data ingestion (broker adapters), business logic (signal processing, risk checks), and UI layers so you can swap brokers or add ML-based trade signals without rewriting core systems. I've built similar trading platforms for 2 fintech clients where sub-200ms data pipelines were non-negotiable. Let's schedule a 20-minute technical call to lock down your broker integration requirements and define the prototype scope.
₹22,500 INR in 7 days
7.3
7.3

For a cross-platform trading tool, I would make the first milestone one clear workflow: live market monitoring, defined analysis, and an intuitive chart or signal view. That keeps data ingestion, business logic, and visualisation separate while giving everyday traders something usable early. My relevant financial-software experience includes BrokersWatch, a substantial database-backed Laravel/PHP application with API endpoints, modernised to PHP 8.3 and Laravel 9.52. Separately, I can work with Python, JavaScript, and REST APIs. Subject to the chosen feed, deployment needs, and account model, I would consider a Python data/analysis layer with an Electron/JavaScript desktop client for Windows, macOS, and Linux. WebSocket or REST feed connections would be isolated from the analysis and UI layers, so charting and portfolio features can expand without reshaping the core. I’d provide version-controlled source, focused comments, a user guide, and a deployment/day-to-day hand-off. A provisional data-to-chart prototype estimate is 2–3 weeks after scope and provider access are confirmed. Should the first prototype be decision support and charting only, or must it include live execution through a specific broker API?
₹30,000 INR in 7 days
6.4
6.4

Hello, I’ve gone through your project details and this is something I can definitely help you with. I have 10+ years of experience in mobile and web app development, working with Flutter, Android, iOS, React, Node.js, and APIs. I focus on clean architecture, scalable code, and clear communication to ensure the project runs smoothly from start to finish. I will first review your requirements, suggest the best technical approach, and then proceed with development while keeping you updated at every stage. Here is my portfolio: https://www.freelancer.in/u/ixorawebmob I’m interested in your project and would love to understand more details to ensure the best approach. Could you clarify: 1. Do you need this for mobile, web, or both? 2. Do you already have UI/UX designs or should we create them? 3. Will there be any third-party API or payment gateway integration? 4. What is your expected timeline for completion? 5. Are there any reference apps or websites you like? Let’s discuss over chat! So, if your stock market app could trade stocks, should it also make breakfast? Regards, Arpit Jaiswal
₹27,750 INR in 12 days
7.2
7.2

I can build your bespoke stock-market application with a focus on real-time market data and intuitive visualisation. My first step will be to outline the feature set and tech stack, ensuring we align on the core functions before development begins. Based in Toronto, I work efficiently and am always available to address your needs.
₹12,500 INR in 3 days
6.6
6.6

My name is Amarjeet and I am a seasoned expert in building high-quality, scalable websites and mobile apps. Not only does your project perfectly align with my skillset, but it will also allow me to showcase my proficiency in creating bespoke software solutions that deliver tangible results. My experience spans across various tech stacks and frameworks like Python, JavaScript, and Electron - adaptable tools that will enable the development of a fast, efficient, and cross-platform-compatible stock-market application. Another critical aspect of this project is long-term maintenance and scalability. I firmly believe in writing clean, well-structured, and documented code for robustness and ease of future expansion. Through employing effective separation methodologies between data ingestion, business logic, and visualization tier,I can ensure efficient maintenance throughout the system's lifecycle.I look forward to bringing the vision of your single streamlined tool to life and empowering traders with real-time market insights in a user-friendly manner. Let's get started on revolutionizing stock-market software together!
₹25,000 INR in 15 days
6.1
6.1

Dear Client, I read "Custom Stock Market Software Solution" carefully and understand what you're looking to achieve with this Mern Stack Development project. My hands-on experience with PHP, JavaScript, Python aligns directly with what you need. I've delivered similar Mern Stack Development work end to end — clean, scalable and on time — and I can share closely related samples and start right away. A few quick questions to get us started: 1. Do you have detailed requirements ready, or should we define the scope together? 2. What's your target timeline for the first working version? 3. Are there existing designs, code or systems I should build on? Thanks & Regards, Deepak
₹24,375 INR in 14 days
5.8
5.8

I have Strong expertise in designing and deploying enterprise-grade applications using Laravel, PostgreSQL, React JS, Python, Docker, Nginx, AWS, and DigitalOcean. Hands-on experience with CI/CD pipelines, containerized application deployment, cloud infrastructure, reverse proxy configuration, application monitoring, and production environments, with a growing focus on Kubernetes and cloud-native DevOps practices. Experienced in building scalable backend systems, REST APIs, real-time computer vision pipelines, and AI-powered applications.
₹21,000 INR in 5 days
5.7
5.7

Hello, I would love to help you in developing a bespoke stock market application from the ground up that will pull live market data, analyse it intelligently and present the results in an intuitive interface. It will also run smoothly on Linux, macOS, and Windows. Let's chat and discuss more details. I am looking forward to working with you, Fahad.
₹12,500 INR in 2 days
5.9
5.9

With nearly two decades of experience in software architecture and development, I am excited to offer my expertise for your custom stock market software solution. My team and I have a proven track record of delivering robust, scalable applications tailored to our clients' unique needs - and we'd relish the opportunity to do the same for you. As you've highlighted, maintainability and code structure are paramount, which aligns perfectly with my principles as a developer. Over the years, we've specialized in ASP.NET C#, Python (including web scraping and automation), and Stock Trading Software development, making us particularly adept at handling the complex data management requirements inherent to the task at hand. In fact, one of our triumphs includes creating a powerful stock trading application for a prominent financial firm that saw significant improvements in their trading performance. Moreover, cross-platform compatibility is my forte. I have extensive experience in developing software that runs seamlessly on Windows, macOS and Linux; plus an inherent understanding of how to handle portability when faced with various environments.
₹25,000 INR in 7 days
5.5
5.5

Hi, I read your requirements for building a bespoke stock market application from the ground up and am ready to start. I specialize in desktop software development using Python for backend data processing and JavaScript/Electron for clean, cross-platform interfaces across Windows, macOS, and Linux. I focus on building modular, well-documented architectures with a clear separation between live data ingestion, trade logic, and visual components so your platform remains scalable for future features. My approach for this project centers on integrating low-latency WebSocket data streams to power real-time price feeds, dynamic watchlists, and portfolio dashboards. For visualization, I work with libraries like TradingView Lightweight Charts and D3.js to render fast, interactive technical charts with custom indicators without slowing down the application interface. I will also structure the backend using a flexible API wrapper layer so you can easily connect to various broker platforms or data providers down the line. You will receive a functional cross-platform prototype, cleanly structured source code with clear documentation, a setup guide, and a complete hand-off walk-through. Let us connect via chat so we can confirm your preferred broker or data sources and jump straight into building your application.
₹25,000 INR in 3 days
5.4
5.4

Hi, I’ve worked on financial and dashboard-based applications with APIs, real-time data, charts and transaction-related features. I can build this as a clean cross-platform application while keeping the market data, business logic and interface separated so it’s easier to maintain and expand later. For the first version, I’d suggest starting with live market data, watchlists, portfolio tracking and clear charting, then adding order execution or more advanced analysis once the core system is stable. For the stack, I’d lean toward Python for the backend/data processing and Electron for the desktop application, with WebSocket support for live market updates and a charting library suited to the final requirements. A few quick questions before we start: Which stock markets and broker/data providers do you want to support? Do you need actual order execution in the first version, or should the prototype focus on market data and analysis? Do you already have a preferred charting/data API, or should I recommend one based on your requirements? I can start with a first working milestone covering the agreed core features and then build from there. I can also share relevant dashboard/API work from my portfolio.
₹25,000 INR in 7 days
5.1
5.1

Hello, I can build your cross platform stock market desktop application using Electron React and Python. My plan is to build a responsive desktop frontend using Electron and React with TradingView Lightweight Charts or Plotly for interactive technical charting. I can build a Python FastAPI backend service to ingest live market feeds via WebSockets and process analytics. I can structure the application into decoupled layers separating data ingestion technical analysis portfolio tracking and order routing. I can integrate broker REST APIs for portfolio sync and automated trade execution. I can also package the desktop app for Windows macOS and Linux installer builds using Electron Builder. In a past project I developed a cross platform Electron and Python stock analytics application featuring TradingView charts and live WebSocket broker streaming. 1) Which specific market data feed or broker APIs such as Interactive Brokers Alpaca or Zerodha Kite do you plan to connect? 2) Should the application interface be built using Electron with React or Python with PySide6 for cross platform desktop support? 3) Which charting library such as TradingView Lightweight Charts or Plotly do you prefer for rendering live candlestick data? Thanks, Bharat
₹35,000 INR in 15 days
5.4
5.4

Hello! I have built real-time financial dashboards and API-driven trading tools using Python, JavaScript, WebSockets, broker APIs, Plotly, and TradingView-style charting, with clean cross-platform desktop interfaces. I would build the application with Python for market-data processing and analysis, plus Electron/React for Windows, macOS, and Linux. I’ll first implement live data feeds, portfolio tracking, charts, and a modular foundation for future order execution. The architecture will clearly separate data ingestion, business logic, and visualisation. Source code will be documented, version-controlled, and delivered with deployment guidance and a hand-off session. Timeline: 2 weeks I can start immediately because I am available now. I will respect your feature priorities and suggestions, and I’m interested in supporting the platform long term as it expands. Thanks
₹25,000 INR in 14 days
5.0
5.0

Hi, I’ve reviewed your project requirements and would be happy to help you build, improve, or maintain your application. I’m a Full-Stack Web, Mobile, Python & AI Developer with experience working with startups, businesses, and digital agencies. I specialise in **Laravel, PHP, React.js, Node.js, Python, Flutter, AI/ML, and LLM integrations. My expertise includes: • Laravel / PHP web applications & APIs • React.js / Node.js development • Python development & automation • Flutter mobile applications • AI/ML, OpenAI & LLM integrations • AI chatbots, assistants & workflow automation • SaaS, CRM & ERP platforms • API & database development • Bug fixing, security & performance optimisation • Existing application maintenance and modernisation Whether you’re starting a new project or need help with an existing application, I can take ownership from technical assessment and development through testing, optimisation, AI integration, and deployment. I focus on clean architecture, scalable solutions, security, performance, and maintainable code. I can also work as an extended engineering team or white-label development partner for agencies. Please share your requirements, designs, repository, or specifications. I can quickly review the scope and suggest a practical approach. I’m available to discuss your project and can get started immediately.
₹25,000 INR in 7 days
4.6
4.6

Hi, I have already built trading-related applications involving live market data, broker APIs, WebSocket feeds, order handling and trading dashboards. You can also check my portfolio for relevant work. For the current budget, I propose delivering a solid Phase-1 working prototype rather than trying to squeeze the entire trading platform into one milestone. The initial scope can include: • Live broker/market-data API integration • WebSocket streaming with reconnect handling • Watchlist with live LTP/price updates • Interactive candlestick charts • Basic indicators such as EMA/RSI • Portfolio/positions and P&L display • Paper BUY/SELL order placement and order-status tracking • Clean desktop interface • Modular Python backend with separated data, analytics, order and UI layers • Source code, documentation and setup guidance I would design the architecture so additional brokers and features can be plugged in later without rebuilding the core application. Advanced scanners, automated strategies, live execution safeguards, multi-broker integration, advanced analytics and further macOS/Linux packaging can be completed as additional scope/budget after the prototype. This approach gives you a usable first milestone while keeping the foundation ready for the complete platform. Regards, Shweta
₹37,500 INR in 15 days
4.5
4.5

As a highly skilled developer with a wealth of experience in building automated systems, AI agents, and marketplaces, I am confident that I can create the bespoke stock market software solution you need. I understand and appreciate the importance of streamlined processes and seamless cross-platform compatibility. Rest assured, regardless of your platform of choice, your software will run smoothly on Windows????? and Linux. Your project's focus on well-structured code, clear separation between layers of functionality, and maintainability aligns perfectly with how I work. My proficiency in Python and JavaScript (with Electron or similar) ensures you'll get modern technology solution that is both robust and scalable. Moreover, my impressive track record, including building platforms that handle real-time messaging and financial transactions like Stripe escrow that process similar volumes to what you are seeking, attests to my capacity to successfully execute your vision.
₹12,500 INR in 2 days
4.9
4.9

Surat, India
Payment method verified
Member since Jan 12, 2019
₹600-1500 INR
₹600-1500 INR
₹1500-12500 INR
₹600-1500 INR
₹600-1500 INR
$80-100 USD
$75 USD
$500 USD
₹600-1500 INR
₹1500-12500 INR
$1500-3000 AUD
₹12500-37500 INR
$30-250 CAD
$750-1500 USD
$30-250 USD
₹12500-37500 INR
$25-50 USD / hour
$30-250 USD
$15-25 USD / hour
₹1250-2500 INR / hour
$15-25 USD / hour
$25-50 CAD / hour
₹1500-12500 INR
₹12500-37500 INR
₹150000-250000 INR