{"id":26875791,"url":"https://github.com/aokellermann/iex","last_synced_at":"2025-03-31T10:52:14.447Z","repository":{"id":48801590,"uuid":"264305982","full_name":"aokellermann/iex","owner":"aokellermann","description":"C++17 library for querying IEX Cloud REST API.","archived":false,"fork":false,"pushed_at":"2021-07-11T13:30:59.000Z","size":130,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-05-07T03:22:17.524Z","etag":null,"topics":["iex","iex-api","iex-trading","iexcloud"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aokellermann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-15T21:50:49.000Z","updated_at":"2023-03-10T21:04:59.000Z","dependencies_parsed_at":"2022-09-17T10:41:08.611Z","dependency_job_id":null,"html_url":"https://github.com/aokellermann/iex","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aokellermann%2Fiex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aokellermann%2Fiex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aokellermann%2Fiex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aokellermann%2Fiex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aokellermann","download_url":"https://codeload.github.com/aokellermann/iex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246457981,"owners_count":20780675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["iex","iex-api","iex-trading","iexcloud"],"created_at":"2025-03-31T10:52:13.913Z","updated_at":"2025-03-31T10:52:14.437Z","avatar_url":"https://github.com/aokellermann.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iex\n\n### Description\n\n`iex` is a WIP C++17 library for querying [IEX Cloud](https://iexcloud.io/), a financial data REST API.\n\n### Install\n\nPlease note that this library is only designed to be built on Linux, and has only been tested with GCC 10.1 and Clang 10.0.\n\n#### Arch Linux\n\nAn [AUR package](https://aur.archlinux.org/packages/iex-git/) is available:\n```bash\nyay -S iex-git\n```\n\n#### Other Linux\n\n##### Dependencies\nBuilding from source requires the installation of all necessary dependencies:\n* [cmake](https://github.com/Kitware/CMake) (build only)\n* [curl](https://github.com/curl/curl)\n* [json](https://github.com/nlohmann/json)\n* [doxygen](https://github.com/doxygen/doxygen) (optional documentation)\n\n##### Clone and Build\nAfter dependencies are installed, run from a shell:\n```bash\ngit clone https://github.com/aokellermann/iex.git\nmkdir iex/build \u0026\u0026 cd iex/build\ncmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..\nsudo cmake --build . --target install\n```\nSubstitute `/usr` with your desired install location.\n\n### Usage\n\n#### Build\n\nSimply include the header `iex/iex.h`:\n```c++\n#include \u003ciex/iex.h\u003e\n```\n\nYou can easily link using CMake:\n```cmake\ntarget_link_libraries(example iex::iex)\n```\n\n#### Code\n\nSee the [examples](examples) directory for a fully working annotated example usage of `iex`, along with an accompanying example `CMakeLists.txt`.\n\nCurrently this library supports the following endpoints:\n* System Status\n* Quote\n* Company\n* Symbols\n\n### Contributing\n\nSee [contributing guidelines](.github/CONTRIBUTING.md).\n\n### License\n\n[MIT](LICENSE)\n\n[Data provided by IEX Cloud](https://iexcloud.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faokellermann%2Fiex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faokellermann%2Fiex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faokellermann%2Fiex/lists"}