https://github.com/gobenpark/kinvest-go
한국투자증권 golang api
https://github.com/gobenpark/kinvest-go
koreainvestment openapi stock
Last synced: 5 months ago
JSON representation
한국투자증권 golang api
- Host: GitHub
- URL: https://github.com/gobenpark/kinvest-go
- Owner: gobenpark
- License: mit
- Created: 2023-03-24T00:55:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T06:26:09.000Z (about 1 year ago)
- Last Synced: 2025-04-21T07:39:53.686Z (about 1 year ago)
- Topics: koreainvestment, openapi, stock
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
kinvest-go
korea investment client library for Go (inspired by open-trading-api)
## Installation
```bash
go get github.com/gobenpark/kinvest-go
```
## Usage
```go
cli := NewKinvest(&Config{
AppKey: AppKey,
SecretKey: SecretKey,
Imitation: false,
Customer: Person,
Token: Token,
Account: "",
})
// Do something
client...
```