Fails to generate STOCKINFO #146
-
|
I am trying to convert quicken investments statements to OFX. I tried to generate the STOCKINFO section of a response and I keep getting the error: TypeError: SECLIST can't contain list as list item I am able to generate the investment and bank transactions, but I have a problem to correctly program the STOCKINFO part. Thanks for your help.import ofxtools.models as m def stockinfoTest(): stockinfoTest() |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
The syntax for creating an OFX list-type aggregate in When instantiatiating a So first create |
Beta Was this translation helpful? Give feedback.
-
|
It worked once I used the code below. It allows me to keep a single list of all stocks. def stockinfoTest(): |
Beta Was this translation helpful? Give feedback.
-
You probably get a different error asking you to pass |
Beta Was this translation helpful? Give feedback.
It worked once I used the code below. It allows me to keep a single list of all stocks.
def stockinfoTest():
stockinfo = []