You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# crypto_vba
2
-
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs. Tested on Windows 10 & Excel 2013/2016, but should work for Excel 2007+.
2
+
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs. Tested on Windows 10 & Excel 2016, but should work for Excel 2007+.
3
3
4
4
# Exchanges:
5
5
Get information from/send information to:
@@ -22,9 +22,9 @@ Import the .bas files you need or simply take the sample Excel file. In the modu
22
22
- Expand the XLSM file with working examples
23
23
- Better testing
24
24
- Better error handling
25
-
- For historical prices, include https://www.cryptocompare.com/api/
25
+
- For historical prices, include e.g. https://www.cryptocompare.com/api/
26
26
- Build excel functions to get the information directly to a sheet
27
-
- Later: place orders
27
+
- Later: place/cancel orders
28
28
29
29
# Done
30
30
- Working examples of several exchanges in the example file
@@ -36,14 +36,14 @@ Import the .bas files you need or simply take the sample Excel file. In the modu
36
36
- Build tests for all modules/functions
37
37
- Integrate VBA-JSON into the project
38
38
- Build the Bittrex API connector
39
-
- Build the WEXnz API connector
39
+
- Build the WEXnz API connector (used to be BTCe)
40
40
- Build the Poloniex API connector
41
41
- Build the Kraken API connector
42
42
- Build the Liqui API connector
43
43
- Build the Coinone API connector
44
44
- Build the Cryptopia API connector
45
45
- Build a working and tested VBA hash function
46
-
- Added the UrlEncode function for Cryptopia
46
+
- Added the UrlEncode function for Cryptopia (and Excel versions before 2016)
47
47
48
48
# Donate
49
49
If this project/the Excel saves you a lot of programming time, consider sending me a coffee or a beer:<br/>
0 commit comments