Subscribe to Data Feeds that are not supported in the Data Feed Toolbox

1 view (last 30 days)
Is it possible to subscribe to other Data Feeds than the ones (like Bloomberg and Yahoo) supported by the Toolbox? (To be more specific, I want to connect to the Binance and BitMex exchanges in real time, not just download data as a file.)
Thanks!
  1 Comment
Lautaro Parada
Lautaro Parada on 19 May 2020
The appropriate approach for that is to create a custom WebSocket for the exchange or broker that you want to use.
Sadly, Matlab doesn't have a built-in solution for that, so you should consider creating a Python or Java WebSocket and call it via trough the external language interface that Matlab has.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!