HuangJinmin 1 Report post Posted February 4, 2015 i try to get market list from "tag 102 Equities US" using api SearchWithTags, below is the c# code, MarketInformationSearchWithTagsResponseDTO rtn6 = RPCClient.Market.SearchWithTags("", 104, true, true, true, true, true, true, 1000, false);//only return 200 marketsMarketInformationSearchWithTagsResponseDTO rtn7 = RPCClient.Market.SearchWithTags("", 104, true, true, true, true, true, true, 1000, false);//return same 200 markes as above. my question is how to get the whole markets since there is a limitation of 200? 1 inatadePlalse reacted to this Share this post Link to post
Physicsman 25 Report post Posted February 4, 2015 Hello, The maximum number of markets you can request with a specific search is 200. Is there a particular reason why you are trying to retrieve a list of all US equities? If you are searching for a particular market subset, you can narrow down your search by entering a name string for the search to match. I shall update the API documentation for these search/list method calls to make explicitly clear the hard limit of 200 markets returned. Share this post Link to post