S&P 500 4,567.18 +1.2%
NASDAQ 14,229.91 +0.8%
KOSPI 2,501.24 -0.3%
NIKKEI 38,474.90 +0.5%
EUR/USD 1.0856 +0.15%
BTC/USD 45,230.50 +2.4%
GOLD 2,045.30 -0.2%
OIL 78.45 +1.1%
S&P 500 4,567.18 +1.2%
NASDAQ 14,229.91 +0.8%
KOSPI 2,501.24 -0.3%
NIKKEI 38,474.90 +0.5%

Real-Time Financial Data APIs

Access comprehensive market data from US, Korean, Japanese, and European markets. Stream real-time prices for stocks, ETFs, currencies, and commodities with enterprise-grade reliability.

15,000+
Active Company Data
40+
Global Exchanges
99.99%
Uptime SLA

Powerful Features for Modern Finance

Everything you need to build financial applications at scale

📊

Global Market Coverage

Access real-time and historical data from major exchanges worldwide, including NYSE, NASDAQ, KOSPI, TSE, and European markets.

  • US Equities & Options
  • Korean Securities (KOSPI/KOSDAQ)
  • Japanese Markets (TSE/OSE)
  • European Exchanges

Real-Time WebSocket Streams

Ultra-low latency streaming for real-time price updates, order book changes, and market events across all supported markets.

  • Sub-millisecond latency
  • Level 2 order book data
  • Trade-by-trade updates
  • Market depth snapshots
💼

ETF Intelligence

Comprehensive ETF data including holdings, NAV, performance metrics, and constituent analysis for global ETFs.

  • Real-time NAV calculations
  • Holdings & weightings
  • Performance analytics
  • Tracking error metrics
🔄

Currency & Commodities

Real-time FX rates for 150+ currency pairs and comprehensive commodity prices including precious metals, energy, and agriculture.

  • Spot & forward rates
  • Cross rates calculation
  • Commodity futures
  • Historical volatility
📈

Apache Parquet Export

Export large datasets in Apache Parquet format for efficient big data processing and analysis in your preferred tools.

  • Columnar storage format
  • Compressed data delivery
  • Spark & Hadoop ready
  • Batch export scheduling
🛠️

Developer-First Design

RESTful APIs with comprehensive documentation, SDKs for major languages, and sandbox environment for testing.

  • OpenAPI 3.0 specification
  • Python, Node.js, Java SDKs
  • Postman collections
  • Interactive API explorer

Simple, Powerful APIs

RESTful endpoints and WebSocket connections for all your data needs

GET
/v1/stocks/{symbol}/quote

Get real-time quote data for any stock symbol across supported exchanges

GET
/v1/stocks/{symbol}/history

Retrieve historical OHLCV data with customizable time ranges and intervals

WS
wss://stream.caster.link/v1

WebSocket connection for real-time market data streaming

GET
/v1/etf/{symbol}/holdings

Get current ETF holdings, weights, and constituent details

GET
/v1/forex/{pair}/rate

Real-time foreign exchange rates for currency pairs

POST
/v1/data/export

Export bulk data in Parquet format for big data processing

// Example: Connect to WebSocket stream
const ws = new WebSocket('wss://stream.caster.link/v1');

ws.on('open', () => {
  ws.send(JSON.stringify({
    action: 'subscribe',
    symbols: ['AAPL', '005930.KS', '7203.T'],
    channels: ['trades', 'quotes']
  }));
});

ws.on('message', (data) => {
  const tick = JSON.parse(data);
  console.log(`${tick.symbol}: $${tick.price}`);
});

Transparent Pricing

Choose the plan that fits your needs

Developer

Free
  • 1,000 API calls/day
  • 15-min delayed data
  • US markets only
  • Basic REST API access
  • Community support
Get Started

Enterprise

Custom
  • Unlimited API calls
  • Ultra-low latency
  • Direct exchange connectivity
  • Custom data feeds
  • SLA guarantee
  • Dedicated support
Contact Sales