BTCMarkets / API

API
119 stars 30 forks source link

API BTCMarkets Input to Excel #119

Closed zacharybrnabic closed 6 years ago

zacharybrnabic commented 6 years ago

All,

I have a MacBook Pro and I am wanting to input data from this website / API https://api.btcmarkets.net/market/XRP/AUD/orderbook into excel. However, I want it to update automatically, every 1 second, 1 minute or whatever I set it to myself, how can I achieve this?

ZAC

justin-ngin commented 6 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

wilsoff commented 6 years ago

You could do it with python and write to a csv (or xlsx) if you import the appropriate libraries. But it’ll take some coding.