yesterday my API IG companion enquiry gave me the following results:

DAX

{
"instrument": {
"epic": "IX.D.SUNDAX.IFD.IP",
"expiry": "-",
"name": "Weekend Germany 30 Cash (25€)",
"forceOpenAllowed": true,
"stopsLimitsAllowed": true,
"lotSize": 25.0,
"unit": "CONTRACTS",
"type": "INDICES",
"controlledRiskAllowed": true,
"streamingPricesAvailable": true,

and so on...

EUR/USD

{
"instrument": {
"epic": "CS.D.EURUSD.MT1.IP",
"expiry": "-",
"name": "EUR/USD",
"forceOpenAllowed": true,
"stopsLimitsAllowed": true,
"lotSize": 10.0,
"unit": "CONTRACTS",
"type": "CURRENCIES",
"controlledRiskAllowed": true,
"streamingPricesAvailable": true,
"marketId": "EURUSD",

and so on

and i controlled also:

{
"instrument": {
"epic": "CS.D.EURUSD.CFD.IP",
"expiry": "-",
"name": "EUR/USD",
"forceOpenAllowed": true,
"stopsLimitsAllowed": true,
"lotSize": 10.0,
"unit": "CONTRACTS",
"type": "CURRENCIES",
"controlledRiskAllowed": true,
"streamingPricesAvailable": false,



Please i would like to know AssetsFix file of other IG traders and your experience about api companion.
If i insert CS.D.EURUSD.MT1.IP in assetsfix, i have and error.

Last edited by Andy60; 09/23/19 06:53.