zlindner / iexpp

C++ wrapper for the IEX api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iex++

A C++ wrapper for the IEX api (https://iextrading.com/developer/docs/).

Getting started

  • Ensure you have libcurl installed on your system
  • Uncomment either the first or second line in the makefile depending of the compiler used by your operating system
  • make clean to remove any existing binaries / executables
  • make to build the api

Built with

  • libcurl - Multiprotocol file transfer library
  • JSON - JSON library

License

This project is licensed under the MIT License, see LICENSE.md for further details

About

C++ wrapper for the IEX api


Languages

Language:C++ 100.0%Language:Makefile 0.0%