The stock plugin lets you display the stock market price of a given company.
|
|
💬 Obtaining a RapidAPI Yahoo Finance token
Create a RapidAPI account and subscribe to Yahoo Finance API to get a token.
name: Stock prices from Tesla
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.stock.svg
token: NOT_NEEDED
base: ''
plugin_stock: 'yes'
plugin_stock_token: ${{ secrets.STOCK_TOKEN }}
plugin_stock_symbol: TSLA
