Euro FX Leveraged Funds Net Position was last reported at -28,156 Contracts as of September 15, 2026. That is down 15.41% from the prior reading of -33,285 Contracts. This indicator is reported Weekly and not seasonally adjusted, and is tracked under the Positioning category. The next scheduled release is September 25, 2026.
| Date | Value (Contracts) |
|---|---|
| Sep 15, 2026 | -28,156 |
| Sep 8, 2026 | -33,285 |
| Sep 1, 2026 | -38,173 |
| Aug 25, 2026 | -38,359 |
| Aug 18, 2026 | -57,716 |
| Aug 11, 2026 | -60,600 |
| Aug 4, 2026 | -52,205 |
| Jul 28, 2026 | -65,198 |
| Jul 21, 2026 | -56,671 |
| Jul 14, 2026 | -53,691 |
| Date | Value (Contracts) |
|---|---|
| Jul 7, 2026 | -45,461 |
| Jun 30, 2026 | -32,644 |
| Jun 23, 2026 | -15,410 |
| Jun 16, 2026 | -8,926 |
| Jun 9, 2026 | -17,388 |
| Jun 2, 2026 | 12,027 |
| May 26, 2026 | 7,296 |
| May 19, 2026 | 16,317 |
| May 12, 2026 | 18,003 |
| May 5, 2026 | 11,846 |
Pull the full history of Euro FX Leveraged Funds Net Position into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=COTEURLEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "COTEURLEV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=COTEURLEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();