Skip to main content

1. Get your API key

1

Create an account

Sign up at ahamflow.dev
2

Get your key

Your API key will be provided after signup. Store it securely.
3

Set it as an environment variable

export AHAMFLOW_API_KEY=your_key_here

2. Make your first call

curl -H "x-api-key: $AHAMFLOW_API_KEY" \
  "https://api.ahamflow.dev/api/v1/options/flow-alerts?ticker=AAPL&limit=5"

3. Explore more

  • Browse the API Reference to see all 36 endpoints
  • Use the built-in API Playground on any endpoint page to test live
  • Set up MCP for Claude Desktop to query data in natural language