Integrate our data directly into your modeling pipeline
Our API provides programmatic access to hundreds of leading indicators across multiple asset classes, with quantified predictive strength and point-in-time data reconstruction.
# Fetch time series for Exchange Outflows (Bitcoin)
import requests
import json
url = "https://unravel.markets/api/v1/normalized-series"
headers = {
"Content-Type": "application/json",
"X-API-KEY": "YOUR_API_KEY"
}
payload = {
"ticker": "BTC",
"series": "exchange_outflows",
"start_date": "2023-01-01",
"end_date": "2023-12-31"
}
response = requests.post(url, headers=headers, json=payload)
data = response.json()
print(data)
# Example output:
# {
# "data": [...],
# "index": [...],
# }
Predictive factors derived from on-chain data, including money flows, transaction volume.
Predictive factors measuring the available liquidity, market depth.
Predictive factors measuring the sentiment of the retail market, news and social media.
Predictive factors manifesting lead-lag relationships between traditional markets and crypto assets.
Predictive factors measuring the macroeconomic environment, including inflation, interest rates, and economic growth.
Predictive factors describing the stablecoin and options market.
Access hundreds of predictive factors through a single, unified API. No need to manage multiple data vendors or complex integrations.
30 Day Expected Returns
Market Sentiment
15%
Money Supply
27%
Implied Volatility
-1%
On-chain Metrics
Sentiment Metrics
Volatility Metrics
From on-chain metrics to sentiment analysis, volatility indicators to macroeconomic signals - normalized signals that work across different market regimes.
Predictive Strength
Our API provides historical data that reflects what was available at each point in time, with minimal exceptions. This helps eliminate look-ahead bias in your backtests and ensures your strategies are built on realistic foundations.