fn main() {
    let app = MarketLens::new();
    app.run().expect("Failed to launch");
}
async def process_data():
    data = await fetch_market_data()
    return analyze(data)
v0.1 $ ./marketlens

MarketLens

Advanced market data visualization for analysts and traders. _

marketlens.app
MarketLens Application Screenshot
Tech Stack

Built with Modern Technologies

Our engineering team leverages cutting-edge technologies to build robust, high-performance systems.

siRust
Rust

High-performance, memory-safe systems programming for our core engine.

siPython
Python

Data processing & generic backend.

siSvelte
Svelte

Reactive UI framework for building fast, efficient user interfaces.

siTypescript
TypeScript

Type-safe JavaScript for building reliable frontend applications.

siClickhouse
ClickHouse

Column-oriented DBMS for real-time analytics on market data.

siPostgresql
PostgreSQL

Advanced open source relational database for transactional data.

siAnsible
Ansible

Infrastructure as code for automated deployment and configuration.

siWebgl
WebGL

Hardware-accelerated graphics for high-performance data visualization.

Our Product

MarketLens: See the Market Clearly

MarketLens provides powerful tools for market data analysis, helping traders make informed decisions.

Real-time Data

latency < 100ms

Stay ahead of market movements with our high-performance data feeds and visualization tools.

Market Sources

10,000+ sources

Access a vast network of market data sources to ensure comprehensive coverage and reliable insights.

Unified Orderflow

60+ FPS visualization

Unified view with OI and CVD metrics for instant recognition of market imbalances.

CEO

Meet the CEO of MarketLens

The vision and expertise behind our market analysis tools.

Anton Zolotukhin
Anton Zolotukhin

CEO

Anton started MarketLens with a vision to revolutionize how analysts and traders interact with market data. With extensive experience in both software development and financial markets, he created MarketLens to address the challenges he faced as a trader.

Join Our Team

We're Hiring

Join us in our mission to build the next generation of market analysis tools.

Backend Engineer (Rust/Python)

Contract • Remote

fn main() {
    // Join our team as a Backend Engineer
    let engineer = BackendEngineer::new();
    MS_Dev::hire(engineer);
}

We're looking for a backend engineer to help us collect data from more exchanges and implement new features for a regular backend like user accounts, subscriptions, etc.

Rust Python Web Sockets Stripe(?)
Content Marketing Specialist

Contract • Remote

async function createContent() {
    // Generate compelling narratives
    const strategy = await analyzeAudience();
    return publishToSocialMedia(strategy);
}

We're looking for a technical content creator to develop engaging copy and content strategies for our social media platforms and marketing materials.

Copywriting Social Media Content Strategy SEO
Technical Blog

Engineering Insights

Our engineering team shares technical insights and deep dives into our tech stack.

Learn how we optimized ClickHouse storage for financial time series data.

SELECT symbol, toDate(ts), count(*)FROM trades 
GROUP BY symbol, toDate(ts) ORDER BY count(*) DESC LIMIT 3;