Skip to content

Instantly share code, notes, and snippets.

@vishnus
Last active February 20, 2017 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vishnus/86d43defc7df2a30064c174e206687ad to your computer and use it in GitHub Desktop.
Save vishnus/86d43defc7df2a30064c174e206687ad to your computer and use it in GitHub Desktop.
Kite publisher - demo
<!DOCTYPE html>
<html>
<head>
<title>Kite publisher test</title>
</head>
<body>
<a href="#" data-kite="my-api-key" data-exchange="NFO" data-tradingsymbol="DCBBANK17FEBFUT" data-transaction_type="BUY" data-quantity="4500" data-order_type="MARKET">Buy this</a>
<script src="https://kite.trade/publisher.js?v=1"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment