mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #379] Feature request: Stock Ticker with Price Chart #1879
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mattfox27 on GitHub (Oct 6, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/379
Originally assigned to: @nlimper on GitHub.
It would be super awesome to have a stock ticker option with price chart
@nlimper commented on GitHub (Oct 28, 2024):
That would be awesome, but...
The OEPL protocol (and the tags) are not suitable for displaying real-time info. So, the stock prices would be only refresh a few times a day (or maximum once an hour). Not suitable for day trading, but for a broad indication it would defenately work.
The bigger drawback: I could not find a free public stock market API that can be used anonymously without requesting an API key. Of course setting an API key can be part of the properties of the content card, but I rather keep it simple (and in case of 15 minute delayed stock pricing, it should not be needed as it's public info anyway).
So, if anyone knows of a API to get stock info, I'm happy to implement stock ticker content at some point.