¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Non-existent FA data operation request error


 

Hi!

When calling "requestFA" I get the follwoing error message:

"Non-existent FA data operation request"

I've had this running before and I can't se any change in the message sent to TWS:

15:42:09:032 <- 18-1-2-

Any clue on this one?


 

You did not tell us which versions of API and TWS/IBGW you use so I can't say for sure. But IBKR refactored the FA concept a little during recent V10 TWS/IBGW versions and support for "profiles" has been removed in 10.22. See the API docs at or the release notes:

The two options you now have for are Groups (faDataType = 1) and Account (faDataType = 3).

´³¨¹°ù²µ±ð²Ô


 

not sure whether you use java api or some other implementation, but in java api the code contained some issues caused by profiles removal. the i provided was merged recently. i kept the original methods but it's better to use the new ones that i introduced (like? which use enums as the parameters instead of the hardcoded numbers and prevents unintentional providing of incorrect parameters.