{% extends "warden/warden_layout.html" %} {% block content %}
Ticker to Test
{%for key, value in return_dict.items()%} {%endfor%}
Provider ID API Call API Docs API Key Provider Errors Ticker Closing Price Data Range Feed Message Realtime Price Realtime Errors
{{key}} {%if value['provider_info']['globalURL']%} {%endif%} {%if value['provider_info']['doc_link']%} {%endif%} {%if value['provider_info']['field_dict']['apikey']%} {%endif%} {%if value['provider_info']['errors']%} {%endif%} {{value['price_data']['ticker']}} {%if value['price_data']['last_close']%} {{value['price_data']['last_close'] | jformat(2)}} {%endif%} {%if value['price_data']['first_update']%} {{value['price_data']['first_update']}} to {{value['price_data']['last_update']}} {%endif%} {%if value['price_data']['errors']%} {%endif%} {% if value['realtime']['price'] is number %} {{value['realtime']['price'] | jformat(2)}} {%else%} {%if (value['realtime']['price'] != None) and ((value['realtime']['price'] | length) > 20)%} {%else%} {{value['realtime']['price']}} {%endif%} {%endif%} {%if value['realtime']['error']%} {%endif%}


{% endblock content %}