FX Tick Aggregator API
## Not Another Exchange Rate API Most "forex APIs" return daily mid-market rates from central banks. This API delivers **real-time tick-level Best Bid/Ask** aggregated from **multiple institutional FX liquidity providers** -- the pricing tier normally reserved for banks and hedge funds. ### How It Works Multiple institutional LPs stream tick data to our London-based aggregation engine. For each…
FX Tick Aggregator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| tick | ||
| GET |
getLatestTick /tick/latest |
Get real-time Best Bid/Ask for any FX pair, aggregated from multiple institutional liquidity providers. Returns the best price from all sources with 62-88% tighter spreads than… |
| GET |
listSymbols /tick/symbols |
List all available FX symbols with their current quality state and fresh source count. Use this endpoint to discover which instruments are available before requesting tick data.… |
| GET |
getAllTicks /tick/all |
Get real-time Best Bid/Ask for ALL available FX pairs in a single call. Multi-source aggregated from multiple institutional LPs with 62-88% spread improvement. Returns 14 pairs… |
| status | ||
| GET |
healthCheck /status |
API health check endpoint. Returns service status, uptime, active symbol count, and total ticks received. Always free, no authentication required. |
FX Tick Aggregator API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9 / month | 5 / second |
|
| ULTRA | $29 / month | 10 / second |
|
| MEGA | $79 / month | 30 / second |
|