Hello,

I am trying to run trading scripts in Quantconnect using my data from the local REST API. My data is of type JSON (it looks like this: https://raw.githubusercontent.com/thisisneon/importdata/main/file.json)

I've looked for "Custom Data" examples, but there's no such thing as a tutorial using JSON data and the local REST API. Is there a way to add data using a JSON URL or from the local REST API?

I have been able to add my data from a CSV URL, but from the JSON URL and the local REST API, there is still an issue.

Looking forward to your help.

Cheers, 

Quang Ha

 

(This is my project of adding data from the CSV URL )

Author