Skip to main content
Version: 1.2.0 - Production

Get Shariah Compliant Symbols

GET 

/v1.2/master-data/symbols/sharia

This endpoint gives the Shariah compliant symbols for the given exchange.

clientClassification based filtering is currently only available in MENA region.

Request

Query Parameters

    exchange stringrequired
    symbol string

    This is optional. If not present response will include all the Shariah compliant symbols for the given exchange. If present response will indicate whether it's Shariah compliant or not.

    clientClassification integer

    Possible values: [0, 1]

    O ; General Symbol, 1 ; Client Compliant Symbol

    This is optional. If not present, response will include both general and client compliant symbol data.

Header Parameters

    Throttle-Key string

Responses

OK

Schema
    status stringrequired
    reason stringrequired
    rejectCode integerrequired

    Find error codes here

    list object[]
  • Array [
  • symbol string
    shariahCompliant integer

    Possible values: [0, 1]

    O ; not a Sharia compliant symbol, 1 ; Sharia compliant symbol

  • ]
Loading...
Is this page helpful for you?