itsff / crypto-rtd

Excel RTD server sourcing GDAX ticker data via websockets
MIT License
16 stars 6 forks source link
bitcoin cryptocurrency csharp excel gdax rtd websocket

crypto-rtd

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.

Installation

  1. Clone the repository and go to its folder.

  2. Compile the code using Visual Studio, MSBuild or via this handy script file:

    build.cmd

  3. Register the COM server by running the following script in admin command prompt:

    register.cmd

Usage

Once the RTD server has been installed, you can use it from Excel via the RTD macro. This is the syntax:

All 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

Excel screenshot