danny 2 Report post Posted July 23, 2013 I have been using MarketID for example 400481136 (GBP/AUD) to get price data back. If I wanted to get price data for certain companies on the FTSE 100 for example, how would I do that? 2 MitchDimoulakis and GaleDouet reacted to this Share this post Link to post
Physicsman 25 Report post Posted July 24, 2013 You could do this as follows: 1) Perform a SearchWithTags command using the TagId parameter as 103. This is the ID for GB Equities. For example: doGet('/market/searchwithtags?Query=&tagid=103'); You will get back a list of markets and their market IDs. 2) Make a note of the market IDs for the FTSE 100 companies you are interested in. 3) You can now get the price data for the market IDs you noted in step 2, in exactly the same way as for the FX currency pair GBP/AUD. Share this post Link to post
danny 2 Report post Posted August 5, 2013 You could do this as follows: 1) Perform a SearchWithTags command using the TagId parameter as 103. This is the ID for GB Equities. For example: doGet('/market/searchwithtags?Query=&tagid=103'); You will get back a list of markets and their market IDs. 2) Make a note of the market IDs for the FTSE 100 companies you are interested in. 3) You can now get the price data for the market IDs you noted in step 2, in exactly the same way as for the FX currency pair GBP/AUD. Not all companies came back, for example small cap companies like Avanti (AVN). Is price data not held on small caps or is there another way to get them? Share this post Link to post
Physicsman 25 Report post Posted August 5, 2013 You could do this as follows: 1) Perform a SearchWithTags command using the TagId parameter as 103. This is the ID for GB Equities. For example: doGet('/market/searchwithtags?Query=&tagid=103'); You will get back a list of markets and their market IDs. 2) Make a note of the market IDs for the FTSE 100 companies you are interested in. 3) You can now get the price data for the market IDs you noted in step 2, in exactly the same way as for the FX currency pair GBP/AUD. @danny Price data is held on small caps. You can try the following solutions based on your circumstances: 1) If there are only a few markets you are looking for, use the SearchWithTags query for each market to find the market IDs. You can then get the prices for the markets as usual. 2) Try tag ID 102 in your SearchWithTags query. This is the Equities market tag containing a larger selection of equities markets. Don’t forget to increase the maxResults parameter so you can see all the results. 3) You can contact Client Management and have them request the Equities trading desk add your list of GB equities to the “Equities UK” market tag. Share this post Link to post