Here is an API that provides the open, high, & close price for Facebook’s stock:
curl "https://www.quandl.com/api/v3/datasets/WIKI/FB/data.json"
Problem is, it returns a list within a list:
"data":[
[
"2015-05-28",
9.58,
10.17,
12.96
],
[
"2015-05-27",
9.53,
10.13,
12.97
From a forum search I see the API connector can’t handle lists within lists. But is there any way I can make this API call more specific, so I’m somehow able to display any of the prices as a data source?
Forum App: https://bubble.io/page?type=page&name=api_connector_list_call&id=forumapp3&tab=tabs-1