Discover/careem.com API
live

careem.com APIwww.careem.com

Get real-time AED exchange rates, transfer fees, and delivery times for all Careem remittance corridors via a single API endpoint.

Endpoints
1
Updated
2h ago
Try it
Filter results by destination currency code (ISO 4217). Case-insensitive. Accepted values confirmed: INR, GBP, PKR, PHP, BDT, SAR, EGP, TRY, USD, JOD, CAD, EUR. When omitted, all corridors are returned.
api.parse.bot/scraper/0d4ff692-d857-41e6-a357-78f9612fe2c9/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/0d4ff692-d857-41e6-a357-78f9612fe2c9/get_exchange_rates?destination_currency=INR' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalclick to expand

Returns current AED exchange rates for all supported remittance corridors. Each corridor includes the destination country, currency, exchange rate (rounded to 4 decimal places), transfer fee, minimum/maximum send amounts, and estimated delivery time. Optionally filter by destination currency.

Input
ParamTypeDescription
destination_currencystringFilter results by destination currency code (ISO 4217). Case-insensitive. Accepted values confirmed: INR, GBP, PKR, PHP, BDT, SAR, EGP, TRY, USD, JOD, CAD, EUR. When omitted, all corridors are returned.
Response
{
  "type": "object",
  "fields": {
    "corridors": "array of corridor objects with destination_country, destination_currency, exchange_rate (4 decimal precision), fee, fee_threshold_amount, min_amount, max_amount, estimated_time",
    "source_currency": "string, always 'AED'",
    "total_corridors": "integer, count of corridors returned"
  },
  "sample": {
    "data": {
      "corridors": [
        {
          "fee": 5,
          "max_amount": 150000,
          "min_amount": 10,
          "exchange_rate": 26.01,
          "estimated_time": "Money should arrive within 1 hour",
          "destination_country": "IN",
          "destination_currency": "INR",
          "fee_threshold_amount": 400
        }
      ],
      "source_currency": "AED",
      "total_corridors": 1
    },
    "status": "success"
  }
}

About the careem.com API

The Careem Money Transfer API exposes one endpoint, get_exchange_rates, that returns live AED exchange rates and transfer details across every remittance corridor Careem supports. Each response includes the destination country, destination currency, exchange rate, fee, fee threshold amount, minimum and maximum send amounts, and estimated delivery time. An optional destination_currency filter lets you narrow results to a single ISO 4217 currency code.

What the API Returns

The get_exchange_rates endpoint returns an array of corridor objects, each representing one supported AED-to-foreign-currency remittance route. Fields per corridor include destination_country, destination_currency, exchange_rate, fee, fee_threshold_amount, min_amount, max_amount, and estimated delivery time. The response also surfaces source_currency (always AED) and total_corridors, giving you a count of how many routes are active at the time of the request.

Filtering by Currency

Pass the optional destination_currency parameter as a standard ISO 4217 code — for example INR, PKR, PHP, BDT, GBP, SAR, EGP, TRY, USD, or JOD — to receive data for that corridor only. Omitting the parameter returns the full list of all supported corridors in a single call.

Data Freshness and Coverage

Rates reflect Careem's current published transfer rates for AED-originating sends. The fee and fee_threshold_amount fields let you model the actual cost of a transfer at different send amounts, while min_amount and max_amount define the valid send range for each corridor. Delivery time is included per corridor, so you can surface expected settlement windows to end users without a separate lookup.

Common use cases
  • Display live AED-to-PKR and AED-to-INR rates in a remittance comparison tool
  • Alert users when the exchange rate for a specific corridor crosses a target threshold
  • Calculate the true cost of a transfer by combining the fee and fee_threshold_amount fields
  • Validate send amounts against per-corridor min_amount and max_amount before submission
  • Show estimated delivery times alongside rates in a money transfer aggregator
  • Track how Careem's rates shift over time by polling the endpoint and storing corridor snapshots
  • Filter to a single currency with destination_currency to power a focused corridor widget
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Careem have an official public developer API for its money transfer rates?+
Careem does not publish a documented public developer API for its remittance exchange rates or corridor data. This Parse API provides structured access to that data.
What does the `destination_currency` parameter do, and which currencies are supported?+
Passing destination_currency filters the response to the single corridor matching that ISO 4217 code. Documented supported values include INR, GBP, PKR, PHP, BDT, SAR, EGP, TRY, USD, and JOD. Omitting the parameter returns all active corridors in one call, with total_corridors indicating the count.
Does the API return historical exchange rate data?+
No. The get_exchange_rates endpoint returns only current rates at the time of the request. Historical rate data is not part of the response. You can fork this API on Parse and revise it to add a storage or time-series layer that logs each response for trend analysis.
Does the API cover non-AED source currencies, such as sending from USD or EUR?+
Not currently. The API covers AED as the sole source currency, reflecting Careem's UAE-based send flow. You can fork this API on Parse and revise it to add endpoints for other source currencies if Careem exposes additional corridors in the future.
Is the delivery time field a single value or a range, and how reliable is it?+
The delivery time is returned per corridor object alongside the rate and fee fields. It reflects what Careem publishes for that corridor at the time of the call. Actual settlement can vary based on bank processing and compliance checks not captured in the API response.
Page content last updated . Spec covers 1 endpoint from www.careem.com.
Related APIs in FinanceSee all →
fred.stlouisfed.org API
Access data from fred.stlouisfed.org.
data.ecb.europa.eu API
Access official European Central Bank statistical series and observations to retrieve economic data like exchange rates, interest rates, and monetary aggregates. Browse available dataflows and retrieve specific time series data to analyze ECB's published economic indicators.
alphavantage.co API
Track stock prices, forex rates, and cryptocurrency values with real-time and historical market data, while accessing company financials, earnings reports, and technical indicators. Search tickers, monitor economic indicators, analyze news sentiment, and get global quotes all in one place.
polygon.io API
Access real-time and historical market data for stocks, cryptocurrencies, forex, and commodities—including price aggregates, ticker details, and financial statements—all from a single platform. Get the latest market news, check trading status across exchanges, and retrieve comprehensive ticker information to power your investment analysis and trading decisions.
banks.data.fdic.gov API
Search FDIC-insured banks by location or institution, and access detailed information about their financial performance, merger history, deposit demographics, and regulatory changes. Get comprehensive data on bank failures, acquisitions, and historical financial trends to research institutions and analyze the banking landscape.
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
rba.gov.au API
Access Reserve Bank of Australia data including CPI inflation (current and historical), housing and business lending rates, AUD exchange rates, monetary policy/cash rate changes, and the RBA balance sheet.
marketbeat.com API
Track comprehensive stock market data including real-time overviews, analyst ratings, earnings reports, insider trades, and institutional ownership across thousands of companies. Search stocks, analyze financial statements and profitability metrics, monitor short interest, explore options chains, and stay updated with market headlines and competitor analysis.