id stringlengths 53 86 | api_name stringlengths 2 76 | api_description stringlengths 1 500 ⌀ | api_score float64 0 10 ⌀ | endpoint_name stringlengths 1 190 | endpoint_description stringlengths 0 500 | response_status_code int64 100 505 | response_summary stringlengths 1 68 ⌀ | response_json stringlengths 6 50k | response_json_schema stringlengths 14 150k |
|---|---|---|---|---|---|---|---|---|---|
81718211-c52d-4ff9-b30b-4600638a135a/760beee9-cd90-48cb-8688-9993539144f2/1/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getTraderHistoricalPositionsById | Returns all the detailed information of each of the closed positions that the trader had before. | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/760beee9-cd90-48cb-8688-9993539144f2/2/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getTraderHistoricalPositionsById | Returns all the detailed information of each of the closed positions that the trader had before. | 200 | null | {"status": 200, "message": "OK", "data": [{"ccy": "USDT", "closeAvgPx": 236.01, "contractVal": 0.1, "id": 627781601293045800, "instId": "BCH-USDT-SWAP", "instType": "SWAP", "lever": 50, "margin": 48.1894, "mgnMode": "cross", "multiplier": 1, "openAvgPx": 240.947, "openTime": 1695946797357, "pnl": 49.37, "pnlRatio": 1.0244991637165, "posSide": "short", "subPos": 100, "tradeItemId": 627781601293045800, "uTime": 1695948499451, "traderId": "D08BA87922C89DEB"}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"ccy": {"type": "string"}, "closeAvgPx": {"type": "string"}, "contractVal": {"type": "string"}, "id": {"type": "string"}, "instId": {"type": "string"}, "instType": {"type": "string"}, "lever": {"type": "string"}, "margin": {"type": "string"}, "mgnMode": {"type": "string"}, "multiplier": {"type": "string"}, "openAvgPx": {"type": "string"}, "openTime": {"type": "string"}, "pnl": {"type": "string"}, "pnlRatio": {"type": "string"}, "posSide": {"type": "string"}, "subPos": {"type": "string"}, "tradeItemId": {"type": "string"}, "uTime": {"type": "string"}, "traderId": {"type": "string"}}}}}} |
81718211-c52d-4ff9-b30b-4600638a135a/86084f37-60d8-4d50-aafc-97605efb2d93/0/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getTraderPositionsById | Returns all the detailed information of each of the positions that the trader has. Working in real time. | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/86084f37-60d8-4d50-aafc-97605efb2d93/1/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getTraderPositionsById | Returns all the detailed information of each of the positions that the trader has. Working in real time. | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/86084f37-60d8-4d50-aafc-97605efb2d93/2/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getTraderPositionsById | Returns all the detailed information of each of the positions that the trader has. Working in real time. | 200 | null | {"status": 200, "message": "OK", "data": [{"availSubPos": -50, "ccy": "USDT", "instId": "ETH-USDT-SWAP", "instType": "SWAP", "last": 1674.13, "lever": 100, "margin": 83.9085, "markPx": 1674.12, "mgnMode": "cross", "notionalUsd": 8370.6, "openAvgPx": 1678.17, "openTime": 1695977285119, "pnl": 20.25, "pnlRatio": 0.24133431058832, "posSide": "net", "slTriggerPx": "", "slTriggerType": "last", "subPos": -50, "tpTriggerPx": "", "tpTriggerType": "last", "tradeItemId": 627909476197404700, "uTime": 1695977285130, "traderId": "D08BA87922C89DEB"}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"availSubPos": {"type": "string"}, "ccy": {"type": "string"}, "instId": {"type": "string"}, "instType": {"type": "string"}, "last": {"type": "string"}, "lever": {"type": "string"}, "margin": {"type": "string"}, "markPx": {"type": "string"}, "mgnMode": {"type": "string"}, "notionalUsd": {"type": "string"}, "openAvgPx": {"type": "string"}, "openTime": {"type": "string"}, "pnl": {"type": "string"}, "pnlRatio": {"type": "string"}, "posSide": {"type": "string"}, "slTriggerPx": {"type": "string"}, "slTriggerType": {"type": "string"}, "subPos": {"type": "string"}, "tpTriggerPx": {"type": "string"}, "tpTriggerType": {"type": "string"}, "tradeItemId": {"type": "string"}, "uTime": {"type": "string"}, "traderId": {"type": "string"}}}}}} |
81718211-c52d-4ff9-b30b-4600638a135a/d9e5bc8f-8512-4817-b4df-4e32cd537cb3/0/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getSwapPairs | Returns the list of pairs that OKX Swap contain. | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/d9e5bc8f-8512-4817-b4df-4e32cd537cb3/1/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getSwapPairs | Returns the list of pairs that OKX Swap contain. | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/d9e5bc8f-8512-4817-b4df-4e32cd537cb3/2/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getSwapPairs | Returns the list of pairs that OKX Swap contain. | 200 | null | {"status": 200, "message": "OK", "data": [{"coinName": "Bitcoin", "ctMult": 1, "ctType": "linear", "ctVal": 0.01, "ctValCcy": "BTC", "id": 122, "instFamily": "BTC-USDT", "instId": "BTC-USDT-SWAP", "settleCcy": "USDT", "uly": "BTC-USDT"}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"coinName": {"type": "string"}, "ctMult": {"type": "string"}, "ctType": {"type": "string"}, "ctVal": {"type": "string"}, "ctValCcy": {"type": "string"}, "id": {"type": "string"}, "instFamily": {"type": "string"}, "instId": {"type": "string"}, "settleCcy": {"type": "string"}, "uly": {"type": "string"}}}}}} |
81718211-c52d-4ff9-b30b-4600638a135a/4e4f64d1-df28-456a-a989-8461433d8b0f/0/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | searchTraders | Returns all the traders that matches up by the filters | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/4e4f64d1-df28-456a-a989-8461433d8b0f/1/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | searchTraders | Returns all the traders that matches up by the filters | 200 | null | {"status": 200, "message": "OK", "data": [{"aum": 213500.87280747722, "followPnl": 76643.29788659903, "followerLimit": 1000, "numberOfFollowers": 500, "totalNumberOfFollowers": 1342, "initialDay": 51, "nickName": "\u804c\u4e1a\u64cd\u76d8\u624b", "pnl": 1957.4423229, "symbol": "USDT", "targetId": 0, "id": "764530FE18217877", "winRatio": 0.8056, "yieldRatio": 0.7512, "image": "https://static.coinall.ltd/cdn/okex/users/headimages/20230805/b5da2f821a10472e949f8a7fd7af35f2", "rates": [{"ratio": 0.0088, "timestamp": 1691424000000}], "instruments": [{"id": "ICP-USDT-SWAP", "name": "ICP"}]}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"aum": {"type": "string"}, "followPnl": {"type": "string"}, "followerLimit": {"type": "string"}, "numberOfFollowers": {"type": "string"}, "totalNumberOfFollowers": {"type": "string"}, "initialDay": {"type": "string"}, "nickName": {"type": "string"}, "pnl": {"type": "string"}, "symbol": {"type": "string"}, "targetId": {"type": "string"}, "id": {"type": "string"}, "winRatio": {"type": "string"}, "yieldRatio": {"type": "string"}, "image": {"type": "string"}, "rates": {"type": "array", "items": {"properties": {"ratio": {"type": "string"}, "timestamp": {"type": "string"}}}}, "instruments": {"type": "array", "items": {"properties": {"id": {"type": "string"}, "name": {"type": "string"}}}}}}}}} |
81718211-c52d-4ff9-b30b-4600638a135a/4e4f64d1-df28-456a-a989-8461433d8b0f/2/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | searchTraders | Returns all the traders that matches up by the filters | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/cae44fd9-d9ba-45a9-a535-d06c57cf0dfc/0/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getFollowersOfTraderById | Returns the latest 100 followers of the trader that matches up by the ID | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/cae44fd9-d9ba-45a9-a535-d06c57cf0dfc/1/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getFollowersOfTraderById | Returns the latest 100 followers of the trader that matches up by the ID | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/cae44fd9-d9ba-45a9-a535-d06c57cf0dfc/2/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getFollowersOfTraderById | Returns the latest 100 followers of the trader that matches up by the ID | 200 | null | {"status": 200, "message": "OK", "data": [{"coinSymbol": "USDT", "followTimestamp": 1695400907802, "nickName": "lzx***@gmail.com", "pnl": 4711.900612350003, "image": "https://static.coinall.ltd/cdn/okex/users/headimages/20230928/eb414897bd804eefbefce9e9feacd786", "id": "BFCE11B8297EC841"}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"coinSymbol": {"type": "string"}, "followTimestamp": {"type": "string"}, "nickName": {"type": "string"}, "pnl": {"type": "string"}, "image": {"type": "string"}, "id": {"type": "string"}}}}}} |
81718211-c52d-4ff9-b30b-4600638a135a/d55a6df3-2b22-4367-977a-fb4bf50c80f3/0/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getTraderById | Returns the profile information of the trader that matches up by the ID | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/d55a6df3-2b22-4367-977a-fb4bf50c80f3/1/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getTraderById | Returns the profile information of the trader that matches up by the ID | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/d55a6df3-2b22-4367-977a-fb4bf50c80f3/2/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getTraderById | Returns the profile information of the trader that matches up by the ID | 200 | null | {"status": 200, "message": "OK", "data": {"enNickName": "Nick Name", "enSign": "English Description", "numberOfFans": 1871, "id": "D08BA87922C89DEB", "image": "https://static.okx.com/cdn/okex/users/headimages/20230410/77238186af0742b89c4b9bd95769efcd", "nickName": "Basic-PoB-Taro", "description": "Contract only, mainly in mainstream currency", "followerLimit": 1000, "numberOfFollowers": 500, "shareRatio": 0.8, "symbol": "USDT", "totalNumberOfFollowers": 2359, "avgPositionValue": 7298.7245, "costAumRatio": 0.0328, "costVal": 14405.808148765344, "followPnl": 11609.933153494008, "initialDay": 169, "lossDays": 5, "maxRetreat": -0.0733, "pnl": 32142.178881499993, "profitDays": 38, "sevenDaysFollowerAmount": 2101, "sevenDaysFollowerRatio": 8.1434, "winRatio": 0.8837, "yieldRatio": 2.2312, "instruments": [{"id": "ICP-USDT-SWAP", "name": "ICP"}]}} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"enNickName": {"type": "string"}, "enSign": {"type": "string"}, "numberOfFans": {"type": "string"}, "id": {"type": "string"}, "image": {"type": "string"}, "nickName": {"type": "string"}, "description": {"type": "string"}, "followerLimit": {"type": "string"}, "numberOfFollowers": {"type": "string"}, "shareRatio": {"type": "string"}, "symbol": {"type": "string"}, "totalNumberOfFollowers": {"type": "string"}, "avgPositionValue": {"type": "string"}, "costAumRatio": {"type": "string"}, "costVal": {"type": "string"}, "followPnl": {"type": "string"}, "initialDay": {"type": "string"}, "lossDays": {"type": "string"}, "maxRetreat": {"type": "string"}, "pnl": {"type": "string"}, "profitDays": {"type": "string"}, "sevenDaysFollowerAmount": {"type": "string"}, "sevenDaysFollowerRatio": {"type": "string"}, "winRatio": {"type": "string"}, "yieldRatio": {"type": "string"}, "instruments": {"type": "array", "items": {"properties": {"id": {"type": "string"}, "name": {"type": "string"}}}}}}}} |
81718211-c52d-4ff9-b30b-4600638a135a/3c3131da-bb96-4589-b9fe-00bb0f8935f7/0/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getPNLOfTraderById | Returns the historical PNL information of a trader with the timesamps | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/3c3131da-bb96-4589-b9fe-00bb0f8935f7/1/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getPNLOfTraderById | Returns the historical PNL information of a trader with the timesamps | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
81718211-c52d-4ff9-b30b-4600638a135a/3c3131da-bb96-4589-b9fe-00bb0f8935f7/2/0 | OKX Copy Trading | Obtain and extract information about the leading users and their current and historical positions from OKX Copy Trading, one of the most prominent cryptocurrency exchanges globally. | 9.4 | getPNLOfTraderById | Returns the historical PNL information of a trader with the timesamps | 200 | null | {"status": 200, "message": "OK", "data": [{"pnl": 194.16, "ratio": 0.0259, "timestamp": 1681228800000}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"pnl": {"type": "string"}, "ratio": {"type": "string"}, "timestamp": {"type": "string"}}}}}} |
d635cd34-1269-4870-bba9-4b25c777b515/6f1b3d5f-58ec-4a6e-a0e6-4df688916ee9/0/0 | Stock Scraper | IMP: This project has been stopped as Heroku has withdrawn it's free plan. Please use https://gitlab.com/SatvikG7/stock-scraper/.
Api for scraping value of stock from Google Finance. | null | /:ticker/:exchange | Play with api | 200 | Response | {"ticker": "TATAMOTORS", "exchange": "NSE", "value": "\u20b9486.95"} | {"type": "object", "properties": {"ticker": {"type": "string"}, "exchange": {"type": "string"}, "value": {"type": "string"}}} |
d4b69702-72af-4bd5-b91a-3f97c42edb61/d3ceecd9-6b3a-4df9-a60e-e1e34dbaf97b/0/0 | Shiba Inu Radar | This API returns all the latest news and updates from around the world for the well known Alt-Coin 'Shiba Inu'. | null | Get individual Shiba Inu data from various Crypto Sources | This Endpoint returns the data from specific news outlets/websites | 200 | New Example | [{"publisher": "dailyhodl", "title": "This Shiba Inu On-Chain Metric Could Signal Future Price Rallies: Crypto Analytics Firm Santiment", "url": "https://dailyhodl.com/2021/10/19/this-shiba-inu-on-chain-metric-could-signal-future-price-rallies-crypto-analytics-firm-santiment/", "source": "https://dailyhodl.com/altcoins"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"publisher": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["publisher", "source", "title", "url"]}} |
76c585cf-b4d1-4900-b212-b7ab8012276d/572fb3cb-b3ef-4875-9eec-57abfeff6474/0/0 | Trader Wagon | Trader Wagon API is specially designed to obtain traders' positions (portfolio). | 0.2 | listPortfolios | List portfolios | 200 | Example_1 | {"message": "", "data": [{"portfolioId": 0, "portfolioName": "", "asset": "", "isUm": 0, "openId": "", "nickname": "", "avatarUrl": "", "copiers": 0, "maxCopiers": 0, "last7DRoi": 0, "last30DRoi": 0, "last90DRoi": 0, "last7DPnl": 0, "last30DPnl": 0, "last90DPnl": 0, "last7DMdd": 0, "last30DMdd": 0, "last90DMdd": 0, "stLast7dWinRate": 0, "stLast30dWinRate": 0, "stLast90dWinRate": 0, "stLast7dWinningOrderCnt": 0, "stLast30dWinningOrderCnt": 0, "stLast90dWinningOrderCnt": 0, "stLast7dLosingOrderCnt": 0, "stLast30dLosingOrderCnt": 0, "stLast90dLosingOrderCnt": 0, "totalAum": 0, "last30DProfitability": 0, "allPnl": 0, "allRoi": 0, "allMdd": 0, "minCopyAmount": 0, "stLast30DRoi": 0, "stAllRealizedPnl": 0, "stAllPnl": 0, "positionPrefer": "", "lastTradedSymbols": "", "startTime": 0, "fixedAmtCopiers": 0, "fixedAmtMaxCopiers": 0, "fixedAmtMinCopyUsdAmount": 0, "fixedAmtMaxCopyUsdAmount": 0, "fixedAmtMinPerOrderUsdAmount": 0, "fixedAmtMaxPerOrderUsdAmount": 0, "isPrivate": 0, "portfolioType": ""}], "success": true} | {"title": "ListPortfoliosResponse", "required": ["success"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}, "data": {"title": "Data", "type": "array", "items": {"title": "ListPortfolioModel", "type": "object", "properties": {"portfolioId": {"title": "Portfolioid", "type": "integer"}, "portfolioName": {"title": "Portfolioname", "type": "string"}, "asset": {"title": "Asset", "type": "string"}, "isUm": {"title": "Isum", "type": "integer"}, "openId": {"title": "Openid", "type": "string"}, "nickname": {"title": "Nickname", "type": "string"}, "avatarUrl": {"title": "Avatarurl", "type": "string"}, "copiers": {"title": "Copiers", "type": "integer"}, "maxCopiers": {"title": "Maxcopiers", "type": "integer"}, "last7DRoi": {"title": "Last7Droi", "type": "number"}, "last30DRoi": {"title": "Last30Droi", "type": "number"}, "last90DRoi": {"title": "Last90Droi", "type": "number"}, "last7DPnl": {"title": "Last7Dpnl", "type": "number"}, "last30DPnl": {"title": "Last30Dpnl", "type": "number"}, "last90DPnl": {"title": "Last90Dpnl", "type": "number"}, "last7DMdd": {"title": "Last7Dmdd", "type": "number"}, "last30DMdd": {"title": "Last30Dmdd", "type": "number"}, "last90DMdd": {"title": "Last90Dmdd", "type": "number"}, "stLast7dWinRate": {"title": "Stlast7Dwinrate", "type": "number"}, "stLast30dWinRate": {"title": "Stlast30Dwinrate", "type": "number"}, "stLast90dWinRate": {"title": "Stlast90Dwinrate", "type": "number"}, "stLast7dWinningOrderCnt": {"title": "Stlast7Dwinningordercnt", "type": "number"}, "stLast30dWinningOrderCnt": {"title": "Stlast30Dwinningordercnt", "type": "number"}, "stLast90dWinningOrderCnt": {"title": "Stlast90Dwinningordercnt", "type": "number"}, "stLast7dLosingOrderCnt": {"title": "Stlast7Dlosingordercnt", "type": "number"}, "stLast30dLosingOrderCnt": {"title": "Stlast30Dlosingordercnt", "type": "number"}, "stLast90dLosingOrderCnt": {"title": "Stlast90Dlosingordercnt", "type": "number"}, "totalAum": {"title": "Totalaum", "type": "number"}, "last30DProfitability": {"title": "Last30Dprofitability", "type": "number"}, "allPnl": {"title": "Allpnl", "type": "number"}, "allRoi": {"title": "Allroi", "type": "number"}, "allMdd": {"title": "Allmdd", "type": "number"}, "minCopyAmount": {"title": "Mincopyamount", "type": "number"}, "userApiKeyId": {"title": "Userapikeyid"}, "stLast30DRoi": {"title": "Stlast30Droi", "type": "number"}, "stAllRealizedPnl": {"title": "Stallrealizedpnl", "type": "number"}, "stAllPnl": {"title": "Stallpnl", "type": "number"}, "userFavoriteId": {"title": "Userfavoriteid"}, "positionPrefer": {"title": "Positionprefer", "type": "string"}, "lastTradedSymbols": {"title": "Lasttradedsymbols", "type": "string"}, "startTime": {"title": "Starttime", "type": "number"}, "fixedAmtCopiers": {"title": "Fixedamtcopiers", "type": "number"}, "fixedAmtMaxCopiers": {"title": "Fixedamtmaxcopiers", "type": "number"}, "fixedAmtMinCopyUsdAmount": {"title": "Fixedamtmincopyusdamount", "type": "number"}, "fixedAmtMaxCopyUsdAmount": {"title": "Fixedamtmaxcopyusdamount", "type": "number"}, "fixedAmtMinPerOrderUsdAmount": {"title": "Fixedamtminperorderusdamount", "type": "number"}, "fixedAmtMaxPerOrderUsdAmount": {"title": "Fixedamtmaxperorderusdamount", "type": "number"}, "isPrivate": {"title": "Isprivate", "type": "integer"}, "portfolioType": {"title": "Portfoliotype", "type": "string"}}}}, "success": {"title": "Success", "type": "boolean"}}} |
76c585cf-b4d1-4900-b212-b7ab8012276d/572fb3cb-b3ef-4875-9eec-57abfeff6474/1/0 | Trader Wagon | Trader Wagon API is specially designed to obtain traders' positions (portfolio). | 0.2 | listPortfolios | List portfolios | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
76c585cf-b4d1-4900-b212-b7ab8012276d/8b32bd43-69fc-4f1a-b216-89deae2cf92c/0/0 | Trader Wagon | Trader Wagon API is specially designed to obtain traders' positions (portfolio). | 0.2 | getPortfolioInfo | Get portfolio info of a given portfolio id | 200 | Example_1 | {"message": "", "data": {"id": 0, "name": "", "startTime": 0, "copiers": 0, "copyAmount": 0, "asset": "", "description": "", "openId": "", "nickname": "", "avatarUrl": "", "positionPrefer": "", "allMdd": 0, "allPnl": 0, "allRoi": 0, "last30DProfitability": 0, "maxCopiers": 0, "last7DTradeCnt": 0, "lastTradedSymbols": [], "minCopyAmount": 0, "stLast30DRoi": 0, "stAllRealizedPnl": 0, "stAllPnl": 0, "wallanceBalance": 0, "marginBalance": 0, "positionVisible": true, "fixedAmtCopiers": 0, "fixedAmtMaxCopiers": 0, "fixedAmtMinCopyUsdAmount": 0, "fixedAmtMaxCopyUsdAmount": 0, "fixedAmtMinPerOrderUsdAmount": 0, "fixedAmtMaxPerOrderUsdAmount": 0, "isPrivate": 0, "profitSplitRate": 0, "portfolioType": "", "encryptedUid": "", "last7DRoi": 0, "last30DRoi": 0, "last90DRoi": 0, "last7DPnl": 0, "last30DPnl": 0, "last90DPnl": 0, "last7DMdd": 0, "last30DMdd": 0, "last90DMdd": 0, "stLast7dWinRate": 0, "stLast30dWinRate": 0, "stLast90dWinRate": 0, "stLast7dWinningOrderCnt": 0, "stLast30dWinningOrderCnt": 0, "stLast90dWinningOrderCnt": 0, "stLast7dLosingOrderCnt": 0, "stLast30dLosingOrderCnt": 0, "stLast90dLosingOrderCnt": 0, "totalAum": 0}, "success": true} | {"title": "PortfolioInfoResponse", "required": ["success"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}, "data": {"title": "PortfolioModel", "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "name": {"title": "Name", "type": "string"}, "startTime": {"title": "Starttime", "type": "integer"}, "copiers": {"title": "Copiers", "type": "integer"}, "copyAmount": {"title": "Copyamount", "type": "number"}, "asset": {"title": "Asset", "type": "string"}, "description": {"title": "Description", "type": "string"}, "openId": {"title": "Openid", "type": "string"}, "nickname": {"title": "Nickname", "type": "string"}, "avatarUrl": {"title": "Avatarurl", "type": "string"}, "positionPrefer": {"title": "Positionprefer", "type": "string"}, "allMdd": {"title": "Allmdd", "type": "number"}, "allPnl": {"title": "Allpnl", "type": "number"}, "allRoi": {"title": "Allroi", "type": "number"}, "last30DProfitability": {"title": "Last30Dprofitability", "type": "number"}, "maxCopiers": {"title": "Maxcopiers", "type": "integer"}, "last7DTradeCnt": {"title": "Last7Dtradecnt", "type": "integer"}, "lastTradedSymbols": {"title": "Lasttradedsymbols", "type": "array", "items": {"type": "string"}}, "minCopyAmount": {"title": "Mincopyamount", "type": "number"}, "userApiKeyId": {"title": "Userapikeyid"}, "userFavoriteId": {"title": "Userfavoriteid"}, "stLast30DRoi": {"title": "Stlast30Droi", "type": "number"}, "stAllRealizedPnl": {"title": "Stallrealizedpnl", "type": "number"}, "stAllPnl": {"title": "Stallpnl", "type": "number"}, "wallanceBalance": {"title": "Wallancebalance", "type": "number"}, "marginBalance": {"title": "Marginbalance", "type": "number"}, "positionVisible": {"title": "Positionvisible", "type": "boolean"}, "fixedAmtCopiers": {"title": "Fixedamtcopiers", "type": "integer"}, "fixedAmtMaxCopiers": {"title": "Fixedamtmaxcopiers", "type": "integer"}, "fixedAmtMinCopyUsdAmount": {"title": "Fixedamtmincopyusdamount", "type": "number"}, "fixedAmtMaxCopyUsdAmount": {"title": "Fixedamtmaxcopyusdamount", "type": "number"}, "fixedAmtMinPerOrderUsdAmount": {"title": "Fixedamtminperorderusdamount", "type": "number"}, "fixedAmtMaxPerOrderUsdAmount": {"title": "Fixedamtmaxperorderusdamount", "type": "number"}, "isPrivate": {"title": "Isprivate", "type": "integer"}, "profitSplitRate": {"title": "Profitsplitrate", "type": "number"}, "portfolioType": {"title": "Portfoliotype", "type": "string"}, "encryptedUid": {"title": "Encrypteduid", "type": "string"}, "last7DRoi": {"title": "Last7Droi", "type": "number"}, "last30DRoi": {"title": "Last30Droi", "type": "number"}, "last90DRoi": {"title": "Last90Droi", "type": "number"}, "last7DPnl": {"title": "Last7Dpnl", "type": "number"}, "last30DPnl": {"title": "Last30Dpnl", "type": "number"}, "last90DPnl": {"title": "Last90Dpnl", "type": "number"}, "last7DMdd": {"title": "Last7Dmdd", "type": "number"}, "last30DMdd": {"title": "Last30Dmdd", "type": "number"}, "last90DMdd": {"title": "Last90Dmdd", "type": "number"}, "stLast7dWinRate": {"title": "Stlast7Dwinrate", "type": "number"}, "stLast30dWinRate": {"title": "Stlast30Dwinrate", "type": "number"}, "stLast90dWinRate": {"title": "Stlast90Dwinrate", "type": "number"}, "stLast7dWinningOrderCnt": {"title": "Stlast7Dwinningordercnt", "type": "number"}, "stLast30dWinningOrderCnt": {"title": "Stlast30Dwinningordercnt", "type": "number"}, "stLast90dWinningOrderCnt": {"title": "Stlast90Dwinningordercnt", "type": "number"}, "stLast7dLosingOrderCnt": {"title": "Stlast7Dlosingordercnt", "type": "number"}, "stLast30dLosingOrderCnt": {"title": "Stlast30Dlosingordercnt", "type": "number"}, "stLast90dLosingOrderCnt": {"title": "Stlast90Dlosingordercnt", "type": "number"}, "totalAum": {"title": "Totalaum", "type": "number"}}}, "success": {"title": "Success", "type": "boolean"}}} |
76c585cf-b4d1-4900-b212-b7ab8012276d/8b32bd43-69fc-4f1a-b216-89deae2cf92c/1/0 | Trader Wagon | Trader Wagon API is specially designed to obtain traders' positions (portfolio). | 0.2 | getPortfolioInfo | Get portfolio info of a given portfolio id | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
76c585cf-b4d1-4900-b212-b7ab8012276d/a9be8221-03fc-4b30-bbbd-5e447c56b27c/0/0 | Trader Wagon | Trader Wagon API is specially designed to obtain traders' positions (portfolio). | 0.2 | getTraderPositions | Get trader positions of a given portfolio id | 200 | Example_1 | {"message": "", "data": [{"id": "", "symbol": "", "collateral": "", "markPrice": 0, "positionAmount": 0, "entryPrice": 0, "unrealizedProfit": 0, "leverage": 0, "isolated": true, "initialMargin": 0, "positionSide": ""}], "success": true} | {"title": "TraderPositionsResponse", "required": ["success"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}, "data": {"title": "Data", "type": "array", "items": {"title": "PositionsModel", "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "symbol": {"title": "Symbol", "type": "string"}, "collateral": {"title": "Collateral", "type": "string"}, "markPrice": {"title": "Markprice", "type": "number"}, "positionAmount": {"title": "Positionamount", "type": "number"}, "entryPrice": {"title": "Entryprice", "type": "number"}, "unrealizedProfit": {"title": "Unrealizedprofit", "type": "number"}, "leverage": {"title": "Leverage", "type": "integer"}, "isolated": {"title": "Isolated", "type": "boolean"}, "initialMargin": {"title": "Initialmargin", "type": "number"}, "positionSide": {"title": "Positionside", "type": "string"}}}}, "success": {"title": "Success", "type": "boolean"}}} |
76c585cf-b4d1-4900-b212-b7ab8012276d/a9be8221-03fc-4b30-bbbd-5e447c56b27c/1/0 | Trader Wagon | Trader Wagon API is specially designed to obtain traders' positions (portfolio). | 0.2 | getTraderPositions | Get trader positions of a given portfolio id | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
ea9c2a13-8c30-40da-a316-01ab3b8b0471/d2e834a1-3ad0-4be4-8539-73bd14779a85/0/0 | ftx tracker | APR or carry trades (spot-future) and delta neutral future-perp | null | Get all FTX trading pairs | Direct request to the ftx api that returns all the listed pairs. Basic options are spots (usd/usdt), perp (perpetual future), normal future (f.e. 1231; future expiring december 31, or each quartile last friday), move (contract for difference daily), Bull/Bear (3x) and more exotic options such as betting on bolsonaro next presidency. | 200 | New Example | {"symbols": ["1INCH-PERP", "1INCH-1231", "1INCH/USD", "AAPL-1231", "AAPL/USD", "AAVE-PERP", "AAVE-1231", "AAVE/USD", "AAVE/USDT", "ABNB-1231", "ABNB/USD", "ACB-1231", "ACB/USD", "ADA-PERP", "ADA-1231", "AGLD-PERP", "AGLD/USD", "AKRO/USD", "AKRO/USDT", "ALCX-PERP", "ALCX/USD", "ALEPH/USD", "ALGO-PERP", "ALGO-1231", "ALICE-PERP", "ALICE/USD", "ALPHA-PERP", "ALPHA/USD", "ALT-PERP", "ALT-1231", "AMC-1231", "AMC/USD", "AMD-1231", "AMD/USD", "AMPL-PERP", "AMPL/USD", "AMPL/USDT", "AMZN-1231", "AMZN/USD", "APHA-1231", "APHA/USD", "AR-PERP", "ARKK-1231", "ARKK/USD", "ASD-PERP", "ASD/USD", "ATLAS-PERP", "ATLAS/USD", "ATOM-PERP", "ATOM-1231", "AUDIO-PERP", "AUDIO/USD", "AUDIO/USDT", "AURY/USD", "AVAX-PERP", "AVAX-1231", "AVAX/BTC", "AVAX/USD", "AVAX/USDT", "AXS-PERP", "AXS/USD", "BABA-1231", "BABA/USD", "BADGER-PERP", "BADGER/USD", "BAL-PERP", "BAL-1231", "BAL/USD", "BAL/USDT", "BAND-PERP", "BAND/USD", "BAO-PERP", "BAO/USD", "BAR/USD", "BAT-PERP", "BAT/USD", "BB-1231", "BB/USD", "BCH-PERP", "BCH-1231", "BCH/BTC", "BCH/USD", "BCH/USDT", "BICO/USD", "BILI-1231", "BILI/USD", "BIT-PERP", "BIT/USD", "BITO-1231", "BITO/USD", "BITW-1231", "BITW/USD", "BLT/USD", "BNB-PERP", "BNB-1231", "BNB/BTC", "BNB/USD", "BNB/USDT", "BNT-PERP", "BNT/USD", "BNTX-1231", "BNTX/USD", "BOBA-PERP", "BOBA/USD", "BOLSONARO2022", "BRZ-PERP", "BRZ/USD", "BRZ/USDT", "BSV-PERP", "BSV-1231", "BTC-PERP", "BTC-MOVE-1221", "BTC-MOVE-1222", "BTC-MOVE-WK-1224", "BTC-1231", "BTC-MOVE-2021Q4", "BTC-MOVE-WK-1231", "BTC-MOVE-WK-0107", "BTC-MOVE-WK-0114", "BTC-0325", "BTC-MOVE-2022Q1", "BTC-MOVE-2022Q2", "BTC/BRZ", "BTC/EUR", "BTC/TRYB", "BTC/USD", "BTC/USDT", "BTT-PERP", "BYND-1231", "BYND/USD", "C98-PERP", "C98/USD", "CAD/USD", "CAKE-PERP", "CEL-PERP", "CEL-1231", "CEL/BTC", "CEL/USD", "CELO-PERP", "CGC-1231", "CGC/USD", "CHR-PERP", "CHR/USD", "CHZ-PERP", "CHZ-1231", "CHZ/USD", "CHZ/USDT", "CITY/USD", "CLV-PERP", "CLV/USD", "COIN/USD", "COMP-PERP", "COMP-1231", "COMP/USD", "COMP/USDT", "CONV-PERP", "CONV/USD", "COPE/USD", "CQT/USD", "CREAM-PERP", "CREAM/USD", "CREAM/USDT", "CRO-PERP", "CRO/USD", "CRON-1231", "CRON/USD", "CRV-PERP", "CRV/USD", "CUSDT-PERP", "CUSDT/USD", "CUSDT/USDT", "CVC-PERP", "CVC/USD", "DAI/USD", "DAI/USDT", "DASH-PERP", "DAWN-PERP", "DAWN/USD", "DEFI-PERP", "DEFI-1231", "DENT-PERP", "DENT/USD", "DFL/USD", "DKNG-1231", "DKNG/USD", "DMG/USD", "DMG/USDT", "DODO-PERP", "DODO/USD", "DOGE-PERP", "DOGE-1231", "DOGE/BTC", "DOGE/USD", "DOGE/USDT", "DOT-PERP", "DOT-1231", "DOT/BTC", "DOT/USD", "DOT/USDT", "DRGN-PERP", "DRGN-1231", "DYDX-PERP", "DYDX/USD", "EDEN-PERP", "EDEN-1231", "EDEN/USD", "EGLD-PERP", "EMB/USD", "ENJ-PERP", "ENJ/USD", "ENS-PERP", "ENS/USD", "EOS-PERP", "EOS-1231", "ETC-PERP", "ETH-PERP", "ETH-1231", "ETH-0325", "ETH/BRZ", "ETH/BTC", "ETH/EUR", "ETH/USD", "ETH/USDT", "ETHE-1231", "ETHE/USD", "EUR/USD", "EXCH-PERP", "EXCH-1231", "FB-1231", "FB/USD", "FIDA-PERP", "FIDA/USD", "FIDA/USDT", "FIL-PERP", "FIL-1231", "FLM-PERP", "FLOW-PERP", "FRONT/USD", "FRONT/USDT", "FTM-PERP", "FTM/USD", "FTT-PERP", "FTT/BTC", "FTT/USD", "FTT/USDT", "GAL/USD", "GALA-PERP", "GALA/USD", "GBP/USD", "GBTC-1231", "GBTC/USD", "GDX-1231", "GDX/USD", "GDXJ-1231", "GDXJ/USD", "GENE/USD", "GLD-1231", "GLD/USD", "GLXY/USD", "GME-1231", "GME/USD", "GODS/USD", "GOOGL-1231", "GOOGL/USD", "GRT-PERP", "GRT-1231", "GRT/USD", "GT/USD", "HBAR-PERP", "HGET/USD", "HGET/USDT", "HMT/USD", "HNT-PERP", "HNT/USD", "HNT/USDT", "HOLY-PERP", "HOLY/USD", "HOOD/USD", "HOT-PERP", "HT-PERP", "HT/USD", "HUM-PERP", "HUM/USD", "HXRO/USD", "HXRO/USDT", "ICP-PERP", "ICX-PERP", "IMX/USD", "INTER/USD", "IOTA-PERP", "JET/USD", "JOE/USD", "JST/USD", "KAVA-PERP", "KIN-PERP", "KIN/USD", "KNC-PERP", "KNC/USD", "KNC/USDT", "KSHIB-PERP", "KSHIB/USD", "KSM-PERP", "LEO-PERP", "LEO/USD", "LINA-PERP", "LINA/USD", "LINK-PERP", "LINK-1231", "LINK/BTC", "LINK/USD", "LINK/USDT", "LRC-PERP", "LRC/USD", "LTC-PERP", "LTC-1231", "LTC/BTC", "LTC/USD", "LTC/USDT", "LUA/USD", "LUA/USDT", "LUNA-PERP", "MANA-PERP", "MANA/USD", "MAPS-PERP", "MAPS/USD", "MAPS/USDT", "MATH/USD", "MATH/USDT", "MATIC-PERP", "MATIC/BTC", "MATIC/USD", "MBS/USD", "MCB-PERP", "MCB/USD", "MEDIA-PERP", "MEDIA/USD", "MER-PERP", "MER/USD", "MID-PERP", "MID-1231", "MKR-PERP", "MKR/USD", "MKR/USDT", "MNGO-PERP", "MNGO/USD", "MOB/USD", "MOB/USDT", "MRNA-1231", "MRNA/USD", "MSOL/USD", "MSTR-1231", "MSTR/USD", "MTA-PERP", "MTA/USD", "MTA/USDT", "MTL-PERP", "MTL/USD", "MVDA10-PERP", "MVDA25-PERP", "NEAR-PERP", "NEO-PERP", "NEXO/USD", "NFLX-1231", "NFLX/USD", "NIO-1231", "NIO/USD", "NOK-1231", "NOK/USD", "NVDA-1231", "NVDA/USD", "OKB-PERP", "OKB-1231", "OKB/USD", "OMG-PERP", "OMG-1231", "OMG/USD", "ONE-PERP", "ONT-PERP", "ORBS-PERP", "ORBS/USD", "OXY-PERP", "OXY/USD", "OXY/USDT", "PAXG-PERP", "PAXG/USD", "PAXG/USDT", "PENN-1231", "PENN/USD", "PERP-PERP", "PERP/USD", "PFE-1231", "PFE/USD", "POLIS-PERP", "POLIS/USD", "PORT/USD", "TRUMP2024", "PRIV-PERP", "PRIV-1231", "PROM-PERP", "PROM/USD", "PSG/USD", "PTU/USD", "PUNDIX-PERP", "PUNDIX/USD", "PYPL-1231", "PYPL/USD", "QI/USD", "QTUM-PERP", "RAMP-PERP", "RAMP/USD", "RAY-PERP", "RAY/USD", "REEF-PERP", "REEF-1231", "REEF/USD", "REN-PERP", "REN/USD", "RNDR-PERP", "RNDR/USD", "ROOK-PERP", "ROOK/USD", "ROOK/USDT", "RSR-PERP", "RSR/USD", "RUNE-PERP", "RUNE/USD", "RUNE/USDT", "SAND-PERP", "SAND/USD", "SC-PERP", "SECO-PERP", "SECO/USD", "SHIB-PERP", "SHIB/USD", "SHIT-PERP", "SHIT-1231", "SKL-PERP", "SKL/USD", "SLND/USD", "SLP-PERP", "SLP/USD", "SLRS/USD", "SLV-1231", "SLV/USD", "SNX-PERP", "SNX/USD", "SNY/USD", "SOL-PERP", "SOL-1231", "SOL/BTC", "SOL/USD", "SOL/USDT", "SPELL-PERP", "SPELL/USD", "SPY-1231", "SPY/USD", "SQ-1231", "SQ/USD", "SRM-PERP", "SRM/USD", "SRM/USDT", "SRN-PERP", "STARS/USD", "STEP-PERP", "STEP/USD", "STETH/USD", "STMX-PERP", "STMX/USD", "STORJ-PERP", "STORJ/USD", "STSOL/USD", "STX-PERP", "SUN/USD", "SUSHI-PERP", "SUSHI-1231", "SUSHI/BTC", "SUSHI/USD", "SUSHI/USDT", "SXP-PERP", "SXP-1231", "SXP/BTC", "SXP/USD", "SXP/USDT", "THETA-PERP", "THETA-1231", "TLM-PERP", "TLM/USD", "TLRY-1231", "TLRY/USD", "TOMO-PERP", "TOMO/USD", "TOMO/USDT", "TONCOIN-PERP", "TONCOIN/USD", "TRU-PERP", "TRU/USD", "TRU/USDT", "TRX-PERP", "TRX-1231", "TRX/BTC", "TRX/USD", "TRX/USDT", "TRYB-PERP", "TRYB/USD", "TSLA-1231", "TSLA/BTC", "TSLA/DOGE", "TSLA/USD", "TSM-1231", "TSM/USD", "TULIP-PERP", "TULIP/USD", "TWTR-1231", "TWTR/USD", "UBER-1231", "UBER/USD", "UBXT/USD", "UBXT/USDT", "UNI-PERP", "UNI-1231", "UNI/BTC", "UNI/USD", "UNI/USDT", "UNISWAP-PERP", "UNISWAP-1231", "USDT-PERP", "USDT-1231", "USDT/USD", "USO-1231", "USO/USD", "VET-PERP", "VGX/USD", "WAVES-PERP", "WAVES-1231", "WAVES/USD", "WBTC/BTC", "WBTC/USD", "WNDR/USD", "WRX/USD", "WRX/USDT", "WSB-1231", "XAUT-PERP", "XAUT-1231", "XAUT/USD", "XAUT/USDT", "XEM-PERP", "XLM-PERP", "XMR-PERP", "XRP-PERP", "XRP-1231", "XRP/BTC", "XRP/USD", "XRP/USDT", "XTZ-PERP", "XTZ-1231", "YFI-PERP", "YFI-1231", "YFI/BTC", "YFI/USD", "YFI/USDT", "YFII-PERP", "YFII/USD", "ZEC-PERP", "ZIL-PERP", "ZM-1231", "ZM/USD", "ZRX-PERP", "ZRX/USD", "ADABEAR/USD", "ADABULL/USD", "ADAHALF/USD", "ADAHEDGE/USD", "ALGOBEAR/USD", "ALGOBULL/USD", "ALGOHALF/USD", "ALGOHEDGE/USD", "ALTBEAR/USD", "ALTBULL/USD", "ALTHALF/USD", "ALTHEDGE/USD", "ASDBEAR/USD", "ASDBEAR/USDT", "ASDBULL/USD", "ASDBULL/USDT", "ASDHALF/USD", "ASDHEDGE/USD", "ATOMBEAR/USD", "ATOMBULL/USD", "ATOMHALF/USD", "ATOMHEDGE/USD", "BALBEAR/USD", "BALBEAR/USDT", "BALBULL/USD", "BALBULL/USDT", "BALHALF/USD", "BALHEDGE/USD", "BCHBEAR/USD", "BCHBEAR/USDT", "BCHBULL/USD", "BCHBULL/USDT", "BCHHALF/USD", "BCHHEDGE/USD", "BEAR/USD", "BEAR/USDT", "BEARSHIT/USD", "BNBBEAR/USD", "BNBBEAR/USDT", "BNBBULL/USD", "BNBBULL/USDT", "BNBHALF/USD", "BNBHEDGE/USD", "BSVBEAR/USD", "BSVBEAR/USDT", "BSVBULL/USD", "BSVBULL/USDT", "BSVHALF/USD", "BSVHEDGE/USD", "BULL/USD", "BULL/USDT", "BULLSHIT/USD", "BVOL/BTC", "BVOL/USD", "BVOL/USDT", "COMPBEAR/USD", "COMPBEAR/USDT", "COMPBULL/USD", "COMPBULL/USDT", "COMPHALF/USD", "COMPHEDGE/USD", "CUSDTBEAR/USD", "CUSDTBEAR/USDT", "CUSDTBULL/USD", "CUSDTBULL/USDT", "CUSDTHALF/USD", "CUSDTHEDGE/USD", "DEFIBEAR/USD", "DEFIBEAR/USDT", "DEFIBULL/USD", "DEFIBULL/USDT", "DEFIHALF/USD", "DEFIHEDGE/USD", "DOGEBEAR2021/USD", "DOGEBULL/USD", "DOGEHALF/USD", "DOGEHEDGE/USD", "DRGNBEAR/USD", "DRGNBULL/USD", "DRGNHALF/USD", "DRGNHEDGE/USD", "EOSBEAR/USD", "EOSBEAR/USDT", "EOSBULL/USD", "EOSBULL/USDT", "EOSHALF/USD", "EOSHEDGE/USD", "ETCBEAR/USD", "ETCBULL/USD", "ETCHALF/USD", "ETCHEDGE/USD", "ETHBEAR/USD", "ETHBEAR/USDT", "ETHBULL/USD", "ETHBULL/USDT", "ETHHALF/USD", "ETHHEDGE/USD", "EXCHBEAR/USD", "EXCHBULL/USD", "EXCHHALF/USD", "EXCHHEDGE/USD", "GRTBEAR/USD", "GRTBULL/USD", "HALF/USD", "HALFSHIT/USD", "HEDGE/USD", "HEDGESHIT/USD", "HTBEAR/USD", "HTBULL/USD", "HTHALF/USD", "HTHEDGE/USD", "IBVOL/BTC", "IBVOL/USD", "IBVOL/USDT", "KNCBEAR/USD", "KNCBEAR/USDT", "KNCBULL/USD", "KNCBULL/USDT", "KNCHALF/USD", "KNCHEDGE/USD", "LEOBEAR/USD", "LEOBULL/USD", "LEOHALF/USD", "LEOHEDGE/USD", "LINKBEAR/USD", "LINKBEAR/USDT", "LINKBULL/USD", "LINKBULL/USDT", "LINKHALF/USD", "LINKHEDGE/USD", "LTCBEAR/USD", "LTCBEAR/USDT", "LTCBULL/USD", "LTCBULL/USDT", "LTCHALF/USD", "LTCHEDGE/USD", "MATICBEAR2021/USD", "MATICBULL/USD", "MATICHALF/USD", "MATICHEDGE/USD", "MIDBEAR/USD", "MIDBULL/USD", "MIDHALF/USD", "MIDHEDGE/USD", "MKRBEAR/USD", "MKRBULL/USD", "OKBBEAR/USD", "OKBBULL/USD", "OKBHALF/USD", "OKBHEDGE/USD", "PAXGBEAR/USD", "PAXGBULL/USD", "PAXGHALF/USD", "PAXGHEDGE/USD", "PRIVBEAR/USD", "PRIVBULL/USD", "PRIVHALF/USD", "PRIVHEDGE/USD", "SUSHIBEAR/USD", "SUSHIBULL/USD", "SXPBEAR/USD", "SXPBULL/USD", "SXPHALF/USD", "SXPHALF/USDT", "SXPHEDGE/USD", "THETABEAR/USD", "THETABULL/USD", "THETAHALF/USD", "THETAHEDGE/USD", "TOMOBEAR2021/USD", "TOMOBULL/USD", "TOMOHALF/USD", "TOMOHEDGE/USD", "TRXBEAR/USD", "TRXBULL/USD", "TRXHALF/USD", "TRXHEDGE/USD", "TRYBBEAR/USD", "TRYBBULL/USD", "TRYBHALF/USD", "TRYBHEDGE/USD", "UNISWAPBEAR/USD", "UNISWAPBULL/USD", "USDTBEAR/USD", "USDTBULL/USD", "USDTHALF/USD", "USDTHEDGE/USD", "VETBEAR/USD", "VETBEAR/USDT", "VETBULL/USD", "VETBULL/USDT", "VETHEDGE/USD", "XAUTBEAR/USD", "XAUTBULL/USD", "XAUTHALF/USD", "XAUTHEDGE/USD", "XLMBEAR/USD", "XLMBULL/USD", "XRPBEAR/USD", "XRPBEAR/USDT", "XRPBULL/USD", "XRPBULL/USDT", "XRPHALF/USD", "XRPHEDGE/USD", "XTZBEAR/USD", "XTZBEAR/USDT", "XTZBULL/USD", "XTZBULL/USDT", "XTZHALF/USD", "XTZHEDGE/USD", "ZECBEAR/USD", "ZECBULL/USD"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"symbols": {"type": "array", "items": {"type": "string"}}}, "required": ["symbols"]} |
ea9c2a13-8c30-40da-a316-01ab3b8b0471/eb7e9663-34f0-4fd8-9ecc-aa5894410b79/0/0 | ftx tracker | APR or carry trades (spot-future) and delta neutral future-perp | null | Get my portfolio historic performance | Returns your portfolio value (timestamp, 1 FTX account per user for now). If you add your FTX API in /adduser the bot will start tracking your portfolio value here. | 200 | New Example | {"sub account 1": "1000.123", "sub account 2": "900.000", "main": "800.000", "total_balance": "2700.123", "utc_timestamp": "datetime.datetime(2022, 1, 26, 15, 2, 17, 615516, tzinfo=datetime.timezone.utc)", "utc_timestamp_isoformat": "2022-01-26T15:02:17.615516+00:00"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"sub account 1": {"type": "string"}, "sub account 2": {"type": "string"}, "main": {"type": "string"}, "total_balance": {"type": "string"}, "utc_timestamp": {"type": "string"}, "utc_timestamp_isoformat": {"type": "string"}}, "required": ["main", "sub account 1", "sub account 2", "total_balance", "utc_timestamp", "utc_timestamp_isoformat"]} |
ea9c2a13-8c30-40da-a316-01ab3b8b0471/f043c8bb-5306-451b-90c6-8bec0487b9c7/0/0 | ftx tracker | APR or carry trades (spot-future) and delta neutral future-perp | null | All info per ticker used for return calculations | Search for an individual ticker with: /breakdown/ticker f.e. /breakdown/BTC
Output is shows API information found from FTX regarding the futures, spot data and calculation of APR/APY for the Carry and FutPerp returns. | 200 | New Example | {"edict": {"Carry": {"Borrow rate spot": 1.1527064999999999, "Max carry": 0, "Sell/Buy Future?": null, "items": {"Buy future, sell spot, future 1": 0, "Buy future, sell spot, future 2": 0, "Buy future, sell spot, future 3": 0, "Buy future, sell spot, future 4": 0, "Sell future, buy spot, future 1": 9.601035343120955, "Sell future, buy spot, future 2": 10.10747931011909, "Sell future, buy spot, future 3": 0, "Sell future, buy spot, future 4": 0}}, "Fundrate, APR, fraction": {"Trailing 120 days": 0.09829145833333333, "Trailing 150 days": 0.09758883333333333, "Trailing 180 days": 0.06921211111111111, "Trailing 210 days": 0.06031538095238095, "Trailing 240 days": 0.0699476875, "Trailing 270 days": 0.11208338888888889, "Trailing 30 days": 0.02359116666666667, "Trailing 300 days": 0.12841429999999998, "Trailing 330 days": 0.15952269696969695, "Trailing 360 days": 0.17459470833333332, "Trailing 60 days": 0.08399866666666668, "Trailing 90 days": 0.09588955555555555}, "FutPerp": {"Long fut short perp, 30d traling fundrate, future 1": -39.520290326826135, "Long fut short perp, 30d traling fundrate, future 2": -37.81627392875131, "Long fut short perp, 30d traling fundrate, future 3": 0, "Long fut short perp, 30d traling fundrate, future 4": 0, "Long fut short perp, 60d traling fundrate, future 1": -9.31654032682605, "Long fut short perp, 60d traling fundrate, future 2": -7.612523928751225, "Long fut short perp, 60d traling fundrate, future 3": 0, "Long fut short perp, 60d traling fundrate, future 4": 0, "Long perp short fut, 30d traling fundrate, future 1": 36.09153272073273, "Long perp short fut, 30d traling fundrate, future 2": 38.62375255572337, "Long perp short fut, 30d traling fundrate, future 3": 0, "Long perp short fut, 30d traling fundrate, future 4": 0, "Long perp short fut, 60d traling fundrate, future 1": 5.887782720732648, "Long perp short fut, 60d traling fundrate, future 2": 8.420002555723283, "Long perp short fut, 60d traling fundrate, future 3": 0, "Long perp short fut, 60d traling fundrate, future 4": 0}, "futureItem1": {"ask": 48735, "bid": 48726, "change1h": -0.005936715833282331, "change24h": 0.05076339170188907, "changeBod": 0.03469803788329228, "description": "Bitcoin December 2021 Futures", "enabled": true, "expired": false, "expiry": "2021-12-31T03:00:00+00:00", "expiryDescription": "December 2021", "group": "quarterly", "imfFactor": 0.002, "index": 48604.52072575727, "last": 48726, "lowerBound": 46175, "marginPrice": 48726, "mark": 48726, "moveStart": null, "name": "BTC-1231", "openInterest": 3116.5444, "openInterestUsd": 151856742.4344, "perpetual": false, "positionLimitWeight": 2, "postOnly": false, "priceIncrement": 1, "sizeIncrement": 0.0001, "type": "future", "underlying": "BTC", "underlyingDescription": "Bitcoin", "upperBound": 51165, "volume": 2029.3125, "volumeUsd24h": 97131286.9533}, "futureItem1ExpirationDays": 9.501678240740741, "futureItem2": {"ask": 49875, "bid": 49863, "change1h": -0.0056830644678857005, "change24h": 0.05269380172268198, "changeBod": 0.03471602581394866, "description": "Bitcoin March 2022 Futures", "enabled": true, "expired": false, "expiry": "2022-03-25T03:00:00+00:00", "expiryDescription": "March 2022", "group": "quarterly", "imfFactor": 0.002, "index": 48604.52072575727, "last": 49863, "lowerBound": 46175, "marginPrice": 49864, "mark": 49864, "moveStart": null, "name": "BTC-0325", "openInterest": 14362.3985, "openInterestUsd": 716166638.804, "perpetual": false, "positionLimitWeight": 2, "postOnly": false, "priceIncrement": 1, "sizeIncrement": 0.0001, "type": "future", "underlying": "BTC", "underlyingDescription": "Bitcoin", "upperBound": 52303, "volume": 1338.2459, "volumeUsd24h": 65659963.4019}, "futureItem2ExpirationDays": 93.50167824074074, "futureItem3": null, "futureItem3ExpirationDays": null, "futureItem4": null, "futureItem4ExpirationDays": null, "futures": 2, "perpetual": true, "perpetualItem": {"ask": 48616, "bid": 48615, "change1h": -0.005746891361256544, "change24h": 0.05068078668683813, "changeBod": 0.03519867126613006, "description": "Bitcoin Perpetual Futures", "enabled": true, "expired": false, "expiry": null, "expiryDescription": "Perpetual", "group": "perpetual", "imfFactor": 0.002, "index": 48604.52072575727, "last": 48615, "lowerBound": 46175, "marginPrice": 48615, "mark": 48615, "moveStart": null, "name": "BTC-PERP", "openInterest": 51389.5623, "openInterestUsd": 2498303571.2145, "perpetual": true, "positionLimitWeight": 1, "postOnly": false, "priceIncrement": 1, "sizeIncrement": 0.0001, "type": "perpetual", "underlying": "BTC", "underlyingDescription": "Bitcoin", "upperBound": 51052, "volume": 73078.6686, "volumeUsd24h": 3485863659.215}, "spotQuoteItemUSD": {"ask": 48610, "baseCurrency": "BTC", "bid": 48609, "change1h": -0.0058491492146596855, "change24h": 0.05264297624461335, "changeBod": 0.03487183854211019, "enabled": true, "highLeverageFeeExempt": true, "last": 48610, "minProvideSize": 0.0001, "name": "BTC/USD", "postOnly": false, "price": 48610, "priceIncrement": 1, "quoteCurrency": "USD", "quoteVolume24h": 535906105.2771, "restricted": false, "sizeIncrement": 0.0001, "type": "spot", "underlying": null, "volumeUsd24h": 535906105.2771}, "spotQuoteItemUSDT": {"ask": 48596, "baseCurrency": "BTC", "bid": 48595, "change1h": -0.005749242982240773, "change24h": 0.05297941495124594, "changeBod": 0.03479482975234769, "enabled": true, "highLeverageFeeExempt": true, "last": 48595, "minProvideSize": 0.0001, "name": "BTC/USDT", "postOnly": false, "price": 48595, "priceIncrement": 1, "quoteCurrency": "USDT", "quoteVolume24h": 134153289.3296, "restricted": false, "sizeIncrement": 0.0001, "type": "spot", "underlying": null, "volumeUsd24h": 134193539.34099756}, "spotQuoteUSD": true, "spotQuoteUSDT": true}, "input": "BTC"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"edict": {"type": "object", "properties": {"Carry": {"type": "object", "properties": {"Borrow rate spot": {"type": "number"}, "Max carry": {"type": "integer"}, "Sell/Buy Future?": {"type": "null"}, "items": {"type": "object", "properties": {"Buy future, sell spot, future 1": {"type": "integer"}, "Buy future, sell spot, future 2": {"type": "integer"}, "Buy future, sell spot, future 3": {"type": "integer"}, "Buy future, sell spot, future 4": {"type": "integer"}, "Sell future, buy spot, future 1": {"type": "number"}, "Sell future, buy spot, future 2": {"type": "number"}, "Sell future, buy spot, future 3": {"type": "integer"}, "Sell future, buy spot, future 4": {"type": "integer"}}, "required": ["Buy future, sell spot, future 1", "Buy future, sell spot, future 2", "Buy future, sell spot, future 3", "Buy future, sell spot, future 4", "Sell future, buy spot, future 1", "Sell future, buy spot, future 2", "Sell future, buy spot, future 3", "Sell future, buy spot, future 4"]}}, "required": ["Borrow rate spot", "Max carry", "Sell/Buy Future?", "items"]}, "Fundrate, APR, fraction": {"type": "object", "properties": {"Trailing 120 days": {"type": "number"}, "Trailing 150 days": {"type": "number"}, "Trailing 180 days": {"type": "number"}, "Trailing 210 days": {"type": "number"}, "Trailing 240 days": {"type": "number"}, "Trailing 270 days": {"type": "number"}, "Trailing 30 days": {"type": "number"}, "Trailing 300 days": {"type": "number"}, "Trailing 330 days": {"type": "number"}, "Trailing 360 days": {"type": "number"}, "Trailing 60 days": {"type": "number"}, "Trailing 90 days": {"type": "number"}}, "required": ["Trailing 120 days", "Trailing 150 days", "Trailing 180 days", "Trailing 210 days", "Trailing 240 days", "Trailing 270 days", "Trailing 30 days", "Trailing 300 days", "Trailing 330 days", "Trailing 360 days", "Trailing 60 days", "Trailing 90 days"]}, "FutPerp": {"type": "object", "properties": {"Long fut short perp, 30d traling fundrate, future 1": {"type": "number"}, "Long fut short perp, 30d traling fundrate, future 2": {"type": "number"}, "Long fut short perp, 30d traling fundrate, future 3": {"type": "integer"}, "Long fut short perp, 30d traling fundrate, future 4": {"type": "integer"}, "Long fut short perp, 60d traling fundrate, future 1": {"type": "number"}, "Long fut short perp, 60d traling fundrate, future 2": {"type": "number"}, "Long fut short perp, 60d traling fundrate, future 3": {"type": "integer"}, "Long fut short perp, 60d traling fundrate, future 4": {"type": "integer"}, "Long perp short fut, 30d traling fundrate, future 1": {"type": "number"}, "Long perp short fut, 30d traling fundrate, future 2": {"type": "number"}, "Long perp short fut, 30d traling fundrate, future 3": {"type": "integer"}, "Long perp short fut, 30d traling fundrate, future 4": {"type": "integer"}, "Long perp short fut, 60d traling fundrate, future 1": {"type": "number"}, "Long perp short fut, 60d traling fundrate, future 2": {"type": "number"}, "Long perp short fut, 60d traling fundrate, future 3": {"type": "integer"}, "Long perp short fut, 60d traling fundrate, future 4": {"type": "integer"}}, "required": ["Long fut short perp, 30d traling fundrate, future 1", "Long fut short perp, 30d traling fundrate, future 2", "Long fut short perp, 30d traling fundrate, future 3", "Long fut short perp, 30d traling fundrate, future 4", "Long fut short perp, 60d traling fundrate, future 1", "Long fut short perp, 60d traling fundrate, future 2", "Long fut short perp, 60d traling fundrate, future 3", "Long fut short perp, 60d traling fundrate, future 4", "Long perp short fut, 30d traling fundrate, future 1", "Long perp short fut, 30d traling fundrate, future 2", "Long perp short fut, 30d traling fundrate, future 3", "Long perp short fut, 30d traling fundrate, future 4", "Long perp short fut, 60d traling fundrate, future 1", "Long perp short fut, 60d traling fundrate, future 2", "Long perp short fut, 60d traling fundrate, future 3", "Long perp short fut, 60d traling fundrate, future 4"]}, "futureItem1": {"type": "object", "properties": {"ask": {"type": "integer"}, "bid": {"type": "integer"}, "change1h": {"type": "number"}, "change24h": {"type": "number"}, "changeBod": {"type": "number"}, "description": {"type": "string"}, "enabled": {"type": "boolean"}, "expired": {"type": "boolean"}, "expiry": {"type": "string"}, "expiryDescription": {"type": "string"}, "group": {"type": "string"}, "imfFactor": {"type": "number"}, "index": {"type": "number"}, "last": {"type": "integer"}, "lowerBound": {"type": "integer"}, "marginPrice": {"type": "integer"}, "mark": {"type": "integer"}, "moveStart": {"type": "null"}, "name": {"type": "string"}, "openInterest": {"type": "number"}, "openInterestUsd": {"type": "number"}, "perpetual": {"type": "boolean"}, "positionLimitWeight": {"type": "integer"}, "postOnly": {"type": "boolean"}, "priceIncrement": {"type": "integer"}, "sizeIncrement": {"type": "number"}, "type": {"type": "string"}, "underlying": {"type": "string"}, "underlyingDescription": {"type": "string"}, "upperBound": {"type": "integer"}, "volume": {"type": "number"}, "volumeUsd24h": {"type": "number"}}, "required": ["ask", "bid", "change1h", "change24h", "changeBod", "description", "enabled", "expired", "expiry", "expiryDescription", "group", "imfFactor", "index", "last", "lowerBound", "marginPrice", "mark", "moveStart", "name", "openInterest", "openInterestUsd", "perpetual", "positionLimitWeight", "postOnly", "priceIncrement", "sizeIncrement", "type", "underlying", "underlyingDescription", "upperBound", "volume", "volumeUsd24h"]}, "futureItem1ExpirationDays": {"type": "number"}, "futureItem2": {"type": "object", "properties": {"ask": {"type": "integer"}, "bid": {"type": "integer"}, "change1h": {"type": "number"}, "change24h": {"type": "number"}, "changeBod": {"type": "number"}, "description": {"type": "string"}, "enabled": {"type": "boolean"}, "expired": {"type": "boolean"}, "expiry": {"type": "string"}, "expiryDescription": {"type": "string"}, "group": {"type": "string"}, "imfFactor": {"type": "number"}, "index": {"type": "number"}, "last": {"type": "integer"}, "lowerBound": {"type": "integer"}, "marginPrice": {"type": "integer"}, "mark": {"type": "integer"}, "moveStart": {"type": "null"}, "name": {"type": "string"}, "openInterest": {"type": "number"}, "openInterestUsd": {"type": "number"}, "perpetual": {"type": "boolean"}, "positionLimitWeight": {"type": "integer"}, "postOnly": {"type": "boolean"}, "priceIncrement": {"type": "integer"}, "sizeIncrement": {"type": "number"}, "type": {"type": "string"}, "underlying": {"type": "string"}, "underlyingDescription": {"type": "string"}, "upperBound": {"type": "integer"}, "volume": {"type": "number"}, "volumeUsd24h": {"type": "number"}}, "required": ["ask", "bid", "change1h", "change24h", "changeBod", "description", "enabled", "expired", "expiry", "expiryDescription", "group", "imfFactor", "index", "last", "lowerBound", "marginPrice", "mark", "moveStart", "name", "openInterest", "openInterestUsd", "perpetual", "positionLimitWeight", "postOnly", "priceIncrement", "sizeIncrement", "type", "underlying", "underlyingDescription", "upperBound", "volume", "volumeUsd24h"]}, "futureItem2ExpirationDays": {"type": "number"}, "futureItem3": {"type": "null"}, "futureItem3ExpirationDays": {"type": "null"}, "futureItem4": {"type": "null"}, "futureItem4ExpirationDays": {"type": "null"}, "futures": {"type": "integer"}, "perpetual": {"type": "boolean"}, "perpetualItem": {"type": "object", "properties": {"ask": {"type": "integer"}, "bid": {"type": "integer"}, "change1h": {"type": "number"}, "change24h": {"type": "number"}, "changeBod": {"type": "number"}, "description": {"type": "string"}, "enabled": {"type": "boolean"}, "expired": {"type": "boolean"}, "expiry": {"type": "null"}, "expiryDescription": {"type": "string"}, "group": {"type": "string"}, "imfFactor": {"type": "number"}, "index": {"type": "number"}, "last": {"type": "integer"}, "lowerBound": {"type": "integer"}, "marginPrice": {"type": "integer"}, "mark": {"type": "integer"}, "moveStart": {"type": "null"}, "name": {"type": "string"}, "openInterest": {"type": "number"}, "openInterestUsd": {"type": "number"}, "perpetual": {"type": "boolean"}, "positionLimitWeight": {"type": "integer"}, "postOnly": {"type": "boolean"}, "priceIncrement": {"type": "integer"}, "sizeIncrement": {"type": "number"}, "type": {"type": "string"}, "underlying": {"type": "string"}, "underlyingDescription": {"type": "string"}, "upperBound": {"type": "integer"}, "volume": {"type": "number"}, "volumeUsd24h": {"type": "number"}}, "required": ["ask", "bid", "change1h", "change24h", "changeBod", "description", "enabled", "expired", "expiry", "expiryDescription", "group", "imfFactor", "index", "last", "lowerBound", "marginPrice", "mark", "moveStart", "name", "openInterest", "openInterestUsd", "perpetual", "positionLimitWeight", "postOnly", "priceIncrement", "sizeIncrement", "type", "underlying", "underlyingDescription", "upperBound", "volume", "volumeUsd24h"]}, "spotQuoteItemUSD": {"type": "object", "properties": {"ask": {"type": "integer"}, "baseCurrency": {"type": "string"}, "bid": {"type": "integer"}, "change1h": {"type": "number"}, "change24h": {"type": "number"}, "changeBod": {"type": "number"}, "enabled": {"type": "boolean"}, "highLeverageFeeExempt": {"type": "boolean"}, "last": {"type": "integer"}, "minProvideSize": {"type": "number"}, "name": {"type": "string"}, "postOnly": {"type": "boolean"}, "price": {"type": "integer"}, "priceIncrement": {"type": "integer"}, "quoteCurrency": {"type": "string"}, "quoteVolume24h": {"type": "number"}, "restricted": {"type": "boolean"}, "sizeIncrement": {"type": "number"}, "type": {"type": "string"}, "underlying": {"type": "null"}, "volumeUsd24h": {"type": "number"}}, "required": ["ask", "baseCurrency", "bid", "change1h", "change24h", "changeBod", "enabled", "highLeverageFeeExempt", "last", "minProvideSize", "name", "postOnly", "price", "priceIncrement", "quoteCurrency", "quoteVolume24h", "restricted", "sizeIncrement", "type", "underlying", "volumeUsd24h"]}, "spotQuoteItemUSDT": {"type": "object", "properties": {"ask": {"type": "integer"}, "baseCurrency": {"type": "string"}, "bid": {"type": "integer"}, "change1h": {"type": "number"}, "change24h": {"type": "number"}, "changeBod": {"type": "number"}, "enabled": {"type": "boolean"}, "highLeverageFeeExempt": {"type": "boolean"}, "last": {"type": "integer"}, "minProvideSize": {"type": "number"}, "name": {"type": "string"}, "postOnly": {"type": "boolean"}, "price": {"type": "integer"}, "priceIncrement": {"type": "integer"}, "quoteCurrency": {"type": "string"}, "quoteVolume24h": {"type": "number"}, "restricted": {"type": "boolean"}, "sizeIncrement": {"type": "number"}, "type": {"type": "string"}, "underlying": {"type": "null"}, "volumeUsd24h": {"type": "number"}}, "required": ["ask", "baseCurrency", "bid", "change1h", "change24h", "changeBod", "enabled", "highLeverageFeeExempt", "last", "minProvideSize", "name", "postOnly", "price", "priceIncrement", "quoteCurrency", "quoteVolume24h", "restricted", "sizeIncrement", "type", "underlying", "volumeUsd24h"]}, "spotQuoteUSD": {"type": "boolean"}, "spotQuoteUSDT": {"type": "boolean"}}, "required": ["Carry", "Fundrate, APR, fraction", "FutPerp", "futureItem1", "futureItem1ExpirationDays", "futureItem2", "futureItem2ExpirationDays", "futureItem3", "futureItem3ExpirationDays", "futureItem4", "futureItem4ExpirationDays", "futures", "perpetual", "perpetualItem", "spotQuoteItemUSD", "spotQuoteItemUSDT", "spotQuoteUSD", "spotQuoteUSDT"]}, "input": {"type": "string"}}, "required": ["edict", "input"]} |
ea9c2a13-8c30-40da-a316-01ab3b8b0471/7f0dff87-604d-4a87-ba5c-d33bff5ba57b/0/0 | ftx tracker | APR or carry trades (spot-future) and delta neutral future-perp | null | Check last update for fundrate database | The bot runs every 10 min. If the bot is up to date, the funding rate time in UTC should be displayed. | 200 | New Example | {"HistFundRate last_updated": "2021-12-21 02:00:00+00:00", "timezone:": "UTC"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"HistFundRate last_updated": {"type": "string"}, "timezone:": {"type": "string"}}, "required": ["HistFundRate last_updated", "timezone:"]} |
755184e8-5efe-428c-9c22-819cce754174/2e843858-11eb-4cf8-b206-56bc667dd665/0/0 | Greek financial derivatives market historical data | Access analytical historical data for all options and futures contracts in greek financial derivatives exchange (ATHEX) | null | Option Contract Specs by Trading Symbol | Access specifications of a particular option contract by providing its trading symbol. Returned data contains underlying asset, option type (call or put), exercise price and expiration date. | 200 | Response | {"count": 1, "next": null, "previous": null, "results": [{"symbol": "FTSE21I1200", "asset": "FTSE", "optiontype": "Call", "strike": "1200.00", "expmonthdate": "17-09-2021"}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": "null"}, "previous": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "asset": {"type": "string"}, "optiontype": {"type": "string"}, "strike": {"type": "string"}, "expmonthdate": {"type": "string"}}}}}} |
755184e8-5efe-428c-9c22-819cce754174/ec690923-9ea3-4cda-8079-f5a0334c3251/0/0 | Greek financial derivatives market historical data | Access analytical historical data for all options and futures contracts in greek financial derivatives exchange (ATHEX) | null | Option Contract Underlying Assets | Access full list of underlying assets (stocks, indices) for all option contracts. | 200 | Response | [{"asset": "ALPHA"}, {"asset": "ETE"}, {"asset": "FTSE"}, {"asset": "HTO"}, {"asset": "OPAP"}, {"asset": "PPC"}, {"asset": "TPEIR"}] | {"type": "array", "items": {"type": "object", "properties": {"asset": {"type": "string"}}}} |
755184e8-5efe-428c-9c22-819cce754174/cd2ee048-ac91-4dfd-9362-9dc0a5a8bcfe/0/0 | Greek financial derivatives market historical data | Access analytical historical data for all options and futures contracts in greek financial derivatives exchange (ATHEX) | null | Future Contract Underlying Assets | Access full list of underlying assets (stocks, indices) for all future contracts. | 200 | Response | [{"asset": "ADMIE"}, {"asset": "ALPHA"}, {"asset": "BELA"}, {"asset": "CENER"}, {"asset": "EEE"}, {"asset": "ELLAK"}, {"asset": "ELPE"}, {"asset": "ETE"}, {"asset": "EUROB"}, {"asset": "EXAE"}, {"asset": "EYDAP"}, {"asset": "FDTR"}, {"asset": "FOYRK"}, {"asset": "FTSE"}, {"asset": "GEKTE"}, {"asset": "HTO"}, {"asset": "INLOT"}, {"asset": "INTRK"}, {"asset": "LAMDA"}, {"asset": "MIG"}, {"asset": "MOH"}, {"asset": "MYTIL"}, {"asset": "OPAP"}, {"asset": "PPA"}, {"asset": "PPC"}, {"asset": "TATT"}, {"asset": "TENER"}, {"asset": "TITC"}, {"asset": "TPEIR"}, {"asset": "VIO"}] | {"type": "array", "items": {"type": "object", "properties": {"asset": {"type": "string"}}}} |
755184e8-5efe-428c-9c22-819cce754174/1edfc761-0e54-4f04-82c4-2b648bdb5b8a/0/0 | Greek financial derivatives market historical data | Access analytical historical data for all options and futures contracts in greek financial derivatives exchange (ATHEX) | null | Future Contract Specs by Asset Expiration | Access specifications of future contracts by providing their underlying asset and expiration date as optional parameters. Returned data contains underlying asset and expiration date for each contract. Expiration date (3rd Friday of each month) must be in format YYYY-MM-DD. | 200 | Response | {"count": 1, "next": null, "previous": null, "results": [{"symbol": "FTSE22D", "asset": "FTSE", "expmonthdate": "15-04-2022"}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": "null"}, "previous": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "asset": {"type": "string"}, "expmonthdate": {"type": "string"}}}}}} |
755184e8-5efe-428c-9c22-819cce754174/ab9a125d-b69a-4611-b72f-fdd1c6df2622/0/0 | Greek financial derivatives market historical data | Access analytical historical data for all options and futures contracts in greek financial derivatives exchange (ATHEX) | null | Option Contract Specs by Asset OptionType Expiration | Access specifications of option contracts by providing their underlying asset, option type and expiration date as optional parameters. Returned data contains underlying asset, option type (call or put), exercise price and expiration date for each contract. Use "c" for call and "p" for put options. Expiration date (3rd Friday of each month) must be in format YYYY-MM-DD. | 200 | Response | {"count": 13, "next": null, "previous": null, "results": [{"symbol": "FTSE22D1975", "asset": "FTSE", "optiontype": "Call", "strike": "1975.00", "expmonthdate": "15-04-2022"}, {"symbol": "FTSE22D2000", "asset": "FTSE", "optiontype": "Call", "strike": "2000.00", "expmonthdate": "15-04-2022"}, {"symbol": "FTSE22D2050", "asset": "FTSE", "optiontype": "Call", "strike": "2050.00", "expmonthdate": "15-04-2022"}, {"symbol": "FTSE22D2100", "asset": "FTSE", "optiontype": "Call", "strike": "2100.00", "expmonthdate": "15-04-2022"}, {"symbol": "FTSE22D2150", "asset": "FTSE", "optiontype": "Call", "strike": "2150.00", "expmonthdate": "15-04-2022"}, {"symbol": "FTSE22D2200", "asset": "FTSE", "optiontype": "Call", "strike": "2200.00", "expmonthdate": "15-04-2022"}, {"symbol": "FTSE22D2250", "asset": "FTSE", "optiontype": "Call", "strike": "2250.00", "expmonthdate": "15-04-2022"}, {"symbol": "FTSE22D2300", "asset": "FTSE", "optiontype": "Call", "strike": "2300.00", "expmonthdate": "15-04-2022"}, {"symbol": "FTSE22D2350", "asset": "FTSE", "optiontype": "Call", "strike": "2350.00", "expmonthdate": "15-04-2022"}, {"symbol": "FTSE22D2400", "asset": "FTSE", "optiontype": "Call", "strike": "2400.00", "expmonthdate": "15-04-2022"}, {"symbol": "FTSE22D2450", "asset": "FTSE", "optiontype": "Call", "strike": "2450.00", "expmonthdate": "15-04-2022"}, {"symbol": "FTSE22D2500", "asset": "FTSE", "optiontype": "Call", "strike": "2500.00", "expmonthdate": "15-04-2022"}, {"symbol": "FTSE22D2550", "asset": "FTSE", "optiontype": "Call", "strike": "2550.00", "expmonthdate": "15-04-2022"}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": "null"}, "previous": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "asset": {"type": "string"}, "optiontype": {"type": "string"}, "strike": {"type": "string"}, "expmonthdate": {"type": "string"}}}}}} |
755184e8-5efe-428c-9c22-819cce754174/cf1e5e51-507a-4ce6-9678-35172ee7ee92/0/0 | Greek financial derivatives market historical data | Access analytical historical data for all options and futures contracts in greek financial derivatives exchange (ATHEX) | null | Future Contract Specs by Trading Symbol | Access specifications of a particular future contract by providing its trading symbol. Returned data contains underlying asset and expiration date. | 200 | Response | {"count": 1, "next": null, "previous": null, "results": [{"symbol": "FTSE22D", "asset": "FTSE", "expmonthdate": "15-04-2022"}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": "null"}, "previous": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "asset": {"type": "string"}, "expmonthdate": {"type": "string"}}}}}} |
755184e8-5efe-428c-9c22-819cce754174/3ca14fe8-59fa-4c25-a21d-3a236402e1a9/0/0 | Greek financial derivatives market historical data | Access analytical historical data for all options and futures contracts in greek financial derivatives exchange (ATHEX) | null | Future Contract Historical Data | Get historical data of a specific future contract, specified by its symbol (e.g. FTSE22D). Returned data contains trading date, closing price, change, volume, max. min, trades, fixing price, open interest. | 200 | Response | {"count": 5, "next": null, "previous": null, "results": [{"date": "24-01-2022", "closing_price": "2288.000", "change": "0.00", "volume": 0, "max": "0.000", "min": "0.000", "trades": 0, "fixing_price": "-1.000", "open_interest": 0}, {"date": "25-01-2022", "closing_price": "2215.750", "change": "-3.16", "volume": 0, "max": "0.000", "min": "0.000", "trades": 0, "fixing_price": "0.000", "open_interest": 0}, {"date": "26-01-2022", "closing_price": "2213.000", "change": "-0.12", "volume": 0, "max": "0.000", "min": "0.000", "trades": 0, "fixing_price": "-1.000", "open_interest": 0}, {"date": "27-01-2022", "closing_price": "2267.000", "change": "2.44", "volume": 0, "max": "0.000", "min": "0.000", "trades": 0, "fixing_price": "-1.000", "open_interest": 0}, {"date": "28-01-2022", "closing_price": "2273.750", "change": "0.30", "volume": 0, "max": "0.000", "min": "0.000", "trades": 0, "fixing_price": "-1.000", "open_interest": 0}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": "null"}, "previous": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "closing_price": {"type": "string"}, "change": {"type": "string"}, "volume": {"type": "integer"}, "max": {"type": "string"}, "min": {"type": "string"}, "trades": {"type": "integer"}, "fixing_price": {"type": "string"}, "open_interest": {"type": "integer"}}}}}} |
755184e8-5efe-428c-9c22-819cce754174/8b6b6224-56fc-4c3b-96fa-76ac8356886d/0/0 | Greek financial derivatives market historical data | Access analytical historical data for all options and futures contracts in greek financial derivatives exchange (ATHEX) | null | Option Contract Historical Data | Get historical data of a specific οption contract, specified by its symbol (e.g. FTSE22D2250). Returned data contains trading date, closing price, change, volume, max. min, trades, fixing price, open interest. | 200 | Response | {"count": 5, "next": null, "previous": null, "results": [{"date": "24-01-2022", "closing_price": "0.010", "change": "0.00", "volume": 0, "max": "0.000", "min": "0.000", "trades": 0, "fixing_price": "-1.000", "open_interest": 0}, {"date": "25-01-2022", "closing_price": "74.500", "change": "744900.00", "volume": 0, "max": "0.000", "min": "0.000", "trades": 0, "fixing_price": "0.000", "open_interest": 0}, {"date": "26-01-2022", "closing_price": "78.500", "change": "5.37", "volume": 0, "max": "0.000", "min": "0.000", "trades": 0, "fixing_price": "-1.000", "open_interest": 0}, {"date": "27-01-2022", "closing_price": "100.000", "change": "27.39", "volume": 0, "max": "0.000", "min": "0.000", "trades": 0, "fixing_price": "-1.000", "open_interest": 0}, {"date": "28-01-2022", "closing_price": "105.000", "change": "5.00", "volume": 0, "max": "0.000", "min": "0.000", "trades": 0, "fixing_price": "-1.000", "open_interest": 0}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": "null"}, "previous": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "closing_price": {"type": "string"}, "change": {"type": "string"}, "volume": {"type": "integer"}, "max": {"type": "string"}, "min": {"type": "string"}, "trades": {"type": "integer"}, "fixing_price": {"type": "string"}, "open_interest": {"type": "integer"}}}}}} |
6bf1ffa3-bfe8-4fe1-8c2b-b9c870b550a6/eef80a48-2719-424e-811b-cd77986f9a13/0/0 | StockExchangeAPI | Financial data from stock exchanges | 7.3 | /price/{assetID} | Get price quotes and details from an specific stock exchange asset | 200 | Response | {"annualDividendYield": "0.008064727", "ask": "391.12", "avgDailyVol10Days": "31473016", "avgDailyVol3months": "35536849", "bid": "391.02", "company": "Apple Inc.", "currency": "USD", "delay": "0", "exchangeName": "NasdaqGS", "exchangeTimezone": "EDT", "fiftyDayAvg": "349.5147", "high": "389.02", "low": "375.52", "previousClose": "381.91", "price": "388.23", "symbol": "AAPL", "symbolName": "Apple", "volume": "40882505"} | {"properties": {"price": {"type": "string"}}, "title": "SinglePrice", "type": "object"} |
784bf87d-5ec2-45ab-bb59-51c97451aa70/f80257aa-75f1-4814-9bdd-75d3f4a94675/0/0 | Market Mood Index | MMI is a sentiment tool that describes the current mood in the market as emotions! | 0.2 | Get Market Mood Index | Returns current Market Mood Index | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
218d1335-5ad5-4d69-8e7b-35c3bebcf6a1/02e67ceb-67e3-44f0-83a7-c4bee6323ace/0/0 | Monero Price Tracker | The Monero Price Tracker provides an easy way to consume price and asset information regarding the Monero XMR Cryptocurrency. | null | Get Monero Asset Information | This endpoint just describes what Monero is (a currency). | 200 | Monero asset info | {"error": [], "result": {"XXMR": {"aclass": "currency", "altname": "XMR", "decimals": 10, "display_decimals": 5}}} | {"type": "object", "properties": {"error": {"type": "array"}, "result": {"type": "object", "properties": {"XXMR": {"type": "object", "properties": {"aclass": {"type": "string"}, "altname": {"type": "string"}, "decimals": {"type": "integer"}, "display_decimals": {"type": "integer"}}}}}}} |
218d1335-5ad5-4d69-8e7b-35c3bebcf6a1/4895a5de-55f1-4735-b658-a42f96d1f73d/0/0 | Monero Price Tracker | The Monero Price Tracker provides an easy way to consume price and asset information regarding the Monero XMR Cryptocurrency. | null | Get Monero Price Data | This endpoint provides easy access to the public Kraken price ticker API. | 200 | Monero Price Ticker | {"error": [], "result": {"XXMRZUSD": {"a": ["264.03000000", "1", "1.000"], "b": ["263.74000000", "25", "25.000"], "c": ["264.01000000", "1.25000000"], "v": ["13152.28919015", "15655.60224495"], "p": ["265.92130454", "269.26835161"], "t": [4853, 5778], "l": ["250.06000000", "250.06000000"], "h": ["283.30000000", "293.79000000"], "o": "280.01000000"}}} | {"type": "object", "properties": {"error": {"type": "array"}, "result": {"type": "object", "properties": {"XXMRZUSD": {"type": "object", "properties": {"a": {"type": "array", "items": {"type": "string"}}, "b": {"type": "array", "items": {"type": "string"}}, "c": {"type": "array", "items": {"type": "string"}}, "v": {"type": "array", "items": {"type": "string"}}, "p": {"type": "array", "items": {"type": "string"}}, "t": {"type": "array", "items": {"type": "integer"}}, "l": {"type": "array", "items": {"type": "string"}}, "h": {"type": "array", "items": {"type": "string"}}, "o": {"type": "string"}}}}}}} |
42606da2-607b-4cc9-a5d5-2616c16fafc0/29734176-5877-4604-9a72-f7c90e120701/0/0 | Financial Sentiment Analysis | Analyze sentiment of financial text, giving the scores for three labels: positive, negative or neutral. | null | Financial Sentiment Analysis | Classify sentiment in financial English text. Powered by AI. | 200 | Response | [{"label": "positive", "score": 0.8983612656593323}, {"label": "neutral", "score": 0.06716520339250565}, {"label": "negative", "score": 0.03447355329990387}] | {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "score": {"type": "number"}}}} |
609f13fa-615e-4b40-a167-d16021c4af66/22c3b5a3-762d-4301-93c4-908bab60d5ea/0/0 | IFSC Code Validator | Validate IFSC Codes of all Indian Banks. Validate IFSC Code of beneficiary Bank Branch before making payment. This API enables you to verify the IFSC Codes of the beneficiary Bank Branch. No more payment transfer rejections. | 6.5 | IFSC Code Validator | Validate IFSC Codes of the Beneficiary Bank Branches of all India banks before making any payment transfer. Avoid payment rejections by validating IFSC Code of payment recipient Bank Branch. | 200 | Response | {"status": 200, "message": "Successful", "totalrecords": 1, "data": [{"BANK": "HDFC BANK", "BRANCH": "PANCHKULA - SECTOR 11 - CHANDIGARH", "IFSCCODE": "HDFC0000061", "STATE": "HARYANA", "CITY": "PANCHKULA", "ADDRESS": "S.C.O 55,SECTOR 11PANCHKULAHARYANA134101"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "totalrecords": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"BANK": {"type": "string"}, "BRANCH": {"type": "string"}, "IFSCCODE": {"type": "string"}, "STATE": {"type": "string"}, "CITY": {"type": "string"}, "ADDRESS": {"type": "string"}}, "required": ["ADDRESS", "BANK", "BRANCH", "CITY", "IFSCCODE", "STATE"]}}}, "required": ["data", "message", "status", "totalrecords"]} |
7d451cca-355e-4535-92f6-99d3e5e7375e/bf3f44e5-296e-474b-93ec-4baabaab66c9/0/0 | Exchange Rate Provider | Simple provider of foreign exchange rates for major currencies. | 0.3 | Get Foreign Exchange Rates for other major currencies | Get Foreign Exchange Rates for other major currencies. At the moment only GBP and USD are available. More will be added with future updates.
So as currencyId please use only /gbp or /usd. | 200 | New Example | [{"symbol": "AUD", "currencyName": "Australian Dollar", "exchangeRate": "1.3423"}, {"symbol": "BRL", "currencyName": "Brazilian Real", "exchangeRate": "4.7510"}, {"symbol": "CNY", "currencyName": "Chinese Yuan", "exchangeRate": "6.3612"}, {"symbol": "CZK", "currencyName": "Czech Koruna", "exchangeRate": "22.4779"}, {"symbol": "DKK", "currencyName": "Danish Krone", "exchangeRate": "6.8405"}, {"symbol": "EUR", "currencyName": "Euro", "exchangeRate": "0.9198"}, {"symbol": "HKD", "currencyName": "Hong Kong Dollar", "exchangeRate": "7.8393"}, {"symbol": "HUF", "currencyName": "Hungarian Forint", "exchangeRate": "347.0935"}, {"symbol": "INR", "currencyName": "Indian Rupee", "exchangeRate": "75.8765"}, {"symbol": "ILS", "currencyName": "Israeli Shekel", "exchangeRate": "3.2224"}, {"symbol": "JPY", "currencyName": "Japanese Yen", "exchangeRate": "124.4000"}, {"symbol": "MYR", "currencyName": "Malaysian Ringgit", "exchangeRate": "4.2215"}, {"symbol": "NZD", "currencyName": "New Zealand Dollar", "exchangeRate": "1.4616"}, {"symbol": "NOK", "currencyName": "Norwegian Krone", "exchangeRate": "8.7390"}, {"symbol": "PLN", "currencyName": "Polish Zloty", "exchangeRate": "4.2591"}, {"symbol": "SGD", "currencyName": "Singapore Dollar", "exchangeRate": "1.3633"}, {"symbol": "ZAR", "currencyName": "South African Rand", "exchangeRate": "14.6488"}, {"symbol": "KRW", "currencyName": "South Korean Won", "exchangeRate": "1229.5750"}, {"symbol": "GBP", "currencyName": "Sterling", "exchangeRate": "0.7688"}, {"symbol": "SEK", "currencyName": "Swedish Krona", "exchangeRate": "9.4532"}, {"symbol": "CHF", "currencyName": "Swiss Franc", "exchangeRate": "0.9344"}, {"symbol": "THB", "currencyName": "Thai Baht", "exchangeRate": "33.5700"}, {"symbol": "TRY", "currencyName": "Turkish Lira", "exchangeRate": "14.7550"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "currencyName": {"type": "string"}, "exchangeRate": {"type": "string"}}, "required": ["currencyName", "exchangeRate", "symbol"]}} |
7d451cca-355e-4535-92f6-99d3e5e7375e/a91364c9-834c-4a55-8888-34078fd143e6/0/0 | Exchange Rate Provider | Simple provider of foreign exchange rates for major currencies. | 0.3 | Get EUR Foreign Exchange Rates | Get Foreign Exchange Rates for default currency EUR. | 200 | New Example | [{"symbol": "USD", "currencyName": "US Dollar", "exchangeRate": "1.0861"}, {"symbol": "JPY", "currencyName": "Japanese Yen", "exchangeRate": "136.29"}, {"symbol": "BGN", "currencyName": "Bulgarian Lev", "exchangeRate": "1.9558"}, {"symbol": "CZK", "currencyName": "Czech Koruna", "exchangeRate": "24.450"}, {"symbol": "DKK", "currencyName": "Danish Krone", "exchangeRate": "7.4379"}, {"symbol": "HUF", "currencyName": "Hungarian Forint", "exchangeRate": "377.78"}, {"symbol": "PLN", "currencyName": "Polish Zloty", "exchangeRate": "4.6552"}, {"symbol": "RON", "currencyName": "Romanian Leu", "exchangeRate": "4.9417"}, {"symbol": "SEK", "currencyName": "Swedish Krona", "exchangeRate": "10.3320"}, {"symbol": "CHF", "currencyName": "Swiss Franc", "exchangeRate": "1.0131"}, {"symbol": "ISK", "currencyName": "Icelandic Krona", "exchangeRate": "139.60"}, {"symbol": "NOK", "currencyName": "Norwegian Krone", "exchangeRate": "9.5395"}, {"symbol": "HRK", "currencyName": "Croatian Kuna", "exchangeRate": "7.5513"}, {"symbol": "TRY", "currencyName": "Turkish Lira", "exchangeRate": "15.9548"}, {"symbol": "AUD", "currencyName": "Australian Dollar", "exchangeRate": "1.4599"}, {"symbol": "BRL", "currencyName": "Brazilian Real", "exchangeRate": "5.0944"}, {"symbol": "CAD", "currencyName": "Canadian Dollar", "exchangeRate": "1.3724"}, {"symbol": "HKD", "currencyName": "Hong Kong Dollar", "exchangeRate": "8.5112"}, {"symbol": "IDR", "currencyName": "Indonesian Rupiah", "exchangeRate": "15609.66"}, {"symbol": "ILS", "currencyName": "Israeli Shekel", "exchangeRate": "3.4972"}, {"symbol": "INR", "currencyName": "Indian Rupee", "exchangeRate": "82.7285"}, {"symbol": "KRW", "currencyName": "South Korean Won", "exchangeRate": "1335.49"}, {"symbol": "MXN", "currencyName": "Mexican Peso", "exchangeRate": "21.5616"}, {"symbol": "MYR", "currencyName": "Malaysian Ringgit", "exchangeRate": "4.5972"}, {"symbol": "NZD", "currencyName": "New Zealand Dollar", "exchangeRate": "1.5874"}, {"symbol": "PHP", "currencyName": "Philippine Peso", "exchangeRate": "56.574"}, {"symbol": "SGD", "currencyName": "Singapore Dollar", "exchangeRate": "1.4803"}, {"symbol": "THB", "currencyName": "Thai Baht", "exchangeRate": "36.531"}, {"symbol": "ZAR", "currencyName": "South African Rand", "exchangeRate": "15.8490"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "currencyName": {"type": "string"}, "exchangeRate": {"type": "string"}}, "required": ["currencyName", "exchangeRate", "symbol"]}} |
35294cfa-f204-4567-a34e-81ab56bce254/0ec25561-47a4-4671-be45-4c1252ae7189/0/0 | withAPI Finance Hub | Unlock the power of cryptocurrency with withAPI Finance Hub. Access up-to-the-minute crypto market data, including prices, trading volumes, and blockchain insights. Empower your projects with invaluable crypto knowledge and stay at the forefront of innovation. Join us in the world of crypto finance. | 7 | GetAvailableChains | This operation allows you to retrieve a comprehensive list of all available cryptocurrency chains, along with detailed descriptions for each chain. Explore the diverse world of cryptocurrencies and gain valuable insights into their unique features and use cases. This information is invaluable for developers, traders, and enthusiasts seeking to understand and engage with various blockchain networks. | 200 | Success | [{"id": "bsc", "description": "Binance Smart Chain Mainnet"}, {"id": "eth", "description": "Ethereum Mainnet"}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "description": {"type": "string"}}}} |
35294cfa-f204-4567-a34e-81ab56bce254/64533ff5-802c-4943-a025-9e4db717e88e/0/0 | withAPI Finance Hub | Unlock the power of cryptocurrency with withAPI Finance Hub. Access up-to-the-minute crypto market data, including prices, trading volumes, and blockchain insights. Empower your projects with invaluable crypto knowledge and stay at the forefront of innovation. Join us in the world of crypto finance. | 7 | GetContractPrice | This operation allows users to obtain the current market price of a token by providing its unique contract address. | 400 | Example_1 | {"ErrorMessage": "Chain identifier is not supported.", "ErrorCode": 400} | {"type": "object", "properties": {"ErrorMessage": {"type": "string", "description": "A message describing the error."}, "ErrorCode": {"type": "number", "description": "A code representing the error."}}} |
35294cfa-f204-4567-a34e-81ab56bce254/64533ff5-802c-4943-a025-9e4db717e88e/1/0 | withAPI Finance Hub | Unlock the power of cryptocurrency with withAPI Finance Hub. Access up-to-the-minute crypto market data, including prices, trading volumes, and blockchain insights. Empower your projects with invaluable crypto knowledge and stay at the forefront of innovation. Join us in the world of crypto finance. | 7 | GetContractPrice | This operation allows users to obtain the current market price of a token by providing its unique contract address. | 200 | Success | {"timestamp": "1698429398", "chain": "bsc", "contract": "0xce7de646e7208a4ef112cb6ed5038fa6cc6b12e3", "price": 0.09347, "currency": "usd"} | {"type": "object", "properties": {"timestamp": {"type": "string"}, "chain": {"type": "string"}, "contract": {"type": "string"}, "price": {"type": "number"}, "currency": {"type": "string"}}} |
b7ef552b-5255-4277-80e6-d46a073bfc64/9694819f-5ce6-46ea-ae03-4df07dbda3fa/0/0 | Currency Exchange Fx | Get the latest Currency rates for 100+ currencies. Updated every 60 Minutes. | null | Converter | This endpoint will return the converted amount in a specified currency. | 200 | New Example | {"items": [{"from_currency": "USD", "to_currency": "EUR", "from_val": 1, "to_val": 0.9472}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"from_currency": {"type": "string"}, "to_currency": {"type": "string"}, "from_val": {"type": "integer"}, "to_val": {"type": "number"}}, "required": ["from_currency", "from_val", "to_currency", "to_val"]}}}, "required": ["items"]} |
a08cc39a-5dc8-44a8-b8a6-bcdf3bd70a12/4dcc7ce5-6adb-4957-8602-f7579b16f399/0/0 | ExchangeRate-API | Free currency conversion API for all 160 world currencies. Tens of thousands of developers have picked ExchangeRate-API.com over the last 10 years for its reliable data & exceptional uptime - give it a try! | 9.8 | Latest Rates | This endpoint returns the latest exchange rates for the base currency code you have supplied.
You can view the list of supported currency codes here: https://www.exchangerate-api.com/docs/supported-currencies | 200 | New Example | {"base_code": "USD", "documentation": "https://www.exchangerate-api.com/docs/free", "rates": {"AED": 3.67, "AFN": 78.31, "ALL": 102.62, "AMD": 527.53, "ANG": 1.79, "AOA": 624.28, "ARS": 89.96, "AUD": 1.28, "AWG": 1.79, "AZN": 1.7, "BAM": 1.62, "BBD": 2, "BDT": 84.83, "BGN": 1.62, "BHD": 0.376, "BIF": 1942.66, "BMD": 1, "BND": 1.33, "BOB": 6.88, "BRL": 5.67, "BSD": 1, "BTN": 73.42, "BWP": 11.03, "BYN": 2.62, "BZD": 2, "CAD": 1.26, "CDF": 1982.1, "CHF": 0.916, "CLP": 722.09, "CNY": 6.47, "COP": 3623.28, "CRC": 610.98, "CUC": 1, "CUP": 25, "CVE": 91.34, "CZK": 21.76, "DJF": 177.72, "DKK": 6.18, "DOP": 57.92, "DZD": 133.07, "EGP": 15.71, "ERN": 15, "ETB": 40.35, "EUR": 0.828, "FJD": 2.02, "FKP": 0.717, "FOK": 6.18, "GBP": 0.717, "GEL": 3.32, "GGP": 0.717, "GHS": 5.75, "GIP": 0.717, "GMD": 52.05, "GNF": 10154.21, "GTQ": 7.68, "GYD": 213.34, "HKD": 7.76, "HNL": 24.06, "HRK": 6.24, "HTG": 75.72, "HUF": 302.92, "IDR": 14348.26, "ILS": 3.31, "IMP": 0.717, "INR": 73.42, "IQD": 1460.29, "IRR": 42625.75, "ISK": 126.56, "JMD": 150.86, "JOD": 0.709, "JPY": 106.86, "KES": 109.79, "KGS": 84.85, "KHR": 4075.04, "KID": 1.28, "KMF": 407.53, "KRW": 1125.29, "KWD": 0.3, "KYD": 0.833, "KZT": 419.43, "LAK": 9345.79, "LBP": 1507.5, "LKR": 195.28, "LRD": 173.07, "LSL": 15, "LYD": 4.45, "MAD": 8.93, "MDL": 17.47, "MGA": 3749.38, "MKD": 51.19, "MMK": 1412.06, "MNT": 2852.22, "MOP": 7.99, "MRU": 36.05, "MUR": 39.86, "MVR": 15.43, "MWK": 780.7, "MXN": 20.66, "MYR": 4.06, "MZN": 74.35, "NAD": 15, "NGN": 395.98, "NIO": 34.86, "NOK": 8.53, "NPR": 117.47, "NZD": 1.38, "OMR": 0.384, "PAB": 1, "PEN": 3.66, "PGK": 3.51, "PHP": 48.55, "PKR": 157.95, "PLN": 3.77, "PYG": 6588.85, "QAR": 3.64, "RON": 4.05, "RSD": 97.66, "RUB": 73.94, "RWF": 992.03, "SAR": 3.75, "SBD": 7.97, "SCR": 21.21, "SDG": 375.4, "SEK": 8.42, "SGD": 1.33, "SHP": 0.717, "SLL": 10210, "SOS": 579.07, "SRD": 14.16, "SSP": 176.09, "STN": 20.29, "SYP": 512.03, "SZL": 15, "THB": 30.29, "TJS": 11.41, "TMT": 3.5, "TND": 2.72, "TOP": 2.26, "TRY": 7.33, "TTD": 6.77, "TVD": 1.28, "TWD": 27.84, "TZS": 2315.59, "UAH": 27.9, "UGX": 3655.62, "USD": 1, "UYU": 43.12, "UZS": 10558.07, "VES": 1863252.94, "VND": 23116.84, "VUV": 108.28, "WST": 2.48, "XAF": 543.37, "XCD": 2.7, "XDR": 0.699, "XOF": 543.37, "XPF": 98.85, "YER": 250, "ZAR": 15, "ZMW": 21.91}, "result": "success", "terms_of_use": "https://www.exchangerate-api.com/terms", "time_eol_unix": 0, "time_last_update_unix": 1614729751, "time_last_update_utc": "Wed, 03 Mar 2021 00:02:31 +0000", "time_next_update_unix": 1614817501, "time_next_update_utc": "Thu, 04 Mar 2021 00:25:01 +0000"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"base_code": {"type": "string"}, "documentation": {"type": "string"}, "rates": {"type": "object", "properties": {"AED": {"type": "number"}, "AFN": {"type": "number"}, "ALL": {"type": "number"}, "AMD": {"type": "number"}, "ANG": {"type": "number"}, "AOA": {"type": "number"}, "ARS": {"type": "number"}, "AUD": {"type": "number"}, "AWG": {"type": "number"}, "AZN": {"type": "number"}, "BAM": {"type": "number"}, "BBD": {"type": "integer"}, "BDT": {"type": "number"}, "BGN": {"type": "number"}, "BHD": {"type": "number"}, "BIF": {"type": "number"}, "BMD": {"type": "integer"}, "BND": {"type": "number"}, "BOB": {"type": "number"}, "BRL": {"type": "number"}, "BSD": {"type": "integer"}, "BTN": {"type": "number"}, "BWP": {"type": "number"}, "BYN": {"type": "number"}, "BZD": {"type": "integer"}, "CAD": {"type": "number"}, "CDF": {"type": "number"}, "CHF": {"type": "number"}, "CLP": {"type": "number"}, "CNY": {"type": "number"}, "COP": {"type": "number"}, "CRC": {"type": "number"}, "CUC": {"type": "integer"}, "CUP": {"type": "integer"}, "CVE": {"type": "number"}, "CZK": {"type": "number"}, "DJF": {"type": "number"}, "DKK": {"type": "number"}, "DOP": {"type": "number"}, "DZD": {"type": "number"}, "EGP": {"type": "number"}, "ERN": {"type": "integer"}, "ETB": {"type": "number"}, "EUR": {"type": "number"}, "FJD": {"type": "number"}, "FKP": {"type": "number"}, "FOK": {"type": "number"}, "GBP": {"type": "number"}, "GEL": {"type": "number"}, "GGP": {"type": "number"}, "GHS": {"type": "number"}, "GIP": {"type": "number"}, "GMD": {"type": "number"}, "GNF": {"type": "number"}, "GTQ": {"type": "number"}, "GYD": {"type": "number"}, "HKD": {"type": "number"}, "HNL": {"type": "number"}, "HRK": {"type": "number"}, "HTG": {"type": "number"}, "HUF": {"type": "number"}, "IDR": {"type": "number"}, "ILS": {"type": "number"}, "IMP": {"type": "number"}, "INR": {"type": "number"}, "IQD": {"type": "number"}, "IRR": {"type": "number"}, "ISK": {"type": "number"}, "JMD": {"type": "number"}, "JOD": {"type": "number"}, "JPY": {"type": "number"}, "KES": {"type": "number"}, "KGS": {"type": "number"}, "KHR": {"type": "number"}, "KID": {"type": "number"}, "KMF": {"type": "number"}, "KRW": {"type": "number"}, "KWD": {"type": "number"}, "KYD": {"type": "number"}, "KZT": {"type": "number"}, "LAK": {"type": "number"}, "LBP": {"type": "number"}, "LKR": {"type": "number"}, "LRD": {"type": "number"}, "LSL": {"type": "integer"}, "LYD": {"type": "number"}, "MAD": {"type": "number"}, "MDL": {"type": "number"}, "MGA": {"type": "number"}, "MKD": {"type": "number"}, "MMK": {"type": "number"}, "MNT": {"type": "number"}, "MOP": {"type": "number"}, "MRU": {"type": "number"}, "MUR": {"type": "number"}, "MVR": {"type": "number"}, "MWK": {"type": "number"}, "MXN": {"type": "number"}, "MYR": {"type": "number"}, "MZN": {"type": "number"}, "NAD": {"type": "integer"}, "NGN": {"type": "number"}, "NIO": {"type": "number"}, "NOK": {"type": "number"}, "NPR": {"type": "number"}, "NZD": {"type": "number"}, "OMR": {"type": "number"}, "PAB": {"type": "integer"}, "PEN": {"type": "number"}, "PGK": {"type": "number"}, "PHP": {"type": "number"}, "PKR": {"type": "number"}, "PLN": {"type": "number"}, "PYG": {"type": "number"}, "QAR": {"type": "number"}, "RON": {"type": "number"}, "RSD": {"type": "number"}, "RUB": {"type": "number"}, "RWF": {"type": "number"}, "SAR": {"type": "number"}, "SBD": {"type": "number"}, "SCR": {"type": "number"}, "SDG": {"type": "number"}, "SEK": {"type": "number"}, "SGD": {"type": "number"}, "SHP": {"type": "number"}, "SLL": {"type": "integer"}, "SOS": {"type": "number"}, "SRD": {"type": "number"}, "SSP": {"type": "number"}, "STN": {"type": "number"}, "SYP": {"type": "number"}, "SZL": {"type": "integer"}, "THB": {"type": "number"}, "TJS": {"type": "number"}, "TMT": {"type": "number"}, "TND": {"type": "number"}, "TOP": {"type": "number"}, "TRY": {"type": "number"}, "TTD": {"type": "number"}, "TVD": {"type": "number"}, "TWD": {"type": "number"}, "TZS": {"type": "number"}, "UAH": {"type": "number"}, "UGX": {"type": "number"}, "USD": {"type": "integer"}, "UYU": {"type": "number"}, "UZS": {"type": "number"}, "VES": {"type": "number"}, "VND": {"type": "number"}, "VUV": {"type": "number"}, "WST": {"type": "number"}, "XAF": {"type": "number"}, "XCD": {"type": "number"}, "XDR": {"type": "number"}, "XOF": {"type": "number"}, "XPF": {"type": "number"}, "YER": {"type": "integer"}, "ZAR": {"type": "integer"}, "ZMW": {"type": "number"}}, "required": ["AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTN", "BWP", "BYN", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "FOK", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "ISK", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KID", "KMF", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TVD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VES", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "YER", "ZAR", "ZMW"]}, "result": {"type": "string"}, "terms_of_use": {"type": "string"}, "time_eol_unix": {"type": "integer"}, "time_last_update_unix": {"type": "integer"}, "time_last_update_utc": {"type": "string"}, "time_next_update_unix": {"type": "integer"}, "time_next_update_utc": {"type": "string"}}, "required": ["base_code", "documentation", "rates", "result", "terms_of_use", "time_eol_unix", "time_last_update_unix", "time_last_update_utc", "time_next_update_unix", "time_next_update_utc"]} |
c8a45c0a-8f68-4e88-9b49-2473b6d3beb8/9f599e62-de98-4650-8115-d6332835276a/0/0 | Gold Prices Pakistan | The Pakistan Gold Price API Collection offers real-time and historical gold price data for Pakistan. Users can access current prices, historical trends, and more. This API caters to investors, businesses, and developers, providing valuable insights into the Pakistani gold market. It's a reliable resource for making informed decisions related to gold trading and investment. | 8.7 | History | The /history endpoint offers a concise summary of the past 35 days of historical data specifically for 24-carat gold prices. | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
c8a45c0a-8f68-4e88-9b49-2473b6d3beb8/f679a0a7-49a6-4bf5-b5ed-0562837072e6/0/0 | Gold Prices Pakistan | The Pakistan Gold Price API Collection offers real-time and historical gold price data for Pakistan. Users can access current prices, historical trends, and more. This API caters to investors, businesses, and developers, providing valuable insights into the Pakistani gold market. It's a reliable resource for making informed decisions related to gold trading and investment. | 8.7 | Live | The /live endpoint provides real-time gold prices for Pakistan. | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
c5c2b8be-9491-4e77-af8b-69ef70acf24b/c4b9b75e-b243-4750-9af5-b2ab23edf974/0/0 | Pulsechain DEX Reserves | Pulsechain DEX Reserves of uniswap v2 compatibile exchanges (PulseX v1, PulseX v2, ...) | null | Reserves Per Pool | Reserves Per Pool | 200 | Response | [{"chain_id": "pulse", "timestamp": 1690333015, "block_number": 17879504, "index_in_block": 20, "log_index": 169, "pool": "0xc3a09d5d346a07e9b66ab5dcb914d48f7244a853", "reserve0": 5.533315027956591e+21, "reserve1": 5.577227364760671e+23}, {"chain_id": "pulse", "timestamp": 1690260495, "block_number": 17872311, "index_in_block": 5, "log_index": 808, "pool": "0xc3a09d5d346a07e9b66ab5dcb914d48f7244a853", "reserve0": 5.555e+21, "reserve1": 5.555e+23}, {"chain_id": "pulse", "timestamp": 1690260505, "block_number": 17872312, "index_in_block": 0, "log_index": 3, "pool": "0xc3a09d5d346a07e9b66ab5dcb914d48f7244a853", "reserve0": 5.550018970373214e+21, "reserve1": 5.56e+23}, {"chain_id": "pulse", "timestamp": 1690260515, "block_number": 17872313, "index_in_block": 3, "log_index": 405, "pool": "0xc3a09d5d346a07e9b66ab5dcb914d48f7244a853", "reserve0": 5.520322415794721e+21, "reserve1": 5.59e+23}, {"chain_id": "pulse", "timestamp": 1690260525, "block_number": 17872314, "index_in_block": 1, "log_index": 3, "pool": "0xc3a09d5d346a07e9b66ab5dcb914d48f7244a853", "reserve0": 5.500700953003507e+21, "reserve1": 5.61e+23}, {"chain_id": "pulse", "timestamp": 1690260555, "block_number": 17872317, "index_in_block": 1, "log_index": 7, "pool": "0xc3a09d5d346a07e9b66ab5dcb914d48f7244a853", "reserve0": 5.470678183187121e+21, "reserve1": 5.64088e+23}, {"chain_id": "pulse", "timestamp": 1690308645, "block_number": 17877099, "index_in_block": 0, "log_index": 2, "pool": "0xc3a09d5d346a07e9b66ab5dcb914d48f7244a853", "reserve0": 5.534315027956591e+21, "reserve1": 5.576216680439802e+23}, {"chain_id": "pulse", "timestamp": 1690292625, "block_number": 17875503, "index_in_block": 5, "log_index": 14, "pool": "0xc3a09d5d346a07e9b66ab5dcb914d48f7244a853", "reserve0": 5.499637443751312e+21, "reserve1": 5.6112720722890324e+23}, {"chain_id": "pulse", "timestamp": 1690261115, "block_number": 17872373, "index_in_block": 72, "log_index": 652, "pool": "0xc3a09d5d346a07e9b66ab5dcb914d48f7244a853", "reserve0": 5.469614673934925e+21, "reserve1": 5.64198e+23}, {"chain_id": "pulse", "timestamp": 1690300625, "block_number": 17876299, "index_in_block": 2, "log_index": 11, "pool": "0xc3a09d5d346a07e9b66ab5dcb914d48f7244a853", "reserve0": 5.529333998329805e+21, "reserve1": 5.581225376266024e+23}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"chain_id": {"type": "string"}, "timestamp": {"type": "integer"}, "block_number": {"type": "integer"}, "index_in_block": {"type": "integer"}, "log_index": {"type": "integer"}, "pool": {"type": "string"}, "reserve0": {"type": "number"}, "reserve1": {"type": "number"}}, "required": ["block_number", "chain_id", "index_in_block", "log_index", "pool", "reserve0", "reserve1", "timestamp"]}} |
0e3f8397-28e8-4435-87b4-18d05fa3c0ee/433eb821-91b3-4fb2-8e3a-698bc63afcd2/0/0 | EasyFinance | Quick and easy to use API for Real-Time financial data | 7.7 | Real-Time Stock | Get multiple information on real-time of a stock. | 400 | New Example | {"error_code": 400, "message": "Bad Request: You must provide a valid stock code. e.g. AAPL."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error_code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["error_code", "message"]} |
0e3f8397-28e8-4435-87b4-18d05fa3c0ee/433eb821-91b3-4fb2-8e3a-698bc63afcd2/1/0 | EasyFinance | Quick and easy to use API for Real-Time financial data | 7.7 | Real-Time Stock | Get multiple information on real-time of a stock. | 404 | New Example | {"error_code": 404, "message": "Not Found: The stock with code cenas was not found."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error_code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["error_code", "message"]} |
0e3f8397-28e8-4435-87b4-18d05fa3c0ee/433eb821-91b3-4fb2-8e3a-698bc63afcd2/2/0 | EasyFinance | Quick and easy to use API for Real-Time financial data | 7.7 | Real-Time Stock | Get multiple information on real-time of a stock. | 200 | New Example | {"code": "aapl", "name": "Apple Inc.", "market": "U.S.: NasdaqUS", "currency": "$", "price": 139.02, "day_min": 135.66, "day_max": 139.04, "year_min": 129.04, "year_max": 182.94, "open": 136.04, "close": 138.93, "status": "After Hours"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "market": {"type": "string"}, "currency": {"type": "string"}, "price": {"type": "number"}, "day_min": {"type": "number"}, "day_max": {"type": "number"}, "year_min": {"type": "number"}, "year_max": {"type": "number"}, "open": {"type": "number"}, "close": {"type": "number"}, "status": {"type": "string"}}, "required": ["close", "code", "currency", "day_max", "day_min", "market", "name", "open", "price", "status", "year_max", "year_min"]} |
0e3f8397-28e8-4435-87b4-18d05fa3c0ee/6e816463-817e-43d0-87f5-24c983c8e69f/0/0 | EasyFinance | Quick and easy to use API for Real-Time financial data | 7.7 | Real-Time Coin/Cripto | information about a pair of coins in real time. Cryptocurrencies can also be used with this endpoint. | 200 | New Example | {"code": "btcusd", "name": "Bitcoin USD", "currency": "$", "price": 19295, "day_min": 18996.713, "day_max": 19488.8772, "year_min": 18668.8933, "year_max": 68924.7839, "open": 19420, "close": 19414} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "currency": {"type": "string"}, "price": {"type": "integer"}, "day_min": {"type": "number"}, "day_max": {"type": "number"}, "year_min": {"type": "number"}, "year_max": {"type": "number"}, "open": {"type": "integer"}, "close": {"type": "integer"}}, "required": ["close", "code", "currency", "day_max", "day_min", "name", "open", "price", "year_max", "year_min"]} |
0e3f8397-28e8-4435-87b4-18d05fa3c0ee/933bc285-f50c-481e-9066-c97a45e59d12/0/0 | EasyFinance | Quick and easy to use API for Real-Time financial data | 7.7 | Real-Time Fund | Get real-time information of a fund. It is compatible with multiple markets. | 200 | New Example | {"code": "vusa", "name": "Vanguard S&P 500 ETF", "market": "Netherlands: Euronext AmsterdamNL", "currency": "\u20ac", "price": 68.85, "day_min": 67.88, "day_max": 69.417, "year_min": 65.87, "year_max": 80.964, "open": 67.88, "close": 68.54, "status": "Closed"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "market": {"type": "string"}, "currency": {"type": "string"}, "price": {"type": "number"}, "day_min": {"type": "number"}, "day_max": {"type": "number"}, "year_min": {"type": "number"}, "year_max": {"type": "number"}, "open": {"type": "number"}, "close": {"type": "number"}, "status": {"type": "string"}}, "required": ["close", "code", "currency", "day_max", "day_min", "market", "name", "open", "price", "status", "year_max", "year_min"]} |
e3594eba-ed85-4e99-a4ef-b92f55cfab91/a66c27d5-9b2e-41ab-8f4a-39069608e700/1/0 | ETF Finder | An API to help retrieve information about a Stock and the ETFs that invest in that stock. Information obtained live from Yahoo. | null | GetETFsForSymbol | 200 | null | {"requestDate": "", "stockSymbol": "", "fundHolders": [{"fundName": "", "sharesCount": 0, "dateReported": "", "percentageOwned": 0, "valueInUSD": 0}]} | {"type": "object", "properties": {"requestDate": {"type": "string", "format": "date-time"}, "stockSymbol": {"type": "string"}, "fundHolders": {"type": "array", "items": {"type": "object", "properties": {"fundName": {"type": "string"}, "sharesCount": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "dateReported": {"type": "string", "format": "date-time"}, "percentageOwned": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "valueInUSD": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}}}} | |
200f97bf-d5e5-4de6-802f-3ad1201b03f4/a7561735-76fd-4c0a-8404-dffdb4116d36/0/0 | Currency FX | FX Currency API providing official currency rates. This API provides currency rates for 129 official money units . | 0.2 | Get Rate Amount With Currency Codes | This endpoint will return a specific rate by given currency codes. Rate amount is updated every 15 seconds. | 200 | EUR/USD rate amount | {"baseCurrency": {"code": "EUR", "name": "Euro"}, "rateCurrency": {"code": "USD", "name": "US Dollar"}, "rateAmount": "1.08592", "updatedDate": "2022-03-07T21:35:51.779Z"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"baseCurrency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "rateCurrency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "rateAmount": {"type": "string"}, "updatedDate": {"type": "string"}}, "required": ["baseCurrency", "rateAmount", "rateCurrency", "updatedDate"]} |
200f97bf-d5e5-4de6-802f-3ad1201b03f4/944f79c4-666b-4fb1-b84f-d939e1274dc6/0/0 | Currency FX | FX Currency API providing official currency rates. This API provides currency rates for 129 official money units . | 0.2 | Get Available Currencies | This endpoint will return all currencies(129 items) that API supports. | 200 | Available Currencies | {"AED": "Emirati Dirham", "AFN": "Afghan Afghani", "ALL": "Albanian Lek", "ANG": "Dutch Guilder", "AOA": "Angolan Kwanza", "ARS": "Argentine Peso", "AUD": "Australian Dollar", "BAM": "Bosnian Convertible Mark", "BBD": "Barbadian or Bajan Dollar", "BDT": "Bangladeshi Taka", "BGN": "Bulgarian Lev", "BHD": "Bahraini Dinar", "BIF": "Burundian Franc", "BMD": "Bermudian Dollar", "BND": "Bruneian Dollar", "BOB": "Bolivian Bol\u00edviano", "BRL": "Brazilian Real", "BTN": "Bhutanese Ngultrum", "BWP": "Botswana Pula", "BZD": "Belizean Dollar", "CAD": "Canadian Dollar", "CHF": "Swiss Franc", "CLF": "Chilean Unidad De Fomento", "CLP": "Chilean Peso", "CNH": "Offshore Chinese Yuan", "CNY": "Chinese Yuan Renminbi", "COP": "Colombian Peso", "CRC": "Costa Rican Colon", "CVE": "Cape Verdean Escudo", "CZK": "Czech Koruna", "DJF": "Djiboutian Franc", "DKK": "Danish Krone", "DOP": "Dominican Peso", "DZD": "Algerian Dinar", "EGP": "Egyptian Pound", "ERN": "Eritrean Nakfa", "ETB": "Ethiopian Birr", "EUR": "Euro", "FJD": "Fijian Dollar", "GBP": "British Pound", "GHS": "Ghanaian Cedi", "GIP": "Gibraltar Pound", "GMD": "Gambian Dalasi", "GNF": "Guinean Franc", "GTQ": "Guatemalan Quetzal", "GYD": "Guyanese Dollar", "HKD": "Hong Kong Dollar", "HNL": "Honduran Lempira", "HRK": "Croatian Kuna", "HTG": "Haitian Gourde", "HUF": "Hungarian Forint", "IDR": "Indonesian Rupiah", "ILS": "Israeli Shekel", "INR": "Indian Rupee", "IRR": "Iranian Rial", "ISK": "Icelandic Krona", "JMD": "Jamaican Dollar", "JOD": "Jordanian Dinar", "JPY": "Japanese Yen", "KES": "Kenyan Shilling", "KHR": "Cambodian Riel", "KMF": "Comorian Franc", "KRW": "South Korean Won", "KWD": "Kuwaiti Dinar", "KYD": "Caymanian Dollar", "KZT": "Kazakhstani Tenge", "LAK": "Lao Kip", "LBP": "Lebanese Pound", "LKR": "Sri Lankan Rupee", "LRD": "Liberian Dollar", "LSL": "Basotho Loti", "MAD": "Moroccan Dirham", "MGA": "Malagasy Ariary", "MKD": "Macedonian Denar", "MNT": "Mongolian Tughrik", "MOP": "Macau Pataca", "MRU": "Mauritanian Ouguiya", "MUR": "Mauritian Rupee", "MWK": "Malawian Kwacha", "MXN": "Mexican Peso", "MYR": "Malaysian Ringgit", "MZN": "Mozambican Metical", "NAD": "Namibian Dollar", "NGN": "Nigerian Naira", "NIO": "Nicaraguan Cordoba", "NOK": "Norwegian Krone", "NPR": "Nepalese Rupee", "NZD": "New Zealand Dollar", "OMR": "Omani Rial", "PAB": "Panamanian Balboa", "PEN": "Peruvian Sol", "PGK": "Papua New Guinean Kina", "PHP": "Philippine Peso", "PKR": "Pakistani Rupee", "PLN": "Polish Zloty", "PYG": "Paraguayan Guarani", "QAR": "Qatari Riyal", "RON": "Romanian Leu", "RSD": "Serbian Dinar", "RUB": "Russian Ruble", "RWF": "Rwandan Franc", "SAR": "Saudi Arabian Riyal", "SBD": "Solomon Islander Dollar", "SCR": "Seychellois Rupee", "SEK": "Swedish Krona", "SGD": "Singapore Dollar", "SLL": "Sierra Leonean Leone", "SOS": "Somali Shilling", "STN": "Sao Tomean Dobra", "SZL": "Swazi Lilangeni", "THB": "Thai Baht", "TND": "Tunisian Dinar", "TOP": "Tongan Pa'anga", "TRY": "Turkish Lira", "TTD": "Trinidadian Dollar", "TWD": "Taiwan New Dollar", "TZS": "Tanzanian Shilling", "UAH": "Ukrainian Hryvnia", "UGX": "Ugandan Shilling", "USD": "US Dollar", "UYU": "Uruguayan Peso", "VND": "Vietnamese Dong", "VUV": "Ni", "WST": "Samoan Tala", "XAF": "Central African CFA Franc BEAC", "XCD": "East Caribbean Dollar", "XOF": "CFA Franc", "ZAR": "South African Rand", "ZMW": "Zambian Kwacha"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"AED": {"type": "string"}, "AFN": {"type": "string"}, "ALL": {"type": "string"}, "ANG": {"type": "string"}, "AOA": {"type": "string"}, "ARS": {"type": "string"}, "AUD": {"type": "string"}, "BAM": {"type": "string"}, "BBD": {"type": "string"}, "BDT": {"type": "string"}, "BGN": {"type": "string"}, "BHD": {"type": "string"}, "BIF": {"type": "string"}, "BMD": {"type": "string"}, "BND": {"type": "string"}, "BOB": {"type": "string"}, "BRL": {"type": "string"}, "BTN": {"type": "string"}, "BWP": {"type": "string"}, "BZD": {"type": "string"}, "CAD": {"type": "string"}, "CHF": {"type": "string"}, "CLF": {"type": "string"}, "CLP": {"type": "string"}, "CNH": {"type": "string"}, "CNY": {"type": "string"}, "COP": {"type": "string"}, "CRC": {"type": "string"}, "CVE": {"type": "string"}, "CZK": {"type": "string"}, "DJF": {"type": "string"}, "DKK": {"type": "string"}, "DOP": {"type": "string"}, "DZD": {"type": "string"}, "EGP": {"type": "string"}, "ERN": {"type": "string"}, "ETB": {"type": "string"}, "EUR": {"type": "string"}, "FJD": {"type": "string"}, "GBP": {"type": "string"}, "GHS": {"type": "string"}, "GIP": {"type": "string"}, "GMD": {"type": "string"}, "GNF": {"type": "string"}, "GTQ": {"type": "string"}, "GYD": {"type": "string"}, "HKD": {"type": "string"}, "HNL": {"type": "string"}, "HRK": {"type": "string"}, "HTG": {"type": "string"}, "HUF": {"type": "string"}, "IDR": {"type": "string"}, "ILS": {"type": "string"}, "INR": {"type": "string"}, "IRR": {"type": "string"}, "ISK": {"type": "string"}, "JMD": {"type": "string"}, "JOD": {"type": "string"}, "JPY": {"type": "string"}, "KES": {"type": "string"}, "KHR": {"type": "string"}, "KMF": {"type": "string"}, "KRW": {"type": "string"}, "KWD": {"type": "string"}, "KYD": {"type": "string"}, "KZT": {"type": "string"}, "LAK": {"type": "string"}, "LBP": {"type": "string"}, "LKR": {"type": "string"}, "LRD": {"type": "string"}, "LSL": {"type": "string"}, "MAD": {"type": "string"}, "MGA": {"type": "string"}, "MKD": {"type": "string"}, "MNT": {"type": "string"}, "MOP": {"type": "string"}, "MRU": {"type": "string"}, "MUR": {"type": "string"}, "MWK": {"type": "string"}, "MXN": {"type": "string"}, "MYR": {"type": "string"}, "MZN": {"type": "string"}, "NAD": {"type": "string"}, "NGN": {"type": "string"}, "NIO": {"type": "string"}, "NOK": {"type": "string"}, "NPR": {"type": "string"}, "NZD": {"type": "string"}, "OMR": {"type": "string"}, "PAB": {"type": "string"}, "PEN": {"type": "string"}, "PGK": {"type": "string"}, "PHP": {"type": "string"}, "PKR": {"type": "string"}, "PLN": {"type": "string"}, "PYG": {"type": "string"}, "QAR": {"type": "string"}, "RON": {"type": "string"}, "RSD": {"type": "string"}, "RUB": {"type": "string"}, "RWF": {"type": "string"}, "SAR": {"type": "string"}, "SBD": {"type": "string"}, "SCR": {"type": "string"}, "SEK": {"type": "string"}, "SGD": {"type": "string"}, "SLL": {"type": "string"}, "SOS": {"type": "string"}, "STN": {"type": "string"}, "SZL": {"type": "string"}, "THB": {"type": "string"}, "TND": {"type": "string"}, "TOP": {"type": "string"}, "TRY": {"type": "string"}, "TTD": {"type": "string"}, "TWD": {"type": "string"}, "TZS": {"type": "string"}, "UAH": {"type": "string"}, "UGX": {"type": "string"}, "USD": {"type": "string"}, "UYU": {"type": "string"}, "VND": {"type": "string"}, "VUV": {"type": "string"}, "WST": {"type": "string"}, "XAF": {"type": "string"}, "XCD": {"type": "string"}, "XOF": {"type": "string"}, "ZAR": {"type": "string"}, "ZMW": {"type": "string"}}, "required": ["AED", "AFN", "ALL", "ANG", "AOA", "ARS", "AUD", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BTN", "BWP", "BZD", "CAD", "CHF", "CLF", "CLP", "CNH", "CNY", "COP", "CRC", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "GBP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "INR", "IRR", "ISK", "JMD", "JOD", "JPY", "KES", "KHR", "KMF", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "MAD", "MGA", "MKD", "MNT", "MOP", "MRU", "MUR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SEK", "SGD", "SLL", "SOS", "STN", "SZL", "THB", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "ZAR", "ZMW"]} |
fbd3b676-0132-4de0-9995-d2b51de0fffd/65fe4fd0-1c40-4bf3-b714-2d8f7457449d/0/0 | Stock Price | Get the latest real time stock market quote price data. All exchanges included for 100% coverage. | null | Get Quote | Enter the stock symbol ticker and get the price returned in response. | 200 | Response | {"Change": 18.46997, "ChangePercent": 0.557579, "IsActive": false, "IsRegularTradingSession": false, "Price": 3331, "currency": "USD", "exchangeDataDelayedBy": 0, "fullExchangeName": "NasdaqGS", "marketState": "PREPRE", "postMarketChange": -8.77002, "postMarketChangePercent": -0.2632849, "postMarketPrice": 3322.23, "preMarketChange": 0, "preMarketChangePercent": 0, "preMarketPrice": 0, "regularMarketChange": 18.46997, "regularMarketChangePercent": 0.557579, "regularMarketDayRange": "3277.75 - 3347.0", "regularMarketOpen": 3330, "regularMarketPreviousClose": 3312.53, "regularMarketPrice": 3331, "shortName": "Amazon.com, Inc.", "symbol": "AMZN"} | {"properties": {"Change": {"type": "number"}, "ChangePercent": {"type": "number"}, "IsActive": {"type": "boolean"}, "IsRegularTradingSession": {"type": "boolean"}, "Price": {"type": "integer"}, "currency": {"type": "string"}, "exchangeDataDelayedBy": {"type": "integer"}, "fullExchangeName": {"type": "string"}, "marketState": {"type": "string"}, "postMarketChange": {"type": "number"}, "postMarketChangePercent": {"type": "number"}, "postMarketPrice": {"type": "number"}, "preMarketChange": {"type": "integer"}, "preMarketChangePercent": {"type": "integer"}, "preMarketPrice": {"type": "integer"}, "regularMarketChange": {"type": "number"}, "regularMarketChangePercent": {"type": "number"}, "regularMarketDayRange": {"type": "string"}, "regularMarketOpen": {"type": "integer"}, "regularMarketPreviousClose": {"type": "number"}, "regularMarketPrice": {"type": "integer"}, "shortName": {"type": "string"}, "symbol": {"type": "string"}}, "type": "object"} |
cf43dadd-d4a0-4f02-b627-7c7b0449e360/33f478c6-038f-4dbb-ae9f-c2ba4663cdf7/0/0 | Finvaley | Get up to date fundamental stock analysis for 20k+ stocks and funds | null | get_stock_by_id_stocks__stock_id__get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} | |
cf43dadd-d4a0-4f02-b627-7c7b0449e360/5a43c769-bc1c-4286-a977-0b910870d927/0/0 | Finvaley | Get up to date fundamental stock analysis for 20k+ stocks and funds | null | get_stock_preview_by_id_stocks__stock_id__preview_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} | |
cf43dadd-d4a0-4f02-b627-7c7b0449e360/0da376c3-905c-4793-8c36-acbe12d1ece8/0/0 | Finvaley | Get up to date fundamental stock analysis for 20k+ stocks and funds | null | get_stock_detailed_by_id_stocks__stock_id__detailed_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} | |
16b70074-6f08-4af9-9f19-92a88b67910a/9fbef7fa-b0d2-40d1-b6dc-60026cbef958/0/0 | Realtime Stock Data | The worlds cheapest Realtime stock data provider | 8.9 | asset-profile | Asset profiles provide information about each known asset in your network, including what services are running on each asset. Asset profile information is used for correlation purposes to help reduce false positives.
this endpoint returns information about the company including companies physical address , contact information ,and number of full time employees and much more | 200 | Response | {"source": "Realtime Stock Data API", "data": {"address": "One Apple Park Way", "city": "Cupertino", "state": "CA", "zip": "95014", "country": "United States", "phone": "408 996 1010", "website": "https://www.apple.com", "industry": "Consumer Electronics", "fullTimeEmployees": 154000}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"source": {"type": "string"}, "data": {"type": "object", "properties": {"address": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "zip": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "industry": {"type": "string"}, "fullTimeEmployees": {"type": "integer"}}, "required": ["address", "city", "country", "fullTimeEmployees", "industry", "phone", "state", "website", "zip"]}}, "required": ["data", "source"]} |
16b70074-6f08-4af9-9f19-92a88b67910a/47b3f048-987f-4cb3-8322-af73fb0c38c8/0/0 | Realtime Stock Data | The worlds cheapest Realtime stock data provider | 8.9 | finance-analytics | This API endpoint also returns AI recommendation
Financial analysis refers to an assessment of the viability, stability, and profitability of a business, sub-business or project. It is performed by professionals who prepare reports using ratios and other techniques, that make use of information taken from financial statements and other reports. | 200 | Response | {"source": "Realtime Stock Data API", "data": {"currentPrice": 141.56, "targetHighPrice": 214, "targetLowPrice": 214, "targetMeanPrice": 214, "targetMedianPrice": 214, "recommendationKey": "buy", "totalCash": "51.51B", "totalDebt": "119.98B", "quickRatio": 0.76, "currentRatio": 0.927, "totalRevenue": "386.02B", "revenuePerShare": 23.471, "grossProfits": "152.84B", "freeCashflow": "84.38B", "operatingCashflow": "116.43B", "revenueGrowth": "8.60%", "profitMargins": "26.41%"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"source": {"type": "string"}, "data": {"type": "object", "properties": {"currentPrice": {"type": "number"}, "targetHighPrice": {"type": "integer"}, "targetLowPrice": {"type": "integer"}, "targetMeanPrice": {"type": "integer"}, "targetMedianPrice": {"type": "integer"}, "recommendationKey": {"type": "string"}, "totalCash": {"type": "string"}, "totalDebt": {"type": "string"}, "quickRatio": {"type": "number"}, "currentRatio": {"type": "number"}, "totalRevenue": {"type": "string"}, "revenuePerShare": {"type": "number"}, "grossProfits": {"type": "string"}, "freeCashflow": {"type": "string"}, "operatingCashflow": {"type": "string"}, "revenueGrowth": {"type": "string"}, "profitMargins": {"type": "string"}}, "required": ["currentPrice", "currentRatio", "freeCashflow", "grossProfits", "operatingCashflow", "profitMargins", "quickRatio", "recommendationKey", "revenueGrowth", "revenuePerShare", "targetHighPrice", "targetLowPrice", "targetMeanPrice", "targetMedianPrice", "totalCash", "totalDebt", "totalRevenue"]}}, "required": ["data", "source"]} |
16b70074-6f08-4af9-9f19-92a88b67910a/89786ca9-3072-499a-919a-516fcd541611/0/0 | Realtime Stock Data | The worlds cheapest Realtime stock data provider | 8.9 | balance-sheet | A balance sheet is a financial statement that communicates the so-called “book value” of an organization, as calculated by subtracting all of the company's liabilities and shareholder equity from its total assets. | 200 | Response | {"source": "Realtime Stock Data API", "data": {"0": {"endDate": "2021-09-25", "cash": "34.94B", "inventory": "6.58B", "totalCurrentAssets": "134.84B", "totalAssets": "351B", "shortLongTermDebt": "9.61B", "longTermDebt": "109.11B", "otherLiab": "43.05B", "totalCurrentLiabilities": "125.48B", "totalLiab": "287.91B"}, "1": {"endDate": "2020-09-26", "cash": "38.02B", "inventory": "4.06B", "totalCurrentAssets": "143.71B", "totalAssets": "323.89B", "shortLongTermDebt": "8.77B", "longTermDebt": "98.67B", "otherLiab": "46.11B", "totalCurrentLiabilities": "105.39B", "totalLiab": "258.55B"}, "2": {"endDate": "2019-09-28", "cash": "48.84B", "inventory": "4.11B", "totalCurrentAssets": "162.82B", "totalAssets": "338.52B", "shortLongTermDebt": "10.26B", "longTermDebt": "91.81B", "otherLiab": "50.5B", "totalCurrentLiabilities": "105.72B", "totalLiab": "248.03B"}, "3": {"endDate": "2018-09-29", "cash": "25.91B", "inventory": "3.96B", "totalCurrentAssets": "131.34B", "totalAssets": "365.73B", "shortLongTermDebt": "8.78B", "longTermDebt": "93.73B", "otherLiab": "48.91B", "totalCurrentLiabilities": "115.93B", "totalLiab": "258.58B"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"source": {"type": "string"}, "data": {"type": "object", "properties": {"0": {"type": "object", "properties": {"endDate": {"type": "string"}, "cash": {"type": "string"}, "inventory": {"type": "string"}, "totalCurrentAssets": {"type": "string"}, "totalAssets": {"type": "string"}, "shortLongTermDebt": {"type": "string"}, "longTermDebt": {"type": "string"}, "otherLiab": {"type": "string"}, "totalCurrentLiabilities": {"type": "string"}, "totalLiab": {"type": "string"}}, "required": ["cash", "endDate", "inventory", "longTermDebt", "otherLiab", "shortLongTermDebt", "totalAssets", "totalCurrentAssets", "totalCurrentLiabilities", "totalLiab"]}, "1": {"type": "object", "properties": {"endDate": {"type": "string"}, "cash": {"type": "string"}, "inventory": {"type": "string"}, "totalCurrentAssets": {"type": "string"}, "totalAssets": {"type": "string"}, "shortLongTermDebt": {"type": "string"}, "longTermDebt": {"type": "string"}, "otherLiab": {"type": "string"}, "totalCurrentLiabilities": {"type": "string"}, "totalLiab": {"type": "string"}}, "required": ["cash", "endDate", "inventory", "longTermDebt", "otherLiab", "shortLongTermDebt", "totalAssets", "totalCurrentAssets", "totalCurrentLiabilities", "totalLiab"]}, "2": {"type": "object", "properties": {"endDate": {"type": "string"}, "cash": {"type": "string"}, "inventory": {"type": "string"}, "totalCurrentAssets": {"type": "string"}, "totalAssets": {"type": "string"}, "shortLongTermDebt": {"type": "string"}, "longTermDebt": {"type": "string"}, "otherLiab": {"type": "string"}, "totalCurrentLiabilities": {"type": "string"}, "totalLiab": {"type": "string"}}, "required": ["cash", "endDate", "inventory", "longTermDebt", "otherLiab", "shortLongTermDebt", "totalAssets", "totalCurrentAssets", "totalCurrentLiabilities", "totalLiab"]}, "3": {"type": "object", "properties": {"endDate": {"type": "string"}, "cash": {"type": "string"}, "inventory": {"type": "string"}, "totalCurrentAssets": {"type": "string"}, "totalAssets": {"type": "string"}, "shortLongTermDebt": {"type": "string"}, "longTermDebt": {"type": "string"}, "otherLiab": {"type": "string"}, "totalCurrentLiabilities": {"type": "string"}, "totalLiab": {"type": "string"}}, "required": ["cash", "endDate", "inventory", "longTermDebt", "otherLiab", "shortLongTermDebt", "totalAssets", "totalCurrentAssets", "totalCurrentLiabilities", "totalLiab"]}}, "required": ["0", "1", "2", "3"]}}, "required": ["data", "source"]} |
16b70074-6f08-4af9-9f19-92a88b67910a/05a4faf1-9918-4a39-8e0b-d88307f439b9/0/0 | Realtime Stock Data | The worlds cheapest Realtime stock data provider | 8.9 | earnings-trend | This reflects the insurance company's profits over given periods of time.
This endpoint also gives experts & AI supported predictions about stock future behavior | 200 | Response | {"source": "Realtime Stock Data API", "data": {"0": {"growth": "-10.80%", "endDate": "2022-06-30", "estEarnings": {"avg": 1.16, "low": 1.07, "high": 1.32, "growth": -0.108}, "revenue": {"avg": "82.43B", "low": "78.88B", "high": "88.41B"}}, "1": {"growth": "6.50%", "endDate": "2022-09-30", "estEarnings": {"avg": 1.32, "low": 1.21, "high": 1.44, "growth": 0.065}, "revenue": {"avg": "90.26B", "low": "86.4B", "high": "96.45B", "growth": "8.30%"}}, "2": {"growth": "9.30%", "endDate": "2022-09-30", "estEarnings": {"avg": 6.13, "low": 5.93, "high": 6.63, "growth": 0.093}, "revenue": {"avg": "393.72B", "low": "387.2B", "high": "402.65B", "growth": "7.60%"}}, "3": {"growth": "6.90%", "endDate": "2023-09-30", "estEarnings": {"avg": 6.55, "low": 5.91, "high": 7.35, "growth": 0.069}, "revenue": {"avg": "415.45B", "low": "393.77B", "high": "440.47B", "growth": "5.50%"}}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"source": {"type": "string"}, "data": {"type": "object", "properties": {"0": {"type": "object", "properties": {"growth": {"type": "string"}, "endDate": {"type": "string"}, "estEarnings": {"type": "object", "properties": {"avg": {"type": "number"}, "low": {"type": "number"}, "high": {"type": "number"}, "growth": {"type": "number"}}, "required": ["avg", "growth", "high", "low"]}, "revenue": {"type": "object", "properties": {"avg": {"type": "string"}, "low": {"type": "string"}, "high": {"type": "string"}}, "required": ["avg", "high", "low"]}}, "required": ["endDate", "estEarnings", "growth", "revenue"]}, "1": {"type": "object", "properties": {"growth": {"type": "string"}, "endDate": {"type": "string"}, "estEarnings": {"type": "object", "properties": {"avg": {"type": "number"}, "low": {"type": "number"}, "high": {"type": "number"}, "growth": {"type": "number"}}, "required": ["avg", "growth", "high", "low"]}, "revenue": {"type": "object", "properties": {"avg": {"type": "string"}, "low": {"type": "string"}, "high": {"type": "string"}, "growth": {"type": "string"}}, "required": ["avg", "growth", "high", "low"]}}, "required": ["endDate", "estEarnings", "growth", "revenue"]}, "2": {"type": "object", "properties": {"growth": {"type": "string"}, "endDate": {"type": "string"}, "estEarnings": {"type": "object", "properties": {"avg": {"type": "number"}, "low": {"type": "number"}, "high": {"type": "number"}, "growth": {"type": "number"}}, "required": ["avg", "growth", "high", "low"]}, "revenue": {"type": "object", "properties": {"avg": {"type": "string"}, "low": {"type": "string"}, "high": {"type": "string"}, "growth": {"type": "string"}}, "required": ["avg", "growth", "high", "low"]}}, "required": ["endDate", "estEarnings", "growth", "revenue"]}, "3": {"type": "object", "properties": {"growth": {"type": "string"}, "endDate": {"type": "string"}, "estEarnings": {"type": "object", "properties": {"avg": {"type": "number"}, "low": {"type": "number"}, "high": {"type": "number"}, "growth": {"type": "number"}}, "required": ["avg", "growth", "high", "low"]}, "revenue": {"type": "object", "properties": {"avg": {"type": "string"}, "low": {"type": "string"}, "high": {"type": "string"}, "growth": {"type": "string"}}, "required": ["avg", "growth", "high", "low"]}}, "required": ["endDate", "estEarnings", "growth", "revenue"]}}, "required": ["0", "1", "2", "3"]}}, "required": ["data", "source"]} |
16b70074-6f08-4af9-9f19-92a88b67910a/d790dadd-36a4-493d-80b3-255b669aa9bb/0/0 | Realtime Stock Data | The worlds cheapest Realtime stock data provider | 8.9 | historic data | return historic data
interval - The time interval between two data points. Can be 1m 2m 5m 15m 30m 60m 90m 1h 1d 5d 1wk 1mo 3mo
range - The range for which the data is returned. | 200 | Response | {"source": " Manwil Zaki-Realtime Stock Data API", "data": {"timestamp": [1663767000, 1663853400, 1663939800, 1664199000, 1664285400, 1664371800, 1664458200, 1664544600, 1664803800, 1664890200, 1664976600, 1665063000, 1665149400, 1665408600, 1665495000, 1665581400, 1665667800, 1665754200, 1666013400, 1666110306], "quote": [{"high": [158.74000549316406, 154.47000122070312, 151.47000122070312, 153.77000427246094, 154.72000122070312, 150.63999938964844, 146.72000122070312, 143.10000610351562, 143.07000732421875, 146.22000122070312, 147.3800048828125, 147.5399932861328, 143.10000610351562, 141.88999938964844, 141.35000610351562, 140.36000061035156, 143.58999633789062, 144.52000427246094, 142.89999389648438, 146.6999969482422], "volume": [101696800, 86652500, 95939200, 93339400, 84442700, 146691400, 128138200, 124705400, 114311700, 87830100, 79471000, 68402200, 85859100, 74899000, 77033700, 70433700, 113224000, 88512300, 85073900, 38975602], "close": [153.72000122070312, 152.74000549316406, 150.42999267578125, 150.77000427246094, 151.75999450683594, 149.83999633789062, 142.47999572753906, 138.1999969482422, 142.4499969482422, 146.10000610351562, 146.39999389648438, 145.42999267578125, 140.08999633789062, 140.4199981689453, 138.97999572753906, 138.33999633789062, 142.99000549316406, 138.3800048828125, 142.41000366210938, 144.25], "open": [157.33999633789062, 152.3800048828125, 151.19000244140625, 149.66000366210938, 152.74000549316406, 147.63999938964844, 146.10000610351562, 141.27999877929688, 138.2100067138672, 145.02999877929688, 144.07000732421875, 145.80999755859375, 142.5399932861328, 140.4199981689453, 139.89999389648438, 139.1300048828125, 134.99000549316406, 144.30999755859375, 141.07000732421875, 145.49000549316406], "low": [153.60000610351562, 150.91000366210938, 148.55999755859375, 149.63999938964844, 149.9499969482422, 144.83999633789062, 140.67999267578125, 138, 137.69000244140625, 144.25999450683594, 143.00999450683594, 145.22000122070312, 139.4499969482422, 138.57000732421875, 138.22000122070312, 138.16000366210938, 134.3699951171875, 138.19000244140625, 140.27000427246094, 142.96499633789062]}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"source": {"type": "string"}, "data": {"type": "object", "properties": {"timestamp": {"type": "array", "items": {"type": "integer"}}, "quote": {"type": "array", "items": {"type": "object", "properties": {"high": {"type": "array", "items": {"type": "number"}}, "volume": {"type": "array", "items": {"type": "integer"}}, "close": {"type": "array", "items": {"type": "number"}}, "open": {"type": "array", "items": {"type": "number"}}, "low": {"type": "array", "items": {"type": "number"}}}, "required": ["close", "high", "low", "open", "volume"]}}}, "required": ["quote", "timestamp"]}}, "required": ["data", "source"]} |
16b70074-6f08-4af9-9f19-92a88b67910a/24e892d1-3a17-496c-ab24-57a08b79d0b4/0/0 | Realtime Stock Data | The worlds cheapest Realtime stock data provider | 8.9 | earnings | A company's earnings are its after-tax net income. This is the company's bottom line or its profits. Earnings are perhaps the single most important and most closely studied number in a company's financial statements.
This API also returns historical earnings | 200 | Response | {"source": "Realtime Stock Data API", "data": {"0": {"date": 2018, "revenue": "265.6B", "earnings": "59.53B"}, "1": {"date": 2019, "revenue": "260.17B", "earnings": "55.26B"}, "2": {"date": 2020, "revenue": "274.51B", "earnings": "57.41B"}, "3": {"date": 2021, "revenue": "365.82B", "earnings": "94.68B"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"source": {"type": "string"}, "data": {"type": "object", "properties": {"0": {"type": "object", "properties": {"date": {"type": "integer"}, "revenue": {"type": "string"}, "earnings": {"type": "string"}}, "required": ["date", "earnings", "revenue"]}, "1": {"type": "object", "properties": {"date": {"type": "integer"}, "revenue": {"type": "string"}, "earnings": {"type": "string"}}, "required": ["date", "earnings", "revenue"]}, "2": {"type": "object", "properties": {"date": {"type": "integer"}, "revenue": {"type": "string"}, "earnings": {"type": "string"}}, "required": ["date", "earnings", "revenue"]}, "3": {"type": "object", "properties": {"date": {"type": "integer"}, "revenue": {"type": "string"}, "earnings": {"type": "string"}}, "required": ["date", "earnings", "revenue"]}}, "required": ["0", "1", "2", "3"]}}, "required": ["data", "source"]} |
16b70074-6f08-4af9-9f19-92a88b67910a/724bc8c2-5faf-4351-b952-3951dea73413/0/0 | Realtime Stock Data | The worlds cheapest Realtime stock data provider | 8.9 | options | Option chain data is the complete picture pertaining to option strikes of a particular stock or index in a single frame. In the Option chain frame, the strike price is at the center and all data pertaining to calls and puts on the same strike are presented next to each other. | 200 | Response | {"source": " Manwil Zaki-Realtime Stock Data API", "data": {"expirationDates": [1679011200, 1679616000, 1680220800, 1680739200, 1681430400, 1682035200, 1684454400, 1686873600, 1689897600, 1692316800, 1694736000, 1697760000, 1702598400, 1705622400, 1710460800, 1718928000, 1726790400, 1737072000, 1750377600, 1766102400], "strikes": [35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 152.5, 155, 157.5, 160, 162.5, 165, 167.5, 170, 172.5, 175, 177.5, 180, 185, 190, 195, 200, 205, 210, 215, 220, 225, 230, 235, 240, 245, 250, 255, 260, 265, 270, 275, 280, 290, 300], "options": [{"expirationDate": 1679011200, "hasMiniOptions": false, "calls": [{"contractSymbol": "AAPL230317C00035000", "strike": 35, "currency": "USD", "lastPrice": 117.35, "change": 0, "percentChange": 0, "volume": 4, "openInterest": 583, "bid": 112.35, "ask": 114.9, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678307698, "impliedVolatility": 4.7500040624999995, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00040000", "strike": 40, "currency": "USD", "lastPrice": 106, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 465, "bid": 107.35, "ask": 109.85, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1677684086, "impliedVolatility": 4.210942236328124, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00045000", "strike": 45, "currency": "USD", "lastPrice": 109.4, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 35, "bid": 102.35, "ask": 104.9, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678374458, "impliedVolatility": 3.9531251171874997, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00050000", "strike": 50, "currency": "USD", "lastPrice": 101.73, "change": 0, "percentChange": 0, "volume": 5, "openInterest": 148, "bid": 97.35, "ask": 99.25, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678388619, "impliedVolatility": 4.753910307617186, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00055000", "strike": 55, "currency": "USD", "lastPrice": 93.85, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 13, "bid": 92.35, "ask": 94.9, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1677009450, "impliedVolatility": 3.3203141992187497, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00060000", "strike": 60, "currency": "USD", "lastPrice": 87.71, "change": 0, "percentChange": 0, "volume": 15, "openInterest": 2275, "bid": 87.35, "ask": 89.9, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1677508201, "impliedVolatility": 3.0468773828125, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00065000", "strike": 65, "currency": "USD", "lastPrice": 86.75, "change": 0, "percentChange": 0, "volume": 37, "openInterest": 1162, "bid": 82.35, "ask": 84.95, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678390226, "impliedVolatility": 2.863284091796875, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00070000", "strike": 70, "currency": "USD", "lastPrice": 81.35, "change": 0, "percentChange": 0, "volume": 60, "openInterest": 3555, "bid": 77.35, "ask": 79.3, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678390412, "impliedVolatility": 3.4414076464843752, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00075000", "strike": 75, "currency": "USD", "lastPrice": 80.54, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 732, "bid": 72.35, "ask": 74.9, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678117643, "impliedVolatility": 2.3437541406249993, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00080000", "strike": 80, "currency": "USD", "lastPrice": 68.85, "change": -4.050003, "percentChange": -5.5555596, "volume": 7, "openInterest": 1944, "bid": 67.35, "ask": 69.95, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678478203, "impliedVolatility": 2.1953170117187497, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00085000", "strike": 85, "currency": "USD", "lastPrice": 69, "change": 0, "percentChange": 0, "volume": 13, "openInterest": 481, "bid": 62.35, "ask": 64.95, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678379783, "impliedVolatility": 2.000005, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00090000", "strike": 90, "currency": "USD", "lastPrice": 59.7, "change": -2.75, "percentChange": -4.4035225, "volume": 2, "openInterest": 2212, "bid": 57.4, "ask": 59.95, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678470290, "impliedVolatility": 1.85546947265625, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00095000", "strike": 95, "currency": "USD", "lastPrice": 55.65, "change": -2.3999977, "percentChange": -4.134363, "volume": 3, "openInterest": 608, "bid": 52.4, "ask": 54.95, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678308300, "impliedVolatility": 1.67578287109375, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00100000", "strike": 100, "currency": "USD", "lastPrice": 47.75, "change": -4.6500015, "percentChange": -8.874048, "volume": 36, "openInterest": 4743, "bid": 47.65, "ask": 49.7, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678480994, "impliedVolatility": 1.505861845703125, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00105000", "strike": 105, "currency": "USD", "lastPrice": 43.2, "change": -4.3999977, "percentChange": -9.243693, "volume": 1, "openInterest": 1224, "bid": 42.4, "ask": 44.95, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678480542, "impliedVolatility": 1.3418001660156247, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00110000", "strike": 110, "currency": "USD", "lastPrice": 37.88, "change": -2.7700005, "percentChange": -6.814269, "volume": 35, "openInterest": 2594, "bid": 38.4, "ask": 39.7, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678480899, "impliedVolatility": 1.4599636376953122, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00115000", "strike": 115, "currency": "USD", "lastPrice": 35.8, "change": 0, "percentChange": 0, "volume": 5, "openInterest": 1616, "bid": 32.4, "ask": 35, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678395426, "impliedVolatility": 1.0546922265625, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00120000", "strike": 120, "currency": "USD", "lastPrice": 28.29, "change": -2.6999989, "percentChange": -8.712484, "volume": 284, "openInterest": 14881, "bid": 26.1, "ask": 28.8, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481617, "impliedVolatility": 0.97460962890625, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00125000", "strike": 125, "currency": "USD", "lastPrice": 23.29, "change": -2.6099987, "percentChange": -10.077215, "volume": 250, "openInterest": 29425, "bid": 22.75, "ask": 25, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481663, "impliedVolatility": 0.85742330078125, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00130000", "strike": 130, "currency": "USD", "lastPrice": 18.39, "change": -2.3700008, "percentChange": -11.416188, "volume": 382, "openInterest": 82599, "bid": 18.3, "ask": 20.3, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481617, "impliedVolatility": 0.8461929443359374, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00135000", "strike": 135, "currency": "USD", "lastPrice": 13.93, "change": -2.2199993, "percentChange": -13.746126, "volume": 159, "openInterest": 12204, "bid": 12.8, "ask": 14.8, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481896, "impliedVolatility": 0.5107470800781251, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00138000", "strike": 138, "currency": "USD", "lastPrice": 10.35, "change": -2.25, "percentChange": -17.857141, "volume": 150, "openInterest": 111, "bid": 10.2, "ask": 12.65, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481440, "impliedVolatility": 0.5832561206054687, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00139000", "strike": 139, "currency": "USD", "lastPrice": 10, "change": -2.1999998, "percentChange": -18.032785, "volume": 191, "openInterest": 232, "bid": 9.95, "ask": 10.65, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481958, "impliedVolatility": 0.51758294921875, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00140000", "strike": 140, "currency": "USD", "lastPrice": 8.95, "change": -2.1500006, "percentChange": -19.369373, "volume": 1316, "openInterest": 44063, "bid": 8.55, "ask": 9.35, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481815, "impliedVolatility": 0.4904836108398438, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00141000", "strike": 141, "currency": "USD", "lastPrice": 7.98, "change": -2.52, "percentChange": -24, "volume": 225, "openInterest": 225, "bid": 8.15, "ask": 8.4, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481699, "impliedVolatility": 0.46191944335937507, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00142000", "strike": 142, "currency": "USD", "lastPrice": 7.13, "change": -2.2399998, "percentChange": -23.90608, "volume": 514, "openInterest": 428, "bid": 7.25, "ask": 7.55, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481690, "impliedVolatility": 0.4497125341796875, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00143000", "strike": 143, "currency": "USD", "lastPrice": 6.57, "change": -1.8799996, "percentChange": -22.248516, "volume": 711, "openInterest": 432, "bid": 6.45, "ask": 6.65, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481994, "impliedVolatility": 0.42529871582031253, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00144000", "strike": 144, "currency": "USD", "lastPrice": 5.8, "change": -1.8999996, "percentChange": -24.67532, "volume": 1161, "openInterest": 524, "bid": 5.65, "ask": 5.9, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481972, "impliedVolatility": 0.42139250488281255, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00145000", "strike": 145, "currency": "USD", "lastPrice": 5.05, "change": -1.77, "percentChange": -25.95308, "volume": 2429, "openInterest": 39838, "bid": 4.95, "ask": 5.3, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481997, "impliedVolatility": 0.4335994140625, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00146000", "strike": 146, "currency": "USD", "lastPrice": 4.3, "change": -1.6799998, "percentChange": -28.093641, "volume": 1577, "openInterest": 1573, "bid": 4.2, "ask": 4.35, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481958, "impliedVolatility": 0.38941040283203127, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00147000", "strike": 147, "currency": "USD", "lastPrice": 3.7, "change": -1.55, "percentChange": -29.523808, "volume": 1951, "openInterest": 5125, "bid": 3.55, "ask": 3.7, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481958, "impliedVolatility": 0.38233039550781245, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00148000", "strike": 148, "currency": "USD", "lastPrice": 3.01, "change": -1.5400002, "percentChange": -33.846157, "volume": 6796, "openInterest": 7783, "bid": 2.99, "ask": 3.15, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481987, "impliedVolatility": 0.3815979809570312, "inTheMoney": true}, {"contractSymbol": "AAPL230317C00149000", "strike": 149, "currency": "USD", "lastPrice": 2.51, "change": -1.3900001, "percentChange": -35.641026, "volume": 11462, "openInterest": 12731, "bid": 2.46, "ask": 2.54, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481999, "impliedVolatility": 0.3657289990234375, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00150000", "strike": 150, "currency": "USD", "lastPrice": 2, "change": -1.25, "percentChange": -38.46154, "volume": 29563, "openInterest": 90886, "bid": 1.97, "ask": 2.02, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481999, "impliedVolatility": 0.35425450439453116, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00152500", "strike": 152.5, "currency": "USD", "lastPrice": 1.06, "change": -0.93000007, "percentChange": -46.733673, "volume": 25603, "openInterest": 27526, "bid": 1.05, "ask": 1.08, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481999, "impliedVolatility": 0.3386296606445312, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00155000", "strike": 155, "currency": "USD", "lastPrice": 0.5, "change": -0.59000003, "percentChange": -54.128445, "volume": 37863, "openInterest": 61282, "bid": 0.47, "ask": 0.51, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481991, "impliedVolatility": 0.32739930419921875, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00157500", "strike": 157.5, "currency": "USD", "lastPrice": 0.22, "change": -0.32000002, "percentChange": -59.25926, "volume": 15690, "openInterest": 16177, "bid": 0.2, "ask": 0.22, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481992, "impliedVolatility": 0.32227240234374993, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00160000", "strike": 160, "currency": "USD", "lastPrice": 0.11, "change": -0.14, "percentChange": -56, "volume": 18289, "openInterest": 66015, "bid": 0.1, "ask": 0.11, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481989, "impliedVolatility": 0.334967587890625, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00162500", "strike": 162.5, "currency": "USD", "lastPrice": 0.06, "change": -0.06, "percentChange": -50, "volume": 5590, "openInterest": 13365, "bid": 0.05, "ask": 0.06, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481991, "impliedVolatility": 0.35156898437499995, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00165000", "strike": 165, "currency": "USD", "lastPrice": 0.03, "change": -0.04, "percentChange": -57.142853, "volume": 4871, "openInterest": 43277, "bid": 0.02, "ask": 0.03, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481975, "impliedVolatility": 0.3632876171875, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00167500", "strike": 167.5, "currency": "USD", "lastPrice": 0.02, "change": -0.030000001, "percentChange": -60.000004, "volume": 2846, "openInterest": 7083, "bid": 0.01, "ask": 0.02, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481955, "impliedVolatility": 0.38672488281249995, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00170000", "strike": 170, "currency": "USD", "lastPrice": 0.02, "change": -0.01, "percentChange": -33.333336, "volume": 639, "openInterest": 32281, "bid": 0.01, "ask": 0.02, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678480912, "impliedVolatility": 0.42969320312500003, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00172500", "strike": 172.5, "currency": "USD", "lastPrice": 0.02, "change": 0, "percentChange": 0, "volume": 302, "openInterest": 1603, "bid": 0, "ask": 0.02, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678478998, "impliedVolatility": 0.4687553125, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00175000", "strike": 175, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 77, "openInterest": 18462, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678480553, "impliedVolatility": 0.4687553125, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00177500", "strike": 177.5, "currency": "USD", "lastPrice": 0.01, "change": -0.01, "percentChange": -50, "volume": 2, "openInterest": 911, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678463795, "impliedVolatility": 0.507817421875, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00180000", "strike": 180, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 431, "openInterest": 17203, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678479978, "impliedVolatility": 0.51562984375, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00185000", "strike": 185, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 3, "openInterest": 12084, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678379091, "impliedVolatility": 0.57812921875, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00190000", "strike": 190, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 9, "openInterest": 20588, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678471839, "impliedVolatility": 0.64062859375, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00195000", "strike": 195, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 94, "openInterest": 9221, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678479748, "impliedVolatility": 0.6875031250000001, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00200000", "strike": 200, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 3, "openInterest": 31043, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678458605, "impliedVolatility": 0.7500025, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00205000", "strike": 205, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 4, "openInterest": 2508, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678133654, "impliedVolatility": 0.8125018749999999, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00210000", "strike": 210, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 11999, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678462657, "impliedVolatility": 0.87500125, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00215000", "strike": 215, "currency": "USD", "lastPrice": 0.02, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 529, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1676644419, "impliedVolatility": 0.9062509375, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00220000", "strike": 220, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 6223, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678475241, "impliedVolatility": 0.9687503125, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00225000", "strike": 225, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 30, "openInterest": 1494, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1677508587, "impliedVolatility": 1.0312548437500002, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00230000", "strike": 230, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 4165, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678118301, "impliedVolatility": 1.0625046875000002, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00235000", "strike": 235, "currency": "USD", "lastPrice": 0.04, "change": 0, "percentChange": 0, "volume": 6, "openInterest": 7, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1675448148, "impliedVolatility": 1.125004375, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00240000", "strike": 240, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 16, "openInterest": 1455, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678118301, "impliedVolatility": 1.15625421875, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00245000", "strike": 245, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 10, "openInterest": 20, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1676298952, "impliedVolatility": 1.21875390625, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00250000", "strike": 250, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 4636, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678375931, "impliedVolatility": 1.2500037499999999, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00255000", "strike": 255, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 2, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1675438748, "impliedVolatility": 1.3125034374999998, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00260000", "strike": 260, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 3117, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678375931, "impliedVolatility": 1.3437532812499997, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00265000", "strike": 265, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "openInterest": 1, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1675703232, "impliedVolatility": 1.3750031249999999, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00270000", "strike": 270, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 20, "openInterest": 2654, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1676319422, "impliedVolatility": 1.4375028125, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00275000", "strike": 275, "currency": "USD", "lastPrice": 0.02, "change": 0.01, "percentChange": 100, "volume": 5, "openInterest": 18, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678287509, "impliedVolatility": 1.46875265625, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00280000", "strike": 280, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 1757, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678199410, "impliedVolatility": 1.5000025, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00290000", "strike": 290, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 977, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1675370813, "impliedVolatility": 1.5625021874999998, "inTheMoney": false}, {"contractSymbol": "AAPL230317C00300000", "strike": 300, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 10, "openInterest": 6658, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678297275, "impliedVolatility": 1.625001875, "inTheMoney": false}], "puts": [{"contractSymbol": "AAPL230317P00035000", "strike": 35, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 101, "openInterest": 414, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1676655311, "impliedVolatility": 3.50000125, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00040000", "strike": 40, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 10, "openInterest": 270, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678459513, "impliedVolatility": 3.1250021875, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00045000", "strike": 45, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 5, "openInterest": 205, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678125850, "impliedVolatility": 2.8750028125, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00050000", "strike": 50, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 10, "openInterest": 921, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678305112, "impliedVolatility": 2.6250034375, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00055000", "strike": 55, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 1575, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678119509, "impliedVolatility": 2.3750040624999995, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00060000", "strike": 60, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 16402, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678388992, "impliedVolatility": 2.1875045312499997, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00065000", "strike": 65, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 2617, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1677181601, "impliedVolatility": 2.000005, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00070000", "strike": 70, "currency": "USD", "lastPrice": 0.01, "change": -0.01, "percentChange": -50, "volume": 1, "openInterest": 10211, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678466919, "impliedVolatility": 1.875000625, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00075000", "strike": 75, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 6282, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678470523, "impliedVolatility": 1.6875015625, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00080000", "strike": 80, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 14, "openInterest": 20353, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1677776444, "impliedVolatility": 1.5312523437499999, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00085000", "strike": 85, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 10, "openInterest": 3378, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1677776485, "impliedVolatility": 1.3750031249999999, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00090000", "strike": 90, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 20, "openInterest": 11319, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678462415, "impliedVolatility": 1.2500037499999999, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00095000", "strike": 95, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 17, "openInterest": 8725, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678476209, "impliedVolatility": 1.125004375, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00100000", "strike": 100, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 19, "openInterest": 41177, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678478428, "impliedVolatility": 1.000005, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00105000", "strike": 105, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 144, "openInterest": 14557, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678478929, "impliedVolatility": 0.9062509375, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00110000", "strike": 110, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 28, "openInterest": 21026, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678477894, "impliedVolatility": 0.7812521875, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00115000", "strike": 115, "currency": "USD", "lastPrice": 0.02, "change": 0.01, "percentChange": 100, "volume": 279, "openInterest": 15006, "bid": 0, "ask": 0.02, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481150, "impliedVolatility": 0.7187528125, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00120000", "strike": 120, "currency": "USD", "lastPrice": 0.03, "change": 0.02, "percentChange": 200, "volume": 1031, "openInterest": 45196, "bid": 0.02, "ask": 0.03, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481937, "impliedVolatility": 0.6718782812500002, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00125000", "strike": 125, "currency": "USD", "lastPrice": 0.04, "change": 0.02, "percentChange": 100, "volume": 3471, "openInterest": 51518, "bid": 0.03, "ask": 0.04, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481983, "impliedVolatility": 0.57812921875, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00130000", "strike": 130, "currency": "USD", "lastPrice": 0.07, "change": 0.02, "percentChange": 39.999996, "volume": 8238, "openInterest": 100821, "bid": 0.06, "ask": 0.08, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481986, "impliedVolatility": 0.5097705273437501, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00135000", "strike": 135, "currency": "USD", "lastPrice": 0.18, "change": 0.06000001, "percentChange": 50.00001, "volume": 16485, "openInterest": 48804, "bid": 0.16, "ask": 0.19, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481991, "impliedVolatility": 0.46191944335937507, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00138000", "strike": 138, "currency": "USD", "lastPrice": 0.31, "change": 0.11, "percentChange": 55, "volume": 1609, "openInterest": 4105, "bid": 0.31, "ask": 0.35, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481975, "impliedVolatility": 0.43457596679687505, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00139000", "strike": 139, "currency": "USD", "lastPrice": 0.39, "change": 0.109999985, "percentChange": 39.285706, "volume": 1678, "openInterest": 4009, "bid": 0.38, "ask": 0.42, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481941, "impliedVolatility": 0.422857333984375, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00140000", "strike": 140, "currency": "USD", "lastPrice": 0.49, "change": 0.16, "percentChange": 48.484848, "volume": 23696, "openInterest": 73992, "bid": 0.49, "ask": 0.5, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481999, "impliedVolatility": 0.4101621484375, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00141000", "strike": 141, "currency": "USD", "lastPrice": 0.63, "change": 0.21000001, "percentChange": 50.000008, "volume": 2172, "openInterest": 3702, "bid": 0.59, "ask": 0.63, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481949, "impliedVolatility": 0.405279384765625, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00142000", "strike": 142, "currency": "USD", "lastPrice": 0.76, "change": 0.24000001, "percentChange": 46.15385, "volume": 3549, "openInterest": 4221, "bid": 0.73, "ask": 0.78, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481989, "impliedVolatility": 0.39893179199218753, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00143000", "strike": 143, "currency": "USD", "lastPrice": 0.92, "change": 0.29000002, "percentChange": 46.03175, "volume": 7224, "openInterest": 4920, "bid": 0.88, "ask": 0.98, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481981, "impliedVolatility": 0.3957579956054688, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00144000", "strike": 144, "currency": "USD", "lastPrice": 1.14, "change": 0.34999996, "percentChange": 44.30379, "volume": 6913, "openInterest": 4995, "bid": 1.08, "ask": 1.18, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481985, "impliedVolatility": 0.38623660644531244, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00145000", "strike": 145, "currency": "USD", "lastPrice": 1.36, "change": 0.38, "percentChange": 38.77551, "volume": 33824, "openInterest": 59405, "bid": 1.35, "ask": 1.4, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481994, "impliedVolatility": 0.3745179736328125, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00146000", "strike": 146, "currency": "USD", "lastPrice": 1.67, "change": 0.4799999, "percentChange": 40.336124, "volume": 21314, "openInterest": 17670, "bid": 1.67, "ask": 1.9, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481991, "impliedVolatility": 0.39649041015625003, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00147000", "strike": 147, "currency": "USD", "lastPrice": 2.02, "change": 0.5799999, "percentChange": 40.27777, "volume": 8691, "openInterest": 7164, "bid": 2, "ask": 2.05, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481979, "impliedVolatility": 0.3618227880859375, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00148000", "strike": 148, "currency": "USD", "lastPrice": 2.4, "change": 0.6600001, "percentChange": 37.93104, "volume": 13810, "openInterest": 6424, "bid": 2.39, "ask": 2.45, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481993, "impliedVolatility": 0.3552310571289062, "inTheMoney": false}, {"contractSymbol": "AAPL230317P00149000", "strike": 149, "currency": "USD", "lastPrice": 2.87, "change": 0.7399998, "percentChange": 34.74177, "volume": 13447, "openInterest": 6268, "bid": 2.86, "ask": 2.98, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481991, "impliedVolatility": 0.3579165771484375, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00150000", "strike": 150, "currency": "USD", "lastPrice": 3.4, "change": 0.8700001, "percentChange": 34.387356, "volume": 20831, "openInterest": 73705, "bid": 3.35, "ask": 3.5, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481999, "impliedVolatility": 0.35156898437499995, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00152500", "strike": 152.5, "currency": "USD", "lastPrice": 4.9, "change": 1.1500001, "percentChange": 30.66667, "volume": 5230, "openInterest": 6642, "bid": 4.85, "ask": 5, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481901, "impliedVolatility": 0.3259344750976562, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00155000", "strike": 155, "currency": "USD", "lastPrice": 6.84, "change": 1.4900002, "percentChange": 27.850473, "volume": 3778, "openInterest": 27861, "bid": 6.6, "ask": 7.1, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481997, "impliedVolatility": 0.3464420825195312, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00157500", "strike": 157.5, "currency": "USD", "lastPrice": 9, "change": 2, "percentChange": 28.57143, "volume": 789, "openInterest": 2406, "bid": 8.45, "ask": 9.6, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481887, "impliedVolatility": 0.42627526855468756, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00160000", "strike": 160, "currency": "USD", "lastPrice": 11.5, "change": 2.1000004, "percentChange": 22.340431, "volume": 386, "openInterest": 7376, "bid": 11, "ask": 12.35, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481957, "impliedVolatility": 0.5588423022460938, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00162500", "strike": 162.5, "currency": "USD", "lastPrice": 14.75, "change": 2.9499998, "percentChange": 24.999998, "volume": 27, "openInterest": 193, "bid": 12.7, "ask": 15.15, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481139, "impliedVolatility": 0.6997100341796876, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00165000", "strike": 165, "currency": "USD", "lastPrice": 16.72, "change": 2.4699993, "percentChange": 17.333328, "volume": 37, "openInterest": 389, "bid": 15.9, "ask": 17.5, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481692, "impliedVolatility": 0.7407252490234374, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00167500", "strike": 167.5, "currency": "USD", "lastPrice": 18.75, "change": 3.6499996, "percentChange": 24.172182, "volume": 2, "openInterest": 2, "bid": 17.4, "ask": 20.25, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678469248, "impliedVolatility": 0.8686536572265625, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00170000", "strike": 170, "currency": "USD", "lastPrice": 21.65, "change": 2.0499992, "percentChange": 10.45918, "volume": 714, "openInterest": 285, "bid": 20.15, "ask": 22.65, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678480158, "impliedVolatility": 0.9150399121093751, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00175000", "strike": 175, "currency": "USD", "lastPrice": 26.6, "change": 2.1499996, "percentChange": 8.793454, "volume": 447, "openInterest": 101, "bid": 25.15, "ask": 27.45, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678480158, "impliedVolatility": 0.992187578125, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00180000", "strike": 180, "currency": "USD", "lastPrice": 32.13, "change": 3.2800007, "percentChange": 11.369153, "volume": 662, "openInterest": 265, "bid": 30.2, "ask": 32.45, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678480158, "impliedVolatility": 1.111332568359375, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00185000", "strike": 185, "currency": "USD", "lastPrice": 38.99, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 0, "bid": 35.15, "ask": 37.7, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1677253831, "impliedVolatility": 1.298343352050781, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00190000", "strike": 190, "currency": "USD", "lastPrice": 41.84, "change": 3.3899994, "percentChange": 8.816643, "volume": 4, "openInterest": 9, "bid": 40.15, "ask": 42.7, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678481667, "impliedVolatility": 1.4091826416015625, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00195000", "strike": 195, "currency": "USD", "lastPrice": 46.65, "change": 2.7000008, "percentChange": 6.1433463, "volume": 320, "openInterest": 60, "bid": 45.4, "ask": 47.7, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678480158, "impliedVolatility": 0.8828136718749999, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00200000", "strike": 200, "currency": "USD", "lastPrice": 50.81, "change": 5.760002, "percentChange": 12.785798, "volume": 3, "openInterest": 2, "bid": 50.15, "ask": 52.7, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678471933, "impliedVolatility": 1.6157245776367186, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00210000", "strike": 210, "currency": "USD", "lastPrice": 69.65, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 0, "bid": 71, "ask": 72.85, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1665169408, "impliedVolatility": 3.586426815185547, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00220000", "strike": 220, "currency": "USD", "lastPrice": 71.2, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 0, "bid": 87.55, "ask": 87.95, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1669132228, "impliedVolatility": 4.672855721435546, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00230000", "strike": 230, "currency": "USD", "lastPrice": 82, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 0, "bid": 80.15, "ask": 82.7, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1677168403, "impliedVolatility": 2.145512448730469, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00235000", "strike": 235, "currency": "USD", "lastPrice": 80.35, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 0, "bid": 82.85, "ask": 86, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1675437346, "impliedVolatility": 1.0000000000000003e-05, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00240000", "strike": 240, "currency": "USD", "lastPrice": 86.08, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 1, "bid": 90.15, "ask": 92.7, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1678133835, "impliedVolatility": 2.2998089379882813, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00245000", "strike": 245, "currency": "USD", "lastPrice": 89.25, "change": 0, "percentChange": 0, "openInterest": 0, "bid": 95.2, "ask": 97.7, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1676568869, "impliedVolatility": 2.373050942382812, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00250000", "strike": 250, "currency": "USD", "lastPrice": 95.1, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 2, "bid": 100.15, "ask": 102.7, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1676493857, "impliedVolatility": 2.4443398266601566, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00260000", "strike": 260, "currency": "USD", "lastPrice": 133.7, "change": 0, "percentChange": 0, "volume": 10, "openInterest": 0, "bid": 105.15, "ask": 105.85, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1672862165, "impliedVolatility": 1.0000000000000003e-05, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00270000", "strike": 270, "currency": "USD", "lastPrice": 122, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 0, "bid": 120.15, "ask": 122.7, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1677528952, "impliedVolatility": 2.7119172827148432, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00275000", "strike": 275, "currency": "USD", "lastPrice": 119.65, "change": 0, "percentChange": 0, "openInterest": 0, "bid": 125.15, "ask": 127.7, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1676577911, "impliedVolatility": 2.7744171264648436, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00280000", "strike": 280, "currency": "USD", "lastPrice": 137.95, "change": 0, "percentChange": 0, "volume": 10, "openInterest": 0, "bid": 127.85, "ask": 130.85, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1675276109, "impliedVolatility": 1.0000000000000003e-05, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00290000", "strike": 290, "currency": "USD", "lastPrice": 134.77, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 0, "bid": 140.15, "ask": 142.7, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1676562586, "impliedVolatility": 2.9531276171874996, "inTheMoney": true}, {"contractSymbol": "AAPL230317P00300000", "strike": 300, "currency": "USD", "lastPrice": 143.9, "change": 0, "percentChange": 0, "volume": 19, "openInterest": 0, "bid": 150.15, "ask": 152.7, "contractSize": "REGULAR", "expiration": 1679011200, "lastTradeDate": 1676573344, "impliedVolatility": 3.0664085839843747, "inTheMoney": true}]}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"source": {"type": "string"}, "data": {"type": "object", "properties": {"expirationDates": {"type": "array", "items": {"type": "integer"}}, "strikes": {"type": "array", "items": {"type": "number"}}, "options": {"type": "array", "items": {"type": "object", "properties": {"expirationDate": {"type": "integer"}, "hasMiniOptions": {"type": "boolean"}, "calls": {"type": "array", "items": {"type": "object", "properties": {"contractSymbol": {"type": "string"}, "strike": {"type": "number"}, "currency": {"type": "string"}, "lastPrice": {"type": "number"}, "change": {"type": "number"}, "percentChange": {"type": "number"}, "volume": {"type": "integer"}, "openInterest": {"type": "integer"}, "bid": {"type": "number"}, "ask": {"type": "number"}, "contractSize": {"type": "string"}, "expiration": {"type": "integer"}, "lastTradeDate": {"type": "integer"}, "impliedVolatility": {"type": "number"}, "inTheMoney": {"type": "boolean"}}, "required": ["ask", "bid", "change", "contractSize", "contractSymbol", "currency", "expiration", "impliedVolatility", "inTheMoney", "lastPrice", "lastTradeDate", "openInterest", "percentChange", "strike"]}}, "puts": {"type": "array", "items": {"type": "object", "properties": {"contractSymbol": {"type": "string"}, "strike": {"type": "number"}, "currency": {"type": "string"}, "lastPrice": {"type": "number"}, "change": {"type": "number"}, "percentChange": {"type": "number"}, "volume": {"type": "integer"}, "openInterest": {"type": "integer"}, "bid": {"type": "number"}, "ask": {"type": "number"}, "contractSize": {"type": "string"}, "expiration": {"type": "integer"}, "lastTradeDate": {"type": "integer"}, "impliedVolatility": {"type": "number"}, "inTheMoney": {"type": "boolean"}}, "required": ["ask", "bid", "change", "contractSize", "contractSymbol", "currency", "expiration", "impliedVolatility", "inTheMoney", "lastPrice", "lastTradeDate", "openInterest", "percentChange", "strike"]}}}, "required": ["calls", "expirationDate", "hasMiniOptions", "puts"]}}}, "required": ["expirationDates", "options", "strikes"]}}, "required": ["data", "source"]} |
16b70074-6f08-4af9-9f19-92a88b67910a/3d62073d-d0af-4f06-874b-1f6bdb0e13b8/0/0 | Realtime Stock Data | The worlds cheapest Realtime stock data provider | 8.9 | price | Returns the Realtime Stock Price Information for the symbol passed as parameter | 200 | Response | {"source": " Manwil Zaki-Realtime Stock Data API", "data": {"exchangeName": "NasdaqGS", "symbol": "AAPL", "Name": "Apple Inc.", "currency": "USD", "marketCap": "2.63T", "regularMarketPreviousClose": 170.03, "regularMarketOpen": 170.57, "regularMarketChangePercent": "-3.77%", "regularMarketChange": -6.4100037, "regularMarketTime": 1661544004, "regularMarketPrice": 163.62, "regularMarketDayHigh": 171.04, "regularMarketDayLow": 163.56, "regularMarketVolume": "78.96M", "currencySymbol": "$", "marketState": "CLOSED", "postMarketChangePercent": "-0.70%", "postMarketChange": -1.14999, "postMarketPrice": 162.47}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"source": {"type": "string"}, "data": {"type": "object", "properties": {"exchangeName": {"type": "string"}, "symbol": {"type": "string"}, "Name": {"type": "string"}, "currency": {"type": "string"}, "marketCap": {"type": "string"}, "regularMarketPreviousClose": {"type": "number"}, "regularMarketOpen": {"type": "number"}, "regularMarketChangePercent": {"type": "string"}, "regularMarketChange": {"type": "number"}, "regularMarketTime": {"type": "integer"}, "regularMarketPrice": {"type": "number"}, "regularMarketDayHigh": {"type": "number"}, "regularMarketDayLow": {"type": "number"}, "regularMarketVolume": {"type": "string"}, "currencySymbol": {"type": "string"}, "marketState": {"type": "string"}, "postMarketChangePercent": {"type": "string"}, "postMarketChange": {"type": "number"}, "postMarketPrice": {"type": "number"}}, "required": ["Name", "currency", "currencySymbol", "exchangeName", "marketCap", "marketState", "postMarketChange", "postMarketChangePercent", "postMarketPrice", "regularMarketChange", "regularMarketChangePercent", "regularMarketDayHigh", "regularMarketDayLow", "regularMarketOpen", "regularMarketPreviousClose", "regularMarketPrice", "regularMarketTime", "regularMarketVolume", "symbol"]}}, "required": ["data", "source"]} |
16b70074-6f08-4af9-9f19-92a88b67910a/6e5292e2-0888-41bd-bcbd-2cfaeeb91034/0/0 | Realtime Stock Data | The worlds cheapest Realtime stock data provider | 8.9 | index-trend | Trend Analysis is a relatively straightforward quantitative demand forecasting technique that uses the historical relationship between the operational index (i.e. sales level) and the number of employees required by the organization (demand for labour) to forecast future requirements. | 200 | Response | {"source": "Realtime Stock Data API", "data": {"symbol": "SP5", "peRatio": 14.4545, "pegRatio": 1.84486, "estimates": [{"period": "0q", "growth": 0.085}, {"period": "+1q", "growth": 0.14899999}, {"period": "0y", "growth": 0.106000006}, {"period": "+1y", "growth": 0.088}, {"period": "+5y", "growth": 0.0953554}, {"period": "-5y"}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"source": {"type": "string"}, "data": {"type": "object", "properties": {"symbol": {"type": "string"}, "peRatio": {"type": "number"}, "pegRatio": {"type": "number"}, "estimates": {"type": "array", "items": {"type": "object", "properties": {"period": {"type": "string"}, "growth": {"type": "number"}}, "required": ["period"]}}}, "required": ["estimates", "peRatio", "pegRatio", "symbol"]}}, "required": ["data", "source"]} |
16b70074-6f08-4af9-9f19-92a88b67910a/bd00447f-ffc4-4c0b-aa69-e85fe7c8dfdd/0/0 | Realtime Stock Data | The worlds cheapest Realtime stock data provider | 8.9 | esg-score | Simply explained, an ESG score is a measure of a company's exposure to long-term environmental, social, and governance risks that are often overlooked during traditional financial analyses. | 200 | Response | {"source": "Realtime Stock Data API", "data": {"totalESG": 16.41, "environmentScore": 0.65, "socialScore": 6.86, "governanceScore": 8.9, "ratingYear": 2022, "esgPerformance": "UNDER_PERF", "peerGroup": "Technology Hardware", "peerEsgScorePerformanceAvg": 16.223636363636366, "peerGovernancePerformanceAvg": 7.190740740740739, "peerSocialPerformanceAvg": 6.099814814814817, "peerEnvironmentPerformance": 3.1227777777777783, "percentile": 13.51}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"source": {"type": "string"}, "data": {"type": "object", "properties": {"totalESG": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}, "governanceScore": {"type": "number"}, "ratingYear": {"type": "integer"}, "esgPerformance": {"type": "string"}, "peerGroup": {"type": "string"}, "peerEsgScorePerformanceAvg": {"type": "number"}, "peerGovernancePerformanceAvg": {"type": "number"}, "peerSocialPerformanceAvg": {"type": "number"}, "peerEnvironmentPerformance": {"type": "number"}, "percentile": {"type": "number"}}, "required": ["environmentScore", "esgPerformance", "governanceScore", "peerEnvironmentPerformance", "peerEsgScorePerformanceAvg", "peerGovernancePerformanceAvg", "peerGroup", "peerSocialPerformanceAvg", "percentile", "ratingYear", "socialScore", "totalESG"]}}, "required": ["data", "source"]} |
b827bc57-b3fc-4ca2-be4c-8becbf292da6/f1497285-ccba-45bb-93a0-78d1c9f8c6ff/0/0 | Xchange Currency | REST APIs that provide latest Forex currency rate information that refreshes every 5 mins.
High availability, super low latency and easy dev-friendly response body structure. Must give it a try! | 0.1 | Current Foreign Currency Exchange Rate | Fetches the current foreign exchange rate that is refreshed every 15 mins. | 200 | New Example | {"fromCurrency": {"code": "USD", "name": "US Dollar"}, "toCurrency": {"code": "GBP", "name": "British Pound"}, "amount": 0.8159, "lastUpdated": "2022-08-01T20:25:29.046+00:00"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"fromCurrency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "toCurrency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "amount": {"type": "number"}, "lastUpdated": {"type": "string"}}, "required": ["amount", "fromCurrency", "lastUpdated", "toCurrency"]} |
b827bc57-b3fc-4ca2-be4c-8becbf292da6/c30b1a7c-1a38-422e-92ec-6aab50341506/0/0 | Xchange Currency | REST APIs that provide latest Forex currency rate information that refreshes every 5 mins.
High availability, super low latency and easy dev-friendly response body structure. Must give it a try! | 0.1 | Currency Name | Get the Curreny Name / Label for the Currency Code | 200 | New Example | {"code": "USD", "name": "US Dollar"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]} |
b827bc57-b3fc-4ca2-be4c-8becbf292da6/646eed7f-add0-4b8f-87d9-aeab2743b4b2/0/0 | Xchange Currency | REST APIs that provide latest Forex currency rate information that refreshes every 5 mins.
High availability, super low latency and easy dev-friendly response body structure. Must give it a try! | 0.1 | Supported Currencies | Fetches the list of currencies supported | 200 | New Example | {"total": 125, "availableCurrencies": [{"code": "ALL", "name": "Albanian Lek"}, {"code": "DZD", "name": "Algerian Dinar"}, {"code": "ARS", "name": "Argentine Peso"}, {"code": "AWG", "name": "Aruba Florin"}, {"code": "AUD", "name": "Australian Dollar"}, {"code": "BSD", "name": "Bahamian Dollar"}, {"code": "BHD", "name": "Bahraini Dinar"}, {"code": "BDT", "name": "Bangladesh Taka"}, {"code": "BBD", "name": "Barbadian Dollar"}, {"code": "BYR", "name": "Belarus Ruble"}, {"code": "BZD", "name": "Belize Dollar"}, {"code": "BMD", "name": "Bermuda Dollar"}, {"code": "BTN", "name": "Bhutan Ngultrum"}, {"code": "BOB", "name": "Bolivian Boliviano"}, {"code": "BRL", "name": "Brazilian Real"}, {"code": "GBP", "name": "British Pound"}, {"code": "BND", "name": "Brunei Dollar"}, {"code": "BGN", "name": "Bulgarian Lev"}, {"code": "BIF", "name": "Burundi Franc"}, {"code": "CAD", "name": "Canadian Dollar"}, {"code": "KYD", "name": "Cayman Islands Dollar"}, {"code": "XAF", "name": "Central African CFA franc"}, {"code": "CLP", "name": "Chilean Peso"}, {"code": "CNY", "name": "Chinese Yuan"}, {"code": "COP", "name": "Colombian Peso"}, {"code": "KMF", "name": "Comoros Franc"}, {"code": "CRC", "name": "Costa Rica Colon"}, {"code": "HRK", "name": "Croatian Kuna"}, {"code": "CYP", "name": "Cyprus Pound"}, {"code": "CZK", "name": "Czech Koruna"}, {"code": "DKK", "name": "Danish Krone"}, {"code": "DOP", "name": "Dominican Peso"}, {"code": "XCD", "name": "East Caribbean Dollar"}, {"code": "EGP", "name": "Egyptian Pound"}, {"code": "SVC", "name": "El Salvador Colon"}, {"code": "EEK", "name": "Estonian Kroon"}, {"code": "ETB", "name": "Ethiopian BirrEuro"}, {"code": "EUR", "name": "Euro"}, {"code": "FJD", "name": "Fiji Dollar"}, {"code": "GMD", "name": "Gambian Dalasi"}, {"code": "GTQ", "name": "Guatemala Quetzal"}, {"code": "GNF", "name": "Guinea Franc"}, {"code": "HTG", "name": "Haiti Gourde"}, {"code": "HNL", "name": "Honduras Lempira"}, {"code": "HKD", "name": "Hong Kong Dollar"}, {"code": "HUF", "name": "Hungarian Forint"}, {"code": "ISK", "name": "Icelandic Krona"}, {"code": "INR", "name": "Indian Rupee"}, {"code": "IDR", "name": "Indonesian Rupiah"}, {"code": "IRR", "name": "Iran Rial"}, {"code": "IQD", "name": "Iraqi Dinar"}, {"code": "ILS", "name": "Israeli Sheqel"}, {"code": "JMD", "name": "Jamaican Dollar"}, {"code": "JPY", "name": "Japanese Yen"}, {"code": "JOD", "name": "Jordanian Dinar"}, {"code": "KZT", "name": "Kazakhstan Tenge"}, {"code": "KES", "name": "Kenyan Shilling"}, {"code": "KWD", "name": "Kuwaiti Dinar"}, {"code": "LVL", "name": "Latvian Lats"}, {"code": "LBP", "name": "Lebanese Pound"}, {"code": "LSL", "name": "Lesotho Loti"}, {"code": "LTL", "name": "Lithuanian Litas"}, {"code": "MOP", "name": "Macau Pataca"}, {"code": "MKD", "name": "Macedonian Denar"}, {"code": "MWK", "name": "Malawi Kwacha"}, {"code": "MYR", "name": "Malaysian Ringgit"}, {"code": "MVR", "name": "Maldives Rufiyaa"}, {"code": "MRO", "name": "Mauritania Ougulya"}, {"code": "MUR", "name": "Mauritius Rupee"}, {"code": "MXN", "name": "Mexican Peso"}, {"code": "MDL", "name": "Moldovan Leu"}, {"code": "MNT", "name": "Mongolian Tugrik"}, {"code": "MAD", "name": "Moroccan Dirham"}, {"code": "NAD", "name": "Namibian Dollar"}, {"code": "NPR", "name": "Nepalese Rupee"}, {"code": "ANG", "name": "Neth Antilles Guilder"}, {"code": "NZD", "name": "New Zealand Dollar"}, {"code": "NIO", "name": "Nicaragua Cordoba"}, {"code": "NGN", "name": "Nigerian Naira"}, {"code": "NOK", "name": "Norwegian Krone"}, {"code": "OMR", "name": "Omani Rial"}, {"code": "XPF", "name": "Pacific Franc"}, {"code": "PKR", "name": "Pakistani Rupee"}, {"code": "PAB", "name": "Panamanian Balboa"}, {"code": "PGK", "name": "Papua New Guinea Kina"}, {"code": "PYG", "name": "Paraguayan Guarani"}, {"code": "PEN", "name": "Peruvian Nuevo Sol"}, {"code": "PHP", "name": "Philippine Peso"}, {"code": "PLN", "name": "Polish Zloty"}, {"code": "QAR", "name": "Qatari Riyal"}, {"code": "RON", "name": "Romanian Leu"}, {"code": "RUB", "name": "Russian Rouble"}, {"code": "RWF", "name": "Rwanda Franc"}, {"code": "WST", "name": "Samoa Tala"}, {"code": "SAR", "name": "Saudi Riyal"}, {"code": "SCR", "name": "Seychelles Rupee"}, {"code": "SLL", "name": "Sierra Leone Leone"}, {"code": "SGD", "name": "Singapore Dollar"}, {"code": "SKK", "name": "Slovak Koruna"}, {"code": "SIT", "name": "Slovenian Tolar"}, {"code": "SBD", "name": "Solomon Islands Dollar"}, {"code": "ZAR", "name": "South African Rand"}, {"code": "KRW", "name": "South Korean Won"}, {"code": "LKR", "name": "Sri Lankan Rupee"}, {"code": "SDD", "name": "Sudanese Dinar"}, {"code": "SZL", "name": "Swaziland Lilageni"}, {"code": "SEK", "name": "Swedish Krona"}, {"code": "CHF", "name": "Swiss Franc"}, {"code": "TWD", "name": "Taiwan Dollar"}, {"code": "TZS", "name": "Tanzanian Shilling"}, {"code": "THB", "name": "Thai Baht"}, {"code": "TOP", "name": "Tonga Paanga"}, {"code": "TTD", "name": "Trinidad Tobago Dollar"}, {"code": "TND", "name": "Tunisian Dinar"}, {"code": "TRY", "name": "Turkish Lira"}, {"code": "UGX", "name": "Ugandan Shilling"}, {"code": "UAH", "name": "Ukraine Hryvnia"}, {"code": "AED", "name": "United Arab Emirates Dirham"}, {"code": "UYU", "name": "Uruguayan New Peso"}, {"code": "USD", "name": "US Dollar"}, {"code": "VUV", "name": "Vanuatu Vatu"}, {"code": "VEF", "name": "Venezuelan bolivar"}, {"code": "XOF", "name": "West African CFA franc"}, {"code": "YER", "name": "Yemen Riyal"}, {"code": "ZMK", "name": "Zambian Kwacha"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"total": {"type": "integer"}, "availableCurrencies": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}}}, "required": ["availableCurrencies", "total"]} |
d7338154-a507-42ea-b53b-a78e41c76153/1e5d03e1-fb4a-4e99-af3b-2da5d2938f37/0/0 | Global Stock Market | Get Information from Stock Market around the globe | null | Get Stock information | Get one stock information from a specific market that could be:
- BVMF (B3 Bovespa)
- NYSE
- Nasdaq | 200 | New Example | [{"market": "BVMF", "stock": "petr4", "name": "Petroleo Brasileiro SA Petrobras Preference Shares", "price": "R$34.57", "lastPrice": "R$33.85", "date": "Apr 13, 5:51:43 PM GMT-3 ", "flutuation": 0.72, "flutuationPercentage": 2.13, "mktCap": "470.05B BRL", "volume": "76.93M"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"market": {"type": "string"}, "stock": {"type": "string"}, "name": {"type": "string"}, "price": {"type": "string"}, "lastPrice": {"type": "string"}, "date": {"type": "string"}, "flutuation": {"type": "number"}, "flutuationPercentage": {"type": "number"}, "mktCap": {"type": "string"}, "volume": {"type": "string"}}, "required": ["date", "flutuation", "flutuationPercentage", "lastPrice", "market", "mktCap", "name", "price", "stock", "volume"]}} |
dd81f54d-302b-4424-8d35-7dbc10012de5/e86aebf7-f2e4-4858-9136-26f6a52a63cd/0/0 | Webit Blockchain | Get blockchain data from Ethereum, Polygon, Binance, Solana mainnets, including Ropsten, Rinkey, Goerly, Kovan, Mumbai testnets. | 8.4 | Get Balance | Get balance from any wallet on different blockchains, including Ethereum, Polygon, Binance, Solana mainnets, including Ropsten, Rinkey, Goerly, Kovan, Mumbai testnets. | 200 | Response | {"status": "success", "data": {"balance": 9223372036854776000, "formatted": 53.82710722507631, "prettified": "53.8271 ETH", "symbol": "ETH"}, "message": null} | {"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"balance": {"type": "integer"}, "formatted": {"type": "number"}, "prettified": {"type": "string"}, "symbol": {"type": "string"}}}, "message": {"type": "null"}}} |
dd81f54d-302b-4424-8d35-7dbc10012de5/68e0e6b6-8306-484e-ae52-544402fc72b2/0/0 | Webit Blockchain | Get blockchain data from Ethereum, Polygon, Binance, Solana mainnets, including Ropsten, Rinkey, Goerly, Kovan, Mumbai testnets. | 8.4 | Call Method (Read-only) | Call read-only methods of smart contracts deployed on different blockchains, including Ethereum, Polygon, Binance mainnets and Ropsten, Rinkey, Goerly, Kovan, Mumbai testnets. | 200 | Response | {"status": "success", "data": {"returned_data": ["100000000000000000"]}, "message": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"returned_data": {"type": "array", "items": {"type": "string"}}}, "required": ["returned_data"]}, "message": {"type": "null"}}, "required": ["data", "message", "status"]} |
dd81f54d-302b-4424-8d35-7dbc10012de5/068a5bff-844e-49da-8575-808f56eb36fc/0/0 | Webit Blockchain | Get blockchain data from Ethereum, Polygon, Binance, Solana mainnets, including Ropsten, Rinkey, Goerly, Kovan, Mumbai testnets. | 8.4 | Estimate gas | Estimate gas required by send transaction and smart contract method call on multiple blockchains.
Supported blockchains:
- ethereum;
- binance;
- polygon;
- ethereum-ropsten;
- ethereum-rinkeby;
- ethereum-goerli;
- ethereum-kovan;
- binance-testnet;
- polygon-mumbai. | 200 | Response | {"status": "success", "data": {"gas_price": 21000, "gas_price_hex": "0x5208"}, "message": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"gas_price": {"type": "integer"}, "gas_price_hex": {"type": "string"}}, "required": ["gas_price", "gas_price_hex"]}, "message": {"type": "null"}}, "required": ["data", "message", "status"]} |
dd81f54d-302b-4424-8d35-7dbc10012de5/23debe88-3138-4d3a-844b-c21a2e73f317/0/0 | Webit Blockchain | Get blockchain data from Ethereum, Polygon, Binance, Solana mainnets, including Ropsten, Rinkey, Goerly, Kovan, Mumbai testnets. | 8.4 | Chain ID | Retrieve Chain ID for the selected blockchain.
Supported blockchains:
- ethereum;
- binance;
- polygon;
- solana;
- ethereum-ropsten;
- ethereum-rinkeby;
- ethereum-goerli;
- ethereum-kovan;
- binance-testnet;
- polygon-mumbai. | 200 | Response | {"status": "success", "data": {"chain_id": 1, "chain_id_hex": "0x1"}, "message": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"chain_id": {"type": "integer"}, "chain_id_hex": {"type": "string"}}, "required": ["chain_id", "chain_id_hex"]}, "message": {"type": "null"}}, "required": ["data", "message", "status"]} |
dd81f54d-302b-4424-8d35-7dbc10012de5/565f9390-ee94-4a4d-b7e9-5a3d6bfe632d/0/0 | Webit Blockchain | Get blockchain data from Ethereum, Polygon, Binance, Solana mainnets, including Ropsten, Rinkey, Goerly, Kovan, Mumbai testnets. | 8.4 | Gas price | Get current gas price with a single API call on multiple chains.
Supported blockchains:
- ethereum;
- binance;
- polygon;
- ethereum-ropsten;
- ethereum-rinkeby;
- ethereum-goerli;
- ethereum-kovan;
- binance-testnet;
- polygon-mumbai. | 200 | Response | {"status": "success", "data": {"gas_price": 43377651355, "gas_price_hex": "0xa19826e9b"}, "message": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"gas_price": {"type": "integer"}, "gas_price_hex": {"type": "string"}}, "required": ["gas_price", "gas_price_hex"]}, "message": {"type": "null"}}, "required": ["data", "message", "status"]} |
dd81f54d-302b-4424-8d35-7dbc10012de5/b3d352e0-ebfc-4cba-adaf-f6f789d6591b/0/0 | Webit Blockchain | Get blockchain data from Ethereum, Polygon, Binance, Solana mainnets, including Ropsten, Rinkey, Goerly, Kovan, Mumbai testnets. | 8.4 | Get latest (current) block | Get latest (current) block being currently mined.
Supported blockchains:
- ethereum;
- binance;
- polygon;
- solana;
- polygon-mumbai. | 200 | Response | {"status": "success", "data": {"block_number": 14490414, "block_hex": "0xdd1b2e"}, "message": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"block_number": {"type": "integer"}, "block_hex": {"type": "string"}}, "required": ["block_hex", "block_number"]}, "message": {"type": "null"}}, "required": ["data", "message", "status"]} |
dd81f54d-302b-4424-8d35-7dbc10012de5/fcbba30c-981c-4878-a87e-b99a3d5a50e6/0/0 | Webit Blockchain | Get blockchain data from Ethereum, Polygon, Binance, Solana mainnets, including Ropsten, Rinkey, Goerly, Kovan, Mumbai testnets. | 8.4 | Generate Wallet | Generate a new crypto wallet.
Supported blockchains are Ethereum, Polygon, Binance mainnets and Ropsten, Rinkey, Goerly, Kovan, Mumbai testnets. | 200 | Response | {"status": "success", "data": {"address": "b83f0dded753b43bec7b2f705474200cbd31a2a1", "private_key": "b240bd95d155c1314de6ebe34a01fa1262340d6f1e508774b643457c5a084fed", "public_key": "c1f729bd3167257a4cb2e9e1c94c73b9d03993c874bd0bd6117f257307a8b18d39c3dc35eb10916fa7291bf15631c08f0bbeb888faf396a0f487721b0ac31bf4"}, "message": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"address": {"type": "string"}, "private_key": {"type": "string"}, "public_key": {"type": "string"}}, "required": ["address", "private_key", "public_key"]}, "message": {"type": "null"}}, "required": ["data", "message", "status"]} |
e607410a-1d39-4814-bd09-6d9a0c469471/3714edfd-718e-43c8-8feb-1571f89f5a57/0/0 | Tỷ Giá - Giá Vàng | Tỷ giá ngoại tệ - Giá vàng. Vàng SJC, PNJ, DOJI, Mi Hồng cập nhật hàng ngày | null | /gold-prices/{brand} | Giá vàng của thương hiệu theo ngày.
Danh sách thương hiệu: pnj, sjc, doji, mi-hong. | 200 | Example_1 | [{"date": "2023-06-30", "brand": null, "brandCode": null, "productName": "Nh\u1eabn Tr\u01a1n PNJ (999.9)", "buyPrice": 55200000, "buyDeviant": -50000, "sellPrice": 56200000, "sellDeviant": -100000, "updatedDateTime": "2023-06-30T01:30:40"}] | {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "brand": {"type": "null"}, "brandCode": {"type": "null"}, "productName": {"type": "string"}, "buyPrice": {"type": "integer"}, "buyDeviant": {"type": "integer"}, "sellPrice": {"type": "integer"}, "sellDeviant": {"type": "integer"}, "updatedDateTime": {"type": "string"}}}} |
e607410a-1d39-4814-bd09-6d9a0c469471/54ed9706-1a7d-444c-992d-e25df0a4a42d/0/0 | Tỷ Giá - Giá Vàng | Tỷ giá ngoại tệ - Giá vàng. Vàng SJC, PNJ, DOJI, Mi Hồng cập nhật hàng ngày | null | /currencies/{bankCode} | Tỷ giá của ngân hàng theo ngày.
Danh sách mã ngân hàng:
- vietcombank
- vietinbank
- bidv
- techcombank | 200 | Example_1 | [{"date": "2023-06-30", "bankName": "Vietcombank", "bankCode": "vietcombank", "currencyCode": "USD", "cashBuyPrice": 23380, "transferBuyPrice": 23410, "sellPrice": 23750, "cashBuyDeviant": 20, "transferBuyDeviant": 20, "sellDeviant": 20, "updatedDateTime": "2023-06-30T08:40:00"}, {"date": "2023-06-30", "bankName": "Vietcombank", "bankCode": "vietcombank", "currencyCode": "EUR", "cashBuyPrice": 24927.4, "transferBuyPrice": 25179.2, "sellPrice": 26323, "cashBuyDeviant": -95.90039, "transferBuyDeviant": -96.80078, "sellDeviant": -101.30078, "updatedDateTime": "2023-06-30T08:40:00"}, {"date": "2023-06-30", "bankName": "Vietcombank", "bankCode": "vietcombank", "currencyCode": "GBP", "cashBuyPrice": 29023.7, "transferBuyPrice": 29316.9, "sellPrice": 30261.1, "cashBuyDeviant": 45.29883, "transferBuyDeviant": 45.80078, "sellDeviant": 47.19922, "updatedDateTime": "2023-06-30T08:40:00"}, {"date": "2023-06-30", "bankName": "Vietcombank", "bankCode": "vietcombank", "currencyCode": "CAD", "cashBuyPrice": 17330.1, "transferBuyPrice": 17505.2, "sellPrice": 18068.9, "cashBuyDeviant": 13.400391, "transferBuyDeviant": 13.599609, "sellDeviant": 13.900391, "updatedDateTime": "2023-06-30T08:40:00"}, {"date": "2023-06-30", "bankName": "Vietcombank", "bankCode": "vietcombank", "currencyCode": "JPY", "cashBuyPrice": 158.32, "transferBuyPrice": 159.92, "sellPrice": 167.61, "cashBuyDeviant": -0.45999146, "transferBuyDeviant": -0.4600067, "sellDeviant": -0.47999573, "updatedDateTime": "2023-06-30T08:40:00"}, {"date": "2023-06-30", "bankName": "Vietcombank", "bankCode": "vietcombank", "currencyCode": "KRW", "cashBuyPrice": 15.45, "transferBuyPrice": 17.16, "sellPrice": 18.82, "cashBuyDeviant": -0.09000015, "transferBuyDeviant": -0.10000038, "sellDeviant": -0.11000061, "updatedDateTime": "2023-06-30T08:40:00"}, {"date": "2023-06-30", "bankName": "Vietcombank", "bankCode": "vietcombank", "currencyCode": "CNY", "cashBuyPrice": 3180.26, "transferBuyPrice": 3212.38, "sellPrice": 3316.34, "cashBuyDeviant": -5.1499023, "transferBuyDeviant": -5.210205, "sellDeviant": -5.379883, "updatedDateTime": "2023-06-30T08:40:00"}, {"date": "2023-06-30", "bankName": "Vietcombank", "bankCode": "vietcombank", "currencyCode": "SGD", "cashBuyPrice": 16941.7, "transferBuyPrice": 17112.8, "sellPrice": 17664, "cashBuyDeviant": -23.101562, "transferBuyDeviant": -23.398438, "sellDeviant": -24.09961, "updatedDateTime": "2023-06-30T08:40:00"}, {"date": "2023-06-30", "bankName": "Vietcombank", "bankCode": "vietcombank", "currencyCode": "AUD", "cashBuyPrice": 15202.2, "transferBuyPrice": 15355.8, "sellPrice": 15850.4, "cashBuyDeviant": 61.100586, "transferBuyDeviant": 61.700195, "sellDeviant": 63.700195, "updatedDateTime": "2023-06-30T08:40:00"}, {"date": "2023-06-30", "bankName": "Vietcombank", "bankCode": "vietcombank", "currencyCode": "CHF", "cashBuyPrice": 25530.2, "transferBuyPrice": 25788.1, "sellPrice": 26618.6, "cashBuyDeviant": -57.90039, "transferBuyDeviant": -58.5, "sellDeviant": -60.40039, "updatedDateTime": "2023-06-30T08:40:00"}, {"date": "2023-06-30", "bankName": "Vietcombank", "bankCode": "vietcombank", "currencyCode": "HKD", "cashBuyPrice": 2933.18, "transferBuyPrice": 2962.81, "sellPrice": 3058.23, "cashBuyDeviant": 2, "transferBuyDeviant": 2.0300293, "sellDeviant": 2.090088, "updatedDateTime": "2023-06-30T08:40:00"}, {"date": "2023-06-30", "bankName": "Vietcombank", "bankCode": "vietcombank", "currencyCode": "MYR", "cashBuyPrice": 0, "transferBuyPrice": 4995.02, "sellPrice": 5104.58, "cashBuyDeviant": 0, "transferBuyDeviant": 3.1699219, "sellDeviant": 3.2299805, "updatedDateTime": "2023-06-30T08:40:00"}, {"date": "2023-06-30", "bankName": "Vietcombank", "bankCode": "vietcombank", "currencyCode": "THB", "cashBuyPrice": 586.4, "transferBuyPrice": 651.56, "sellPrice": 676.59, "cashBuyDeviant": 1.9700317, "transferBuyDeviant": 2.2000122, "sellDeviant": 2.2800293, "updatedDateTime": "2023-06-30T08:40:00"}] | {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "bankName": {"type": "string"}, "bankCode": {"type": "string"}, "currencyCode": {"type": "string"}, "cashBuyPrice": {"type": "number"}, "transferBuyPrice": {"type": "number"}, "sellPrice": {"type": "number"}, "cashBuyDeviant": {"type": "number"}, "transferBuyDeviant": {"type": "number"}, "sellDeviant": {"type": "number"}, "updatedDateTime": {"type": "string"}}}} |
a42eee98-136a-4cc8-833c-01da85598a9e/6acbf223-7265-4e5e-92df-7d404790358c/0/0 | spacHero - SPAC Database | Official spacHero SPAC API with live rankings, SPAC target names, merger meetings, warrant redemption deadlines, price targets, SEC filings, investor presentations and more. | 7.2 | SPAC Top-10 Rankings | Returns Top-10 gainers, losers and volume leaders for a given period and equity type (i.e., common, unit, warrants).
Accepts three query parameters:
period: daily, weekly, monthly
type: common, unit, warrant
sortby: gainers, losers, volume | 200 | Response | {"Gainers": [{"Commons_Symbol": "CFV", "Commons_Daily_Change_Percent": "7.71", "Commons_Price": "9.98", "Commons_Volume": "60243"}, {"Commons_Symbol": "EUSG", "Commons_Daily_Change_Percent": "6.71", "Commons_Price": "10.50", "Commons_Volume": "10609"}, {"Commons_Symbol": "ATMR", "Commons_Daily_Change_Percent": "4.17", "Commons_Price": "9.74", "Commons_Volume": "70549"}, {"Commons_Symbol": "HCAQ", "Commons_Daily_Change_Percent": "3.26", "Commons_Price": "10.14", "Commons_Volume": "39909"}, {"Commons_Symbol": "MEKA", "Commons_Daily_Change_Percent": "2.82", "Commons_Price": "11.67", "Commons_Volume": "16964"}, {"Commons_Symbol": "MACQ", "Commons_Daily_Change_Percent": "2.36", "Commons_Price": "9.99", "Commons_Volume": "71514"}, {"Commons_Symbol": "XPDI", "Commons_Daily_Change_Percent": "1.54", "Commons_Price": "10.55", "Commons_Volume": "645752"}, {"Commons_Symbol": "ATSPT", "Commons_Daily_Change_Percent": "1.53", "Commons_Price": "9.94", "Commons_Volume": "69208"}, {"Commons_Symbol": "LCW", "Commons_Daily_Change_Percent": "1.33", "Commons_Price": "9.90", "Commons_Volume": "100"}, {"Commons_Symbol": "DWAC", "Commons_Daily_Change_Percent": "1.18", "Commons_Price": "50.65", "Commons_Volume": "2443821"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Gainers": {"type": "array", "items": {"type": "object", "properties": {"Commons_Symbol": {"type": "string"}, "Commons_Daily_Change_Percent": {"type": "string"}, "Commons_Price": {"type": "string"}, "Commons_Volume": {"type": "string"}}, "required": ["Commons_Daily_Change_Percent", "Commons_Price", "Commons_Symbol", "Commons_Volume"]}}}, "required": ["Gainers"]} |
a42eee98-136a-4cc8-833c-01da85598a9e/7beb28ae-9cf6-491a-ae09-fdbc0672cf5a/0/0 | spacHero - SPAC Database | Official spacHero SPAC API with live rankings, SPAC target names, merger meetings, warrant redemption deadlines, price targets, SEC filings, investor presentations and more. | 7.2 | SPAC Summary | Retrieve SPAC summary including important dates, status and target names. | 200 | Response | {"SPAC": {"Name": "Gores Guggenheim, Inc.", "Ticker": "GGPI", "Underwriters": "deutsche bank securities inc. citigroup global markets inc. morgan stanley\u00a0& co. llc;-1;", "Country": "CO", "Unit_Split": "Each unit has an offering price of $10.00 and consists of one whole share of Class\u00a0A common stock and one-fifth of one warrant", "Status": "Found Target", "IPO_Date": "2021-03-22", "Definitive_Agreement_Date": "2021-09-27", "Closing_Date": null, "Target_Name": "Polestar", "Investor_Presentation": "https://www.sec.gov/Archives/edgar/data/0001847127/000119312521282994/d140365dex992.htm"}, "Common": {"Commons_Symbol": "GGPI", "Commons_Daily_Change_Percent": "0.72", "Commons_Price": "11.22", "Commons_Volume": "3084396", "Optionable": "Yes"}, "Warrant": {"Warrants_Symbol": "GGPIW", "Warrants_Price": "3.60", "Warrants_Volume": "214487"}, "Unit": {"Units_Symbol": "GGPIU", "Units_Price": "11.98", "Units_Volume": "26594"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"SPAC": {"type": "object", "properties": {"Name": {"type": "string"}, "Ticker": {"type": "string"}, "Underwriters": {"type": "string"}, "Country": {"type": "string"}, "Unit_Split": {"type": "string"}, "Status": {"type": "string"}, "IPO_Date": {"type": "string"}, "Definitive_Agreement_Date": {"type": "string"}, "Closing_Date": {"type": "null"}, "Target_Name": {"type": "string"}, "Investor_Presentation": {"type": "string"}}, "required": ["Closing_Date", "Country", "Definitive_Agreement_Date", "IPO_Date", "Investor_Presentation", "Name", "Status", "Target_Name", "Ticker", "Underwriters", "Unit_Split"]}, "Common": {"type": "object", "properties": {"Commons_Symbol": {"type": "string"}, "Commons_Daily_Change_Percent": {"type": "string"}, "Commons_Price": {"type": "string"}, "Commons_Volume": {"type": "string"}, "Optionable": {"type": "string"}}, "required": ["Commons_Daily_Change_Percent", "Commons_Price", "Commons_Symbol", "Commons_Volume", "Optionable"]}, "Warrant": {"type": "object", "properties": {"Warrants_Symbol": {"type": "string"}, "Warrants_Price": {"type": "string"}, "Warrants_Volume": {"type": "string"}}, "required": ["Warrants_Price", "Warrants_Symbol", "Warrants_Volume"]}, "Unit": {"type": "object", "properties": {"Units_Symbol": {"type": "string"}, "Units_Price": {"type": "string"}, "Units_Volume": {"type": "string"}}, "required": ["Units_Price", "Units_Symbol", "Units_Volume"]}}, "required": ["Common", "SPAC", "Unit", "Warrant"]} |
a42eee98-136a-4cc8-833c-01da85598a9e/0dea97ff-4c34-4717-923a-c5764f893553/0/0 | spacHero - SPAC Database | Official spacHero SPAC API with live rankings, SPAC target names, merger meetings, warrant redemption deadlines, price targets, SEC filings, investor presentations and more. | 7.2 | Latest SPAC Deals, IPOs, Closings | Returns a list of latest SPAC events, such as deals, ipos, closings, rumors.
**Available options are: ** ipo, closings, deals, rumor | 200 | Response | [{"Name": "Globis Acquisition Corp.", "Ticker": "GLAQ", "Underwriters": "chardan capital markets, llc;b. riley fbr, inc.;", "Country": "FL", "Unit_Split": "and", "Status": "Found Target", "IPO_Date": "2020-12-09", "Definitive_Agreement_Date": "2021-12-20", "Closing_Date": null, "Target_Name": "Foreafric", "Investor_Presentation": null}, {"Name": "L&F Acquisition Corp.", "Ticker": "LNFA", "Underwriters": "jefferies llc;", "Country": "IL", "Unit_Split": "Each unit has an offering price of\n $10.00 and consists of one Class\u00a0A ordinary share and one-half of one redeemable warrant", "Status": "Found Target", "IPO_Date": "2020-11-18", "Definitive_Agreement_Date": "2021-12-20", "Closing_Date": null, "Target_Name": "ZeroFox", "Investor_Presentation": "https://www.sec.gov/Archives/edgar/data/1823575/000114036121042366/brhc10031871_ex99-2.htm"}, {"Name": "ITHAX Acquisition Corp.", "Ticker": "ITHX", "Underwriters": "cantor fitzgerald & co.;", "Country": "NY", "Unit_Split": "Each unit has an offering price of $10.00 and consists of one of our Class\u00a0A ordinary shares and one-half of one\nredeemable warrant", "Status": "Found Target", "IPO_Date": "2021-01-28", "Definitive_Agreement_Date": "2021-12-20", "Closing_Date": null, "Target_Name": "Mondee", "Investor_Presentation": null}, {"Name": "Dynamics Special Purpose Corp.", "Ticker": "DYNS", "Underwriters": "-1;j.p. morgan securities llc;", "Country": "CA", "Unit_Split": "No Warrant", "Status": "Found Target", "IPO_Date": "2021-05-25", "Definitive_Agreement_Date": "2021-12-20", "Closing_Date": null, "Target_Name": "Senti Bio", "Investor_Presentation": "https://www.sec.gov/Archives/edgar/data/0001854270/000119312521361732/d263678dex992.htm"}, {"Name": "Armada Acquisition Corp. I", "Ticker": "AACI", "Underwriters": "northland securities, inc.;", "Country": "PA", "Unit_Split": "Each unit consists of one share of common stock and\none-half of one redeemable warrant", "Status": "Found Target", "IPO_Date": "2021-08-13", "Definitive_Agreement_Date": "2021-12-17", "Closing_Date": null, "Target_Name": "Rezolve", "Investor_Presentation": null}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Ticker": {"type": "string"}, "Underwriters": {"type": "string"}, "Country": {"type": "string"}, "Unit_Split": {"type": "string"}, "Status": {"type": "string"}, "IPO_Date": {"type": "string"}, "Definitive_Agreement_Date": {"type": "string"}, "Closing_Date": {"type": "null"}, "Target_Name": {"type": "string"}, "Investor_Presentation": {"type": ["null", "string"]}}, "required": ["Closing_Date", "Country", "Definitive_Agreement_Date", "IPO_Date", "Investor_Presentation", "Name", "Status", "Target_Name", "Ticker", "Underwriters", "Unit_Split"]}} |
a42eee98-136a-4cc8-833c-01da85598a9e/c34ef4a6-b54a-48da-9f33-e26366e0fdad/0/0 | spacHero - SPAC Database | Official spacHero SPAC API with live rankings, SPAC target names, merger meetings, warrant redemption deadlines, price targets, SEC filings, investor presentations and more. | 7.2 | SPAC Calendar | Get important SPAC dates such as merger meetings dates, warrant redemption deadlines, definitive agreement dates, unit split (estimate), SPAC deadline (estimate).
Available options: merger, split, deadline, redemption | 200 | Response | [{"title": "ME Warrant Redemption Deadline", "start_time": "2021-12-22T00:00:00Z"}, {"title": "HLMN Warrant Redemption Deadline", "start_time": "2021-12-22T00:00:00Z"}, {"title": "ASTR - Warrant Redemption", "start_time": "2021-12-27T00:00:00Z"}, {"title": "ALIT Warrant Redemption", "start_time": "2021-12-27T00:00:00Z"}, {"title": "CCCS - Warrant Redemption", "start_time": "2021-12-29T00:00:00Z"}, {"title": "ASLE Warrant Redemption", "start_time": "2021-12-29T00:00:00Z"}, {"title": "ROVR - Warrant Redemption", "start_time": "2022-01-12T00:00:00Z"}, {"title": "MTTR Warrant Redemption Deadline", "start_time": "2022-01-14T00:00:00Z"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "start_time": {"type": "string"}}, "required": ["start_time", "title"]}} |
a42eee98-136a-4cc8-833c-01da85598a9e/dd1ccdbd-f66a-49b6-9c6d-14a6bdd080fb/0/0 | spacHero - SPAC Database | Official spacHero SPAC API with live rankings, SPAC target names, merger meetings, warrant redemption deadlines, price targets, SEC filings, investor presentations and more. | 7.2 | SPAC SEC Filings | Get latest SPAC SEC filings, filter by SPAC symbol. | 200 | Response | [{"ticker": "ITAC", "form_type": "15-15D", "form_description": "CERTIFICATION AND NOTICE OF TERMINATION OF REGISTRATION", "filing_date": "2021-11-08T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021057129/ea0150051-1515d_industrial.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021057129/ea0150051-1515d_industrial.htm</a></strong>"}, {"ticker": "ITAC", "form_type": "8-K", "form_description": "CURRENT REPORT", "filing_date": "2021-10-13T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021052666/ea148791-8k_industrail.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021052666/ea148791-8k_industrail.htm</a></strong>"}, {"ticker": "ITAC", "form_type": "4", "form_description": "nan", "filing_date": "2021-10-12T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021052524/xslF345X03/ownership.xml\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021052524/xslF345X03/ownership.xml</a></strong>"}, {"ticker": "ITAC", "form_type": "425", "form_description": "CURRENT REPORT", "filing_date": "2021-10-07T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021051851/ea148566-8k_industrial.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021051851/ea148566-8k_industrial.htm</a></strong>"}, {"ticker": "ITAC", "form_type": "25-NSE", "form_description": "nan", "filing_date": "2021-10-07T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000135445721001140/xslF25X02/primary_doc.xml\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000135445721001140/xslF25X02/primary_doc.xml</a></strong>"}, {"ticker": "ITAC", "form_type": "8-K", "form_description": "CURRENT REPORT", "filing_date": "2021-10-07T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021051849/ea148566-8k_industrial.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021051849/ea148566-8k_industrial.htm</a></strong>"}, {"ticker": "ITAC", "form_type": "DEFM14A", "form_description": "PROXY STATEMENT/PROSPECTUS", "filing_date": "2021-09-17T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021048646/defm14a0921_industrialtech.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021048646/defm14a0921_industrialtech.htm</a></strong>"}, {"ticker": "ITAC", "form_type": "425", "form_description": "CURRENT REPORT", "filing_date": "2021-09-16T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021048285/ea147398-8k_industrial.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021048285/ea147398-8k_industrial.htm</a></strong>"}, {"ticker": "ITAC", "form_type": "8-K", "form_description": "CURRENT REPORT", "filing_date": "2021-09-16T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021048283/ea147398-8k_industrial.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021048283/ea147398-8k_industrial.htm</a></strong>"}, {"ticker": "ITAC", "form_type": "PRER14A", "form_description": "nan", "filing_date": "2021-09-13T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021047576/prer14a_industrialtech.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021047576/prer14a_industrialtech.htm</a></strong>"}, {"ticker": "ITAC", "form_type": "425", "form_description": "CURRENT REPORT", "filing_date": "2021-09-10T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021047392/ea147191-8k_industrial.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021047392/ea147191-8k_industrial.htm</a></strong>"}, {"ticker": "ITAC", "form_type": "8-K", "form_description": "CURRENT REPORT", "filing_date": "2021-09-10T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021047387/ea147191-8k_industrial.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021047387/ea147191-8k_industrial.htm</a></strong>"}, {"ticker": "ITAC", "form_type": "PREM14A", "form_description": "PROXY STATEMENT", "filing_date": "2021-08-18T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021043660/prem14a0821_industrialtech.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021043660/prem14a0821_industrialtech.htm</a></strong>"}, {"ticker": "ITAC", "form_type": "10-Q", "form_description": "QUARTERLY REPORT", "filing_date": "2021-08-16T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021043128/f10q0621_industrialtech.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021043128/f10q0621_industrialtech.htm</a></strong>"}, {"ticker": "ITAC", "form_type": "8-K", "form_description": "CURRENT REPORT", "filing_date": "2021-08-11T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021041665/ea145605-8k_industrialtech.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021041665/ea145605-8k_industrialtech.htm</a></strong>"}, {"ticker": "ITAC", "form_type": "425", "form_description": "CURRENT REPORT", "filing_date": "2021-08-11T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021041671/ea145605-8k_industrialtech.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021041671/ea145605-8k_industrialtech.htm</a></strong>"}, {"ticker": "ITAC", "form_type": "425", "form_description": "CURRENT REPORT", "filing_date": "2021-06-30T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021034894/ea143523-8k_industrialtech.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021034894/ea143523-8k_industrialtech.htm</a></strong>"}, {"ticker": "ITAC", "form_type": "8-K", "form_description": "CURRENT REPORT", "filing_date": "2021-06-30T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021034893/ea143523-8k_industrialtech.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021034893/ea143523-8k_industrialtech.htm</a></strong>"}, {"ticker": "ITAC", "form_type": "10-Q", "form_description": "QUARTERLY REPORT", "filing_date": "2021-06-04T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021030852/f10q0321_industrialtech.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021030852/f10q0321_industrialtech.htm</a></strong>"}, {"ticker": "ITAC", "form_type": "425", "form_description": "CURRENT REPORT", "filing_date": "2021-06-04T00:00:00Z", "document_link": "<strong><a href=\"https://www.sec.gov/Archives/edgar/data/1816696/000121390021031019/ea142253-8k_industrialtech.htm\" target=_blank>https://www.sec.gov/Archives/edgar/data/1816696/000121390021031019/ea142253-8k_industrialtech.htm</a></strong>"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"ticker": {"type": "string"}, "form_type": {"type": "string"}, "form_description": {"type": "string"}, "filing_date": {"type": "string"}, "document_link": {"type": "string"}}, "required": ["document_link", "filing_date", "form_description", "form_type", "ticker"]}} |
a42eee98-136a-4cc8-833c-01da85598a9e/10a0d470-6a78-4a09-aa01-3b775eb9049e/0/0 | spacHero - SPAC Database | Official spacHero SPAC API with live rankings, SPAC target names, merger meetings, warrant redemption deadlines, price targets, SEC filings, investor presentations and more. | 7.2 | SPAC Price Targets | Get latest SPAC price targets from analysts, filter by SPAC symbol. | 200 | Response | [{"ticker": "SOFI", "target_price": 20, "publish_date": "2021-12-20T00:00:00Z", "rating": "Buy", "analyst_firm": "Citigroup"}, {"ticker": "SOFI", "target_price": 21, "publish_date": "2021-11-30T00:00:00Z", "rating": "Market Perform", "analyst_firm": "Keefe, Bruyette & Woods"}, {"ticker": "SOFI", "target_price": 19, "publish_date": "2021-11-17T00:00:00Z", "rating": "Neutral", "analyst_firm": "Credit Suisse"}, {"ticker": "SOFI", "target_price": 25, "publish_date": "2021-10-11T00:00:00Z", "rating": "Overweight", "analyst_firm": "Morgan Stanley"}, {"ticker": "SOFI", "target_price": 25, "publish_date": "2021-09-22T00:00:00Z", "rating": "Buy", "analyst_firm": "Jefferies"}, {"ticker": "SOFI", "target_price": 28, "publish_date": "2021-09-15T00:00:00Z", "rating": "Buy", "analyst_firm": "Mizuho"}, {"ticker": "SOFI", "target_price": 16.5, "publish_date": "2021-09-09T00:00:00Z", "rating": "Neutral", "analyst_firm": "Credit Suisse"}, {"ticker": "SOFI", "target_price": 30, "publish_date": "2021-06-16T00:00:00Z", "rating": "Buy", "analyst_firm": "Rosenblatt"}, {"ticker": "SOFI", "target_price": 25, "publish_date": "2021-06-02T00:00:00Z", "rating": "Outperform", "analyst_firm": "Oppenheimer"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"ticker": {"type": "string"}, "target_price": {"type": "number"}, "publish_date": {"type": "string"}, "rating": {"type": "string"}, "analyst_firm": {"type": "string"}}, "required": ["analyst_firm", "publish_date", "rating", "target_price", "ticker"]}} |
0ca30abc-3f11-42f9-bc7b-4a32ba4f0e84/cce2a88b-cc17-446f-9e6b-e8b3bc37f424/0/0 | Savvy Crypto Price | When all you need is just the current USD crypto price and nothing else. | 5.9 | getPolygon | This endpoint returns current USD price for Polygon | 200 | Polygon example | {"currentPolygon": "0.546"} | {"type": "object", "properties": {"currentEthereum": {"type": "string"}}} |
0ca30abc-3f11-42f9-bc7b-4a32ba4f0e84/4bb5e6b7-81a6-46ee-83aa-836b37df3617/0/0 | Savvy Crypto Price | When all you need is just the current USD crypto price and nothing else. | 5.9 | getFantom | This endpoint returns current USD price for Fantom | 200 | Fantom example | {"currentFantom": "0.20417742"} | {"type": "object", "properties": {"currentEthereum": {"type": "string"}}} |
0ca30abc-3f11-42f9-bc7b-4a32ba4f0e84/b4542b77-fe18-4d98-b336-10b231a71f3a/0/0 | Savvy Crypto Price | When all you need is just the current USD crypto price and nothing else. | 5.9 | getAvalanche | This endpoint returns current USD price for Avalanche | 200 | Avalanche example | {"currentAvalanche": "10.022336713941238"} | {"type": "object", "properties": {"currentEthereum": {"type": "string"}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.