An open API service indexing awesome lists of open source software.

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

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 .
```