Simple real-time stock quotes from the Alpha Vantage API.
{% set quote = craft.stockQuote.getQuote('MSFT') %}
{% if quote|length %}
{{ quote.symbol }}
{{ quote.last }}
{{ quote.date|date('F j, Y g:i a') }}
{{ quote.change }}
{{ quote.open }}
{{ quote.high }}
{{ quote.low }}
{{ quote.volume }}
{{ quote.previous }}
{{ quote.percent }}
{% endif %}
Installation Instructions
To install this plugin, copy the command above to your terminal.
Reviews
This plugin doesn't have any reviews.
Active Installs
3
License
MIT
Last release
October 15, 2018
Activity (30 days)
0
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs