Giter Site home page Giter Site logo

lynxbroker / api-examples Goto Github PK

View Code? Open in Web Editor NEW
28.0 8.0 16.0 2.49 MB

Code samples that show some of the LYNX API possible implementations

Home Page: https://api.lynx.academy

License: Other

Java 57.65% Python 42.35%
lynx-api trading-algorithms ibapi automated-trading

api-examples's Introduction

LYNX API examples

Code samples that show some of the LYNX API possible implementations.

Table of contents

  • Excel - request real-time market data from TWS via API using Microsoft Excel
  • Java - code samples of the API integration with Java & quickstart application
  • Python - code samples of the API integration with Python

For more information in regard to the API Documentation, visit our website.

api-examples's People

Contributors

joris22o avatar nickardo-postma avatar vladhnl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

api-examples's Issues

super basic attempt at retrieving account info

This API is a bit more elaborate than I am used to; not sure about all the classes.

Here's my attempt at a super basic retrieval of account information:

from ibapi.wrapper import EWrapper
from ibapi.client import EClient

wrapper = EWrapper()
client = EClient(wrapper)

client.connect('localhost', 7496, 0)
client.serverVersion()
client.reqAccountUpdates(True, 'Z1234567')

And now? .serverVersion() is giving me some output so the connection is working, but the workings of .reqAccountUpdates() are lost on me... Why does it not return anything?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.