B2B Signal Infrastructure for Wealth Management

Quantitative Signal Infrastructure for RIAs, Wealth Managers & DFMs.

Turnkey balance sheet resilience signals delivered via pre-market RESTful JSON API feeds. Zero internal quant team overhead.

Explore 4 REST API Feed Tiers ➔ Request OpenAPI Specs
£447.00
Model NAV (Base £100)
54.8% p.a.
Strategy CAGR
1.48
Sharpe Ratio
-7.88%
Max Drawdown (CPPI)

4 Institutional REST API Signal Feed Tiers

Integrated balance sheet resilience feeds calibrated for discretionary & systematic asset managers.

Daily Long/Short API

£5,000/mo ($60,000/yr)

Pre-market REST API payload with raw factor weights, ISIN/CUSIP identifiers & 2.5x ATR stops for Hedge Funds ($250M+ AUM).

  • Daily 08:00 UTC JSON Push
  • Full 130/30 Factor Decomposition
  • Dedicated Engineering SLA

Weekly Long/Short API

£1,500/mo ($18,000/yr)

130/30 market-neutral signal integration for Multi-Family Offices & DFMs ($100M–$250M AUM).

  • Weekly Monday Pre-Market Feed
  • Forensic Fraud & Solvency Overlay
  • Historical Backtest Access

Weekly Long-Only API

£500/mo ($6,000/yr)

Non-margin core model rebalancing feed for Active RIAs & Model Portfolio Managers ($25M–$100M AUM).

  • Max 94% NAV Equity Cap
  • 6.0% Cash Buffer Protection
  • Simple OpenAPI JSON Format

Monthly Long-Only Feed

£75/mo (or £750/yr)

Monthly core model research updates for Wealth Managers & Self-Directed Allocators.

  • Monthly Rebalance Targets
  • Substack Investor Letters
  • Stock Teardown Access

Developer OpenAPI Integration

import requests

# Helix Research Production B2B Signal Feed Request
headers = {
    "X-API-KEY": "hx_live_your_institutional_key",
    "Accept": "application/json"
}

response = requests.get("https://portal.helix.earth/v1/signals/weekly-longonly", headers=headers)
data = response.json()

print(f"Strategy: {data['meta']['strategy_name']}")
for signal in data['signals']:
    print(f"[{signal['signal_direction']}] {signal['ticker']} ({signal['company_name']}) -> Weight: {signal['target_weight']*100:.2f}%")

Request API Specs & Operational DDQ

Enter your details to view full OpenAPI schemas, 10-Year Backtest Tear-sheets, and the Operational DDQ Room on the Alpha Portal.