BetaAhamFlow API is in beta — get early access

Financial Intelligence API

SEC filings. Treasury yields.
Economic data. One API.

13 EDGAR endpoints, macro indicators, and AI-native MCP tools. Free during beta. No credit card required.

19

Active Endpoints

3

Data Categories

Daily

Updated

Free

Price

SEC filings, macro data, and AI tools — one key

19 endpoints across SEC EDGAR, macro/treasury, and MCP tools. More categories launching soon.

Coming Soon

Coming Soon

Options Flow

Unusual options activity, dark pool prints, open interest changes, earnings calendar.

Coming Soon

Market Data

Stock quotes, historical bars, sector performance, market overview benchmarks.

Coming Soon

Crypto

Crypto prices, market overview, and trending coins.

Simple to integrate

One header, one key. JSON responses, standard REST.

Request
curl -H "x-api-key: YOUR_KEY" \
  "https://api.ahamflow.dev/api/v1/edgar/financials/income-statement?ticker=AAPL&years=2"
Response
{
  "ticker": "AAPL",
  "statement": "income_statement",
  "count": 2,
  "periods": [
    {
      "period": "2025-09-27",
      "fiscal_year": "2025",
      "line_items": {
        "Revenue": 416161000000,
        "Gross Profit": 195201000000,
        "Net Income": 112010000000,
        "EPS Diluted": 7.46
      }
    }
  ]
}

Why AhamFlow

One Key, All Data

SEC filings, macro data, and AI tools in a single API. One key, consistent JSON responses.

Cross-Asset Signals

Query insider trades + filings + financials for the same ticker. No other API combines these datasets.

AI-Ready

Every endpoint works as an MCP tool. Your AI agent can look up financials or insider trades in natural language.

Developer-First

Clean JSON, consistent response format, real error messages. No XML, no SOAP, no pagination tokens.

Pricing

Beta — Everything Free

Help us build the best financial data API and get Pro access free when we launch.

Free

  • SEC EDGAR — filings, insider trades, financial statements (13 endpoints)
  • Macro — treasury yields, economic indicators, COT reports (5 endpoints)
  • MCP tools for AI agents (1 endpoint)
  • 1,000 API calls per day
  • No credit card required
  • Options, equities, and crypto coming soon
Get Your Free API Key

Need higher limits? Contact us

For AI Agents

AI-Native MCP Tools

Connect AhamFlow as an MCP server. Ask your AI assistant about insider trades, financial statements, or treasury yields in natural language.

Setup guide
mcp-config.json
{
  "mcpServers": {
    "ahamflow": {
      "url": "https://api.ahamflow.dev/mcp",
      "headers": {
        "x-api-key": "YOUR_AHAMFLOW_API_KEY"
      }
    }
  }
}

Stay in the loop.

Market analysis, new endpoint launches, and API updates — delivered to your inbox.

Subscribe to the Newsletter