- 11/18/2016: high: 0.00137363 low: 0.001315790
- 11/18/2016: high: 1.509E-5 low: 0.000011160
- 11/18/2016: high: 1.0E-8 low: 0.000000010
- 11/18/2016: high: 2.6E-5 low: 0.000016950
The code-magic behind it: shortcode:
[jsoncontentimporterpro parser=twig id=8 url=http://api.json-content-importer.com/extra/json/prices/1.json]The twig-code (put it into the template.manager!!!):
<ul> {% for item in _context %} {% if loop.index0 <4%} <li> {{item.updated |date("m/d/Y") }}: high: {{item.high}} low: {{item.low |number_format(9, '.', ',')}} </li> {% endif %} {% endfor %} </ul>