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.

Active Installs
3
Version
1.0.3
License
MIT
Compatibility
Craft 3
Last release
October 15, 2018
Activity (30 days)
0
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs