From cf7b2bf35a5105412443be9043ced081eef7ef59 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 10 Jan 2022 15:35:01 +0000 Subject: [PATCH] update forex and stock pricing --- crypto/publicapi.json | 2 +- forex/publicapi.json | 2 +- stock/publicapi.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crypto/publicapi.json b/crypto/publicapi.json index 8903ae2..95b4c97 100644 --- a/crypto/publicapi.json +++ b/crypto/publicapi.json @@ -6,7 +6,7 @@ "Crypto.News": 1000, "Crypto.Price": 2000, "Crypto.Quote": 2000, - "Crypto.History": 3500 + "Crypto.History": 5000 }, "display_name": "Crypto" } diff --git a/forex/publicapi.json b/forex/publicapi.json index 2d17b1b..68f59fd 100644 --- a/forex/publicapi.json +++ b/forex/publicapi.json @@ -5,7 +5,7 @@ "pricing": { "Forex.Price": 2000, "Forex.Quote": 2000, - "Forex.History": 3500 + "Forex.History": 5000 }, "display_name": "Forex" } diff --git a/stock/publicapi.json b/stock/publicapi.json index a05efdb..e81a026 100644 --- a/stock/publicapi.json +++ b/stock/publicapi.json @@ -5,8 +5,8 @@ "pricing": { "Stock.Price": 2000, "Stock.Quote": 2000, - "Stock.History": 3500, - "Stock.OrderBook": 3500 + "Stock.History": 5000, + "Stock.OrderBook": 5000 }, "display_name": "Stocks" }