Zephiel API

Stock Market Data

Free tier

Real-time quotes and fundamentals for 70+ global exchanges.

4.812 reviewsby Meridian AI30k subscribers
stocksquotesohlcvfundamentalscrypto

Starts at

$35/mo

Choose a plan

Create a free account to subscribe.

Latency
58ms
Uptime
99.99%
Endpoints
4

About this API

Streaming and REST access to equities, ETFs, indices, and crypto pairs. Includes intraday OHLCV bars from one minute upward, corporate actions, dividends, earnings calendars, and 30 years of adjusted end-of-day history.

Common use cases

Trading dashboards
Portfolio analytics
Backtesting
Financial reporting

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/market-data/quote" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "symbol": "AAPL",
  "price": 241.83,
  "change": 2.14,
  "change_pct": 0.89,
  "volume": 48120933,
  "market_state": "REGULAR"
}

Related APIs in Finance & Currency