Skip to main content
Version: 1.1.0

Get Shariah Compliant Symbols

GET 

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

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

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.

Responses

OK

Schema
    status stringrequired
    reason stringrequired
    rejectCode integerrequired
    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?