Excel RTD server sourcing GDAX and BINANCE ticker data
The code is using the old .NET Framework 4.0 in order to allow it to run on Windows 7 machines.
Clone the repository and go to its folder.
Compile the code using Visual Studio, MSBuild or via this handy script file:
build.cmd
Register the COM server by running the following script in admin command prompt:
register.cmd
Once the RTD server has been installed, you can use it from Excel via the RTD macro. This is the syntax:
=RTD("crypto",,"GDAX", instrument, field)
=RTD("crypto",,"BINANCE", instrument, field)
=RTD("crypto",,"BINANCE_DEPTH",instrument, field,depth)
// depth is 0-9=RTD("crypto",,"BINANCE_TRADE",instrument, field)
=RTD("crypto",,"BINANCE_CANDLE",instrument, interval, field)
// interval is 0-11=RTD("crypto",,"BINANCE_HISTORY",instrument)
// not yet workingAll currency pairs traded on GDAX are supported, including the main ones:
All currency pairs traded on BINANCE are supported, including the main ones:
You can use the following fields for GDAX:
You can use the following fields for BINANCE:
Environment Variables: for BINANCE_HISTORY and coming APIs