Function name:
• BestQuotes
Parameter out:
• Best Quotes. Information updated once per minute. (ArrayOfTypeBestQuotes type)
Function name:
• ExchangeStatistics
Parameter out:
• Trading values grouped by market (ArrayOfTypeExchangeStatistics type)
Function name:
• FuturesLevel1
Parameter in:
• symbol: The symbol of the instrument
• market: Name of the market or empty (default REGF)
Parameter out:
• Trading data for the future instrument (TypeFuturesLevel1 type)
Function name:
• FuturesLevel1PerSegment
Parameters in:
• exchangeSegment: Must be one of the values: BSE ( for Bucharest Stock Exchange segment), BER ( for Rasdaq segment) or ATS ( for Alternative Trading System )
Parameter out:
• Trading data for each future instrument (ArrayOfTypeFuturesLevel1 type)
Function name:
• Indices
Parameter out:
• The values of the indices and their daily variations (ArrayOfTypeIndices type)
Function name:
• IndicesDataSeries
Parameter in:
• code: The code of the index
Parameter out:
• Values of the index for the last trading session (ArrayOfTypeIndicesSeries type)
Function name:
• Level1
Parameter in:
• symbol: The symbol of the instrument
• market: Name of the market or empty (default: the main market for the instrument)
Parameter out:
• Level 1 values for the instrument/market (TypeLevel1 type)
Function name:
• Level1PerSegment
Parameters in:
• exchangeSegment: Name of the exchange segment: BSE ( for Bucharest Stock Exchange segment), BER ( for Rasdaq segment), ATS ( for Alternative Trading System)
Parameter out:
• Level 1 values for each instrument (ArrayOfTypeLevel1 type)
Function name:
• SymbolDataSeries
Parameter in:
• symbol: The symbol of the instrument
• market: Name of the market or empty (default: the main market of the instrument)
• fromID: Long (64 bits) integer. 0: from the beginning to the end. <>0: starting from ( not included ) fromID
• toID. Long (64 bits) integer. 0: to the end. <>0: to (not included ) toID
Parameter out:
• Trading data for each instrument (ArrayOfTypeTrade type)
Function name:
• TopIssues
Parameter in:
• noIssues: The number of issues returned (Max.25)
• market: Name of the market. Special value: BSE ( shares on REGS and RGSI markets )
• criteria: The ordering criteria. Must be one of the values: lasttradetime,closeprice,value,volume,trades,avgprice,netchgfromofficialprice,prcchgfromofficialprice.
• order: Must be one of the values: asc ( for ascending order) or desc ( for descending order) or empty( default: desc)
Parameter out:
• Trading data for the instruments in the top (ArrayOfTypeTopIssues type)