Stock Data API v4.0.0

Welcome to the Stock Data API! 👋

This Hono + Cloudflare Workers service provides comprehensive stock market data and advanced Monte Carlo simulations. Access financial statements, real-time stock quotes, and run complex probabilistic models.

What's New in v4.0.0 (Hono Migration):
  • High Performance: Running on Cloudflare Workers edge network.
  • New: Split simulation endpoints for score and cost-profit analysis.
  • OpenAPI: Fully typed OpenAPI v3 documentation.

Explore the API Endpoints

Financials
/financials/{ticker} - Example: /financials/AAPL
Balance Sheet
/balance-sheet/{ticker} - Example: /balance-sheet/AAPL
Cash Flow
/cash-flow/{ticker} - Example: /cash-flow/AAPL
Key Statistics
/key-statistics/{ticker} - Example: /key-statistics/AAPL
Stock Quote
/quote/{ticker} - Example: /quote/AAPL
Company Info
/company-info/{ticker} - Example: /company-info/AAPL
Latest News
/news/{ticker} - Example: /news/AAPL
Quote History
/quote-history/{ticker} - Example: /quote-history/AAPL
Simulation - Score
POST /simulations/score - Example: /reference
Simulation - Profit
POST /simulations/cost-profit - Example: /reference

API Documentation & Tests Links

Docs
Interactive API Documentation (Scalar)
OpenAPI Schema
View OpenAPI JSON Schema
Tests
View Test Results