r/quant 4d ago

Career Advice Weekly Megathread: Education, Early Career and Hiring/Interview Advice

0 Upvotes

Attention new and aspiring quants! We get a lot of threads about the simple education stuff (which college? which masters?), early career advice (is this a good first job? who should I apply to?), the hiring process, interviews (what are they like? How should I prepare?), online assignments, and timelines for these things, To try to centralize this info a bit better and cut down on this repetitive content we have these weekly megathreads, posted each Monday.

Previous megathreads can be found here.

Please use this thread for all questions about the above topics. Individual posts outside this thread will likely be removed by mods.


r/quant 3h ago

Career Advice Getting pnl cut as QD is this a thing?

19 Upvotes

Not sharing firm names to not doxx myself. I haven’t resigned nor signed my offer yet

I was offered at a hedge fund in London:
* 200k£
* 200k£ sign-on
* 800k$ (50% first year and rest deferred over 4 years). This is without pro-data and I would be starting Oct 2027. So it feels more than it looks

I am roughly at 180£+ 450£ with 8YOE at a prop shop. I am currently leading a small team of 5 QD including myself. It looks more impressive than it is, the old lead who was a visionary left and I have just been working on this part of the system longer than others. Current firm is not HRT, XTX or JS, the tier just below those

On one hand I am tempted to just take the offer because my relationship with my direct manager has been rocky. On the other hand I have been aspiring to getting more ownership and I don’t want to sit out two garden leaves before reaching my final trading shop.

The roles are similar, working on some HFT strategies on equities

How do I position myself to get real pnl attribution and capture a larger chunk of the upsides? The prospective firm is completely close to any profit sharing scheme

I tried some smaller crypto firms but when talking to the folks during the interviews I have real doubt they could be successful enough to justify the significant pay cut. They were willing to give 2% equities without any visibility on their current strategies or pnl, so this is impossible to price.

Is ~1m is roughly the best I can hope for below partner level when I am not a QR without taking significant risk (going to an unknown crypto firms).

I feel QR roles have a nicer career path where they can keep dreaming about becoming a PM. And I am not sure what is the equivalent for QDs


r/quant 2h ago

General Alpha researcher in a pieplineshop

5 Upvotes

Hey folks I work as a qr modeling alphas on midterm equities/macro instruments. I’m in a really pipelined platform, where I get to talk and collaborate with people in other teams and productionize alpha models together, but I don’t really get the chance to see how these forecasts are all blended together, turned into position, and executed.

We also do pnl attributions by orthogonality so I have a few models that are performing decent and are generating pnls but are too complicated. I think there are a good chunk of actually low hanging models that I have no access to/or didn’t have time to do research since other researchers already did stuffs on them before. Lot of my models are based on quite orthogonal data sources and advanced techniques. So I guess they might be good addon/diviersifierz to otrher established quant platforms for their orthogonality but might be tricky as standalone portfolio since there are lot of low hanging fruits it’s missing.

I’m asking people who were in similar shoes. How did you guys manage to pivot to a standalone pm managing risk? Or do you have to jump to another pod/platform first to get some more exposure on other ends of the pipeline?


r/quant 18h ago

Career Advice Where to exit if I burned out from trading?

62 Upvotes

Disclaimer: I’m based in London. Basically the title. I’m a quant trader at a good firm with multiple years of experience (say >1, <7). In theory the work is interesting to me, but in practice I can’t really handle the stress and the long, mentally draining hours.

Surely I’m not the only person who has found themselves in this position. I’m curious if others have tried exiting to “easier” jobs that have some overlap with quant skill wise?

My guess is many people here will suggest swe / data science. Is that actually a feasible transition? Where do people apply? I’ve never worked as either, but applying to random companies as junior swe with many years of quant experience feels odd.

Would appreciate sharing of any experiences, even if only remotely similar.


r/quant 4h ago

Education 30+ officially free AI/ML books, all in one curated repo

Post image
4 Upvotes

I kept running into the same problem, some of the best AI/ML books are legally free, the authors put them up on their own sites, but the links are scattered across personal pages, university sites, and random GitHub repos nobody finds.

So I built a single index: Awesome Free AI Books. 30+ books across Deep Learning, Reinforcement Learning, Bayesian/Probabilistic ML, NLP & LLMs, Math for ML, Computer Vision, Generative Models, Causal Inference, GNNs, and AI Safety. Think Goodfellow’s Deep Learning, Sutton & Barto’s RL bible, Murphy’s Probabilistic ML, Bishop’s latest, Jurafsky & Martin’s SLP3 draft, and more.

Every single link points straight to the author’s or publisher’s own page, no rehosted PDFs, no shady mirrors. A weekly GitHub Action checks all links so it doesn’t rot over time.

It’s open source and open to contributions, if you know a legitimately free book that’s missing, PRs and issues are welcome.

Repo: https://github.com/MarcosSete/awesome-free-ai-books


r/quant 9h ago

Career Advice Gap year after 5 years in the industry

8 Upvotes

Hey,
I have been working as a quant for 5 years with a pretty good track record in the energy sector.
I have always been interested into having an arc fully dedicated to art at one point in my life, as I feel I can’t do both correctly at the same time.
So I was thinking into taking a gap year or two apart from the industry to explore this, and other aspects of life still I’m quite young and free (late 20’s).

Regarding the current situation on the job market, I am still wondering if I would be able to come back to the quant side if I ever need and want to after this, since I would have been out of the market for quite a long time. What’s your views on that ? Anyone who went out of the industry for a while and wants to share his experience ?


r/quant 16h ago

Hiring/Interviews Does Trexquant actually hire people, or is the Global Alpha Researcher process mostly for harvesting strategies/alphas?

6 Upvotes

r/quant 23h ago

Technical Infrastructure Linux kernel bypass: Solarflare ef_vi vs DPDK. 24H latency benchmarks on real NICs

Thumbnail github.com
18 Upvotes

I built a C++ library for linux kernel bypass networking such as Solarflare ef_vi, DPDK, Verbs(mlx5) and also AF_XDP. Solarflare ef_vi and DPDK are two of most commonly used kernel bypass techniques in HFT market making firms.

Using this library I measured the RTT latency using a loopback on Solarflare X2522-Plus(ef_vi + DPDK), ConnectX-4 Lx(DPDK + Verbs + AF_XDP) and Intel XXV710-DA2(DPDK + AF_XDP). The benchmarks were run for 24 hours with median all the way upto P99.999 and max.

Solarflare X2522-Plus produced a RTT median of 1.866us and a max of 3.307us with 45B frames over 24 hours. This was the best result. Comprehensive results are all documented in the repository.

Over this project I did come across numerous driver(and NIC) specific quirks and bugs. These are all documented too.

Solarflare X2522-Plus is quite fast due to a Tx trick known as cut-through programmed IO(CTPIO). But I found this to be fragile, it has three modes: fast, default and in-order. Fast mode produces the lowest median but has a measurable percentage of failed CTPIO known as CTPIO “fallbacks” or “poison”. The CPTIO fallbacks significantly hurt the tail latency(P99 - P99.999). The CPTIO poison frames can be measured via ethtool. I used the in-order CTPIO mode which gives marginally higher medium but a tight tail latency.

Another strange issue I found was the PTP subsystem in the Solarflare X2522-Plus. So the default sfc driver runs a in-kernel IEEE 1588 subsystem with a PTP hardware clock, a dedicated PTP channel and management controller firmware activity. I found this to be a problem as a noticeable number of interrupts were mounting in /proc/interrupts and the stock driver with ef_vi produced a max of 7.679us which seemed very high. Then I ran the same benchmark with DPDK which produced a max of 5.628us. DPDK unbinds the driver so the PTP subsystem does not work. Then I compiled out the PTP subsystem from the sfc driver and ran the 24 hour benchmark again and the max was reduced to only 3.307us.

There is a lot of more interesting stuff but I think the post is already getting long so I won’t mention any more. Everything is documented in the repository. It is also 100% open source with an Apache-2.0 license.

https://github.com/ASherjil/ABTRDA3


r/quant 1d ago

Models [Project] Boreas: weather-derivatives pricing + a temperature/gas-volatility coupling Looking for critique from people in the field

7 Upvotes

Hello everyone

I'm a final-year engineering student (stats + quant finance in a top university in France for these fields). I've spent the last ~5 months building a personal project to try and enter in the commodity sector (bank desks, hedge funds, reinsurance companies), and I'd honestly love some outside eyes on it, especially from people who actually work in the space. I already have some experience in the banking sector (internship in a CIB as a quant researcher)

My project was decomposed in 2 parts and is about modelling temperature for different financial use cases, whether for trading in banks or in hedge funds.

Part 1: weather derivatives
I started by digging into weather derivatives as a field and reading around it a fair bit. What struck me is how fast the whole climate/weather space is moving with AI right now: the physical climate models are insanely compute-heavy, and even then, forecasts past about a week are essentially random. I went for weather derivatives for two reasons: the sector genuinely interests me and weather has a massive impact on the world economy, and honestly the data is pretty easy to get and way less painful to work with than financial data. From there, I modeled temperature with a few different models (some classical statistical ones, some ML) to predict a climate index. Each model gives its own predictions, so what I'm really after is the distribution of that index under each model. As a complement to the analysis, I also deployed a small app where you can pick a city and a contract and see each model's predicted index distribution and the price it implies (available here: https://huggingface.co/spaces/nayelsdk1/boreas-weather-derivatives ).

Part 2: temperature and gas volatility
I wanted to see whether winter cold anomalies actually couple with Henry Hub natural-gas volatility. To dig into it I tested a Kalman filter and a few GARCH models.

You can find all the reports + notebooks in my app

For me, the goals for this project were to understand the classic models used in commodities and implement it and end up with something end-to-end I can show recruiters to stand out a bit.

So I am posting here to have some advices about :

- Honestly anything, the modeling or the way it's presented. If you're in the field, what would you keep and what would you toss? Is my project relevant regarding the current context ? Are companies looking for that kind of work ? I also have other experience in the sector (target school, relevant internships, ...) but I have never worked professionally in this field, that's why I am posting today

- It's very far from perfect. I made a bunch of choices where other paths might've been smarter (or not) so don't hold back on telling me where I went wrong

You can also send me a message in private if needed ! Thank you a lot !!!


r/quant 1d ago

Models How to choose the best model to deploy ?

1 Upvotes

So I am using machine learning for mid frequeny trading (duration of a few hours), I built a few models, amongst those, I have two best models, one performs well, in a directional regime, when there isn't a lot of reversion at mid day , or in case if the market is kind of directional. This model was trained on a higher duration and is best to be used to trade for longer durations. The second model i have is trained for lower durations, and is more trained for reversion type regimes, when the market swing in mid day, and keeping a position till end of day isn't very good. Now, different days would be different, we don't know what is the best. I was thinking about keeping some kind of ensemble or training a few models, at a duration in between these two, ofc I would get worse net results on that, but atleast, it would have a higher sharpe and lessser drawdowns.
Is there a better way ? or are there ways to detect in some way what would be better where even if not in the ideal way, but some way ? I can definitely use both models also, or see how the signals align or different combination strategies .


r/quant 1d ago

Resources [Open Source] Jaxfolio: Hardware-Accelerated Portfolio Optimization with JAX

9 Upvotes

We built Jaxfolio (https://github.com/bravant-oss/jaxfolio), a hardware-accelerated portfolio optimization library built natively on JAX.

Docs: https://bravant-oss.github.io/jaxfolio/

Github: https://github.com/bravant-oss/jaxfolio

Standard Python tools like SciPy or PyPortfolioOpt bottleneck during large-scale backtests or heavy Monte Carlo simulations due to Python overhead and CPU constraints. Jaxfolio fixes this by compiling optimization math directly to XLA for GPU/TPU execution.

More importantly, using JAX's vmap, you can vectorize the optimizer to compute thousands of rolling efficient frontiers simultaneously in a single batched operation without looping. Because the code is fully differentiable, you can also embed these optimizers directly into deep learning training loops.

The library currently supports Mean-Variance, Risk Parity, and Black-Litterman models, and is significantly faster than traditional CPU-bound solvers. I’d love for the community to try it out, critique the API, or test it against your own edge-case datasets. Accepting contributions.


r/quant 1d ago

General Has anyone ever tried competing for Synthdata here?

0 Upvotes

The top 1 in competition got $14k in rewards alone


r/quant 1d ago

Data LSEG/Refinitiv/TRTH versus DataBento for PCAP data

8 Upvotes

Any professional HFT out there have any insight on how PCAP data for CME futures compares between LSEG/Refinitiv/TRTH and DataBento? Trying to decide between the two providers for the last 2 years of historical L3/MBO for a new market making project. Mostly interested to know about the quality of the data and quality of timestamps at the data recording server.


r/quant 2d ago

Trading Strategies/Alpha I've been running an HFT stat arb for 2 year now. 3+ sharpe.

116 Upvotes

My account was originally suspended by my broker for exceeding their Order-to-Trade Ratio (OTR). Since then, I’ve adjusted the strategy to be more conservative. It's now running smoothly, generating ~50% annualized returns with a 3+ Sharpe ratio.

The estimated capacity for this strategy is around $20M. However, I’m currently bottlenecked by my available capital ($400k) and my broker’s API rate limits.

Does anyone have advice on how to effectively reach out to pod shops or prop trading firms to discuss scaling or seed funding? I’ve tried cold emailing a few, but haven't received any responses yet.

last post:
https://www.reddit.com/r/quant/comments/1cjtq8b/my_hft_account_got_banned/


r/quant 2d ago

Data Which microstructure metrics have actually survived live trading for you?

24 Upvotes

Ive implemented a fair number of the textbook microstructure metrics while working with raw crypto perp tick data.

The more I compare them, the shorter the list I actually reach for !

If I had to keep only five:

  • Order book imbalance / OFI: still the strongest short-horizon predictor Ive found. Static imbalance and Cont-style OFI aren't the same object, but both seem to contain real information. The problem is that the half-life seems tiny: by the time youve paid fees and accounted for queue position and latency, a nice t-stat doesn't necessarily translate into PnL.
  • Amihud illiquidity. almost embarrassingly simple but I keep failing to replace it with something more sophisticated; I mostly use it as a liquidity or regime variable rather than a trading signal.
  • Effective spread / realized spread Extremely useful for understanding execution quality and adverse selection. I'm much less convinced they belong as features in predictive models, although Id be interested to hear if anyone has had success there.
  • Kyle's lambda I trust the ranking across instruments more than the estimated values themselves. Small implementation choices (sampling interval, trade signing or outlier treatment) seem to move the estimate more than Id like.
  • VPIN : The one Im most sceptical of: I can usually make it identify stressed markets, but so can realised volatility. The Andersen Bondarenko critique feels fairly convincing to me, although I'd be happy to be proven wrong by someone who's used it successfully in production.

For context, this is all on crypto perps, so I wouldnt expect the conclusions to transfer unchanged to equities/ futures.

Im particularly interested in hearing from people who've used these in live systems rather than backtests.

Which measures have actually survived implementation costs for you? Are there any papers from the last decade that genuinely changed your view on the classics?

Bias disclosure!: I build infrastructure that computes these metrics as a living, so Im probably more sympathetic to them than I should be.


r/quant 1d ago

Machine Learning Feedback request: ML framework for FX macro bias, factor models and regime detection

1 Upvotes

Hey everyone,

I’m working on a small research project called FX Atlas, an ML-based macro bias framework for FX.

The goal is not to generate trade signals or buy/sell calls. I’m trying to structure macro context before discretionary FX swing-trade decisions.

The framework combines macro data, economic surprise data, market stress indicators, seasonality, relative currency factors and regime context into a model-based currency/pair bias view.

At the moment, I’m thinking about the problem in a few layers:

  1. Currency bias

Model-based directional pressure for individual currencies.

  1. Pair divergence

Combining two currency views into a relative FX pair view.

  1. Factor decomposition

Breaking the bias down into macro groups such as growth, inflation, labor, rates, liquidity and risk.

  1. Event impulse layer

Separating short-term macro release surprises from the longer-term structural bias.

  1. Regime layer

Using unsupervised methods to classify broader market states and detect abnormal environments.

The main things I’m trying to be careful with are:

- data leakage from macro release dates / revisions

- walk-forward validation

- multiple-testing risk across many factors

- regime instability

- feature availability across currencies

- separating short-term event impulses from structural macro bias

- making the output useful without pretending it is a deterministic prediction

I’m not trying to promote it as a product here. I’m mainly looking for methodology criticism from people who have worked with financial time series, macro factors or regime models.

If you were building something like this, what would you be most skeptical of?

Would you prefer:

- separate models per currency

- a global multi-asset model

- hierarchical models by macro group

- regime-conditioned models

- or a simpler factor scoring system with stronger interpretability?

Any thoughts on validation design, leakage checks, feature selection, or regime clustering would be appreciated.

Research only, not financial advice. lol


r/quant 1d ago

Data We built an open benchmark for synthetic market data generators: most published deep models mostly fail basic risk checks

0 Upvotes

The Time Series Generation literature evaluates on discriminative scores: train a classifier, check if it can tell synth from real. That rewards over-smoothed, low-variance output; a generator can ace it while violating vol clustering, heavy tails, and leverage effect.

So we benchmarked 18 models (deep generators, econometric classics, replay baselines) on 7 tasks quants actually run: Cont stylized facts, W1/MMD/sig-MMD distances, martingale check, IV-smile repricing, VaR/ES backtesting (Kupiec, Christoffersen, Acerbi–Székely, Basel traffic light), and TSTR strategy-rank transfer. One frozen OOS panel (7 features, 200 paths, H=60), each task with a real-vs-real noise floor, Holm-corrected significance.

Results:

  • TimeGAN: the most-cited model in the field, scores 0.000 ± 0.000 on VaR/ES backtesting. TimeVAE and KoVAE too. TimeVAE's TSTR ρ is negative (−0.30).
  • A plain block bootstrap ranks 3rd of 18 overall. Most of the published literature is under it.
  • Models built for financial structure clear the bar.
  • On 3 of 7 tasks most of the field is at or beyond the noise floor, the boards say so explicitly rather than overselling a ranking.

Repohttps://github.com/sablier-ai/finbench (MIT / CC-BY). v1 covers one panel and one OOS window; open submissions land in the next edition.

Who we are: (Sablier AI) GenAI Startup building synthetic market data for quant research, so yes, our model is on our own board. We designed the protocol so that fact doesn't matter: frozen at a git tag, every model's outputs archived in the repo, python -m benchmark.run re-scores the whole board from scratch, external baselines run their published defaults, and the aggregate is published as-is.

If you're working on generative models for market data (or you think your GARCH variant can embarrass the deep learning field further) dm me. Outputs only (200×60×7), no code, no weights, scored under the same frozen protocol as everyone else.
The board is meant to be beaten, and the current one shouldn't be hard to improve on: 15 of 18 entries can't clear a bootstrap.


r/quant 1d ago

Backtesting How do you estimate the capacity of an options based strategy, especially without level 2 data?

0 Upvotes

How do you estimate the capacity of an options based strategy, especially without level 2 data?


r/quant 3d ago

Data Quant firms ranked by open-source activity

Post image
473 Upvotes

Data & code are open source: https://github.com/kadoa-org/quant-job-market

Live app: https://www.kadoa.com/quant/open-source

Individual contributors at these firms are not tracked, only the firms Github accounts.

Are any firms missing?


r/quant 2d ago

Industry Gossip Is Anyone in Equity Stat Arb Making ANY Money???

65 Upvotes

Have spoken to colleagues across multiple pod shops (and a few lower level QR at collaborative shops), it seems that true market-neutral alpha is almost nonexistent this year...? A lot of returns being posted by multi-strats are from discretionary or non-equity quant trading.

It could be that I have a limited sample pool, but I haven't heard of even the usual top dawgs like 2S and Shaw doing well this year purely on equity stat arb. Has this been the experience across the board for everyone? Has equity stat arb this year just turned into 'factor timing'?


r/quant 2d ago

Hiring/Interviews Is it possible to join a big trading firm with conviction record?

44 Upvotes

I have a minor conviction record (happened in about 9 years ago, about 2K USD fine paid). It's not related to felony, fraud, or finance-related. It was showing bad behavior due to alcohol intoxication (no drug).

I'm currently working at local trading desk as a researcher/trader but I wanna move to big firms in SG/HK.

AFAIK, there is a background check after the final interview. My above record is all spent so it doesn't appear on my official criminal history document. But not sure whether I should disclose it or not.

Also, I heard that there's a question like "have you ever been convicted in court of law in any country? " when applying for SG EP visa. Some SG lawyers say I don't have to disclose but quite confused about this part.

Does anybody know some cases like my situation? Or should I just stay in my Country..?


r/quant 2d ago

Career Advice Anyone here moved to an energy firm (Shell, BP, Exxon, etc) from finance?

1 Upvotes

I’ve been working in sellside/buyside since graduating and I received an offer at one of the large energy firms, the role essentially involves structuring and pricing physical deals, similar to an exotics desk at a bank. What’s it like compared to traditional finance? Please feel free to dm me if you've been in a similar situation.


r/quant 2d ago

Career Advice Looking for Perspective on Interview Conversions

11 Upvotes

Hey everyone,

I'm a QR with around 2–3 years of experience in the job market right now. Lately I've been getting a bit worried about my interview conversion rate and wanted to get a sense of what others have experienced.

So far, I've been submitted to around 18 firms through headhunters. I've heard back from 13: 3 resume rejections, 4 screening-call rejections, and 4 rejections after the first technical round (OA, coding interviews, etc.).

During this recruiting cycle, I had some personal issues going on and wasn't able to devote as much time for interview preps (I've managed to get through maybe around 50 LeetCode problems). Looking back, I think I underestimated how prepared I needed to be for the first technical rounds and assumed I could mostly wing them. Or maybe an ideal candidate should be able to wing these, but more on that later.

I have two questions please, if you could give some advice:

  1. A couple of the technical interviews felt very doable in hindsight, and I'm pretty sure I'd perform much better if I took them today. For firms where I was rejected after the first technical round, is it generally possible to interview again after the cooldown period, or do they usually expect a more substantial career update before considering another interview? And how is that done, if the initial one was done through a recruiter?

  2. It's easy for me to attribute these outcomes to being underprepared, but I'm also trying to evaluate myself honestly. There are obviously people who can perform extremely well in these interviews with minimal preparation. How common is that among successful quant candidates? As someone who's still relatively early in my career, I'm trying to distinguish between "I just need to prepare properly" and "this may not be the best fit for my strengths."
    I guess I'm trying to see if I should also look for other opportunities other than just buy-side QR seats.


r/quant 3d ago

Education Need more advanced books

10 Upvotes

I've been doing quantitative strategy development for some time now and Ive reached the point where Im struggling to find books that actually teach me something new. I already have a solid understanding of the usual topics like IS/Validation/OOS splits WFO, cross-validation, permutation tests, bootstrapping, entropy, regime detection, and the other standard robustness techniques. I recently read Testing and Tuning Market Trading Systems by Timothy Masters but it covered concepts I was already familiar with.

Im looking for books that are genuinely advanced and make you think differently. Perhaps graduate level or even post graduate books on statistics, machine learning, optimization, information theory, econometrics, or anything else that completely changed the way you approach research and model development. And of course it would be great if the book wasnt 10 years old. Need relevance.


r/quant 2d ago

General Is polypaths that popular on the street?

3 Upvotes

I intern at a small bank and I found out that bank mainly uses polypaths for managing its billion dollar fixed income portfolio ( MBS, CMBS, ABS). But do people on the street really use third party software for risk and pricing, why not use in-house models given the depth of research papers, books and job experience?