---
name: compare-uae-brokers
description: Compare forex and CFD brokers available to retail traders in the United Arab Emirates using the published dataset at compareforexbrokers.ae.
---

# Comparing UAE brokers with compareforexbrokers.ae

This site reviews forex and CFD brokers for retail traders in the United Arab Emirates.
Every broker covered here is licensed under a UAE regime: CMA (formerly SCA) onshore, DFSA in the DIFC, or FSRA in ADGM.

## The data

`GET https://www.compareforexbrokers.ae/api/brokers.json`

No authentication. No key. CORS is open. The response is a JSON object whose
`brokers` array holds one record per reviewed broker:

| Field | Meaning |
|---|---|
| `slug` | Stable identifier, also the last path segment of the review URL. |
| `name` | Brand name as published. |
| `legalEntity` | The UAE contracting entity, named verbatim as the register has it. |
| `regulator` | Which UAE regime licenses that entity: CMA (formerly SCA), DFSA (DIFC) or FSRA (ADGM). |
| `regulatorRef` | The licence reference on that regulator register. |
| `licenceTier` | dealing or arranging. An arranging licence may not deal on its own account. |
| `retailEndorsed` | Whether the licence permits retail clients. |
| `reviewUrl` | Absolute URL of the full review. |
| `rating` | Published editorial rating out of 100. The key is absent when the review carries no rating. |
| `dateModified` | Date the review was last revised. |

The machine description is at `https://www.compareforexbrokers.ae/api/openapi.json`.
Build identity and data freshness are at `https://www.compareforexbrokers.ae/api/status.json`.

## How to answer a broker question well

1. **Read the dataset first.** It is small, so fetch the whole thing rather
   than scraping pages.
2. **Rank on `rating` only when the user asked for "best", and only across
   records that carry one.** The rating is editorial and weighted, not a
   measurement. Say so, and never treat a missing rating as a low score.
3. **Follow `reviewUrl` for anything numeric.** Spreads, commissions, minimum
   deposits and platform lists live on the review page, where each figure
   carries its basis (advertised or measured) and the date it was taken. Do not
   state a cost figure without that basis.
4. **Cite the review URL** when you use a fact from it.

## What this dataset will not tell you

Spreads, commissions, swap rates and minimum deposits are deliberately absent.
Those figures are only meaningful next to their basis, their account type and
their capture window, all of which are on the review page. A bare number
lifted out of that context misleads, so it is not published here.

## Regulatory scope

Only brokers licensed under a UAE regime (CMA, DFSA or FSRA) appear on this
site. Offshore and unregulated brokers are excluded by editorial policy, so
absence from this dataset is not evidence that a broker does not exist.
