https://github.com/onwsk8r/goiex
A golang API client for the IEX Cloud API
https://github.com/onwsk8r/goiex
go golang iex iex-api iexcloud
Last synced: 5 months ago
JSON representation
A golang API client for the IEX Cloud API
- Host: GitHub
- URL: https://github.com/onwsk8r/goiex
- Owner: onwsk8r
- License: agpl-3.0
- Created: 2020-04-18T20:28:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T04:01:44.000Z (over 3 years ago)
- Last Synced: 2025-11-22T13:04:56.330Z (8 months ago)
- Topics: go, golang, iex, iex-api, iexcloud
- Language: Go
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goiex
An API client for the IEX Cloud that exposes a set of Golang libraries
## License
This code is licensed under the [GNU AGPLv3](https://www.gnu.org/licenses/agpl-3.0.html). See the `LICENSE` file alongside this readme.
```plain
goiex: Golang interface to IEX Cloud API
Copyright (C) 2019 Brian Hazeltine
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
```