aboutsummarylogtreecommitdiffstats
path: root/api.c
AgeCommit message (Expand)Author
2018-05-29Fixed mistake where cryptocurrencies sometimes wouldn't workAntony Kellermann
2018-05-29Updated check to use new Info functionsAntony Kellermann
2018-05-28Added updated info functionsAntony Kellermann
2018-05-28Fixed bug and memory leakAntony Kellermann
2018-05-28Renamed graph.c/h to info.c/h and moved functions aroundAntony Kellermann
2018-05-27Added functions to store additional Info dataAntony Kellermann
2018-05-27Removed google url shortener and options for post fields in curlAntony Kellermann
2018-05-27Modified news to take data from iex, instead of News APIAntony Kellermann
2018-05-26Refactoring and error checksAntony Kellermann
2018-05-15Fixed graph zoom indicator issue and small optimizationsAntony Kellermann
2018-05-15Fixed info bugAntony Kellermann
2018-05-14Moved curl init to main for multithread safetyAntony Kellermann
2018-05-12Minor changesAntony Kellermann
2018-05-05Modified API calls to include 7 day changeAntony Kellermann
2018-04-30Added alloc check function to exit if an alloc fails.Antony Kellermann
2018-03-11Added morningstar 5y history for graphingAntony Kellermann
2018-03-11Added command 'graph' for IEX securitiesAntony Kellermann
2018-02-28Overhaul to replace many instances of char* and len pairs with Strings instea...Antony Kellermann
2018-02-26Moved string manipulation functions to new c/h files, added them to Makefile,...Antony Kellermann
2018-02-25Modified strip_char to strip in place instead of returning a new stringAntony Kellermann
2018-02-25Added info support for mutf/otc etc.Antony Kellermann
2018-02-24Added info support for stocks/etfsAntony Kellermann
2018-02-23Added compiler warnings and fixed api warningsAntony Kellermann
2018-02-23Added new command 'info' for cryptosAntony Kellermann
2018-02-16Reduced number of allocs and added error checkingAntony Kellermann
2018-02-06Morningstar bug fixAntony Kellermann
2018-02-05Bug fixes for Morningstar and added documentationAntony Kellermann
2018-02-04Minor formatting fixes in newsAntony Kellermann
2018-02-03Bug fixes in newsAntony Kellermann
2018-02-01Removed Alpha Vantage and consolidated API calls to one per symbolAntony Kellermann
2018-01-31Added Morningstar as an API for MUTF/OTCMKTSAntony Kellermann
2018-01-31Added support for newsAntony Kellermann
2018-01-29Added support for 1d gains/lossesAntony Kellermann
2018-01-20Added support for cryptocurrenciesAntony Kellermann
2018-01-19Few bug fixesAntony Kellermann
2018-01-18Added support for mutual funds and over-the-counter stocksAntony Kellermann