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 |
|---|---|---|---|---|---|---|---|---|---|
0ca30abc-3f11-42f9-bc7b-4a32ba4f0e84/6334a9ec-f8ea-429b-bcf2-e823746ad9ed/0/0 | Savvy Crypto Price | When all you need is just the current USD crypto price and nothing else. | 5.9 | getBinance | This endpoint returns current USD price for Binance | 200 | binance example | {"currentBinance": "216.66992"} | {"type": "object", "properties": {"currentEthereum": {"type": "string"}}} |
0ca30abc-3f11-42f9-bc7b-4a32ba4f0e84/b97a1413-e4be-46b2-959f-e9cbed0a4986/0/0 | Savvy Crypto Price | When all you need is just the current USD crypto price and nothing else. | 5.9 | getEthereum | This endpoint returns current USD price for Ethereum | 200 | ethereum example | {"currentEthereum": "1649.11"} | {"type": "object", "properties": {"currentEthereum": {"type": "string"}}} |
0ca30abc-3f11-42f9-bc7b-4a32ba4f0e84/55eb6867-8bad-4830-b13b-90d395a51693/0/0 | Savvy Crypto Price | When all you need is just the current USD crypto price and nothing else. | 5.9 | getBitcoin | This endpoint returns current USD price for Bitcoin | 200 | Bitcoin | {"currentBitcoin": "26030.12427924735"} | {"type": "object", "properties": {"currentBitcoin": {"type": "string"}}} |
d07b3d50-e254-41fa-9717-800b50db170c/8a6ff129-619e-4164-afdb-bc874893e721/0/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | get_other_performance | Get the trader performance | 200 | Example_1 | {"message": "", "data": [{"periodType": "DAILY", "statisticsType": "ROI", "value": 0, "rank": 0}], "success": true} | {"title": "GetOtherPerformanceResponse", "required": ["success"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}, "data": {"title": "Data", "type": "array", "items": {"title": "GetOtherPerformanceModel", "type": "object", "properties": {"periodType": {"title": "PeriodType1", "enum": ... |
d07b3d50-e254-41fa-9717-800b50db170c/8a6ff129-619e-4164-afdb-bc874893e721/1/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | get_other_performance | Get the trader performance | 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": "inte... |
d07b3d50-e254-41fa-9717-800b50db170c/e4c44f59-c384-467d-a6b7-818ebf8574d2/0/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | search_nickname | Get the trader by nickname | 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": "inte... |
d07b3d50-e254-41fa-9717-800b50db170c/e4c44f59-c384-467d-a6b7-818ebf8574d2/1/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | search_nickname | Get the trader by nickname | 200 | Example_1 | {"message": "", "data": [{"encryptedUid": "", "nickname": "", "followerCount": 0, "userPhotoUrl": ""}], "success": true} | {"title": "SearchNicknameResponse", "required": ["success"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}, "data": {"title": "Data", "type": "array", "items": {"title": "SearchNicknameModel", "type": "object", "properties": {"encryptedUid": {"title": "Encrypteduid", "type": "string... |
d07b3d50-e254-41fa-9717-800b50db170c/307e0ab3-c89f-4912-b72b-fd29f8e44dbd/0/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | get_trader_positions | Get trader open positions | 200 | Example_1 | {"message": "", "data": [{"encryptedUid": "", "positions": {"perpetual": [{"symbol": "", "entryPrice": 0, "markPrice": 0, "pnl": 0, "roe": 0, "amount": 0, "updateTimeStamp": 0, "tradeBefore": true, "long": true, "short": true, "leverage": 0}], "delivery": [{"symbol": "", "entryPrice": 0, "markPrice": 0, "pnl": 0, "roe"... | {"title": "GetTraderPositionsResponse", "required": ["success"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}, "data": {"title": "Data", "type": "array", "items": {"title": "GetTraderPositionsModel", "type": "object", "properties": {"encryptedUid": {"title": "Encrypteduid", "type":... |
d07b3d50-e254-41fa-9717-800b50db170c/307e0ab3-c89f-4912-b72b-fd29f8e44dbd/1/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | get_trader_positions | Get trader open positions | 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": "inte... |
d07b3d50-e254-41fa-9717-800b50db170c/d1a3e77a-e80e-4344-bcca-524a996f6df5/0/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | get_other_leaderboard_base_info | Get the trader information | 200 | Example_1 | {"message": "", "data": {"nickName": "", "userPhotoUrl": "", "positionShared": true, "deliveryPositionShared": true, "followingCount": 0, "followerCount": 0, "twitterUrl": "", "introduction": ""}, "success": true} | {"title": "GetOtherLeaderboardBaseInfoResponse", "required": ["success"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}, "data": {"title": "GetOtherLeaderboardBaseInfoModel", "type": "object", "properties": {"nickName": {"title": "Nickname", "type": "string"}, "userPhotoUrl": {"titl... |
d07b3d50-e254-41fa-9717-800b50db170c/d1a3e77a-e80e-4344-bcca-524a996f6df5/1/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | get_other_leaderboard_base_info | Get the trader information | 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": "inte... |
d07b3d50-e254-41fa-9717-800b50db170c/2483d1f0-c91c-4656-9caf-8ed0dfee43ee/0/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | get_trader_info | Get trader information | 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": "inte... |
d07b3d50-e254-41fa-9717-800b50db170c/2483d1f0-c91c-4656-9caf-8ed0dfee43ee/1/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | get_trader_info | Get trader information | 200 | Example_1 | {"message": "", "data": {"encryptedUid": "", "nickName": "", "positionShared": true, "deliveryPositionShared": true, "followerCount": 0, "twitterUrl": "", "leaderboardUrl": ""}, "success": true} | {"title": "GetTraderInfoResponse", "required": ["success"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}, "data": {"title": "SearchTraderModel", "type": "object", "properties": {"encryptedUid": {"title": "Encrypteduid", "type": "string"}, "nickName": {"title": "Nickname", "type": "... |
d07b3d50-e254-41fa-9717-800b50db170c/1d725a72-e81c-467d-996f-b125a33f5e1d/0/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | get_other_trade_record | Get the other trade record | 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": "inte... |
d07b3d50-e254-41fa-9717-800b50db170c/1d725a72-e81c-467d-996f-b125a33f5e1d/1/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | get_other_trade_record | Get the other trade record | 200 | Example_1 | {"message": "", "data": {"tradeTime": 0, "hasTrade": true}, "success": true} | {"title": "GetOtherTradeRecordResponse", "required": ["success"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}, "data": {"title": "GetOtherTradeRecordModel", "type": "object", "properties": {"tradeTime": {"title": "Tradetime", "type": "integer"}, "hasTrade": {"title": "Hastrade", "... |
d07b3d50-e254-41fa-9717-800b50db170c/0274cf5e-ecc3-4a8f-9437-34cc7eec830c/0/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | search_trader | Search for traders by nickname | 200 | Example_1 | {"message": "", "data": [{"encryptedUid": "", "nickName": "", "positionShared": true, "deliveryPositionShared": true, "followerCount": 0, "twitterUrl": "", "leaderboardUrl": ""}], "success": true} | {"title": "SearchTraderResponse", "required": ["success"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}, "data": {"title": "Data", "type": "array", "items": {"title": "SearchTraderModel", "type": "object", "properties": {"encryptedUid": {"title": "Encrypteduid", "type": "string"}, ... |
d07b3d50-e254-41fa-9717-800b50db170c/0274cf5e-ecc3-4a8f-9437-34cc7eec830c/1/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | search_trader | Search for traders by nickname | 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": "inte... |
d07b3d50-e254-41fa-9717-800b50db170c/bf3ca932-0f1b-4449-bc7c-29012907f1a5/0/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | get_leaderboard_rank | Get the leaderboard rank | 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": "inte... |
d07b3d50-e254-41fa-9717-800b50db170c/bf3ca932-0f1b-4449-bc7c-29012907f1a5/1/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | get_leaderboard_rank | Get the leaderboard rank | 200 | Example_1 | {"message": "", "data": [{"futureUid": {}, "nickName": "", "userPhotoUrl": "", "rank": 0, "value": 0, "positionShared": true, "twitterUrl": "", "encryptedUid": "", "updateTime": {}, "followerCount": 0}], "success": true} | {"title": "GetLeaderboardRankResponse", "required": ["success"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}, "data": {"title": "Data", "type": "array", "items": {"title": "LeaderboardRankModel", "required": ["positionShared"], "type": "object", "properties": {"futureUid": {"title... |
d07b3d50-e254-41fa-9717-800b50db170c/3cf3f550-787d-449f-aced-5b20bd6ffec3/0/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | get_other_position | Get trader open positions | 200 | Example_1 | {"message": "", "data": {"otherPositionRetList": [{"symbol": "", "entryPrice": 0, "markPrice": 0, "pnl": 0, "roe": 0, "updateTime": [], "amount": 0, "updateTimeStamp": 0, "yellow": true, "tradeBefore": true, "leverage": 0}], "updateTime": [], "updateTimeStamp": 0}, "success": true} | {"title": "GetOtherPositionResponse", "required": ["success"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}, "data": {"title": "GetOtherPositionModel", "type": "object", "properties": {"otherPositionRetList": {"title": "Otherpositionretlist", "type": "array", "items": {"title": "Po... |
d07b3d50-e254-41fa-9717-800b50db170c/3cf3f550-787d-449f-aced-5b20bd6ffec3/1/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | get_other_position | Get trader open positions | 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": "inte... |
d07b3d50-e254-41fa-9717-800b50db170c/4b7f60e6-a247-4e0b-b66b-129e9c57669d/0/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | search_leaderboard | Get the list of traders on the leaderboard | 200 | Example_1 | {"message": "", "data": [{"encryptedUid": "", "nickName": "", "userPhotoUrl": "", "rank": 0, "value": 0, "positionShared": true, "twitterUrl": "", "updateTime": 0, "followerCount": 0, "leaderboardUrl": ""}], "success": true} | {"title": "SearchLeaderboardResponse", "required": ["success"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}, "data": {"title": "Data", "type": "array", "items": {"title": "TraderDataModel", "required": ["positionShared", "leaderboardUrl"], "type": "object", "properties": {"encrypt... |
d07b3d50-e254-41fa-9717-800b50db170c/4b7f60e6-a247-4e0b-b66b-129e9c57669d/1/0 | Binance Futures Leaderboard | Binance Futures Leaderboard API is an API for querying the leaderboard of the Binance Futures Exchange.
Any questions or issues please contact me on Telegram: @DevNullZer0 or via devnullzer0@proton.me | 9.9 | search_leaderboard | Get the list of traders on the leaderboard | 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": "inte... |
37c99b0c-dd0d-4b38-8bec-31b7462bd528/b9470710-a19f-42df-8006-1201ca1b3dfd/0/0 | Involve Thailand FX Rates | Involve Thailand FX Rates | 8.6 | Get Latest FX Rates | Get Latest FX Rates | 200 | Response | [{"ID": "27479", "Description": "USD: 1-2", "Family": "USD1", "FamilyLong": "US Dollar 1", "BuyingRates": "35.43 ", "SellingRates": "36.98 ", "SightBill": "", "Bill_DD_TT": "", "TT": "", "Ddate": "22/07/2022", "Update": "5", "DTime": "15:35 "}, {"ID": "27479", "Description": "USD: 5-20", "Family": "USD5", "... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"ID": {"type": "string"}, "Description": {"type": "string"}, "Family": {"type": "string"}, "FamilyLong": {"type": "string"}, "BuyingRates": {"type": "string"}, "SellingRates": {"type": "string"}, "SightBill": {"typ... |
3ac23ade-e81a-4053-9e64-0b883346b6cb/499ccc6a-48f9-43a9-8d88-4adddbc7f385/0/0 | Bot Currency | Currency API for Discord | null | Get Wallets | Get list of users | 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"]} |
8859238e-98a7-4cdb-97c6-a4f82b090a33/e6da69ed-ce15-4210-8b7a-83ea7956248b/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/market/screener | Get a collection of stocks, ETFs, and mutual funds based on selected criteria. | 200 | Response | [{"count": 304, "jobTimestamp": 1591971027491, "quotes": ["LULU", "EMAN", "CTIB", "HTZ", "ADBE", "CHNR", "KBSF", "RTX", "JNJ", "PRTY", "FCEL", "ZKIN", "CLDX", "^RUT", "AAL", "PTKFF", "FMCI", "TRPX", "XOG", "EFOI", "LLIT", "AZEK", "LPTX", "OAS", "SASOF", "SELB", "OKE", "SSFT", "PRSP", "MYT", "PLAG", "ANET", "PEP", "CNST... | {"items": {"properties": {"count": {"type": "integer"}, "jobTimestamp": {"type": "integer"}, "quotes": {"items": {"type": "string"}, "type": "array"}, "startInterval": {"type": "integer"}}, "type": "object"}, "type": "array"} |
8859238e-98a7-4cdb-97c6-a4f82b090a33/6bff22d7-514b-474c-ae3b-f6c4dee45fe2/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | market/day_losers | Stocks ordered in ascending order by price percent change with respect to the previous close. | 200 | Response | {"count": 25, "description": "Stocks ordered in ascending order by price percent change with respect to the previous close.", "quotes": [{"ask": 0, "askSize": 10, "averageDailyVolume10Day": 389628, "averageDailyVolume3Month": 199173, "bid": 0, "bidSize": 14, "currency": "USD", "epsCurrentYear": -1.82, "esgPopulated": f... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "description": {"type": "string"}, "quotes": {"type": "array", "items": {"type": "object", "properties": {"ask": {"type": "integer"}, "askSize": {"type": "integer"}, "averageDailyVolume10Day": {"type": "integer"... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/5c3b43b5-e8d0-4a9b-83a3-c317984488b4/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | market/most-watched | Trending stocks in today's market | 200 | Response | [{"count": 304, "jobTimestamp": 1591971027491, "quotes": ["LULU", "EMAN", "CTIB", "HTZ", "ADBE", "CHNR", "KBSF", "RTX", "JNJ", "PRTY", "FCEL", "ZKIN", "CLDX", "^RUT", "AAL", "PTKFF", "FMCI", "TRPX", "XOG", "EFOI", "LLIT", "AZEK", "LPTX", "OAS", "SASOF", "SELB", "OKE", "SSFT", "PRSP", "MYT", "PLAG", "ANET", "PEP", "CNST... | {"items": {"properties": {"count": {"type": "integer"}, "jobTimestamp": {"type": "integer"}, "quotes": {"items": {"type": "string"}, "type": "array"}, "startInterval": {"type": "integer"}}, "type": "object"}, "type": "array"} |
8859238e-98a7-4cdb-97c6-a4f82b090a33/3fb43bda-6ddf-4246-acd8-bdb7aa666af5/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/stock/index-trend | Get index trend earnings history information for a particular stock | 200 | Example_1 | {"indexTrend": {"maxAge": 1, "symbol": "SP5", "peRatio": {"raw": 17.3253, "fmt": "17.33"}, "pegRatio": {"raw": 4.55732, "fmt": "4.56"}, "estimates": [{"period": "0q", "growth": {"raw": -0.148, "fmt": "-0.15"}}, {"period": "+1q", "growth": {"raw": -0.107, "fmt": "-0.11"}}, {"period": "0y", "growth": {"raw": -0.102, "fmt... | {"type": "object", "properties": {"indexTrend": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "symbol": {"type": "string"}, "peRatio": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}}, "pegRatio": {"type": "object", "properties": {"raw": {"type": "number"}, "fm... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/d4bad255-9257-4fd2-a69c-2cb7adbdb5ad/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/stock/statistics | Get stock key statistics data. | 200 | Example_1 | {"defaultKeyStatistics": {"maxAge": 1, "priceHint": {"raw": 2, "fmt": "2", "longFmt": "2"}, "enterpriseValue": {"raw": 1265570545664, "fmt": "1.27T", "longFmt": "1,265,570,545,664"}, "forwardPE": {"raw": 18.924152, "fmt": "18.92"}, "profitMargins": {"raw": 0.21490999, "fmt": "21.49%"}, "floatShares": {"raw": 4370491953... | {"type": "object", "properties": {"defaultKeyStatistics": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "priceHint": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}}, "enterpriseValue": {"type": "object", "properties": {"raw": {"... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/e0e045a1-ccd1-4e73-a3d9-0539c723bea8/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/stock/calendar-events | Get stock calendar events. | 200 | Example_1 | {"calendarEvents": {"maxAge": 1, "earnings": {"earningsDate": [{"raw": 1588204800, "fmt": "2020-04-30"}], "earningsAverage": {"raw": 2.32, "fmt": "2.32"}, "earningsLow": {"raw": 1.73, "fmt": "1.73"}, "earningsHigh": {"raw": 2.73, "fmt": "2.73"}, "revenueAverage": {"raw": 55279200000, "fmt": "55.28B", "longFmt": "55,279... | {"type": "object", "properties": {"calendarEvents": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "earnings": {"type": "object", "properties": {"earningsDate": {"type": "array", "items": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}}}, "earningsAverage": {"t... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/ae948f54-d798-447c-b633-0552ab7194e7/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/stock/net-share-purchase-activity | Get net share purchase activity information for a particular stock | 200 | Example_1 | {"netSharePurchaseActivity": {"maxAge": 1, "period": "6m", "buyInfoCount": {"raw": 14, "fmt": "14", "longFmt": "14"}, "buyInfoShares": {"raw": 302345, "fmt": "302.35k", "longFmt": "302,345"}, "buyPercentInsiderShares": {"raw": 0.111, "fmt": "11.10%"}, "sellInfoCount": {"raw": 6, "fmt": "6", "longFmt": "6"}, "sellInfoSh... | {"type": "object", "properties": {"netSharePurchaseActivity": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "period": {"type": "string"}, "buyInfoCount": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}}, "buyInfoShares": {"type":... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/7a5a88d8-9225-4172-8c6f-cd35e6758d98/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/stock/insider-transactions | Get stock insider transactions history. | 200 | Example_1 | {"insiderTransactions": {"transactions": [{"maxAge": 1, "shares": {"raw": 41062, "fmt": "41.06k", "longFmt": "41,062"}, "value": {"raw": 10858445, "fmt": "10.86M", "longFmt": "10,858,445"}, "filerUrl": "", "transactionText": "Sale at price 260.10 - 269.44 per share.", "filerName": "MAESTRI LUCA", "filerRelation": "Chie... | {"type": "object", "properties": {"insiderTransactions": {"type": "object", "properties": {"transactions": {"type": "array", "items": {"type": "object"}}, "maxAge": {"type": "integer"}}}}} |
8859238e-98a7-4cdb-97c6-a4f82b090a33/4738866f-ad0d-4ac0-a67d-9945a8f818ab/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/stock/cashflow-statement | Get stock cash flow statements. | 200 | Example_1 | {"cashflowStatementHistory": {"cashflowStatements": [{"maxAge": 1, "endDate": {"raw": 1569628800, "fmt": "2019-09-28"}, "netIncome": {"raw": 55256000000, "fmt": "55.26B", "longFmt": "55,256,000,000"}, "depreciation": {"raw": 12547000000, "fmt": "12.55B", "longFmt": "12,547,000,000"}, "changeToNetincome": {"raw": 507600... | {"type": "object", "properties": {"cashflowStatementHistory": {"type": "object", "properties": {"cashflowStatements": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "endDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}}, "netInco... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/2dc1e3ac-c169-4f85-8e6e-2e1b2be81c95/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/stock/institution-ownership | Get stock institution ownership. | 200 | Example_1 | {"institutionOwnership": {"maxAge": 1, "ownershipList": [{"maxAge": 1, "reportDate": {"raw": 1577750400, "fmt": "2019-12-31"}, "organization": "Vanguard Group, Inc. (The)", "pctHeld": {"raw": 0.0753, "fmt": "7.53%"}, "position": {"raw": 329323432, "fmt": "329.32M", "longFmt": "329,323,432"}, "value": {"raw": 9670582580... | {"type": "object", "properties": {"institutionOwnership": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "ownershipList": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "reportDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"typ... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/aacbb8e2-45b4-4b21-9a36-6e409a14655f/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/stock/recommendation-trend | Get stock recommendations and trends. | 200 | Example_1 | {"recommendationTrend": {"trend": [{"period": "0m", "strongBuy": 11, "buy": 21, "hold": 6, "sell": 0, "strongSell": 0}, {"period": "-1m", "strongBuy": 12, "buy": 15, "hold": 12, "sell": 2, "strongSell": 0}, {"period": "-2m", "strongBuy": 11, "buy": 14, "hold": 12, "sell": 5, "strongSell": 0}, {"period": "-3m", "strongB... | {"type": "object", "properties": {"recommendationTrend": {"type": "object", "properties": {"trend": {"type": "array", "items": {"type": "object", "properties": {"period": {"type": "string"}, "strongBuy": {"type": "integer"}, "buy": {"type": "integer"}, "hold": {"type": "integer"}, "sell": {"type": "integer"}, "strongSe... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/42cb7ef9-b912-4d5f-a09f-9105c85674da/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/stock/earnings | Get earnings information for a particular stock | 200 | Example_1 | {"earnings": {"maxAge": 86400, "earningsChart": {"quarterly": [{"date": "1Q2019", "actual": {"raw": 2.46, "fmt": "2.46"}, "estimate": {"raw": 2.36, "fmt": "2.36"}}, {"date": "2Q2019", "actual": {"raw": 2.18, "fmt": "2.18"}, "estimate": {"raw": 2.1, "fmt": "2.10"}}, {"date": "3Q2019", "actual": {"raw": 3.03, "fmt": "3.0... | {"type": "object", "properties": {"earnings": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "earningsChart": {"type": "object", "properties": {"quarterly": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "actual": {"type": "object", "properties": {"raw": {"typ... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/73772735-ca7e-4571-9dde-03ff6b971675/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/stock/income-statement | Get stock income statement data. | 200 | Example_1 | {"incomeStatementHistoryQuarterly": {"incomeStatementHistory": [{"maxAge": 1, "endDate": {"raw": 1577491200, "fmt": "2019-12-28"}, "totalRevenue": {"raw": 91819000000, "fmt": "91.82B", "longFmt": "91,819,000,000"}, "costOfRevenue": {"raw": 56602000000, "fmt": "56.6B", "longFmt": "56,602,000,000"}, "grossProfit": {"raw"... | {"type": "object", "properties": {"incomeStatementHistoryQuarterly": {"type": "object", "properties": {"incomeStatementHistory": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "endDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/9a2a1a54-955a-4107-8638-a937f7b17928/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/stock/sec-filings | Get stock SEC filings. | 200 | Example_1 | {"secFilings": {"filings": [{"date": "2020-02-18", "epochDate": 1581984000, "type": "8-K", "title": "Regulation FD Disclosure, Financial Statements and Exhibits", "url": "http://biz.yahoo.com/e/200218/aapl8-k.html", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-20-039203... | {"type": "object", "properties": {"secFilings": {"type": "object", "properties": {"filings": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "epochDate": {"type": "integer"}, "type": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "edgarUrl": {"type":... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/9fc1c403-a930-49a8-8f09-492fd46e45d0/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/stock/financial-data | Get stock financial data. | 200 | Example_1 | {"financialData": {"maxAge": 86400, "currentPrice": {"raw": 284.43, "fmt": "284.43"}, "targetHighPrice": {"raw": 370.8, "fmt": "370.80"}, "targetLowPrice": {"raw": 207.77, "fmt": "207.77"}, "targetMeanPrice": {"raw": 305.37, "fmt": "305.37"}, "targetMedianPrice": {"raw": 305, "fmt": "305.00"}, "recommendationMean": {"r... | {"type": "object", "properties": {"financialData": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "currentPrice": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}}, "targetHighPrice": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "s... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/06d32dd0-e912-476d-a5c5-9b5dfd49aa0c/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/stock/profile | Get stock profile information such as company name, descriptions, website, etc... | 200 | Example_1 | {"assetProfile": {"address1": "One Apple Park Way", "city": "Cupertino", "state": "CA", "zip": "95014", "country": "United States", "phone": "408-996-1010", "website": "http://www.apple.com", "industry": "Consumer Electronics", "sector": "Technology", "longBusinessSummary": "Apple Inc. designs, manufactures, and market... | {"type": "object", "properties": {"assetProfile": {"type": "object", "properties": {"address1": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "zip": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "industry": {"type": "string"... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/b2ab41ab-129d-432d-a4d0-bd516e31224f/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/stock/insider-holders | Get stock insider holders' information. | 200 | Example_1 | {"insiderHolders": {"holders": [{"maxAge": 1, "name": "ADAMS KATHERINE L", "relation": "General Counsel", "url": "", "transactionDescription": "Conversion of Exercise of derivative security", "latestTransDate": {"raw": 1573603200, "fmt": "2019-11-13"}, "positionDirect": {"raw": 22639, "fmt": "22.64k", "longFmt": "22,63... | {"type": "object", "properties": {"insiderHolders": {"type": "object", "properties": {"holders": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "name": {"type": "string"}, "relation": {"type": "string"}, "url": {"type": "string"}, "transactionDescription": {"type": "string"}... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/d7855cc0-8199-499f-875b-00660cd5e354/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/stock/balance-sheet | Get stock balance sheet data. | 200 | Example_1 | {"balanceSheetHistoryQuarterly": {"balanceSheetStatements": [{"maxAge": 1, "endDate": {"raw": 1577491200, "fmt": "2019-12-28"}, "cash": {"raw": 39771000000, "fmt": "39.77B", "longFmt": "39,771,000,000"}, "shortTermInvestments": {"raw": 67391000000, "fmt": "67.39B", "longFmt": "67,391,000,000"}, "netReceivables": {"raw"... | {"type": "object", "properties": {"balanceSheetHistoryQuarterly": {"type": "object", "properties": {"balanceSheetStatements": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "endDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}}, ... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/cc8c630d-0a6d-4106-8979-beab2d502797/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | options | Get option data for stocks, ETFs and indexes. | 200 | Response | {"optionChain": {"result": [{"underlyingSymbol": "AAPL", "expirationDates": [1634860800, 1635465600, 1636070400, 1636675200, 1637280000, 1637884800, 1639699200, 1642723200, 1645142400, 1647561600, 1649894400, 1655424000, 1663286400, 1674172800, 1679011200, 1686873600, 1694736000, 1705622400], "strikes": [50, 55, 60, 65... | {"properties": {"optionChain": {"properties": {"error": {"type": "null"}, "result": {"items": {"properties": {"expirationDates": {"items": {"type": "integer"}, "type": "array"}, "hasMiniOptions": {"type": "boolean"}, "options": {"items": {"properties": {"calls": {"items": {"properties": {"ask": {"type": "number"}, "bid... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/027ee647-1ca1-42c7-8ec6-403356d4c6d0/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/options | Get option data for stocks, ETFs and indexes. | 200 | Response | {"optionChain": {"result": [{"underlyingSymbol": "AAPL", "expirationDates": [1634860800, 1635465600, 1636070400, 1636675200, 1637280000, 1637884800, 1639699200, 1642723200, 1645142400, 1647561600, 1649894400, 1655424000, 1663286400, 1674172800, 1679011200, 1686873600, 1694736000, 1705622400], "strikes": [50, 55, 60, 65... | {"properties": {"optionChain": {"properties": {"error": {"type": "null"}, "result": {"items": {"properties": {"expirationDates": {"items": {"type": "integer"}, "type": "array"}, "hasMiniOptions": {"type": "boolean"}, "options": {"items": {"properties": {"calls": {"items": {"properties": {"ask": {"type": "number"}, "bid... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/7f187a4d-9207-40d9-a819-9a53cae22c25/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | market/news/{stock} | Recently published stock news in Yahoo finance. | 200 | Example_1 | {"item": [{"description": "Dow Jones futures: The coronavirus stock market rally pullback sets up a key test. But Dexcom, Zscaler and Activision led new breakouts. Apple and Tesla are near technical highs.", "guid": "c348d1a8-1399-37a8-b853-c212805cbbe4", "link": "https://finance.yahoo.com/m/c348d1a8-1399-37a8-b853-c21... | {"type": "object", "properties": {"item": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "guid": {"type": "string"}, "link": {"type": "string"}, "pubDate": {"type": "string"}, "title": {"type": "string"}}}}, "language": {"type": "string"}, "lastBuildDate": {"type": "stri... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/6c1ff131-0999-4b10-95b1-3e95bf5314de/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | market/news | Recently published stock news in all sectors. | 200 | Response | [{"guid": "cramer-weighs-united-airlines-nvidia-203428365.html", "link": "https://finance.yahoo.com/news/cramer-weighs-united-airlines-nvidia-203428365.html", "pubDate": "2020-12-13T20:34:28Z", "source": "Benzinga", "title": "Cramer Weighs In On United Airlines, NVIDIA, JD, Fastly And More"}, {"guid": "?src=A00220&yptr... | {"properties": {"item": {"items": {"properties": {"description": {"type": "string"}, "guid": {"type": "string"}, "link": {"type": "string"}, "pubDate": {"type": "string"}, "title": {"type": "string"}}, "type": "object"}, "type": "array"}, "language": {"type": "string"}, "lastBuildDate": {"type": "string"}}, "type": "ob... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/11894f90-48a6-47cc-9404-0053a5838485/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/insider-trades | Latest insider trading activities from CEO, Directors, Chief Executive Officer, 10% Owner, etc... | 200 | Response | {"form_4_filings": [{"aveg_pricePerShare": 33.76, "date": "2020-09-25T21:58:28-04:00", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1365737/000143774920020295/xslF345X03/rdgdoc.xml", "num_shares_own": "20724", "reportingOwnerAddress": "C/O LEMAITRE VASCULAR, INC.", "sum_transactionShares": 9276, "sym... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"form_4_filings": {"type": "array", "items": {"type": "object", "properties": {"aveg_pricePerShare": {"type": "number"}, "date": {"type": "string"}, "linkToFilingDetails": {"type": "string"}, "num_shares_own": {"type": "string"}, "reportingO... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/a2491ae9-d5a8-4fb4-81db-b44c42e0a82b/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | insider-trades | Latest insider trading activities from CEO, Directors, Chief Executive Officer, 10% Owner, etc... | 200 | Response | {"form_4_filings": [{"aveg_pricePerShare": 33.76, "date": "2020-09-25T21:58:28-04:00", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1365737/000143774920020295/xslF345X03/rdgdoc.xml", "num_shares_own": "20724", "reportingOwnerAddress": "C/O LEMAITRE VASCULAR, INC.", "sum_transactionShares": 9276, "sym... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"form_4_filings": {"type": "array", "items": {"type": "object", "properties": {"aveg_pricePerShare": {"type": "number"}, "date": {"type": "string"}, "linkToFilingDetails": {"type": "string"}, "num_shares_own": {"type": "string"}, "reportingO... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/7e858ba9-16b1-4862-a488-8b06cf1d70e9/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/market/news | Recently published stock news in all sectors. | 200 | Response | [{"guid": "cramer-weighs-united-airlines-nvidia-203428365.html", "link": "https://finance.yahoo.com/news/cramer-weighs-united-airlines-nvidia-203428365.html", "pubDate": "2020-12-13T20:34:28Z", "source": "Benzinga", "title": "Cramer Weighs In On United Airlines, NVIDIA, JD, Fastly And More"}, {"guid": "?src=A00220&yptr... | {"properties": {"item": {"items": {"properties": {"description": {"type": "string"}, "guid": {"type": "string"}, "link": {"type": "string"}, "pubDate": {"type": "string"}, "title": {"type": "string"}}, "type": "object"}, "type": "array"}, "language": {"type": "string"}, "lastBuildDate": {"type": "string"}}, "type": "ob... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/cc9eab53-839c-408f-95fa-a17845e1ff87/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | market/quotes/{stocks} | Quote data for stocks, ETFs, mutuals funds, etc... | 200 | Response | [{"language": "en-US", "region": "US", "quoteType": "EQUITY", "typeDisp": "Equity", "quoteSourceName": "Nasdaq Real Time Price", "triggerable": true, "customPriceAlertConfidence": "HIGH", "gmtOffSetMilliseconds": -14400000, "esgPopulated": false, "currency": "USD", "regularMarketChangePercent": -1.5464809, "exchangeTim... | {"items": {"properties": {"ask": {"type": "integer"}, "askSize": {"type": "integer"}, "averageDailyVolume10Day": {"type": "integer"}, "averageDailyVolume3Month": {"type": "integer"}, "bid": {"type": "integer"}, "bidSize": {"type": "integer"}, "bookValue": {"type": "number"}, "currency": {"type": "string"}, "dividendDat... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/d4f9e698-d6bb-4b7d-9b45-0f47163e66ab/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | search | Get tickers for any stock company, ETF, mutual fund, crypto and more | 200 | Response | {"meta": {"searchTerm": "A", "processedTime": "2023-09-22 13:35:06"}, "body": [{"symbol": "A", "name": "Agilent Technologies, Inc.", "exch": "NYS", "type": "S", "exchDisp": "NYSE", "typeDisp": "Equity"}, {"symbol": "ARM", "name": "Arm Holdings plc", "exch": "NYQ", "type": "S", "exchDisp": "NYSE", "typeDisp": "Equity"},... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"searchTerm": {"type": "string"}, "processedTime": {"type": "string"}}, "required": ["processedTime", "searchTerm"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/d73ea4f4-2173-4a3d-a45a-c992efeb5926/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | stock/combine/data | Get combine stock data such as profile, financial data, statistics, balance sheet, sec-filing, quote, earnings, trends and more! | 200 | Response | {"assetProfile": {"address1": "One Apple Park Way", "auditRisk": 1, "boardRisk": 1, "city": "Cupertino", "companyOfficers": [{"age": 59, "exercisedValue": {"fmt": null, "longFmt": "0", "raw": 0}, "fiscalYear": 2020, "maxAge": 1, "name": "Mr. Timothy D. Cook", "title": "CEO & Director", "totalPay": {"fmt": "14.77M", "lo... | {"items": {"properties": {"ask": {"type": "integer"}, "askSize": {"type": "integer"}, "averageDailyVolume10Day": {"type": "integer"}, "averageDailyVolume3Month": {"type": "integer"}, "bid": {"type": "integer"}, "bidSize": {"type": "integer"}, "bookValue": {"type": "number"}, "currency": {"type": "string"}, "dividendDat... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/18b0e0c0-9451-4592-9aa5-c1170ea15601/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/stock/modules | Get combine stock data such as profile, financial data, statistics, balance sheet, sec-filing, quote, earnings, trends and more! | 200 | Response | {"assetProfile": {"address1": "One Apple Park Way", "auditRisk": 1, "boardRisk": 1, "city": "Cupertino", "companyOfficers": [{"age": 59, "exercisedValue": {"fmt": null, "longFmt": "0", "raw": 0}, "fiscalYear": 2020, "maxAge": 1, "name": "Mr. Timothy D. Cook", "title": "CEO & Director", "totalPay": {"fmt": "14.77M", "lo... | {"items": {"properties": {"ask": {"type": "integer"}, "askSize": {"type": "integer"}, "averageDailyVolume10Day": {"type": "integer"}, "averageDailyVolume3Month": {"type": "integer"}, "bid": {"type": "integer"}, "bidSize": {"type": "integer"}, "bookValue": {"type": "number"}, "currency": {"type": "string"}, "dividendDat... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/9d15a1cc-d1be-4a69-9622-1f59ab68183c/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/market/quotes | Quote data for stocks, ETFs, mutuals funds, etc... | 200 | Response | [{"language": "en-US", "region": "US", "quoteType": "EQUITY", "typeDisp": "Equity", "quoteSourceName": "Nasdaq Real Time Price", "triggerable": true, "customPriceAlertConfidence": "HIGH", "gmtOffSetMilliseconds": -14400000, "esgPopulated": false, "currency": "USD", "regularMarketChangePercent": -1.5464809, "exchangeTim... | {"items": {"properties": {"ask": {"type": "integer"}, "askSize": {"type": "integer"}, "averageDailyVolume10Day": {"type": "integer"}, "averageDailyVolume3Month": {"type": "integer"}, "bid": {"type": "integer"}, "bidSize": {"type": "integer"}, "bookValue": {"type": "number"}, "currency": {"type": "string"}, "dividendDat... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/12fddb1c-6b33-47f5-ab39-b7b1136c20c6/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | v1/search | Get tickers for any stock company, ETF, mutual fund, crypto and more | 200 | Response | {"meta": {"searchTerm": "A", "processedTime": "2023-09-22 13:35:06"}, "body": [{"symbol": "A", "name": "Agilent Technologies, Inc.", "exch": "NYS", "type": "S", "exchDisp": "NYSE", "typeDisp": "Equity"}, {"symbol": "ARM", "name": "Arm Holdings plc", "exch": "NYQ", "type": "S", "exchDisp": "NYSE", "typeDisp": "Equity"},... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"searchTerm": {"type": "string"}, "processedTime": {"type": "string"}}, "required": ["processedTime", "searchTerm"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"... |
8859238e-98a7-4cdb-97c6-a4f82b090a33/54fb0254-fd3a-41ab-ba8a-b5411bb5fe76/0/0 | Yahoo Finance | Yahoo Finance API for stocks, options, ETFs, mutual funds and news. Moved to: https://rapidapi.com/sparior/api/mboum-finance | 9.8 | market/top-gainers | Stocks with the most gains in today's market | 200 | Example_1 | {"start": 5, "count": 25, "total": 62, "quotes": [{"language": "US", "region": "ENUS", "quoteType": "EQUITY", "quoteSourceName": "Delayed Quote", "triggerable": false, "currency": "USD", "firstTradeDateMilliseconds": 1435671000000, "priceHint": 2, "postMarketChangePercent": 0.017464504, "postMarketTime": 1586984814, "p... | {"type": "object", "properties": {"start": {"type": "integer"}, "count": {"type": "integer"}, "total": {"type": "integer"}, "quotes": {"type": "array", "items": {"type": "object"}}}} |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/8e827dc1-e69a-4b92-af4a-654138659eba/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get global stats | These global statistics tell about the data available on coinranking. | 200 | New Example | {"status": "success", "data": {"totalCoins": 3220, "totalMarkets": 27497, "totalExchanges": 190, "totalMarketCap": "425992114544", "total24hVolume": "23752040073"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"totalCoins": {"type": "integer"}, "totalMarkets": {"type": "integer"}, "totalExchanges": {"type": "integer"}, "totalMarketCap": {"type": "string"}, "total24hVolume": {"... |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/67caeeee-5171-430b-8a91-e4eb9d4a3872/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get exchanges index | List of all exchanges currently available on Coinranking, for indexing purposes.
This endpoint requires the ultra plan or higher. | 200 | New Example | {"status": "success", "exchanges": [["aqGkNG_0Ye", "cryptopia", "https://coinranking.com/exchange/aqGkNG_0Ye+cryptopia"]]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "exchanges": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["exchanges", "status"]} |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/87229312-4d3d-4f9c-aaef-5c147230ce86/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get coins index | List of all coins currently available on coinranking, for indexing purposes.
This endpoint requires the ultra plan or higher. | 200 | New Example | {"status": "success", "coins": [["Qwsogvtv82FCd", "bitcoin-btc", "Bitcoin", "BTC", "https://coinranking.com/coin/Qwsogvtv82FCd+bitcoin-btc"]]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "coins": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["coins", "status"]} |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/1b9cd2f1-061a-4c94-9340-2b70e72dedaf/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get market | Find information on a specific market listed on Coinranking.
This endpoint requires the ultra plan or higher. | 200 | New Example | {"status": "success", "data": {"market": {"uuid": "MP77r-vKf4", "rank": 7, "base": {"uuid": "Qwsogvtv82FCd", "symbol": "BTC", "name": "Bitcoin", "type": "coin"}, "quote": {"symbol": "USDT", "uuid": "HIVsRcGKkPFtW", "name": "Tether", "type": "coin"}, "exchange": {"name": "Binance", "uuid": "-zdvbieRdZ", "iconUrl": "http... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"market": {"type": "object", "properties": {"uuid": {"type": "string"}, "rank": {"type": "integer"}, "base": {"type": "object", "properties": {"uuid": {"type": "string"}... |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/2c841adf-8ebd-41ff-a3fc-9b723e9c21ea/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get exchange coins | Find coins listed on a specific exchange.
This endpoint requires the ultra plan or higher. | 200 | New Example | {"status": "success", "data": {"stats": {"total": 3}, "coins": [{"rank": 3, "uuid": "ETHxDUgYGNAdQ", "symbol": "ETH", "name": "Ethereum", "iconUrl": "https://cdn.coinranking.com/rk4RKHOuW/eth.svg", "price": "203", "btcPrice": "0.3", "24hVolume": "380", "numberOfMarkets": 2, "coinrankingUrl": "https://coinranking.com/co... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"total": {"type": "integer"}}, "required": ["total"]}, "coins": {"type": "array", "items": {"type": "object", "properties": {"... |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/5c5892f4-3729-4506-a8a7-e9e08ce0e524/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get exchange | Find information on a specific exchange listed on coinranking. An exchange is a place where cryptocurrencies are traded.
This endpoint requires the ultra plan or higher. | 200 | New Example | {"status": "success", "data": {"exchange": {"numberOfMarkets": 3, "24hVolume": "776337030.2052088", "uuid": "-zdvbieRdZ", "name": "Binance", "description": "Binance is a blockchain ecosystem cryptocurrency exchange.", "iconUrl": "https://cdn.coinranking.com/mDTK5qrmq/binance.svg", "websiteUrl": "https://www.binance.com... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"exchange": {"type": "object", "properties": {"numberOfMarkets": {"type": "integer"}, "24hVolume": {"type": "string"}, "uuid": {"type": "string"}, "name": {"type": "stri... |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/5b309d09-f41b-4901-9d14-6e10aee3a52b/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get exchanges | Get a list of exchanges. Exchanges are ranked based on their trading volume in the last 24 hours.
This endpoint requires the ultra plan or higher. | 200 | New Example | {"status": "success", "data": {"stats": {"24hVolume": "6554685985.623574", "total": 198}, "exchanges": [{"coinrankingUrl": "https://coinranking.com/exchange/-zdvbieRdZ+binance", "uuid": "-zdvbieRdZ", "name": "Binance", "iconUrl": "https://cdn.coinranking.com/mDTK5qrmq/binance.svg", "numberOfMarkets": 3, "24hVolume": "7... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"24hVolume": {"type": "string"}, "total": {"type": "integer"}}, "required": ["24hVolume", "total"]}, "exchanges": {"type": "ar... |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/94bc2faa-3298-4f6a-b7e3-4aad41c6997d/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get coin modifiers | Get the modifiers of a coin's supply and their balance.
This endpoint requires the ultra plan or higher. | 200 | New Example | {"status": "success", "data": {"total": 3, "modifiers": [{"blockchain": "Neo", "name": "Foundation", "reference": "Ae2d6qj91YL3LVUMkza7WQsaTYjzjHm4z1", "syncedAt": 1593436560, "amount": "14146080"}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"total": {"type": "integer"}, "modifiers": {"type": "array", "items": {"type": "object", "properties": {"blockchain": {"type": "string"}, "name": {"type": "string"}, "re... |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/97031594-e8f7-4865-8bae-816df30e1a32/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get coin exchanges | Find exchanges where a specific coin can be traded.
This endpoint requires the ultra plan or higher. | 200 | New Example | {"status": "success", "stats": {"24hVolume": "27739840257.811882", "total": 278}, "exchanges": [{"coinrankingUrl": "https://coinranking.com/exchange/Z7wAB_T0o+coinsbit", "rank": 1, "uuid": "Z7wAB_T0o", "verified": false, "recommended": false, "numberOfMarkets": 22, "name": "Coinsbit", "iconUrl": "https://cdn.coinrankin... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "stats": {"type": "object", "properties": {"24hVolume": {"type": "string"}, "total": {"type": "integer"}}, "required": ["24hVolume", "total"]}, "exchanges": {"type": "array", "items": {"type": "object", "propert... |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/27d85476-4e44-4f20-9493-1abef80517f5/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get coin OHLC data | Get OHLC (Open High Low Close) data for the coin throughout time.
This endpoint requires the ultra plan or higher.
Beta
The OHLC endpoint is currently in beta. This means we might make some changes that could be considered breaking for your application, and we expect to have downtime every now and then while we are sti... | 200 | New Example | {"status": "success", "data": {"ohlc": [{"startingAt": 1641427200, "open": "43639.170052896734", "high": "43830.15844443845", "low": "42679.105282492994", "close": "43253.82606224523", "avg": "43194.86335084649"}, {"startingAt": 1641340800, "open": "45997.97595190101", "high": "47050.58243007133", "low": "42923.3751814... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"ohlc": {"type": "array", "items": {"type": "object", "properties": {"startingAt": {"type": "integer"}, "open": {"type": "string"}, "high": {"type": "string"}, "low": {"... |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/df8ce38f-24c3-402c-917d-daca54129fa4/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get coin | Find information about a specific coin. | 200 | New Example | {"status": "success", "data": {"coin": {"uuid": "Qwsogvtv82FCd", "symbol": "BTC", "name": "Bitcoin", "description": "Bitcoin is the first decentralized digital currency.", "color": "#f7931A", "iconUrl": "https://cdn.coinranking.com/Sy33Krudb/btc.svg", "websiteUrl": "https://bitcoin.org", "links": [{"name": "Bitcoin", "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"coin": {"type": "object", "properties": {"uuid": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "color... |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/c32ff0f9-0927-4d7b-bcc5-bb6e9ef63a0f/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get coin price | With the price endpoint the price can be requested for a specific coin on a specific time. The response is just a single price nearest to the requested time, including its timestamp. | 200 | New Example | {"status": "success", "data": {"price": "7305.985182338483", "timestamp": 1586305740}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"price": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["price", "timestamp"]}}, "required": ["data", "status"]} |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/cb39605c-7d57-472d-b0d6-4873d1e6e8db/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get coin price history | Coinranking keeps track of prices on all listed assets. The history endpoint lists prices and their timestamp for the requested time period, useful for making a chart. | 200 | New Example | {"status": "success", "data": {"change": "12", "history": [{"price": "9324.5169512436", "timestamp": 1525100400}, {"price": "9324.5169512436", "timestamp": 1525100400000}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"change": {"type": "string"}, "history": {"type": "array", "items": {"type": "object", "properties": {"price": {"type": "string"}, "timestamp": {"type": "integer"}}, "re... |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/bee30194-d61d-40a5-ae45-fb69ba9f1af0/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get coins | Get a list of coins. Coins are by default ordered by their rank, which - somewhat simplified - means that they are ordered on marketcap. The response not only returns a list of coins, but also statistics regarding the requested list, such as the volume in the last 24 hours. | 200 | New Example | {"status": "success", "data": {"stats": {"total": 3, "totalCoins": 10000, "totalMarkets": 35000, "totalExchanges": 300, "totalMarketCap": "239393904304", "total24hVolume": "503104376.06373006"}, "coins": [{"uuid": "Qwsogvtv82FCd", "symbol": "BTC", "name": "Bitcoin", "color": "#f7931A", "iconUrl": "https://cdn.coinranki... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"total": {"type": "integer"}, "totalCoins": {"type": "integer"}, "totalMarkets": {"type": "integer"}, "totalExchanges": {"type... |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/4f167b80-4005-47fb-b313-b6c54e5757b2/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get reference currencies | Get a list of reference currencies, which can be used as reference for coins. The response includes all the essentials for this use-case, such as the symbol (e.g. USD) and - if available - the sign (e.g. $). | 200 | New Example | {"status": "success", "data": {"stats": {"total": 3}, "currencies": [{"uuid": "Qwsogvtv82FCd", "type": "coin", "symbol": "BTC", "name": "Bitcoin", "iconUrl": "https://cdn.coinranking.com/bOabBYkcX/bitcoin_btc.svg", "sign": "\u0243"}, {"uuid": "razxDUgYGNAdQ", "type": "coin", "symbol": "ETH", "name": "Ethereum", "iconUr... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"total": {"type": "integer"}}, "required": ["total"]}, "currencies": {"type": "array", "items": {"type": "object", "properties... |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/449ffb30-5349-41a3-b6e0-cf015c53c09b/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get search suggestions | Search suggestions are a quick and easy way to find data on coinranking. The endpoint only accepts one parameter; a query. With this query you can find currencies (including fiat), exchanges and markets, by their symbol or name. The response always returns a set of the most prominent coins, exchanges and markets matchi... | 200 | New Example | {"status": "success", "data": {"coins": [{"uuid": "Qwsogvtv82FCd", "iconUrl": "https://cdn.coinranking.com/gNsKAuE-W/bitcoin_btc.svg", "name": "Bitcoin", "symbol": "BTC", "price": "65955.43592725793773050345"}, {"uuid": "ZlZpzOJo43mIo", "iconUrl": "https://cdn.coinranking.com/By8ziihX7/bch.svg", "name": "Bitcoin Cash",... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"coins": {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "iconUrl": {"type": "string"}, "name": {"type": "string"}, "symbol": {"... |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/1ee11a33-d491-4784-a143-e410b2bb90c7/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get markets | Get a list of markets. Markets are ranked by their volume over the last 24 hours. Use our filters to get a subset of the markets.
This endpoint requires the ultra plan or higher. | 200 | New Example | {"status": "success", "data": {"stats": {"24hVolume": "6554685985.623574", "total": 27521}, "markets": [{"uuid": "xk9M2LuHuID5", "base": {"uuid": "Qwsogvtv82FCd", "symbol": "BTC"}, "quote": {"uuid": "yhjMzLPhuIDl", "symbol": "USD"}, "exchange": {"name": "Binance", "uuid": "-zdvbieRdZ", "iconUrl": "https://cdn.coinranki... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"24hVolume": {"type": "string"}, "total": {"type": "integer"}}, "required": ["24hVolume", "total"]}, "markets": {"type": "arra... |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/f7635d11-961c-4895-9269-1f38621793d5/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get exchange markets | Find markets on a specific exchange.
This endpoint requires the ultra plan or higher. | 200 | New Example | {"status": "success", "data": {"stats": {"24hVolume": "2795922.586905519", "total": 3}, "markets": [{"uuid": "xk9M2LuHuID5", "active": 1, "base": {"uuid": "Qwsogvtv82FCd", "symbol": "BTC"}, "quote": {"symbol": "USD", "uuid": "yhjMzLPhuIDl"}, "exchange": {"name": "Binance", "uuid": "-zdvbieRdZ", "iconUrl": "https://cdn.... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"24hVolume": {"type": "string"}, "total": {"type": "integer"}}, "required": ["24hVolume", "total"]}, "markets": {"type": "arra... |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/7d8a79aa-bd4e-485c-8520-74b6fabbf428/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get coin issuance blockchains | Get the issuance blockchains on which the coin is issued.
This endpoint requires the ultra plan or higher. | 200 | New Example | {"status": "success", "data": {"total": 1, "issuanceBlockchains": [{"name": "Neo", "referenceName": null, "reference": "c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b"}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"total": {"type": "integer"}, "issuanceBlockchains": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "referenceName": {"type": "... |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/8931b418-f912-459b-8d0f-e27d39b99807/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get coin supply | Get the maximum, total, and circulating supply of a coin. | 200 | New Example | {"status": "success", "data": {"supply": {"maxAmount": "21000000", "totalSyncedAt": 1593388800, "totalAmount": "18417493", "circulatingSyncedAt": 1593388800, "circulatingAmount": "18417493"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"supply": {"type": "object", "properties": {"maxAmount": {"type": "string"}, "totalSyncedAt": {"type": "integer"}, "totalAmount": {"type": "string"}, "circulatingSyncedA... |
c0af1f45-727a-4daa-ae17-8a1efbd4c90a/0c7ebc1e-56ff-4d17-ae4f-881a92dfe98b/0/0 | Coinranking | A simple API for Cryptocurrency Prices - 28k+ users - Real-Time & Historical - Crypto Market Data - Coins - Exchanges - Free & Paid | 9.9 | Get coin markets | Find markets on different exchanges that trade a specific coin.
This endpoint requires the ultra plan or higher. | 200 | New Example | {"status": "success", "data": {"stats": {"24hVolume": "2795922.586905519", "total": 3}, "markets": [{"uuid": "xk9M2LuHuID5", "active": 1, "base": {"uuid": "Qwsogvtv82FCd", "symbol": "BTC"}, "quote": {"uuid": "yhjMzLPhuIDl", "symbol": "USD"}, "exchange": {"uuid": "-zdvbieRdZ", "name": "Binance", "iconUrl": "https://cdn.... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"24hVolume": {"type": "string"}, "total": {"type": "integer"}}, "required": ["24hVolume", "total"]}, "markets": {"type": "arra... |
0b318a0e-ccd2-4524-aa16-65cccd611634/deb831fe-b544-4bad-a18b-1d30f2a37992/0/0 | Currency | Fastest Currency API | 0.3 | Convert | Convert Currency value from and to. | 200 | Response | {"data": {"converted": 13.112, "exchange_rate": 1.31116, "from": "USD", "to": "AUD"}, "result": "success"} | {"properties": {"data": {"properties": {"converted": {"type": "number"}, "exchange_rate": {"type": "number"}, "from": {"type": "string"}, "to": {"type": "string"}}, "type": "object"}, "result": {"type": "string"}}, "type": "object"} |
0b318a0e-ccd2-4524-aa16-65cccd611634/d2660513-2173-475a-a78c-bd2d63a0c515/0/0 | Currency | Fastest Currency API | 0.3 | Free Exchange Rates | Convert Currency value from and to. | 200 | Response | {"base_currency": "USD", "data": [{"currency": "AED", "rate": 3.6732}, {"currency": "AUD", "rate": 1.30719}, {"currency": "AFN", "rate": 77.6}, {"currency": "ALL", "rate": 104.2}, {"currency": "AMD", "rate": 525.46}, {"currency": "ANG", "rate": 1.795728}, {"currency": "AOA", "rate": 618.3}, {"currency": "ARS", "rate": ... | {"properties": {"base_currency": {"type": "string"}, "data": {"items": {"properties": {"currency": {"type": "string"}, "rate": {"type": "number"}}, "type": "object"}, "type": "array"}, "last_update": {"type": "string"}, "plan": {"properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "type": "obj... |
0b318a0e-ccd2-4524-aa16-65cccd611634/b6aa09d7-94c3-460a-b3b0-836894bcb405/0/0 | Currency | Fastest Currency API | 0.3 | Exchange Rates | Convert Currency value from and to. | 200 | Response | {"base_currency": "USD", "data": [{"currency": "AED", "rate": 3.6732}, {"currency": "AUD", "rate": 1.31116}, {"currency": "AFN", "rate": 77.6}, {"currency": "ALL", "rate": 104.2}, {"currency": "AMD", "rate": 525.46}, {"currency": "ANG", "rate": 1.795728}, {"currency": "AOA", "rate": 618.3}, {"currency": "ARS", "rate": ... | {"properties": {"base_currency": {"type": "string"}, "data": {"items": {"properties": {"currency": {"type": "string"}, "rate": {"type": "number"}}, "type": "object"}, "type": "array"}, "result": {"type": "string"}}, "type": "object"} |
0b318a0e-ccd2-4524-aa16-65cccd611634/75301c4e-6461-42ee-9007-88974a7d50f4/0/0 | Currency | Fastest Currency API | 0.3 | Free Convert | Convert Currency value from and to. | 200 | Response | {"data": {"converted": 13.072, "exchange_rate": 1.30719, "from": "USD", "to": "AUD"}, "last_update": "2021-03-09", "plan": {"description": "limited to results", "type": "free"}, "result": "success"} | {"properties": {"data": {"properties": {"converted": {"type": "number"}, "exchange_rate": {"type": "number"}, "from": {"type": "string"}, "to": {"type": "string"}}, "type": "object"}, "last_update": {"type": "string"}, "plan": {"properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "type": "obje... |
4f74900e-0703-470d-a5c2-060c555135a9/79bda9d1-3a0b-41dd-b146-62bb041b7b8a/0/0 | Stock API | API that provides all the data you need about stock market. | 5.9 | Get Key Metrics | Endpoint providing key metrics of a company | 200 | Response | {"averageInventoryTTM": 7151000000, "averagePayablesTTM": 50431500000, "averageReceivablesTTM": 45039500000, "bookValuePerShareTTM": 3.9372517681147596, "capexPerShareTTM": -0.7660658786251151, "capexToDepreciationTTM": -1.0531173807035876, "capexToOperatingCashFlowTTM": -0.11036282669002774, "capexToRevenueTTM": -0.03... | {"type": "object", "properties": {"assetTurnoverTTM": {"type": "number"}, "capitalExpenditureCoverageRatioTTM": {"type": "number"}, "cashConversionCycleTTM": {"type": "number"}, "cashFlowCoverageRatiosTTM": {"type": "number"}, "cashFlowToDebtRatioTTM": {"type": "number"}, "cashPerShareTTM": {"type": "number"}, "cashRat... |
4f74900e-0703-470d-a5c2-060c555135a9/c96e3ecb-8a3c-4b17-82d7-03c31163de61/0/0 | Stock API | API that provides all the data you need about stock market. | 5.9 | Get price changes | Endpoint providing price changes of a stock | 200 | Response | {"10Y": 1186.36192, "1D": -0.5891, "1M": 5.59894, "1Y": 29.679, "3M": 17.68191, "3Y": 99.99476, "5D": -1.59975, "5Y": 300.20989, "6M": 47.10693, "max": 148462.52435, "symbol": "AAPL", "ytd": 52.45862} | {"type": "object", "properties": {"assetTurnoverTTM": {"type": "number"}, "capitalExpenditureCoverageRatioTTM": {"type": "number"}, "cashConversionCycleTTM": {"type": "number"}, "cashFlowCoverageRatiosTTM": {"type": "number"}, "cashFlowToDebtRatioTTM": {"type": "number"}, "cashPerShareTTM": {"type": "number"}, "cashRat... |
4f74900e-0703-470d-a5c2-060c555135a9/03eb70cc-1e88-4a5d-83b5-0feacbc5c764/0/0 | Stock API | API that provides all the data you need about stock market. | 5.9 | Get most gainers | Endpoint providing the most gainers. | 200 | Response | {"change": 0, "changesPercentage": 0, "name": "Viveve Medical, Inc.", "price": 0.001, "symbol": "VIVE"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"change": {"type": "integer"}, "changesPercentage": {"type": "integer"}, "name": {"type": "string"}, "price": {"type": "number"}, "symbol": {"type": "string"}}, "required": ["change", "changesPercentage", "name", "price", "symbol"]} |
4f74900e-0703-470d-a5c2-060c555135a9/fcdbbccf-5b2e-446a-a455-f72076bd7df3/0/0 | Stock API | API that provides all the data you need about stock market. | 5.9 | Get key executives | List key executives of a company | 200 | New Example | [{"currencyPay": "USD", "gender": "female", "name": "Ms. Deirdre O'Brien", "pay": 5019783, "title": "Senior Vice President of People & Retail", "titleSince": 1676248586, "yearBorn": 1967}, {"currencyPay": "USD", "gender": "male", "name": "Mr. Timothy D. Cook", "pay": 16425933, "title": "Chief Executive Officer & Direc... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"currencyPay": {"type": "string"}, "gender": {"type": "string"}, "name": {"type": "string"}, "pay": {"type": ["integer", "null"]}, "title": {"type": "string"}, "titleSince": {"type": ["integer", "null"]}, "yearBorn... |
4f74900e-0703-470d-a5c2-060c555135a9/70f8b5c4-7734-4e0a-8871-2218f9751f0c/0/0 | Stock API | API that provides all the data you need about stock market. | 5.9 | Get quote | Endpoint providing quote of a company | 200 | Response | {"avgVolume": 56646141, "change": -1.13, "changesPercentage": -0.5891, "dayHigh": 192.67, "dayLow": 190.245, "earningsAnnouncement": "2023-08-03T20:00:00.000+0000", "eps": 5.97, "exchange": "NASDAQ", "marketCap": 2999148595323, "name": "Apple Inc.", "open": 191.41, "pe": 31.94, "previousClose": 191.81, "price": 190.68,... | {"type": "object", "properties": {"assetTurnoverTTM": {"type": "number"}, "capitalExpenditureCoverageRatioTTM": {"type": "number"}, "cashConversionCycleTTM": {"type": "number"}, "cashFlowCoverageRatiosTTM": {"type": "number"}, "cashFlowToDebtRatioTTM": {"type": "number"}, "cashPerShareTTM": {"type": "number"}, "cashRat... |
4f74900e-0703-470d-a5c2-060c555135a9/7891f85c-a7f2-445a-8d3e-ae92b7ed69d6/0/0 | Stock API | API that provides all the data you need about stock market. | 5.9 | Get most active | Endpoint providing the most actives. | 200 | Response | {"change": -0.0286, "changesPercentage": -12.9705, "name": "Mullen Automotive, Inc.", "price": 0.1919, "symbol": "MULN"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"change": {"type": "number"}, "changesPercentage": {"type": "number"}, "name": {"type": "string"}, "price": {"type": "number"}, "symbol": {"type": "string"}}, "required": ["change", "changesPercentage", "name", "price", "symbol"]} |
4f74900e-0703-470d-a5c2-060c555135a9/e0564e30-68f7-41d2-9cc1-a55dcab5be5c/0/0 | Stock API | API that provides all the data you need about stock market. | 5.9 | Get most losers | Endpoint providing the most losers. | 200 | Response | {"change": -0.108, "changesPercentage": -34.5048, "name": "FOXO Technologies Inc.", "price": 0.205, "symbol": "FOXO"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"change": {"type": "number"}, "changesPercentage": {"type": "number"}, "name": {"type": "string"}, "price": {"type": "number"}, "symbol": {"type": "string"}}, "required": ["change", "changesPercentage", "name", "price", "symbol"]} |
4f74900e-0703-470d-a5c2-060c555135a9/9cb1e461-b90f-4ff1-bfa5-ae99adc3469f/0/0 | Stock API | API that provides all the data you need about stock market. | 5.9 | Get stock peers | Endpoint providing stock peers of a company | 200 | Response | {"peersList": ["LPL", "SNEJF", "PCRFY", "SONO", "VZIO", "MICS", "WLDSW", "KOSS", "GPRO", "SONY", "UEIC", "HEAR", "VUZI", "WLDS"], "symbol": "AAPL"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"peersList": {"type": "array", "items": {"type": "string"}}, "symbol": {"type": "string"}}, "required": ["peersList", "symbol"]} |
4f74900e-0703-470d-a5c2-060c555135a9/f045a713-de25-4b23-9b4d-c07d95299e98/0/0 | Stock API | API that provides all the data you need about stock market. | 5.9 | Get financial ratios | Endpoint providing financial ratios of a company | 200 | New Example | {"assetTurnoverTTM": 0, "capitalExpenditureCoverageRatioTTM": 0, "cashConversionCycleTTM": 0, "cashFlowCoverageRatiosTTM": 0, "cashFlowToDebtRatioTTM": 0, "cashPerShareTTM": 0, "cashRatioTTM": 0, "companyEquityMultiplierTTM": 0, "currentRatioTTM": 0, "daysOfInventoryOutstandingTTM": 0, "daysOfPayablesOutstandingTTM": 0... | {"type": "object", "properties": {"assetTurnoverTTM": {"type": "number"}, "capitalExpenditureCoverageRatioTTM": {"type": "number"}, "cashConversionCycleTTM": {"type": "number"}, "cashFlowCoverageRatiosTTM": {"type": "number"}, "cashFlowToDebtRatioTTM": {"type": "number"}, "cashPerShareTTM": {"type": "number"}, "cashRat... |
4f74900e-0703-470d-a5c2-060c555135a9/3df80a13-5548-4d8b-9562-181efce56723/0/0 | Stock API | API that provides all the data you need about stock market. | 5.9 | Get company profile | Endpoint providing : | 200 | New Example | {"address": "One Apple Park Way", "beta": 1.292349, "ceo": "Mr. Timothy D. Cook", "changes": -1.13, "cik": "0000320193", "city": "Cupertino", "companyName": "Apple Inc.", "country": "US", "currency": "USD", "cusip": "037833100", "dcf": 150.082, "dcfDiff": 4.15176, "defaultImage": false, "description": "Apple Inc. desig... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"address": {"type": "string"}, "beta": {"type": "number"}, "ceo": {"type": "string"}, "changes": {"type": "number"}, "cik": {"type": "string"}, "city": {"type": "string"}, "companyName": {"type": "string"}, "country": {"type": "string"}, "cu... |
4f74900e-0703-470d-a5c2-060c555135a9/6021ff21-ebd3-476d-8074-d0cade34e2e1/0/0 | Stock API | API that provides all the data you need about stock market. | 5.9 | Get stock price by ticker/symbol | Get the actual price by ticker | 200 | New Example | {"price": 190.68, "symbol": "AAPL", "volume": 44665545} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"price": {"type": "number"}, "symbol": {"type": "string"}, "volume": {"type": "integer"}}, "required": ["price", "symbol", "volume"]} |
aec4ab3a-98d5-49fb-b282-8a6179e9d03f/e03794fd-0f85-4ce2-9b6b-75bd11d6f7fc/0/0 | StockPulse | StockPulse API: Real-Time Stock Data, Fast & Affordable. | null | priceChange | price-change | 200 | null | {"change": 7.24, "change_pct": "39.22", "change_pct_proportion": "0.39219947953409967"} | {"type": "object", "properties": {"change": {"type": "number"}, "change_pct": {"type": "string"}, "change_pct_proportion": {"type": "string"}}} |
aec4ab3a-98d5-49fb-b282-8a6179e9d03f/3935d156-3c9e-4934-9eea-d92c83dd2a39/0/0 | StockPulse | StockPulse API: Real-Time Stock Data, Fast & Affordable. | null | options | options | 200 | null | [{"calls": [{"ask": 141.9, "bid": 141.75, "change": -0.8999939, "contractSize": "REGULAR", "contractSymbol": "AAPL230804C00050000", "currency": "USD", "expiration": 1691107200, "impliedVolatility": 8.488285944824217, "inTheMoney": true, "lastPrice": 141.75, "lastTradeDate": 1691006100, "openInterest": 130, "percentChan... | {"type": "array", "items": {"type": "object", "properties": {"calls": {"type": "array", "items": {"type": "object", "properties": {"ask": {"type": "number"}, "bid": {"type": "number"}, "change": {"type": "number"}, "contractSize": {"type": "string"}, "contractSymbol": {"type": "string"}, "currency": {"type": "string"},... |
aec4ab3a-98d5-49fb-b282-8a6179e9d03f/d36bb66a-d48e-4325-957a-89ca46fdbcd7/0/0 | StockPulse | StockPulse API: Real-Time Stock Data, Fast & Affordable. | null | dividends | dividends | 200 | null | [{"date": "2021-02-05", "dividends": "0.205000"}, {"date": "2021-05-07", "dividends": "0.220000"}, {"date": "2021-08-06", "dividends": "0.220000"}, {"date": "2021-11-05", "dividends": "0.220000"}, {"date": "2022-02-04", "dividends": "0.220000"}] | {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "dividends": {"type": "string"}}}} |
aec4ab3a-98d5-49fb-b282-8a6179e9d03f/acf21700-9274-4876-82ee-b042018b20e6/0/0 | StockPulse | StockPulse API: Real-Time Stock Data, Fast & Affordable. | null | tickerSearch | ticker-search | 200 | null | [{"ticker": "AAPL", "title": "Apple Inc."}, {"ticker": "APLE", "title": "Apple Hospitality REIT, Inc."}, {"ticker": "AAPL.NE", "title": "APPLE CDR (CAD HEDGED)"}, {"ticker": "APRU", "title": "APPLE RUSH COMPANY INC"}, {"ticker": "APC.DE", "title": "APPLE INC."}, {"ticker": "AAPL.BA", "title": "APPLE INC CEDEAR(REPR 1/1... | {"type": "array", "items": {"type": "object", "properties": {"ticker": {"type": "string"}, "title": {"type": "string"}}}} |
aec4ab3a-98d5-49fb-b282-8a6179e9d03f/7c2c4479-f2ac-4e74-a05c-46838d72d738/0/0 | StockPulse | StockPulse API: Real-Time Stock Data, Fast & Affordable. | null | quote | quote | 200 | null | [{"adj_close": "277.188782", "close": "280.519989", "date": "2022-04-18", "high": "282.459991", "low": "278.339996", "open": "278.910004", "volume": "20778000"}] | {"type": "array", "items": {"type": "object", "properties": {"adj_close": {"type": "string"}, "close": {"type": "string"}, "date": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, "open": {"type": "string"}, "volume": {"type": "string"}}}} |
0899eeb2-5fe4-4902-9200-ce132bff7875/1d936730-34df-4216-9332-b259a30a6af2/0/0 | Mexico CLABE Numbers Validation | Mexico CLABE Bancaria Estandarizada (CLABE) Numbers are Mexico Bank Account Numbers. The API checks the Mexico Bank Accounts numbers by check digits method required for the validation. | null | Mexico Clabe Validation | API Validates Mexico CLABE Numbers by the method prescribed for verifying the Mexico CLABE Numbers. This API helps in ensuring accuracy of Mexico CLABE Numbers. | 200 | Response | {"STATUS": "SUCCESS", "STATUSCODE": "200", "MESSAGE": "CLABE is Correct", "CLABE": "032180000118359719"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"STATUS": {"type": "string"}, "STATUSCODE": {"type": "string"}, "MESSAGE": {"type": "string"}, "CLABE": {"type": "string"}}, "required": ["CLABE", "MESSAGE", "STATUS", "STATUSCODE"]} |
19f7bf4c-3988-491b-942a-42df789ba14c/914f641f-c86e-4eee-a17d-ec9b5a382a19/0/0 | Cypto Currencies Data | Live crypto currency market price, market change data of 104 top currencies | null | Get names of all crypto currencies available | Get names of all crypto currencies | 200 | Response | ["mana", "shib", "win", "sand", "btc", "wrx", "usdt", "doge", "chr", "bat", "btt", "enj", "dent", "vite", "trx", "matic", "alice", "iotx", "ada", "xrp", "sxp", "ftm", "eth", "ogn", "celr", "xec", "hot", "bnb", "hbar", "dgb", "nkn", "mdx", "lrc", "icp", "zrx", "ctsi", "xem", "1inch", "poly", "sc", "etc", "ark", "coti", ... | {"type": "array", "items": {"type": "string"}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.