https://github.com/scripbox/kiteconnect-ex
Elixir client for Kite Connect APIs
https://github.com/scripbox/kiteconnect-ex
api-client elixir-lang kiteconnect
Last synced: 4 months ago
JSON representation
Elixir client for Kite Connect APIs
- Host: GitHub
- URL: https://github.com/scripbox/kiteconnect-ex
- Owner: scripbox
- Created: 2020-07-16T08:56:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T04:46:18.000Z (about 4 years ago)
- Last Synced: 2025-05-19T14:11:33.843Z (about 1 year ago)
- Topics: api-client, elixir-lang, kiteconnect
- Language: Elixir
- Homepage:
- Size: 40 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KiteconnectEx
**Elixir client for Kite Connect APIs**
## Documentation
- [Client API documentation - ](https://github.com/scripbox/kiteconnect-ex)
- [Kite Connect HTTP API documentation](https://kite.trade/docs/connect/v3)
## Requirements
- Elixir 1.10.1+
- Erlang/OTP 21.3+
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `kiteconnect_ex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:kiteconnect_ex, "~> 0.1.0"}
]
end
```
## Usage
- Authentication
- Place an Order
- Modify an Order
- Cancel an Order
- Retrieve orders
- Retrieve holdings
- Retrieve funds and margins
- Retrieve positions
- Postback
- Logout