For how they are actually derived, see uchiki's spreadsheet method.
To simply read them, you can always just go to Explorer:

To pull them on automatic however, do this:
kag before kau:
Muchos kewl.
For basic analysis using GNU units tool, see next post.
To simply read them, you can always just go to Explorer:

To pull them on automatic however, do this:
kag before kau:
Code:
linux>
q_kag=`curl -s https://api.kinesis.money/api/exchange/on-chain/circulating-supply/kag`
echo $q_kag
3311507.1746000
q_kau=`curl -s https://api.kinesis.money/api/exchange/on-chain/circulating-supply/kau`
echo $q_kau
1242602.9868000
For basic analysis using GNU units tool, see next post.