Arch Linux User Repository
Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
AUR : tick.git
AUR Package Repositories | click
here
to return to the package base details page
about
summary
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api.h
Age
Commit message (
Collapse
)
Author
2018-07-27
Added info_array_get_info_from_symbol helper function
Antony Kellermann
2018-07-27
Added ref data struct
Antony Kellermann
2018-07-25
Replaced manual info_array allocs with new function
Antony Kellermann
2018-07-20
Renamed files
Antony Kellermann
2018-06-28
Rewrote some api functions to store data in existing Info object instead of ↵
Antony Kellermann
returning a new one
2018-06-28
Documentation
Antony Kellermann
2018-06-27
Moved populataing api data in Info_Array to a separate function
Antony Kellermann
2018-06-25
Changed Info_Array to use Info for totals
Antony Kellermann
2018-06-16
Added totals to info_array and string values for use by gtk
Antony Kellermann
2018-06-13
Added api function to let ist of iex tickers
Antony Kellermann
2018-06-12
Changed source of last close to more accurate source
Antony Kellermann
2018-06-02
Changed peers to use Info_Array
Antony Kellermann
2018-06-01
Added Info_Array struct/functions and a function to calculate profits
Antony Kellermann
2018-06-01
Added peer api function and portfolio data to info struct
Antony Kellermann
2018-05-30
Documentation
Antony Kellermann
2018-05-29
Added News struct to easily store news and moved news API call as a ↵
Antony Kellermann
threadable function to api.c
2018-05-29
Rewrote api and info header documentation
Antony Kellermann
2018-05-29
Updated check to use new Info functions
Antony Kellermann
2018-05-28
Added updated info functions
Antony Kellermann
2018-05-28
Fixed bug and memory leak
Antony Kellermann
2018-05-28
Renamed graph.c/h to info.c/h and moved functions around
Antony Kellermann
2018-05-27
Added functions to store additional Info data
Antony Kellermann
2018-05-27
Removed google url shortener and options for post fields in curl
Antony Kellermann
2018-05-27
Modified news to take data from iex, instead of News API
Antony Kellermann
2018-05-26
Refactoring and error checks
Antony Kellermann
2018-05-15
Fixed graph zoom indicator issue and small optimizations
Antony Kellermann
2018-05-12
Minor changes
Antony Kellermann
2018-05-05
Modified API calls to include 7 day change
Antony Kellermann
2018-03-11
Added morningstar 5y history for graphing
Antony Kellermann
2018-03-11
Added command 'graph' for IEX securities
Antony Kellermann
2018-03-02
Improved code documentation substantially
Antony Kellermann
2018-02-28
Overhaul to replace many instances of char* and len pairs with Strings ↵
Antony Kellermann
instead, as well as moving functions to appropriate files
2018-02-26
Moved string manipulation functions to new c/h files, added them to ↵
Antony Kellermann
Makefile, included header in other files
2018-02-25
Modified strip_char to strip in place instead of returning a new string
Antony Kellermann
2018-02-25
Added info support for mutf/otc etc.
Antony Kellermann
2018-02-24
Added info support for stocks/etfs
Antony Kellermann
2018-02-23
Added compiler warnings and fixed api warnings
Antony Kellermann
2018-02-23
Added new command 'info' for cryptos
Antony Kellermann
2018-02-16
Reduced number of allocs and added error checking
Antony Kellermann
2018-02-04
Minor formatting fixes in news
Antony Kellermann
2018-02-03
Bug fixes in news
Antony Kellermann
2018-02-01
Removed Alpha Vantage and consolidated API calls to one per symbol
Antony Kellermann
2018-01-31
Added Morningstar as an API for MUTF/OTCMKTS
Antony Kellermann
2018-01-31
Added support for news
Antony Kellermann
2018-01-29
Added support for 1d gains/losses
Antony Kellermann
2018-01-20
Added support for cryptocurrencies
Antony Kellermann
2018-01-18
Added support for mutual funds and over-the-counter stocks
Antony Kellermann