TickQuote logoTickQuote

Foreign Exchange

Forex

Provide field definitions and structured JSON examples for the forex category. Data is supplied by partner brokers and market makers under relevant licenses or terms of use. This platform only structures and provides access to the data, does not generate quotes or execute trades, and the data is for informational display and technical development.

Coverage

Sample instruments

  • EURUSDlive
  • GBPUSDlive

Capabilities

What's included

  • Bid / ask quote pairs
  • Spread-ready payloads
  • Timestamped quote snapshots
  • REST and WebSocket access paths

Quickstart

Start streaming in minutes

Hit either endpoint with your API key. All responses share the same normalized schema shown below.

GET · REST200 OK
# Latest quote snapshot
curl "https://api.tickquote.com/api/v1/market/quotes/latest?tickers=EURUSD"
  -H "Authorization: Bearer $API_KEY"
SUB · WebSocketstream: quote
# Subscribe to live stream
{
  "op": "subscribe",
  "tickers": ["EURUSD"],
  "streams": ["quote"]
}