{"id":15593728,"url":"https://github.com/rodolfobandeira/iex-cpp-client","last_synced_at":"2025-07-19T04:35:58.594Z","repository":{"id":83795741,"uuid":"144353671","full_name":"rodolfobandeira/iex-cpp-client","owner":"rodolfobandeira","description":"IEX Finance API C++ Client. Stock Tracking, Companies Information, Financial Reports, Dividends, Statistics, Etc","archived":false,"fork":false,"pushed_at":"2018-10-18T03:11:39.000Z","size":45,"stargazers_count":6,"open_issues_count":4,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T12:21:57.384Z","etag":null,"topics":["cpp","finance","financial-data","hacktoberfest","iex","stock-data","stocks"],"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/rodolfobandeira.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-11T03:55:49.000Z","updated_at":"2025-03-07T01:21:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"b85b28a7-6fab-447f-a3e3-e042389b4301","html_url":"https://github.com/rodolfobandeira/iex-cpp-client","commit_stats":{"total_commits":24,"total_committers":5,"mean_commits":4.8,"dds":0.6666666666666667,"last_synced_commit":"e6ae62eb7a3105df6f3d4615c57e2a5ba148ec66"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rodolfobandeira/iex-cpp-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodolfobandeira%2Fiex-cpp-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodolfobandeira%2Fiex-cpp-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodolfobandeira%2Fiex-cpp-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodolfobandeira%2Fiex-cpp-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodolfobandeira","download_url":"https://codeload.github.com/rodolfobandeira/iex-cpp-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodolfobandeira%2Fiex-cpp-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265889151,"owners_count":23844539,"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":["cpp","finance","financial-data","hacktoberfest","iex","stock-data","stocks"],"created_at":"2024-10-03T00:21:08.535Z","updated_at":"2025-07-19T04:35:58.567Z","avatar_url":"https://github.com/rodolfobandeira.png","language":"C++","readme":"IEX Finance C++ Client\n===\n\n[![Build Status](https://travis-ci.org/rodolfobandeira/iex-cpp-client.svg?branch=master)](https://travis-ci.org/rodolfobandeira/iex-cpp-client)\n\nC++ client to consume the [IEX Finance API](https://iextrading.com/developer).\n\n## Usage\n\n```\nIEX C++ Client \n\n./main stock_symbol option\n    ex: ./main AMZN -p \n\n options:\n   -c Company Information\n   -l Company Logo\n   -p Stock Latest Price\n   -s Stock Statistics\n   -r Stock Financial Reports\n   -d Stock Dividends\n```\n\n## Compilation\n\nOn Debian-based distributions you can install the required dependencies using the following command:\n\n`sudo apt-get install libjsoncpp-dev libcurl4-gnutls-dev`\n\nOn MacOS using Homebrew:\n\n`brew install jsoncpp; brew install curl`\n\n`g++ -o main main.cpp -lcurl -ljsoncpp -std=c++11`\n\n`./main AMZN -p`\n\n```\nCalled Endpoint: https://api.iextrading.com/1.0/stock/AMZN/price\nStock Symbol: AMZN\nLatest Price: $1952.07\n```\n\n### Compiling Using CMake\n\nCompile this project using standing CMake:\n\n```\nmkdir build\ncd build\ncmake ..\nmake\n./main AMZN\n```\n\nOr, for an optimized build:\n\n```\nmkdir build\ncd build\ncmake -DCMAKE_BUILD_TYPE=Release\nmake\n./main AMZN\n```\n\n## Contributing\n\nSee [CONTRIBUTING](CONTRIBUTING.md).\n\n## Copyright and License\n\nCopyright (c) 2018, [Rodolfo Bandeira](https://twitter.com/rodolfobandeira) and [Contributors](CHANGELOG.md).\n\nThis project is licensed under the [MIT License](LICENSE.md).\n\nData provided for free by [IEX](https://iextrading.com/developer), see [terms](https://iextrading.com/api-terms).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodolfobandeira%2Fiex-cpp-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodolfobandeira%2Fiex-cpp-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodolfobandeira%2Fiex-cpp-client/lists"}