crypto_vba

An Excel/VBA project to communicate with various cryptocurrency exchanges APIs (by krijnsent)

Crypto_vba Alternatives

Similar projects and alternatives to crypto_vba

  1. VBA-JSON

    15 crypto_vba VS VBA-JSON

    JSON conversion and parsing for VBA

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. VBA-JSON-parser

    Backus-Naur Form JSON Parser based on RegEx for VBA

  4. Export-MS-Project-to-MS-Excel

    Export tasks, Gantt chart and resources from MS Project to MS Excel. No additional software or installation required. Using build-in MS Project features (VBA).

  5. coinbasepro-python

    The unofficial Python client for the Coinbase Pro API

  6. VBAUnicodeTools

    Tools for working with Unicode in the VB Editor

  7. ccxws

    1 crypto_vba VS ccxws

    Discontinued WebSocket client for 38 cryptocurrency exchanges

  8. QueryCsvToExcel

    Discontinued Provides VBA code for executing a SQL query on a CSV file to import data into a worksheet in Excel

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. crypto-trading-bot

    Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, Bybit ... (public edition)

  11. VBA-Expressions

    A powerful library extending VBA with over 100 functions for math, stats, finance, and data manipulation. It supports matrix operations, and user-defined functions, enhancing automation and analysis within Microsoft Office and LibreOffice environments for data management, financial calculations, an more.

  12. cryptofeed

    Cryptocurrency Exchange Websocket Data Feed Handler

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better crypto_vba alternative or higher similarity.

crypto_vba discussion

Log in or Post with

crypto_vba reviews and mentions

Posts with mentions or reviews of crypto_vba. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-10.
  • VBA API call with nested JSON data
    2 projects | /r/vba | 10 Dec 2021
    It basically uses the Dictionary object to create variables (e.g. with a dictionary in a dictionary) and after that using that library to transform it into a string. I'm using it in my project here: https://github.com/krijnsent/crypto_vba/blob/master/ModExchKucoin.bas
  • Where should I store API Keys?
    1 project | /r/vba | 9 Dec 2021
    I agree with u/sslinky84 that there is no safe place in VBA. The main question is: what's the purpose of an API key in this case? From your description you are not linking an API-key to a single user, but have "one key to rule them all". So you probably want to prevent someone from grabbing your end-point and spamming it? In that case you're perfectly fine in creating one API-string in VBA and checking that on the server: it blocks the person who is opening a browser to fiddle with your end-point, but it does give you some security. The people who can get through are the ones that manage to crack open your VBA (assuming you have a password on the VBA). To make their life a bit harder you could instead of a "fixed string" as API key go for some kind of hash, as u/archn suggests. E.g.: take the rest of the post message that e.g. also includes a mandatory timestamp, make a simple hash of that (might even include a "fixed key", see e.g. https://github.com/krijnsent/crypto_vba/blob/master/ModHash.bas for some code).
  • Self made Excel/VBA triggers virus scan - what to do?
    1 project | /r/vba | 19 Mar 2021
    I've built an open source VBA-Excel library to communicate with cryptocurrency exchanges ( https://github.com/krijnsent/crypto_vba ) and have my code available as .bas and in an .xlsm file. A couple of days ago someone posted an issue that my xlsm file triggered a Windows defender alert. At my pc this doesn't happen, the AVG virus scanner also won't show anything.
  • How to import price actions with API from CoinGecko
    1 project | /r/excel | 16 Feb 2021
    I am mainly using Cryptocompare, but if you want to use CoinGecko, check out my code, it has the basics: https://github.com/krijnsent/crypto_vba/ It has most of the essentials: connecting Excel to web, handling Json and some API examples.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 19 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic crypto_vba repo stats
4
161
0.0
over 2 years ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com