FANG daily beta to crude oil (USO close) by USO volume regime (top quartile high volume)
FANG's sensitivity to crude oil is often treated as a constant. It isn't. Over 753 trading days, the stock's daily beta to an oil proxy shifted from roughly 0.65 on ordinary days to about 0.52 when USO volume landed in the top quartile — a decline of roughly 0.13. The interaction term is statistically meaningful (p ≈ 0.02), suggesting this is unlikely to be random noise.
The theory framing the test: when crude-ETF trading spikes, speculative activity dominates, institutional sellers may step in and break the usual stock-oil linkage. Using USO returns as the crude proxy and separating days by volume regime, the evidence supports that hypothesis — with the caveat that Brent data was unavailable.
The full analysis below lays out the regression design, interaction model, R-squared, and the threshold that defines a high-volume day. The takeaway for risk modeling: a single fixed beta will misprice exposure on exactly the days when oil trading heats up.
For FANG over the past ~3 years, does its daily return's beta to Brent crude decrease on days when USO's daily trading volume is in its top quartile? I expect beta to shrink because elevated crude-ETF activity signals speculative noise, prompting institutional selling in leveraged oil names and breaking the link between stock and commodity.
How this was measured
Daily FANG and crude-oil returns were computed from resampled minute bars and, where available, the brent_daily_df macro frame. USO daily trading volume was aggregated to a calendar-day sum. Days were classified into 'high' volume (≥ 75th percentile of USO volume) and 'low' volume (< 75th percentile). Simple OLS regressed FANG returns on crude returns separately for each regime, and a full interaction model (FANG_ret ~ crude_ret + high_vol + crude_ret*high_vol) was estimated via statsmodels.OLS. The interaction coefficient and its p-value test whether the beta differs between regimes. Brent crude data (brent_daily_df) was unavailable; USO closing price returns serve as a proxy for oil returns, which may slightly alter the measured exposure.
The key numbers
Reading the numbers
On low-USO-volume days FANG's beta to crude was 0.65; on high-USO-volume days it fell to 0.52. That 0.13 drop is statistically meaningful (p=0.02), so the data support the prediction that elevated crude-ETF activity loosens the stock-oil link.
The charts
The tall left bar shows FANG's beta to crude on low-USO-volume days at 0.65, while the shorter right bar shows beta dropping to 0.52 on high-volume days. That gap of about 0.13 is exactly the effect you predicted: when crude-ETF trading spikes, FANG's daily return tracks oil less tightly. The size of the drop is meaningful enough statistically to support the idea that speculative ETF activity weakens the stock-commodity link.
USO daily volume is heavily bunched at lower levels, with a long right tail reaching up to roughly 144 million shares, and the mean of about 7.5 million is pulled up by those extreme days. The vertical line marks the top-quartile cutoff at about 6.54 million shares, so the 189 high-volume days are the tail observations to the right. This chart shows the high-volume regime is not a typical state of the market but a set of unusual spikes, which fits the story that speculative noise is what breaks FANG's link to crude.
Regression output summary
| Regime / coefficient | Estimate | p-value | N |
|---|---|---|---|
| Low vol beta | 0.6485 | p=0.0000 | N=564 |
| High vol beta | 0.5162 | p=0.0000 | N=189 |
| Interaction coeff | -0.1324 | p=0.0206 |
The takeaway
Yes — the data supports your hypothesis. On high-USO-volume days (top quartile), FANG's daily beta to the oil proxy drops to about 0.52, versus about 0.65 on lower-volume days, a difference of roughly -0.13. That gap is statistically meaningful: there's only about a 2-in-100 chance you'd see this by luck if the true betas were equal, based on 753 trading days (189 of them high-volume). So this isn't a coin flip, but it's also not a massive effect — high oil-ETF activity is associated with a modest but real weakening of FANG's oil sensitivity. The practical takeaway is that FANG's oil beta isn't a single stable number; it shrinks when crude-ETF trading spikes, so risk models and hedging decisions built on a fixed beta will be off during exactly those high-activity periods. One important caveat: the analysis used USO returns as the crude proxy, not Brent, so the exact betas apply to WTI-style exposure rather than Brent directly.
The fine print
- Brent data wasn't available; USO (front-month WTI) returns were used as the oil proxy, and WTI-Brent spreads can diverge.
- This is same-day correlation, not causation; lead-lag relationships and the mechanism (speculative noise/institutional selling) aren't directly tested.
- The top-quartile volume threshold is set in-sample over the full period, so out-of-sample classification could shift.
- High-volume days are only 189 observations, and other energy-sector factors (gas prices, OPEC news, etc.) aren't controlled for.