Skip to content

Commit

Permalink
stockdata: add support for apistocks.com as data provider (#2874)
Browse files Browse the repository at this point in the history
  • Loading branch information
IngmarStein authored Nov 24, 2024
1 parent 9e9dc20 commit 37da427
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 17 deletions.
10 changes: 7 additions & 3 deletions apps/stockdata/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# StockData Ticker for Tidbyt
# Stock Ticker for Tidbyt

Allows you to track the value of a stock as a chart with intraday or historical data using data from stockdata.org.
Allows you to track the value of a stock as a chart with intraday or historical data using data from stockdata.org or apistocks.com.

A free API key from https://www.stockdata.org/register allows for 100 daily requests which is enough to get fresh data every 15 minutes. If you create multiple instances of his app, you'll have to reduce freshness accordingly if you want to stay within the free limit.
* A free API key from https://www.stockdata.org/register allows for 100 daily requests which is enough to get fresh data every 15 minutes for a single ticker symbol.

* A free API key from https://apistocks.com allows for 5,000 requests/month (max rate: 60 requests/minute) which is enough to get fresh data every 10 minutes for a single ticket symbol.

If you create multiple instances of his app, you'll have to reduce freshness accordingly if you want to stay within the free limit.

![Intraday](screenshot/intraday.png)

Expand Down
Loading

0 comments on commit 37da427

Please sign in to comment.