Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Writing a desktop application
API

I am looking into writing a desktop application in C, what would be the best way to interface with the API?

1 response

To my knowledge, there is no supported way to interface with the online Q API. Have you considered using zipline, which is an offline application provided by Q (see https://github.com/quantopian/zipline)? What are you wanting to do?