BTCMarkets / API

API
120 stars 30 forks source link

Linkage to BTC Markets API via (Windows) Excel #165

Open corporalcoder opened 5 years ago

corporalcoder commented 5 years ago

Hi @zacharybrnabic ,

A brief google search suggests that an implementation of this on a Mac version of excel could be quite complicated, as it seems the simplest excel add-in candidate is not compatible with Mac. At this time, we don't have any official or suggested implementations of this. If we develop one or I come across anything that may be helpful, I'll update this issue and/or our documentation.

Regards, Justin

Originally posted by @justin-ngin in https://github.com/BTCMarkets/API/issues/119#issuecomment-366333091

corporalcoder commented 5 years ago

Hey justin-ngin, I'm interested in the implication that (Windows) Excel (presumably using VBA and library objects) could be used as a client to connect to the BTC Markets API. Could you please provide further information. thx

corporalcoder commented 5 years ago

My solution to this was to shell out from Excel to a js file which interfaces to the BTC API and returns the tick data. It does what I need and it works fine.