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.c
Age
Commit message (
Collapse
)
Author
2018-04-30
Added alloc check function to exit if an alloc fails.
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-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-06
Morningstar bug fix
Antony Kellermann
2018-02-05
Bug fixes for Morningstar and added documentation
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-19
Few bug fixes
Antony Kellermann
2018-01-18
Added support for mutual funds and over-the-counter stocks
Antony Kellermann