Recent content by josefer

  1. J

    Need help with TWS API to download stock fundamental data

    Thanks for the tip. Appreciated.
  2. J

    Need help with TWS API to download stock fundamental data

    I am a beginner in this, that's why I am asking for help!
  3. J

    Need help with TWS API to download stock fundamental data

    Do you have a working exemple that you could share? Thanks
  4. J

    Need help with TWS API to download stock fundamental data

    I never used that. Can you please suggest how to insert that in the code? Thanks in advance for your help.
  5. J

    Need help with TWS API to download stock fundamental data

    It seems that you really spot the problem. I add the statement app.cancelFundamentalData(8001) right after app.run() but nothing has changed. It seems the program continue to run but I don't know what is doing. I also make it using diferente unique id as you suggested, and it behaves the same...
  6. J

    Need help with TWS API to download stock fundamental data

    Thanks for your answer. For the moment I am just writing fundamentalData() to a file as defined in fundamentalData() function. I am making this program as simple as possible to see if I can get it working for many input sumbols, let's say 20. Later I Will add the part to process the xml data to...
  7. J

    Need help with TWS API to download stock fundamental data

    Hi Guys, I wrote the program copied below. When I try to execute with the following data in the input file: ADBE,USD,NASDAQ CSCO,USD,NASDAQ GOOGL,USD,NASDAQ it only runs for the first stock, ADBE, and does nothing afterwards. The idea is the program should run for each entry in the input file...
Back
Top