Skip to main content

How to use CoinAPI from Matlab?

You can access our API using at least 4 methods:

  1. Use Java SDK code from the Matlab environment (https://www.mathworks.com/help/matlab/using-java-libraries-in-matlab.html)

  2. Use .NET SDK code from the Matlab environment (https://www.mathworks.com/help/matlab/using-net-libraries-in-matlab.html)

  3. Use the Python SDK code from the Matlab environment (https://www.mathworks.com/help/matlab/call-python-libraries.html)

  4. Use webread function which automatically converts our JSON into the Matlab objects. (https://www.mathworks.com/help/matlab/ref/webread.html)