hedgefundmonitor

Query OFR Hedge Fund Monitor API for hedge fund and financial market time series data.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/felixboehm/biochem-allergy --skill hedgefundmonitor-felixboehm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hedgefundmonitor
Source: https://github.com/felixboehm/biochem-allergy/tree/main/.claude/skills/hedgefundmonitor
Command: npx skills add https://github.com/felixboehm/biochem-allergy --skill hedgefundmonitor-felixboehm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pandas, and includes references (resource) components.

What problem does it solve?

This Skill provides direct access to U.S. Office of Financial Research (OFR) data, enabling users to query critical financial market and hedge fund statistics without needing API keys or complex setup.

Core Features & Use Cases

  • Hedge Fund Data: Access aggregated SEC Form PF statistics on size, leverage, counterparties, liquidity, complexity, and risk management.
  • Market Data: Retrieve CFTC Traders in Financial Futures, FICC Sponsored Repo volumes, and FRB SCOOS dealer financing terms.
  • Use Case: Analyze trends in hedge fund leverage ratios over time, compare positioning in financial futures across different fund types, or monitor changes in dealer financing conditions.

Quick Start

Use the hedgefundmonitor skill to fetch the time series data for all hedge funds' leverage ratio starting from 2015.

Frequently Asked Questions about hedgefundmonitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access OFR hedge fund leverage data for systemic risk monitoring?

To access OFR hedge fund leverage data for systemic risk monitoring, query the OFR Hedge Fund Monitor REST API to retrieve time series statistics on leverage, counterparties, and risk management directly without API keys.

Can I retrieve SEC Form PF statistics using Python without an API key?

Yes, you can retrieve aggregated SEC Form PF statistics using Python without an API key by querying the OFR Hedge Fund Monitor open REST API for data on fund size, liquidity, and complexity.

How do I monitor repo market volumes and dealer financing terms programmatically?

You can monitor repo market volumes and dealer financing terms programmatically by fetching FICC Sponsored Repo volumes and FRB SCOOS dealer financing data directly through the OFR REST API.

What financial futures positioning data is available from the OFR API?

The OFR API provides CFTC Traders in Financial Futures data, enabling you to compare positioning across different fund types and analyze trends in financial futures markets over time.

Does querying OFR financial market data require any authentication setup?

Querying OFR financial market data requires no authentication setup, as the Skill connects directly to the open REST API to fetch financial market and hedge fund statistics seamlessly.

What Python dependencies are needed to analyze hedge fund systemic risk data?

To analyze hedge fund systemic risk data, you need the Python dependencies requests and pandas to query the OFR API and structure the returned time series data for leverage and liquidity analysis.