2

Remote Python Trading Jobs in Compton, CA (NOW HIRING)

Staff Data Engineer

Los Angeles, CA · On-site +1

$140.50K - $224.80K/yr

LegalZoom supports a remote-friendly environment that gives employees flexibility and balance. Our ... Proficiency in Python for data engineering tasks. * Experience with cloud data warehouses (e.g ...

LegalZoom supports a remote-friendly environment that gives employees flexibility and balance. Our ... Proficiency in Python for data engineering tasks. * Experience with cloud data warehouses (e.g ...

Staff Data Engineer

Los Angeles, CA · On-site +1

$140.50K - $224.80K/yr

LegalZoom supports a remote-friendly environment that gives employees flexibility and balance. Our ... Proficiency in Python for data engineering tasks. * Experience with cloud data warehouses (e.g ...

Sr. Database Administrator

Los Angeles, CA · On-site +1

$120K - $145K/yr

San Diego, CA Irvine, CA Los Angeles, CA Centennial, CO Las Vegas, NV Remote or Hybrid is not ... Automate Database server maintenance tasks through TSQL, PowerShell, and Python * Hands-on ...

next page

Showing results 1-20

Remote Python Trading information

See Compton, CA salary details

$13

$59

$87

How much do remote python trading jobs pay per hour?

As of May 30, 2026, the average hourly pay for remote python trading in Compton, CA is $59.54, according to ZipRecruiter salary data. Most workers in this role earn between $49.09 and $67.64 per hour, depending on experience, location, and employer.

What are the key skills and qualifications needed to thrive as a Remote Python Trading professional, and why are they important?

To thrive as a Remote Python Trading professional, you need strong proficiency in Python programming, quantitative analysis, and a solid understanding of financial markets, often supported by a relevant degree in finance, mathematics, or computer science. Experience with trading platforms, APIs, backtesting frameworks, and familiarity with libraries like pandas, NumPy, and scikit-learn are typically required. Analytical thinking, problem-solving, and effective remote communication are essential soft skills for success in this role. These skills enable the development of robust trading algorithms, effective risk management, and seamless collaboration in a distributed work environment.

What are some common challenges faced by remote Python trading developers, and how can they be addressed?

Remote Python trading developers often encounter challenges such as managing effective communication with distributed teams, ensuring code reliability in automated trading systems, and keeping up with rapidly evolving market requirements. To address these, it’s important to establish clear communication channels (such as daily stand-ups or regular check-ins), write well-documented and thoroughly tested code, and stay updated on current trading technologies and market regulations. Additionally, leveraging collaborative tools like version control systems and implementing robust monitoring for trading algorithms helps ensure both team alignment and system stability.

What is a Remote Python Trading job?

A Remote Python Trading job involves developing, maintaining, and optimizing trading algorithms or systems using the Python programming language, all while working remotely. Professionals in this role typically work for financial institutions, hedge funds, or fintech companies, analyzing market data, building automated trading strategies, and ensuring their code runs efficiently and securely. Strong programming skills in Python, knowledge of financial markets, and experience with trading platforms or APIs are essential. The remote nature of the job allows professionals to work from anywhere with a reliable internet connection.

What is the difference between Remote Python Trading vs Remote Quantitative Analyst?

AspectRemote Python TradingRemote Quantitative Analyst
Required CredentialsPython programming, finance knowledge, data analysis skillsMathematics, statistics, programming, finance or economics degree
Work EnvironmentFinancial firms, hedge funds, trading companiesFinancial institutions, investment firms, research organizations
Industry UsageHigh in trading and algorithm developmentHigh in risk modeling and quantitative research
Common Search/ComparisonYesYes

Remote Python Trading focuses on developing trading algorithms using Python, primarily in trading firms. Remote Quantitative Analysts work on financial modeling and risk analysis, often requiring similar skills but with a broader focus on quantitative research. Both roles involve programming and finance, but their core responsibilities differ in application and industry emphasis.

What are popular job titles related to Remote Python Trading jobs in Compton, CA? For Remote Python Trading jobs in Compton, CA, the most frequently searched job titles are:
What cities near Compton, CA are hiring for Remote Python Trading jobs? Cities near Compton, CA with the most Remote Python Trading job openings:

Staff Software Engineer - Backend & AI Infra - Trading

Career Renew

Los Angeles, CA • Remote

Full-time

Posted 13 days ago


Job description

Career Renew is recruiting for one of its clients a Staff Software Engineer - Backend & AI Infra - Trading - this is a fully remote role for US/UK based candidates.

We are building the Hyperliquid Agent Runtime.

We’re hiring a Staff Software Engineer to own two critical workstreams: the agent runtime and backend infrastructure that powers every trade in our fleet, and the migration of model hosting and agent deployment in-house — moving us off third-party LLM providers and hosted agent platforms to Senpi-owned infrastructure.

This is a building role. You’ll write the backend services, runtime engine, and deployment systems that our entire agent fleet runs on. When you ship, every agent in the fleet immediately gets faster, more reliable, and more autonomous.

What You’ll Build

Agent Runtime & Backend (~50%)

The runtime is the engine that makes every agent work. You’ll own the core systems:

  • Plugin Runtime — the per-agent process that runs position tracking (10s polling), the RatchetStop exit engine (tiered trailing stops with sub-second evaluation), and DSL state management. Currently Go + Python; migrating to a centralized Go service with Postgres state and real-time websocket price feeds

  • Scanner Gateway / Rules Engine — a YAML-configurable evaluation layer that sits between scanners and execution. Scanners produce raw signal variables; the rules engine applies gates, scoring, and filters defined in YAML. Users customize trading behavior without touching Python. This is the next major runtime feature

  • RatchetStop Backend — centralized profit-trailing service that protects positions even when the agent is offline. Evaluates tier upgrades and places stop-loss orders on Hyperliquid via websocket, replacing per-agent polling with condition-based evaluation across all positions

  • Execution Layer — the MCP (Model Context Protocol) server that bridges agents to 48+ Senpi platform tools: position creation, clearinghouse state, market data, Smart Money intelligence. You’ll own auth, rate limiting, and the contract between agents and the exchange

  • Data Layer — enriched Hyperfeed pipeline (top 1K trader positions, momentum events, market concentration) flowing through Redis, Postgres, and ClickHouse. Real-time ingestion, 4-hour rolling windows, and the APIs that every scanner calls

Model & Agent Hosting Migration (~30%)

We’re moving off third-party hosted agents and external LLM inference to Senpi-owned infrastructure. You’ll lead the technical execution:

  • Agent deployment platform — migrate agents from Railway/OpenClaw to Senpi-hosted infrastructure. Each agent needs isolated workspace, cron scheduling, state persistence, MCP connectivity, and Telegram notifications. Target: deploy any skill from a GitHub repo with one command

  • Model hosting — evaluate and implement the path from external LLM APIs (Anthropic, Google) to self-hosted inference. Options range from proxied external models with full telemetry capture, to fine-tuned models running on Senpi GPUs. You’ll own the decision and execution

  • Agent telemetry — capture every scanner evaluation, every trade decision, every signal score across all agents. This data feeds the self-reinforcing loop: agents learn from fleet-wide performance, fork winning strategies, and improve autonomously

  • Deployment pipeline — CI/CD for shipping scanner updates, runtime patches, and skill configs to 50+ live agents without interrupting open positions. Zero-downtime rollouts where downtime = unprotected capital

Infrastructure & Operations (~20%)

  • Build monitoring and alerting that catches agent failures, orphaned positions, state corruption, and auth expiration before they cost money

  • Manage cloud infrastructure (AWS/EKS) with infrastructure-as-code

  • Own incident response — in a trading system, every minute of downtime is real dollars at risk

  • Health monitoring for the agent fleet: which agents are scanning, which are stuck, which have the midnight rollover bug

What We’re Looking For

Must Have

  • Strong backend engineering — you write production code daily in at least two of: Go, Python, Node.js/TypeScript. Go preferred for the runtime services

  • Experience building backend services from scratch at a startup: APIs, job scheduling, state management, distributed systems

  • Solid understanding of real-time systems where latency matters: websocket connections, condition-based evaluation, sub-second response requirements

  • Production experience with Postgres, Redis, and at least one analytics DB (ClickHouse, TimescaleDB, BigQuery)

  • Kubernetes experience — deploying, scaling, and debugging production workloads on AWS EKS

  • You’ve owned a system end-to-end: designed it, built it, deployed it, operated it, fixed it at 3am

Strong Plus

  • Experience with model serving / LLM infrastructure — deploying, scaling, and optimizing inference (vLLM, TGI, TensorRT-LLM, or managed endpoints)

  • Background in trading systems, exchange APIs, or fintech where uptime has direct financial consequences

  • Experience with onchain infrastructure: wallet operations, RPC nodes, transaction monitoring, DEX integration

  • Familiarity with MCP (Model Context Protocol) or similar agent-to-tool connectivity patterns

  • Experience building multi-agent platforms — orchestrating many independent processes sharing infrastructure but operating autonomously

  • Experience with CI/CD for systems where “deploy” means updating live trading agents, not just web servers

What This Role Is Not

This is not a pure DevOps role. You’ll spend 80% of your time writing Go, Python, and TypeScript that ships to production. The infrastructure you manage is the infrastructure you built — because at our stage the best person to operate a system is the person who designed it.

You’re building the backend for autonomous AI agents that manage real money in real time. The runtime you build determines whether positions are protected. The model hosting you stand up determines whether agents can think. The deployment pipeline you create determines whether the fleet can evolve. This is foundational infrastructure for a new category of software.