Documentation

Build with financial data

Last updated: unknown

Everything you need to integrate kibble.shop data into your applications, agents, and workflows. Simple REST APIs, CLI tools, and comprehensive data products.

Quick Start

Get started with kibble.shop in minutes. All data products are accessible via REST API.

🔑

1. Get API Access

Sign up for free early access. We'll send you API credentials when they're ready.

Sign up
📊

2. Browse Products

Explore 188 financial data products across 12 categories.

View catalog
🚀

3. Start Building

Use our REST API, CLI, or SDK to integrate data into your apps.

API docs

API Documentation

All data products are available via our REST API. Simple, fast, and free during early access.

⚠️

Beta API

Endpoints and response formats may change. Authentication will be required in the future.

Base URL

https://kibble.shop/api

Authentication

Authentication coming soon. Currently, all endpoints are publicly accessible without API keys.

When authentication launches, you'll use API keys in the Authorization header. We'll notify all early access users.

Available Endpoints

Current production endpoints (more coming soon):

/api/yield-curve

Treasury yield curve data with regime analysis

/api/products

Browse all available data products

/api/national-debt

US national debt statistics

/api/consumer-sentiment

Consumer sentiment and confidence data

Visit /products for the full catalog of 188 data products.

Example Request

curl -X GET "https://kibble.shop/api/yield-curve"

Response Format

All responses are JSON with consistent structure:

{
  "data": {
    "current": {
      "date": "2026-02-12",
      "yield2y": 3.47,
      "yield10y": 4.09,
      "yield30y": 4.72,
      "spread": 0.62,
      "regime": "normal",
      "regimeLabel": "Normal",
      "fedFundsRate": 3.64,
      "cpiYoY": 0,
      "unemployment": 4.3
    },
    "chartData": [...]
  },
  "meta": {
    "fetchedAt": "2026-02-17T01:50:37.597Z",
    "source": "static-snapshot",
    "cacheMaxAge": 3600,
    "range": "1y",
    "points": 252
  }
}

Data Catalog

Browse our full catalog of 188 financial data products across 12 categories. Each product includes real-time data, historical snapshots, and derived metrics.

Integration Guides

Detailed guides for common use cases and platforms.

🤖 AI Agents & LLMs

Integrate kibble.shop data into your AI agents, chatbots, and LLM applications. Perfect for Claude, ChatGPT, and custom agents that need real-time financial data.

  • • Use our REST API as a tool/function for your agent
  • • Structured JSON responses work seamlessly with tool calling
  • • Low latency for real-time agent interactions

📊 Data Analysis

Pull data into Jupyter notebooks, R scripts, or your favorite data science tools. Export to pandas DataFrames or CSV for further analysis.

  • • Python SDK with pandas integration
  • • Historical data exports (CSV, JSON, Parquet)
  • • Bulk data access for research

🔔 Webhooks & Alerts

Get notified when data updates or when specific conditions are met. Perfect for building real-time monitoring and alert systems.

  • • Real-time webhooks on data updates
  • • Custom alert conditions (thresholds, changes, anomalies)
  • • Integrate with Slack, Discord, email, or custom endpoints

⚡ Stream Processing

Build real-time data pipelines with WebSocket streams or scheduled batch jobs. Integrate with Kafka, Spark, or your preferred stream processor.

  • • WebSocket streams for real-time updates
  • • Batch export endpoints for scheduled jobs
  • • Compatible with standard ETL tools

Frequently Asked Questions

Everything you need to know about using kibble.shop.

Ready to build?

Join developers already using kibble.shop to power their applications with real-time financial data.