Importing external data sources into RealityKit ( ie stock market data) to create dynamic 3d charts `a la d3.js

hi there Before getting into AR I have been really interested in creating dynamic maps and charts using Javascript libraries such as d3.js, leaflet.js, mapbox and others. Now that I am working with AR I want to see if I can use data to create visualizations `a la d3.js . Except that the charts would be live in space.

I am particularly interested in using stock market data from APIs such as https://polygon.io/ to then inform the design and transform aspects of custom charts.

I am creating a joke project to laugh while crypto currencies crash so it would be useful if I could import data live... and then parse and then inform, say, the movement of cubes or doughnut charts and then add custom reaction elements. Liquids, melting ice cream, rotten tomatoes and others, which I can create with clay and then scan or take detailed pictures. What I don't have is the stock market data feed.

This is a comedy-esque project but it's serious when it comes to the programming part. Thank you.

Importing external data sources into RealityKit ( ie stock market data) to create dynamic 3d charts `a la d3.js
 
 
Q