Iserver Market Scanner
Searches for contracts according to the filters specified in /iserver/scanner/params endpoint
Users can receive a maximum of 50 contracts from 1 request.
POST /iserver/scanner/run
Request Object
Body Parameters
instrument: String. Required
Instrument type as the target of the market scanner request.
Found in the “instrument_list” section of the /iserver/scanner/params response.
type: String. Required
Scanner value the market scanner is sorted by.
Based on the “scan_type_list” section of the /iserver/scanner/params response.
location: String. Required
Location value the market scanner is searching through.
Based on the “location_tree” section of the /iserver/scanner/params response.
filter: Array of objects.
Contains any additional filters that should apply to response.
[{
code: String.
Code value of the filter.
Based on the “code” value within the “filter_list” section of the /iserver/scanner/params response.
value: int.
Value corresponding to the input for “code”.
}]
Python
Abap
Response Object
contracts: Array of objects.
Contains contracts related to the market scanner request.
[{
server_id: String.
Contract’s index in relation to the market scanner type’s sorting priority.
column_name: String.
Always returned for the first contract.
Used for Client Portal (Internal use only)
symbol: String.
Returns the contract’s ticker symbol.
conidex: String.
Returns the contract ID of the contract.
con_id: int.
Returns the contract ID of the contract.
available_chart_periods: String.
Used for Client Portal (Internal use only)
company_name: String.
Returns the company long name.
contract_description_1: String.
For derivatives like Futures, the local symbol of the contract will be returned.
listing_exchange: String.
Returns the primary listing exchange of the contract.
sec_type: String.
Returns the security type of the contract.
}],
scan_data_column_name: String.
Used for Client Portal (Internal use only)

