Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Add readme note about IEX Cloud Legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrankin committed Jan 22, 2024
1 parent 082e226 commit bca9df7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ goal is for iexcloud to be compatible with the v1 version of the IEX Cloud API.
There were some changes from the beta version to v1 of the API, so things may
still be in flux for this library.

- [iexcloud][] v0 to v2 supports the [IEX Cloud Legacy API][iex-legacy], which
uses <https://cloud.iexapis.com/> for its base URL.
- [iexcloud][] v3 is being developed to support the latest IEX Cloud API, which
uses <https://api.iex.cloud/v1/> for its base URL. Currently, this is being
developed in the v3 branch.

## Installation

```bash
Expand Down Expand Up @@ -82,6 +88,7 @@ BaseURL = "https://sandbox.iexapis.com/v1"

[iexcloudio]: https://iexcloud.io
[iexcloud]: https://github.com/goinvest/iexcloud
[iex-legacy]: https://iexcloud.io/docs/api/
[godoc badge]: https://godoc.org/github.com/goinvest/iexcloud?status.svg
[godoc link]: https://godoc.org/github.com/goinvest/iexcloud
[implementation]: https://github.com/goinvest/iexcloud/blob/master/implementation.md
Expand Down

0 comments on commit bca9df7

Please sign in to comment.