Resources
Language Specific Documentation
We provide ready to use libraries for many programming languages. You can check the documentation for each library on GitHub. Click the buttons below to access the documentation for each of the libraries.
Live Quotes Websockets
Python DocumentationStocks API
Python Documentation Javascript Documentation Java Documentation R DocumentationCryptos API
Python Documentation Javascript Documentation Java Documentation R DocumentationOther programming languages
In case you intend to connect with our API without using one of our libraries you can check our APIs documentation and test it on the corresponding Swagger UI page.
Click the buttons below to access the documentation page for each API.
Stocks API
Cryptos API
Generate your own API client
Since the API was carefully designed and uses the most recent Open API standards you can create generate your own client stubs for almost any programming language using Swagger Generator. Here is an example command that we used to generate the Python Library.
swagger-codegen generate -i https://api.equibles.com/swagger/stocks/swagger.json -l python -o stocks-python
--git-user-id=equibles --git-repo-id=stocks-python --additional-properties=packageName=equibles_stocks,projectName=equibles_stocks,packageVersion=1.0.0
Tutorials & Examples
Check the Tutorials & Examples page to learn how to get started, from the basic to the advanced usages.