Overview
ClyptQ integrates with the FRED API (Federal Reserve Economic Data) to provide macro economic indicators as inputs to trading strategies. Macro data is particularly valuable for crypto strategies because crypto markets are highly sensitive to liquidity conditions, interest rate expectations, and risk sentiment. TheFREDCollector supports 38 default indicators across 10 categories, with forward-fill expansion so the latest known value is always available at every timestamp.
Setup
FRED requires a free API key. Get one at https://fred.stlouisfed.org/docs/api/api_key.html.Supported Indicators
Interest Rates & Yield Curve
Liquidity & Money Supply
These are critical for crypto — net liquidity (WALCL - RRPONTSYD - WTREGEN) is a key driver of risk asset prices.
Inflation & Expectations
Employment
Economic Activity
Volatility, Credit & Risk
Dollar, Commodities & Equities
Symbol Aliases
TheFREDSymbolMapper provides human-readable aliases for common series:
Usage
Direct Collection
In a TradingDataSpec
Collect and Save to Storage
Resolution and Forward-Fill
FRED data has aFIXED resolution type. Each indicator is released at its natural frequency (daily, weekly, monthly, quarterly). Between releases, the previous value is forward-filled so that at any given timestamp the latest known data is available.
This reflects reality: GDP does not change daily — the market trades on the last known GDP value until the next release.
Using Macro Data as Alpha Inputs
Macro indicators are powerful conditioning variables for crypto alphas. Here are common patterns:Net Liquidity Signal
Yield Curve Regime Filter
Related Pages
- Data Sources Overview — All supported data types
- Onchain Data — DeFiLlama and RPC collectors
- AlphaOperator DSL — Building alphas with macro inputs

