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 |
|---|---|---|---|---|---|---|---|---|---|
19f7bf4c-3988-491b-942a-42df789ba14c/787a6182-b093-4049-844b-baff3103bce6/0/0 | Cypto Currencies Data | Live crypto currency market price, market change data of 104 top currencies | null | Get a single crypto currency data | Get the specific crypto currency live market value and market change | 200 | Response | {"market_change": "\u25b2 0.41%", "market_price": "\u20b949,00,000"} | {"type": "object", "properties": {"market_change": {"type": "string"}, "market_price": {"type": "string"}}} |
19f7bf4c-3988-491b-942a-42df789ba14c/c2bdc266-829e-4850-a50b-9bea96e124b2/0/0 | Cypto Currencies Data | Live crypto currency market price, market change data of 104 top currencies | null | Get all Crypto currencies data | Get all the crypto currencies live market value and market change | 200 | Response | {"data": {"mana": {"market_change": "\u25b2 180.43%", "market_price": "\u20b9299.9900"}, "shib": {"market_change": "\u25bc -9.24%", "market_price": "\u20b90.005309"}, "win": {"market_change": "\u25b2 15.63%", "market_price": "\u20b90.0636"}, "sand": {"market_change": "\u25b2 88.3%", "market_price": "\u20b9161.00000"}, ... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"mana": {"type": "object", "properties": {"market_change": {"type": "string"}, "market_price": {"type": "string"}}}, "shib": {"type": "object", "properties": {"market_change": {"type": "string"}, "market_price": {"type": "string"}}}, "win": {"t... |
522ada47-ec49-4836-8cf6-a69d506b0132/bf4c9809-cc5d-45e5-a8f9-8aca99b41d81/0/0 | Binance | Cryptocurrency prices and charts. Free access to current data for Bitcoin and thousands of altcoins. | 9.3 | Current Average Price | Current average price for a symbol. | 200 | Response | {"mins": 5, "price": "0.06629245"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"mins": {"type": "integer"}, "price": {"type": "string"}}, "required": ["mins", "price"]} |
522ada47-ec49-4836-8cf6-a69d506b0132/53d45a35-fda3-415b-b817-cf7f5f147923/0/0 | Binance | Cryptocurrency prices and charts. Free access to current data for Bitcoin and thousands of altcoins. | 9.3 | Order Book | Adjusted based on the limit:
5, 10, 20, 50, 100 => 1
500 => 5
1000 => 10
5000 => 50 | 200 | Response | {"lastUpdateId": 5018335298, "bids": [["0.06630900", "6.39500000"], ["0.06630800", "10.70410000"], ["0.06630600", "12.67180000"], ["0.06630500", "1.00000000"], ["0.06630400", "0.16000000"]], "asks": [["0.06631000", "3.61070000"], ["0.06631200", "1.17870000"], ["0.06631300", "34.50000000"], ["0.06631400", "0.05000000"],... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"lastUpdateId": {"type": "integer"}, "bids": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "asks": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["asks", "bids", "lastU... |
522ada47-ec49-4836-8cf6-a69d506b0132/e7a2872d-cf77-4455-af35-9ec7b1df69d0/0/0 | Binance | Cryptocurrency prices and charts. Free access to current data for Bitcoin and thousands of altcoins. | 9.3 | Exchange Information | Current exchange trading rules and symbol information | 200 | Response | {"timezone": "UTC", "serverTime": 1667646493920, "rateLimits": [{"rateLimitType": "REQUEST_WEIGHT", "interval": "MINUTE", "intervalNum": 1, "limit": 1200}, {"rateLimitType": "ORDERS", "interval": "SECOND", "intervalNum": 10, "limit": 50}, {"rateLimitType": "ORDERS", "interval": "DAY", "intervalNum": 1, "limit": 160000}... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"timezone": {"type": "string"}, "serverTime": {"type": "integer"}, "rateLimits": {"type": "array", "items": {"type": "object", "properties": {"rateLimitType": {"type": "string"}, "interval": {"type": "string"}, "intervalNum": {"type": "integ... |
522ada47-ec49-4836-8cf6-a69d506b0132/03a914ac-a059-4a90-88b0-97063b4bda85/0/0 | Binance | Cryptocurrency prices and charts. Free access to current data for Bitcoin and thousands of altcoins. | 9.3 | Check Server Time | Test connectivity to the Rest API and get the current server time. | 200 | Response | {"serverTime": 1646645197936} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"serverTime": {"type": "integer"}}, "required": ["serverTime"]} |
c456485a-0378-4469-b92e-a172c7f013e2/1df93a73-60c3-462b-ba3d-19cfaaccd534/0/0 | G - Finance | This API helps to query financial summary, stocks, quotes, movers, news, etc… | 8.9 | market-trends | market-trends | 200 | Response | {"title": "Losers", "slug": "losers", "items": [{"info": {"type": "stock", "title": "Elbit Systems Ltd", "ticker": "ESLT:NASDAQ", "ticker_symbols": ["ESLT", "NASDAQ"], "country_code": "US", "exchange": {"primary": {"symbol": null, "name": null}, "secondary": {"symbol": null, "name": null}}}, "price": {"currency": "USD"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "slug": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"info": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "ticker": {"typ... |
c456485a-0378-4469-b92e-a172c7f013e2/cf1ecb7b-a17b-4611-ac02-49b8ac5669e5/0/0 | G - Finance | This API helps to query financial summary, stocks, quotes, movers, news, etc… | 8.9 | ticker | ticker | 200 | Response | {"info": {"type": "stock", "title": "Airbnb Inc", "ticker": "ABNB:NASDAQ", "ticker_symbols": ["ABNB", "NASDAQ"], "country_code": "US"}, "about": {"symbol": "ABNB", "name": "Airbnb", "description": "Airbnb, Inc., based in San Francisco, California, operates an online marketplace focused on short-term homestays and exper... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "ticker": {"type": "string"}, "ticker_symbols": {"type": "array", "items": {"type": "string"}}, "country_code": {"type": "string"}}, "required... |
c456485a-0378-4469-b92e-a172c7f013e2/67aac4d2-1c36-43bb-9639-1685160c79d6/0/0 | G - Finance | This API helps to query financial summary, stocks, quotes, movers, news, etc… | 8.9 | search | search | 200 | Response | [{"info": {"type": "stock", "title": "Airbnb Inc", "ticker": "ABNB:NASDAQ", "ticker_symbols": ["ABNB", "NASDAQ"], "country_code": "US", "exchange": {"primary": {"symbol": null, "name": null}, "secondary": {"symbol": null, "name": null}}}, "price": {"currency": "USD", "previous_close": 95.3, "last": {"time": 1669748324,... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"info": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "ticker": {"type": "string"}, "ticker_symbols": {"type": "array", "items": {"type": "string"}}, "country_code": {"t... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/792bd39f-0ad3-4bf6-9532-004168048ee3/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | Max Historical Quarterly Prices | Max quarterly historically adjusted Open, High, Low, and Close prices. Monthly Volume, Dividend, and Split information is also included. | 200 | Response | {"1984-12-01": {"Close": 0.0866036266, "Dividends": 0, "High": 0.1089107784, "Low": 0.0866036266, "Open": 0.1019121657, "Stock Splits": 0, "Volume": 11099804800}, "1985-03-01": {"Close": 0.0607975535, "Dividends": 0, "High": 0.0909772525, "Low": 0.0590480963, "Open": 0.0866036095, "Stock Splits": 0, "Volume": 121227456... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"1984-12-01": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume": ... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/125d094d-322b-4379-87c2-1e12e3a8ee70/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | 1 Day Historical Daily Prices | 1 Day historically adjusted Open, High, Low, and Close prices. Daily Volume, Dividend, and Split information is also included. | 200 | Response | {"2021-01-22": {"Close": 139.0700073242, "Dividends": 0, "High": 139.8500061035, "Low": 135.0200042725, "Open": 136.2799987793, "Stock Splits": 0, "Volume": 114459360}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"2021-01-22": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume": ... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/118e2889-c2fd-42d8-bf99-81448931555f/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | 2 Year Historical Quarterly Prices | 2 Year quarterly historically adjusted Open, High, Low, and Close prices. Quarterly Volume, Dividend, and Split information is also included. | 200 | Response | {"2019-09-01": {"Close": 65.7333145142, "Dividends": 0, "High": 65.91778593, "Low": 52.9137821231, "Open": 55.3586438883, "Stock Splits": 0, "Volume": 4226536800}, "2019-11-07": {"Close": null, "Dividends": 0.1925, "High": null, "Low": null, "Open": null, "Stock Splits": 0, "Volume": null}, "2019-12-01": {"Close": 67.4... | {"type": "object", "properties": {"2011-01-24": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume": {"type": "integer"}}}, "2011-01-25": {"type":... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/94c0d998-2696-42b5-909b-c12178e662a1/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | 2 Year Historical Monthly Prices | 2 Year monthly historically adjusted Open, High, Low, and Close prices. Monthly Volume, Dividend, and Split information is also included. | 200 | Response | {"2019-10-01": {"Close": 61.1854858398, "Dividends": 0, "High": 61.4289894916, "Low": 52.9137890262, "Open": 55.3586511103, "Stock Splits": 0, "Volume": 2433210800}, "2019-11-01": {"Close": 65.7333145142, "Dividends": 0, "High": 65.91778593, "Low": 61.2838648646, "Open": 61.3773278299, "Stock Splits": 0, "Volume": 1793... | {"type": "object", "properties": {"2011-01-24": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume": {"type": "integer"}}}, "2011-01-25": {"type":... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/60965606-3c88-4a36-8d2f-8ebab723f0f4/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | 5 Day Historical Daily Prices | 5 Day historically adjusted Open, High, Low, and Close prices. Daily Volume, Dividend, and Split information is also included. | 200 | Response | {"2021-01-15": {"Close": 127.1399993896, "Dividends": 0, "High": 130.2200012207, "Low": 127, "Open": 128.7799987793, "Stock Splits": 0, "Volume": 111598500}, "2021-01-19": {"Close": 127.8300018311, "Dividends": 0, "High": 128.7100067139, "Low": 126.9400024414, "Open": 127.7799987793, "Stock Splits": 0, "Volume": 907573... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"2021-01-15": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "integer"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume":... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/2bd5e793-8d11-49d1-afd8-5bcb91a050bf/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | 5 Year Historical Quarterly Prices | 5 Year quarterly historically adjusted Open, High, Low, and Close prices. Quarterly Volume, Dividend, and Split information is also included. | 200 | Response | {"2016-09-01": {"Close": 25.9125328064, "Dividends": 0, "High": 27.8280734299, "Low": 24.4026107841, "Open": 26.426001064, "Stock Splits": 0, "Volume": 5633877200}, "2016-11-03": {"Close": null, "Dividends": 0.1425, "High": null, "Low": null, "Open": null, "Stock Splits": 0, "Volume": null}, "2016-12-01": {"Close": 32.... | {"type": "object", "properties": {"2011-01-24": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume": {"type": "integer"}}}, "2011-01-25": {"type":... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/be816b96-6245-4cf0-8054-a02470eb19b5/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | 5 Year Historical Monthly Prices | 5 Year monthly historically adjusted Open, High, Low, and Close prices. Monthly Volume, Dividend, and Split information is also included. | 200 | Response | {"2016-10-01": {"Close": 26.6205978394, "Dividends": 0, "High": 27.8280676155, "Low": 26.3251776361, "Open": 26.4259955426, "Stock Splits": 0, "Volume": 2747657200}, "2016-11-01": {"Close": 25.9125328064, "Dividends": 0, "High": 26.6745282297, "Low": 24.4026107841, "Open": 26.6018461617, "Stock Splits": 0, "Volume": 28... | {"type": "object", "properties": {"2011-01-24": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume": {"type": "integer"}}}, "2011-01-25": {"type":... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/6b86e3c3-559d-457c-987f-a3574e28affa/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | 1 Month Historical Daily Prices | 1 Month historically adjusted Open, High, Low, and Close prices. Daily Volume, Dividend, and Split information is also included. | 200 | Response | {"2020-12-23": {"Close": 130.9600067139, "Dividends": 0, "High": 132.4299926758, "Low": 130.7799987793, "Open": 132.1600036621, "Stock Splits": 0, "Volume": 88223700}, "2020-12-24": {"Close": 131.9700012207, "Dividends": 0, "High": 133.4600067139, "Low": 131.1000061035, "Open": 131.3200073242, "Stock Splits": 0, "Volum... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"2020-12-23": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume": ... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/8aa59dff-48b8-4683-81d3-16b6c6be9b9a/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | YTD Historical Daily Prices | Year to Date historically adjusted Open, High, Low, and Close prices. Daily Volume, Dividend, and Split information is also included. | 200 | Response | {"2021-01-04": {"Close": 129.4100036621, "Dividends": 0, "High": 133.6100006104, "Low": 126.7600021362, "Open": 133.5200042725, "Stock Splits": 0, "Volume": 143301900}, "2021-01-05": {"Close": 131.0099945068, "Dividends": 0, "High": 131.7400054932, "Low": 128.4299926758, "Open": 128.8899993896, "Stock Splits": 0, "Volu... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"2021-01-04": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume": ... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/9d33bc45-16a6-42e0-9187-c413f0827f5d/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | 10 Year Historical Monthly Prices | 10 Year monthly historically adjusted Open, High, Low, and Close prices. Monthly Volume, Dividend, and Split information is also included. | 200 | Response | {"2011-10-01": {"Close": 12.412528038, "Dividends": 0, "High": 13.0847027423, "Low": 10.8627258157, "Open": 11.6639989135, "Stock Splits": 0, "Volume": 13141427600}, "2011-11-01": {"Close": 11.7201128006, "Dividends": 0, "High": 12.5112673465, "Low": 11.1411599144, "Open": 12.1865259057, "Stock Splits": 0, "Volume": 89... | {"type": "object", "properties": {"2011-01-24": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume": {"type": "integer"}}}, "2011-01-25": {"type":... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/eb08fc28-e92f-499c-9582-ec6bae345bb7/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | 10 Year Historical Quarterly Prices | 10 Year quarterly historically adjusted Open, High, Low, and Close prices. Quarterly Volume, Dividend, and Split information is also included. | 200 | Response | {"2011-09-01": {"Close": 11.7201128006, "Dividends": 0, "High": 13.0847004298, "Low": 10.8627238959, "Open": 11.6639968521, "Stock Splits": 0, "Volume": 22105129200}, "2011-12-01": {"Close": 16.633852005, "Dividends": 0, "High": 16.7923909719, "Low": 11.5815084223, "Open": 11.7305398332, "Stock Splits": 0, "Volume": 24... | {"type": "object", "properties": {"2011-01-24": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume": {"type": "integer"}}}, "2011-01-25": {"type":... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/220c49bf-a17f-48e7-8590-2b7ecb27ee5f/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | 3 Month Historical Daily Prices | 3 Month historically adjusted Open, High, Low, and Close prices. Daily Volume, Dividend, and Split information is also included. | 200 | Response | {"2020-10-23": {"Close": 114.8418731689, "Dividends": 0, "High": 116.3492747026, "Low": 114.0831799471, "Open": 116.189546607, "Stock Splits": 0, "Volume": 82572600}, "2020-10-26": {"Close": 114.851852417, "Dividends": 0, "High": 116.3492689668, "Low": 112.6855840199, "Open": 113.8136426952, "Stock Splits": 0, "Volume"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"2020-10-23": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume": ... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/676d3b19-668b-4dd7-80e3-13145f724234/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | 6 Month Historical Daily Prices | 6 Month historically adjusted Open, High, Low, and Close prices. Daily Volume, Dividend, and Split information is also included. | 200 | Response | {"2020-07-23": {"Close": 92.5182876587, "Dividends": 0, "High": 96.7358920312, "Low": 91.6862268641, "Open": 96.6561717196, "Stock Splits": 0, "Volume": 49251100}, "2020-07-24": {"Close": 92.2890930176, "Dividends": 0, "High": 92.6428471458, "Low": 88.8313024565, "Open": 90.667325231, "Stock Splits": 0, "Volume": 46323... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"2020-07-23": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume": ... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/a414a1f0-9282-40d0-a6e5-d9c6fea6dec9/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | 1 Year Historical Daily Prices | 1 Year historically adjusted Open, High, Low, and Close prices. Daily Volume, Dividend, and Split information is also included. | 200 | Response | {"2020-01-23": {"Close": 79.1241836548, "Dividends": 0, "High": 79.2059739541, "Low": 78.2368424902, "Open": 78.7994883447, "Stock Splits": 0, "Volume": 104472000}, "2020-01-24": {"Close": 78.8961486816, "Dividends": 0, "High": 80.1404005199, "Low": 78.7003375789, "Open": 79.376996667, "Stock Splits": 0, "Volume": 1465... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"2020-01-23": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume": ... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/77d902f9-627d-4088-98b8-8fe12e31f9c8/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | 5 Year Historical Daily Prices | 5 Year historically adjusted Open, High, Low, and Close prices. Daily Volume, Dividend, and Split information is also included. | 200 | Response | {"2016-01-25": {"Close": 23.032081604, "Dividends": 0, "High": 23.5161621051, "Low": 22.9788087163, "Open": 23.5138454316, "Stock Splits": 0, "Volume": 207178000}, "2016-01-26": {"Close": 23.1594676971, "Dividends": 0, "High": 23.3656074367, "Low": 22.7147618613, "Open": 23.145571192, "Stock Splits": 0, "Volume": 30030... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"2016-01-25": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume": ... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/a84c40e4-fb20-40b9-8f3e-0be3f2ca91be/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | Max Historical Daily Prices | Max historically adjusted Open, High, Low, and Close prices. Daily Volume, Dividend, and Split information is also included. | 200 | Response | {"1980-12-12": {"Close": 0.1010866761, "Dividends": 0, "High": 0.1015261817, "Low": 0.1010866761, "Open": 0.1010866761, "Stock Splits": 0, "Volume": 469033600}, "1980-12-15": {"Close": 0.0958126336, "Dividends": 0, "High": 0.0962521453, "Low": 0.0958126336, "Open": 0.0962521453, "Stock Splits": 0, "Volume": 175884800},... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"1980-12-12": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume": ... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/33fa1878-1727-4775-beeb-f6b0da5314fd/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | 2 Year Historical Daily Prices | 2 Year historically adjusted Open, High, Low, and Close prices. Daily Volume, Dividend, and Split information is also included. | 200 | Response | {"2019-01-23": {"Close": 37.5858039856, "Dividends": 0, "High": 37.8837167149, "Low": 37.043700739, "Open": 37.6419667613, "Stock Splits": 0, "Volume": 92522400}, "2019-01-24": {"Close": 37.2878875732, "Dividends": 0, "High": 37.7225463531, "Low": 37.0534667863, "Open": 37.632197063, "Stock Splits": 0, "Volume": 101766... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"2019-01-23": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume": ... |
8bc22e32-54d6-4ac8-8617-22f2a778c3e9/226db010-15f2-40d4-97ac-64a1f414ab19/0/0 | Stock Prices | Returns the adjusted open, high, low, and close price for a given symbol. Volume, dividend, and stock split information is also included for each symbol. | 9 | 10 Year Historical Daily Prices | 10 Year historically adjusted Open, High, Low, and Close prices. Daily Volume, Dividend, and Split information is also included. | 200 | Response | {"2011-01-24": {"Close": 10.3964834213, "Dividends": 0, "High": 10.3964834213, "Low": 10.0659035271, "Open": 10.0705245656, "Stock Splits": 0, "Volume": 574683200}, "2011-01-25": {"Close": 10.5181779861, "Dividends": 0, "High": 10.5194103727, "Low": 10.3077533336, "Open": 10.3619766956, "Stock Splits": 0, "Volume": 546... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"2011-01-24": {"type": "object", "properties": {"Close": {"type": "number"}, "Dividends": {"type": "integer"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Open": {"type": "number"}, "Stock Splits": {"type": "integer"}, "Volume": ... |
938f92a1-0d75-4e60-8f3d-8a250d058a97/74f4fc3f-4c93-4594-95f2-c7add4bc22db/0/0 | Crypto Detector | Crypto Pattern Recognition Bot | null | Base | With this endpoint you will have information of all the opportuinities detected by the algoritm. Soon we will add parameters in order to filter the results by traded currency, pattern and temporality. | 200 | Response | {"result": [{"exchange": "Binance", "level": "2", "pair": "BTSUSDT", "pattern": "Resistence breakout", "temp": "15 minutes", "time": "26-Jan 08:51", "type": "long"}, {"exchange": "Binance", "level": "2", "pair": "BCHBTC", "pattern": "Support breakout", "temp": "4 hours", "time": "26-Jan 08:51", "type": "short"}, {"exch... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"exchange": {"type": "string"}, "level": {"type": "string"}, "pair": {"type": "string"}, "pattern": {"type": "string"}, "temp": {"type": "string"}, "time": {"type": "stri... |
8a370286-6142-41e2-b1c3-bf4393313aaf/acad3458-8882-4ed1-a1e8-edd23fcd6969/1/0 | Q-API | Quantitative Trading APIs from Deltaray | null | /market-calendar/v1/trading-hours | Sample request:
POST /market-calendar/v1/trading-hours
{
"dates": [
"2023-11-22",
"2023-11-23",
"2023-11-24"
],
"country": "US",
"market": "Equity"
}
| 400 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti... |
8a370286-6142-41e2-b1c3-bf4393313aaf/0f3b84ba-3d7a-4f8e-9c5d-ee5e61e2b9e9/1/0 | Q-API | Quantitative Trading APIs from Deltaray | null | /quantstats/v1/metrics-from-csv | Sample request:
POST /quantstats/v1/tearsheet-from-csv
DateTime,StrategyNAV,BenchmarkPrice
2023-09-18,1.0,1.0
2023-09-19,1.015,1.007
2023-09-20,1.018,0.97
2023-09-21,1.005,1.011
2023-09-22,1.025,1.02
| 400 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti... |
8a370286-6142-41e2-b1c3-bf4393313aaf/0f3b84ba-3d7a-4f8e-9c5d-ee5e61e2b9e9/2/0 | Q-API | Quantitative Trading APIs from Deltaray | null | /quantstats/v1/metrics-from-csv | Sample request:
POST /quantstats/v1/tearsheet-from-csv
DateTime,StrategyNAV,BenchmarkPrice
2023-09-18,1.0,1.0
2023-09-19,1.015,1.007
2023-09-20,1.018,0.97
2023-09-21,1.005,1.011
2023-09-22,1.025,1.02
| 429 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti... |
8a370286-6142-41e2-b1c3-bf4393313aaf/e69490d3-250d-4a7e-8d2b-e84a30778b45/0/0 | Q-API | Quantitative Trading APIs from Deltaray | null | /quantstats/v1/tearsheet-from-csv | Sample request:
POST /quantstats/v1/tearsheet-from-csv
DateTime,StrategyNAV,BenchmarkPrice
2023-09-18,1.0,1.0
2023-09-19,1.015,1.007
2023-09-20,1.018,0.97
2023-09-21,1.005,1.011
2023-09-22,1.025,1.02
| 429 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti... |
8a370286-6142-41e2-b1c3-bf4393313aaf/e69490d3-250d-4a7e-8d2b-e84a30778b45/1/0 | Q-API | Quantitative Trading APIs from Deltaray | null | /quantstats/v1/tearsheet-from-csv | Sample request:
POST /quantstats/v1/tearsheet-from-csv
DateTime,StrategyNAV,BenchmarkPrice
2023-09-18,1.0,1.0
2023-09-19,1.015,1.007
2023-09-20,1.018,0.97
2023-09-21,1.005,1.011
2023-09-22,1.025,1.02
| 400 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti... |
4359b82e-8b74-4b60-a2b9-8e2f42750fba/010eacbf-a161-4a2b-94ce-ca2733b4941b/0/0 | Gold Rates India | Get the latest Gold and Silver Rates of Major Indian cities. | 0.2 | Gold Price India History | Get the History of Gold Prices from Previous Week.
tf: Price of 24Carat Gold
tt: Price of 22Carat Gold | 200 | Response | {"result": [{"date": "Today Gold Price", "tf": "\u20b952,088\u25bc", "tt": "\u20b947,747\u25bc", "change": "-19 (-0.04%)"}, {"date": "Fri, 08 Apr 2022", "tf": "\u20b952,107\u25b2", "tt": "\u20b947,765\u25b2", "change": "+158 (0.3%)"}, {"date": "Thu, 07 Apr 2022", "tf": "\u20b951,949\u25b2", "tt": "\u20b947,620\u25b2", ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "tf": {"type": "string"}, "tt": {"type": "string"}, "change": {"type": "string"}}, "required": ["change", "date", "tf", "tt"]}}}, "required": ... |
4359b82e-8b74-4b60-a2b9-8e2f42750fba/02ccf485-db73-48c4-83f9-f8cae72f9863/0/0 | Gold Rates India | Get the latest Gold and Silver Rates of Major Indian cities. | 0.2 | Silver | Get the latest Silver Rates for all Indian Cities. Rates are available for 1gm and 1Kg Silver. | 200 | Response | [{"city": "AGARTALA ", "1 Gm": "\u20b9 71.6", "1 Kg": "\u20b9 71,600"}, {"city": "AGRA ", "1 Gm": "\u20b9 71.6", "1 Kg": "\u20b9 71,600"}, {"city": "AHMEDABAD ", "1 Gm": "\u20b9 71.6", "1 Kg": "\u20b9 71,600"}, {"city": "AHMEDNAGAR ", "1 Gm": "\u20b9 71.6", "1 Kg": "\u20b9 71,600"}, {"city": "AIZAWL ", "1 Gm": "\u20b9 ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "1 Gm": {"type": "string"}, "1 Kg": {"type": "string"}}, "required": ["1 Gm", "1 Kg", "city"]}} |
33a0d177-e0ae-401b-adbb-52f2e576d400/a9396b8a-26ce-49c9-a52d-637a5ee30420/0/0 | Argentina Currency Exchange | Una API para consultar tasas de cambio de Peso Argentino a diferentes divisas, entre ellas: Dólar, Euro, Real, Libra esterlina y Peso Uruguayo | null | /divisa/ | Retorna tasas del tipo de divisa consultado. | 400 | New Example | {"error": "Par\u00e1metro inv\u00e1lido."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]} |
33a0d177-e0ae-401b-adbb-52f2e576d400/a9396b8a-26ce-49c9-a52d-637a5ee30420/1/0 | Argentina Currency Exchange | Una API para consultar tasas de cambio de Peso Argentino a diferentes divisas, entre ellas: Dólar, Euro, Real, Libra esterlina y Peso Uruguayo | null | /divisa/ | Retorna tasas del tipo de divisa consultado. | 200 | New Example | {"libra-esterlina": {"compra": "119,12", "venta": "143,52"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"libra-esterlina": {"type": "object", "properties": {"compra": {"type": "string"}, "venta": {"type": "string"}}, "required": ["compra", "venta"]}}, "required": ["libra-esterlina"]} |
33a0d177-e0ae-401b-adbb-52f2e576d400/492147a5-ec15-4137-bc72-9b31ec9cd547/0/0 | Argentina Currency Exchange | Una API para consultar tasas de cambio de Peso Argentino a diferentes divisas, entre ellas: Dólar, Euro, Real, Libra esterlina y Peso Uruguayo | null | /divisas | Retorna tasas del diferentes divisas. | 200 | New Example | {"divisas": [{"dolar": {"compra": "98,88", "venta": "106,27"}}, {"euro": {"compra": "112,57", "venta": "122,90"}}, {"real": {"compra": "17,42", "venta": "20,71"}}, {"libra-esterlina": {"compra": "119,12", "venta": "143,52"}}, {"peso-uruguayo": {"compra": "1,78", "venta": "2,58"}}, {"peso-chileno": {"compra": "0,085", "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"divisas": {"type": "array", "items": {"type": "object", "properties": {"dolar": {"type": "object", "properties": {"compra": {"type": "string"}, "venta": {"type": "string"}}, "required": ["compra", "venta"]}, "euro": {"type": "object", "prop... |
33a0d177-e0ae-401b-adbb-52f2e576d400/625678be-3dd3-439b-8c0f-ea540f1bf2e3/0/0 | Argentina Currency Exchange | Una API para consultar tasas de cambio de Peso Argentino a diferentes divisas, entre ellas: Dólar, Euro, Real, Libra esterlina y Peso Uruguayo | null | /dolar/ | Retorna tasas del tipo de dólar consultado. | 400 | New Example | {"error": "Par\u00e1metro inv\u00e1lido."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]} |
33a0d177-e0ae-401b-adbb-52f2e576d400/625678be-3dd3-439b-8c0f-ea540f1bf2e3/1/0 | Argentina Currency Exchange | Una API para consultar tasas de cambio de Peso Argentino a diferentes divisas, entre ellas: Dólar, Euro, Real, Libra esterlina y Peso Uruguayo | null | /dolar/ | Retorna tasas del tipo de dólar consultado. | 200 | New Example | {"actualizacion": {"fecha": "29/10/2021", "hora": "17:00", "zona-horaria": "GMT-3"}, "dolar-blue": {"compra": "194,50", "variacion": "-0,25", "venta": "197,50"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"actualizacion": {"type": "object", "properties": {"fecha": {"type": "string"}, "hora": {"type": "string"}, "zona-horaria": {"type": "string"}}, "required": ["fecha", "hora", "zona-horaria"]}, "dolar-blue": {"type": "object", "properties": {... |
33a0d177-e0ae-401b-adbb-52f2e576d400/9284428b-e248-4c28-874f-61189c2df1f6/0/0 | Argentina Currency Exchange | Una API para consultar tasas de cambio de Peso Argentino a diferentes divisas, entre ellas: Dólar, Euro, Real, Libra esterlina y Peso Uruguayo | null | /dolares | Retorna tasas de todos los tipos de Dólares disponibles. | 200 | New Example | {"actualizacion": {"fecha": "29/10/2021", "hora": "17:00", "zona-horaria": "GMT-3"}, "dolares": [{"dolar-oficial": {"compra": "99,23", "variacion": "0,08", "venta": "105,23"}}, {"dolar-blue": {"compra": "194,50", "variacion": "-0,25", "venta": "197,50"}}, {"dolar-contado-con-liqui": {"compra": "179,35", "variacion": "0... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"actualizacion": {"type": "object", "properties": {"fecha": {"type": "string"}, "hora": {"type": "string"}, "zona-horaria": {"type": "string"}}, "required": ["fecha", "hora", "zona-horaria"]}, "dolares": {"type": "array", "items": {"type": "... |
23529532-b7ae-48ac-a90b-e35141db250a/7e959292-df3b-4e45-88fb-19ca32310d12/0/0 | 360MiQ | Stock Market Breadth API for the US and Global Stock Markets | 7.8 | Market Breadth | Stock Market Breadth API for the US and Global Stock Markets | 200 | Response | [{"Date": "2023-01-18", "C>MA50%": 74}, {"Date": "2023-01-19", "C>MA50%": 69.2}, {"Date": "2023-01-20", "C>MA50%": 76.3}, {"Date": "2023-01-23", "C>MA50%": 79.7}, {"Date": "2023-01-24", "C>MA50%": 79.5}, {"Date": "2023-01-25", "C>MA50%": 80.1}, {"Date": "2023-01-26", "C>MA50%": 82.1}, {"Date": "2023-01-27", "C>MA50%": ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "C>MA50%": {"type": "number"}}, "required": ["C>MA50%", "Date"]}} |
6e111f3c-89ae-472f-834a-3ce294d129b5/e04bed26-da99-4f9a-850d-98440f4f69d3/0/0 | Mortgage Calculator | Easy API to calculate monthly principal and interest, total monthly mortgage payment including taxes and insurance, and generate an amortization schedule table. | 1.8 | Get Monthly Payment | This endpoint can be used to calculate monthly P&I (principal and interest) amount and total monthly payment amount for a fixed-rate mortgage based on input values such as home price, down payment, annual interest rate, and loan term. | 200 | Response | {"price": 300000, "downPaymentAmt": 60000, "downPaymentPct": 20, "annualInterestRate": 4.125, "loanTerm": 15, "extraMonthlyPrincipalPmt": 100, "numberOfPayments": 0, "monthlyPrincipalInterest": 1790.3221931072555, "totalMonthlyPayment": 2573.655526440589, "loanAmount": 240000, "propertyTax": 6200, "homeInsurance": 2000... | {"type": "object", "properties": {"price": {"type": "integer"}, "downPaymentAmt": {"type": "integer"}, "downPaymentPct": {"type": "integer"}, "annualInterestRate": {"type": "number"}, "loanTerm": {"type": "integer"}, "extraMonthlyPrincipalPmt": {"type": "integer"}, "numberOfPayments": {"type": "integer"}, "monthlyPrinc... |
6e111f3c-89ae-472f-834a-3ce294d129b5/d1390dd5-14d1-4b50-8c5e-a33f28eb3134/0/0 | Mortgage Calculator | Easy API to calculate monthly principal and interest, total monthly mortgage payment including taxes and insurance, and generate an amortization schedule table. | 1.8 | Get Amortization Schedule | This endpoint returns an amortization schedule table (as a list) containing monthly loan information including interest for the current month, principal for the current month, remaining loan balance, and total amount of interest paid so far. | 200 | Response | [{"interestPayment": 825, "principalPayment": 544, "balanceRemaining": 239456, "totalInterest": 825, "paymentMonth": 1}, {"interestPayment": 823.1300000000001, "principalPayment": 545.8699999999999, "balanceRemaining": 238910.13, "totalInterest": 1648.13, "paymentMonth": 2}, {"interestPayment": 821.253571875, "principa... | {"type": "array", "items": {"type": "object", "properties": {"interestPayment": {"type": "number"}, "principalPayment": {"type": "number"}, "balanceRemaining": {"type": "number"}, "totalInterest": {"type": "number"}, "paymentMonth": {"type": "integer"}}}} |
12902f21-2f9a-41fa-abb8-8543991b0b40/19151dc1-e2d8-4451-a12a-becce7d6b3a5/0/0 | SEC-API | Current and Historic fundamental US company data from SEC filings in JSON format. | 0 | get_fundamentals | get company fundamentals data as listed in SEC filings from historic or current date ranges. Includes data for:
Symbol, Start, End, Filed, Form, Revenue, Net Income, Comprehensive Income, EPS, Diluted EPS, Shares, Diluted, Shares, Assets, Current Assets, Liabilities, Current Liabilities, Stockholders Equity, Operating... | 200 | Successful Request for MMM | [{"Index": "0000066740-23-000028", "Symbol": "MMM", "Start": "2022-01-01", "End": "2022-03-31", "Filed": "2023-04-25", "Form": "10-Q", "Revenue": 8031000000, "Net Income": 976000000, "Comprehensive Income": 1119000000, "EPS": 1.77, "Diluted EPS": 1.76, "Shares": 551672217, "Diluted Shares": 553200000, "Assets": 4688600... | {"type": "array", "items": {"type": "object", "properties": {"Index": {"type": "string"}, "Symbol": {"type": "string"}, "Start": {"type": "string"}, "End": {"type": "string"}, "Filed": {"type": "string"}, "Form": {"type": "string"}, "Revenue": {"type": "integer"}, "Net Income": {"type": "integer"}, "Comprehensive Incom... |
d89b3147-1527-498f-a228-9f96bb83ad26/cbb0839e-e437-4961-b10a-9cc1123c221f/0/0 | Coinmarketcap CC | Access cryptocurrency data such as price, market cap, volume, developer stats, social activity, and more. | 0.2 | Get Cryptocurrency Map | Returns a mapping of all cryptocurrencies to unique CoinMarketCap ids. Per our Best Practices we recommend utilizing CMC ID instead of cryptocurrency symbols to securely identify cryptocurrencies with our other endpoints and in your own application logic. Each cryptocurrency returned includes typical identifiers such a... | 200 | Response | {"status": {"timestamp": "2022-03-12T12:04:31.685Z", "error_code": 0, "error_message": null, "elapsed": 17, "credit_count": 1, "notice": null}, "data": [{"id": 74, "name": "Dogecoin", "symbol": "DOGE", "slug": "dogecoin", "rank": 13, "is_active": 1, "first_historical_data": "2013-12-15T14:42:34.000Z", "last_historical_... | {"type": "object", "properties": {"status": {"type": "object", "properties": {"timestamp": {"type": "string"}, "error_code": {"type": "integer"}, "error_message": {"type": "null"}, "elapsed": {"type": "integer"}, "credit_count": {"type": "integer"}, "notice": {"type": "null"}}}, "data": {"type": "array", "items": {"typ... |
d89b3147-1527-498f-a228-9f96bb83ad26/7925e6de-fc41-48e1-98b7-e38c9c9ddf37/0/0 | Coinmarketcap CC | Access cryptocurrency data such as price, market cap, volume, developer stats, social activity, and more. | 0.2 | Get Cryptocurrency Metadata | Returns all static metadata available for one or more cryptocurrencies. This information includes details like logo, description, official website URL, social links, and links to a cryptocurrency's technical documentation.
One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,2" | 200 | Response | {"status": {"timestamp": "2022-03-12T11:55:43.041Z", "error_code": 0, "error_message": null, "elapsed": 17, "credit_count": 1, "notice": null}, "data": {"1": {"id": 1, "name": "Bitcoin", "symbol": "BTC", "category": "coin", "description": "Bitcoin (BTC) is a cryptocurrency . Users are able to generate BTC through the p... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "object", "properties": {"timestamp": {"type": "string"}, "error_code": {"type": "integer"}, "error_message": {"type": "null"}, "elapsed": {"type": "integer"}, "credit_count": {"type": "integer"}, "notice": {"type": "null"... |
d89b3147-1527-498f-a228-9f96bb83ad26/183bc42c-d7bd-487c-9b7a-a3eb44c7c527/0/0 | Coinmarketcap CC | Access cryptocurrency data such as price, market cap, volume, developer stats, social activity, and more. | 0.2 | Get Cryptocurrencies List | Get the list of cryptocurrencies from Coinmarketcap. | 200 | Getting cryptocurrencies limit of 20. | {"status": {"timestamp": "2022-03-12T11:43:43.489Z", "error_code": 0, "error_message": null, "elapsed": 21, "credit_count": 1, "notice": null, "total_count": 9594}, "data": [{"id": 1, "name": "Bitcoin", "symbol": "BTC", "slug": "bitcoin", "num_market_pairs": 9226, "date_added": "2013-04-28T00:00:00.000Z", "tags": ["min... | {"type": "object", "properties": {"status": {"type": "object", "properties": {"timestamp": {"type": "string"}, "error_code": {"type": "integer"}, "error_message": {"type": "null"}, "elapsed": {"type": "integer"}, "credit_count": {"type": "integer"}, "notice": {"type": "null"}, "total_count": {"type": "integer"}}}, "dat... |
12733a49-87d2-44b0-b4b5-708bd6f82662/d6d58b1c-a8b7-4e4e-af7f-c030803fc477/0/0 | India-Trending-Stock-API | No. 1 rated Indian listed stock and options data provider with Indian Stocks with respective to price, performance, technical and fundamental options. The cloud based API has a simple interface and return easy to consume data in JSON format for options prices. | null | Top Trending India Companies Stocks by Fundamental | Get TopTrending Indian companies stock live data with respective to Fundamental | 200 | New Example | [{"name": "Sundaram Multi Pap Ltd", "daily": "+3.33%", "oneWeek": "1.64%", "oneMonth": "-3.13%", "yearToDate": "-24.39%", "oneYear": "55.00%", "threeYear": "129.63%"}, {"name": "Endurance Technologies Cn", "daily": "+1.37%", "oneWeek": "-1.30%", "oneMonth": "0.58%", "yearToDate": "-14.33%", "oneYear": "-6.93%", "threeY... | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "daily": {"type": "string"}, "oneWeek": {"type": "string"}, "oneMonth": {"type": "string"}, "yearToDate": {"type": "string"}, "oneYear": {"type": "string"}, "threeYear": {"type": "string"}}}} |
12733a49-87d2-44b0-b4b5-708bd6f82662/a2744041-419a-454e-a437-a01be077f65d/0/0 | India-Trending-Stock-API | No. 1 rated Indian listed stock and options data provider with Indian Stocks with respective to price, performance, technical and fundamental options. The cloud based API has a simple interface and return easy to consume data in JSON format for options prices. | null | Top Trending India Companies Stocks by Technical | Get TopTrending Indian companies stock live data with respective to Technical | 200 | New Example | [{"name": "Sundaram Multi Pap Ltd", "daily": "+3.33%", "oneWeek": "1.64%", "oneMonth": "-3.13%", "yearToDate": "-24.39%", "oneYear": "55.00%", "threeYear": "129.63%"}, {"name": "Endurance Technologies Cn", "daily": "+1.37%", "oneWeek": "-1.30%", "oneMonth": "0.58%", "yearToDate": "-14.33%", "oneYear": "-6.93%", "threeY... | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "daily": {"type": "string"}, "oneWeek": {"type": "string"}, "oneMonth": {"type": "string"}, "yearToDate": {"type": "string"}, "oneYear": {"type": "string"}, "threeYear": {"type": "string"}}}} |
12733a49-87d2-44b0-b4b5-708bd6f82662/e94dc90f-0fdb-4818-83c8-49538bb09a13/0/0 | India-Trending-Stock-API | No. 1 rated Indian listed stock and options data provider with Indian Stocks with respective to price, performance, technical and fundamental options. The cloud based API has a simple interface and return easy to consume data in JSON format for options prices. | null | Top Trending India Companies Stocks by Performance | Get TopTrending Indian companies stock live data with respective to Performance | 200 | New Example | [{"name": "Sundaram Multi Pap Ltd", "daily": "+3.33%", "oneWeek": "1.64%", "oneMonth": "-3.13%", "yearToDate": "-24.39%", "oneYear": "55.00%", "threeYear": "129.63%"}, {"name": "Endurance Technologies Cn", "daily": "+1.37%", "oneWeek": "-1.30%", "oneMonth": "0.58%", "yearToDate": "-14.33%", "oneYear": "-6.93%", "threeY... | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "daily": {"type": "string"}, "oneWeek": {"type": "string"}, "oneMonth": {"type": "string"}, "yearToDate": {"type": "string"}, "oneYear": {"type": "string"}, "threeYear": {"type": "string"}}}} |
12733a49-87d2-44b0-b4b5-708bd6f82662/990f26e4-cec9-4a6b-b76b-d89fffcea0f6/0/0 | India-Trending-Stock-API | No. 1 rated Indian listed stock and options data provider with Indian Stocks with respective to price, performance, technical and fundamental options. The cloud based API has a simple interface and return easy to consume data in JSON format for options prices. | null | Top India Companies Trending Stocks by Price | Get Top Indian companies stock live data with respective price | 200 | New Example | [{"name": "Sundaram Multi Pap Ltd", "daily": "+3.33%", "oneWeek": "1.64%", "oneMonth": "-3.13%", "yearToDate": "-24.39%", "oneYear": "55.00%", "threeYear": "129.63%"}, {"name": "Endurance Technologies Cn", "daily": "+1.37%", "oneWeek": "-1.30%", "oneMonth": "0.58%", "yearToDate": "-14.33%", "oneYear": "-6.93%", "threeY... | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "daily": {"type": "string"}, "oneWeek": {"type": "string"}, "oneMonth": {"type": "string"}, "yearToDate": {"type": "string"}, "oneYear": {"type": "string"}, "threeYear": {"type": "string"}}}} |
48686b57-371e-48cf-a05b-cf71ae5436aa/2d660ae8-8b27-4efa-83d9-ca521b9cefee/0/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Trades | 200 | null | [{"isin": "", "name": "", "bic": "", "date": "", "close": 0, "change": 0, "previous": 0, "yearMin": 0, "yearMax": 0, "volume": 0, "tradedAmount": 0, "lastTrade": "", "marketGroup": "", "mode": "", "marketCode": "", "dayMin": 0, "dayMax": 0, "open": 0, "lotSize": 0, "id": 0}] | {"type": "array", "items": {"type": "object", "properties": {"isin": {"type": ["string", "null"]}, "name": {"type": ["string", "null"]}, "bic": {"type": ["string", "null"]}, "date": {"type": "string", "format": "date-time"}, "close": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum":... | |
48686b57-371e-48cf-a05b-cf71ae5436aa/2d660ae8-8b27-4efa-83d9-ca521b9cefee/1/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Trades | 200 | null | [{"isin": "", "name": "", "bic": "", "date": "", "close": 0, "change": 0, "previous": 0, "yearMin": 0, "yearMax": 0, "volume": 0, "tradedAmount": 0, "lastTrade": "", "marketGroup": "", "mode": "", "marketCode": "", "dayMin": 0, "dayMax": 0, "open": 0, "lotSize": 0, "id": 0}] | {"type": "array", "items": {"type": "object", "properties": {"isin": {"type": ["string", "null"]}, "name": {"type": ["string", "null"]}, "bic": {"type": ["string", "null"]}, "date": {"type": "string", "format": "date-time"}, "close": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum":... | |
48686b57-371e-48cf-a05b-cf71ae5436aa/57c07334-2d8f-4854-8ec2-c320b98f22a1/0/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Stocks | 200 | null | [{"id": 0, "bic": "", "name": "", "isin": ""}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "bic": {"type": ["string", "null"]}, "name": {"type": ["string", "null"]}, "isin": {"type": ["string", "null"]}}, "additionalProperties": false}} | |
48686b57-371e-48cf-a05b-cf71ae5436aa/57c07334-2d8f-4854-8ec2-c320b98f22a1/1/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Stocks | 200 | null | [{"id": 0, "bic": "", "name": "", "isin": ""}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "bic": {"type": ["string", "null"]}, "name": {"type": ["string", "null"]}, "isin": {"type": ["string", "null"]}}, "additionalProperties": false}} | |
48686b57-371e-48cf-a05b-cf71ae5436aa/59a4dcbd-c26e-46af-a439-50f62d0dd779/0/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Trades/{stock} | 404 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti... | |
48686b57-371e-48cf-a05b-cf71ae5436aa/59a4dcbd-c26e-46af-a439-50f62d0dd779/1/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Trades/{stock} | 200 | null | [{"isin": "", "name": "", "bic": "", "date": "", "close": 0, "change": 0, "previous": 0, "yearMin": 0, "yearMax": 0, "volume": 0, "tradedAmount": 0, "lastTrade": "", "marketGroup": "", "mode": "", "marketCode": "", "dayMin": 0, "dayMax": 0, "open": 0, "lotSize": 0, "id": 0}] | {"type": "array", "items": {"type": "object", "properties": {"isin": {"type": ["string", "null"]}, "name": {"type": ["string", "null"]}, "bic": {"type": ["string", "null"]}, "date": {"type": "string", "format": "date-time"}, "close": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum":... | |
48686b57-371e-48cf-a05b-cf71ae5436aa/59a4dcbd-c26e-46af-a439-50f62d0dd779/2/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Trades/{stock} | 404 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti... | |
48686b57-371e-48cf-a05b-cf71ae5436aa/59a4dcbd-c26e-46af-a439-50f62d0dd779/3/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Trades/{stock} | 200 | null | [{"isin": "", "name": "", "bic": "", "date": "", "close": 0, "change": 0, "previous": 0, "yearMin": 0, "yearMax": 0, "volume": 0, "tradedAmount": 0, "lastTrade": "", "marketGroup": "", "mode": "", "marketCode": "", "dayMin": 0, "dayMax": 0, "open": 0, "lotSize": 0, "id": 0}] | {"type": "array", "items": {"type": "object", "properties": {"isin": {"type": ["string", "null"]}, "name": {"type": ["string", "null"]}, "bic": {"type": ["string", "null"]}, "date": {"type": "string", "format": "date-time"}, "close": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum":... | |
48686b57-371e-48cf-a05b-cf71ae5436aa/6e0fcb2f-2a3f-4f31-8de2-cc830aa73ee8/0/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Trades/day/{day} | 200 | null | [{"isin": "", "name": "", "bic": "", "date": "", "close": 0, "change": 0, "previous": 0, "yearMin": 0, "yearMax": 0, "volume": 0, "tradedAmount": 0, "lastTrade": "", "marketGroup": "", "mode": "", "marketCode": "", "dayMin": 0, "dayMax": 0, "open": 0, "lotSize": 0, "id": 0}] | {"type": "array", "items": {"type": "object", "properties": {"isin": {"type": ["string", "null"]}, "name": {"type": ["string", "null"]}, "bic": {"type": ["string", "null"]}, "date": {"type": "string", "format": "date-time"}, "close": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum":... | |
48686b57-371e-48cf-a05b-cf71ae5436aa/6e0fcb2f-2a3f-4f31-8de2-cc830aa73ee8/1/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Trades/day/{day} | 400 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti... | |
48686b57-371e-48cf-a05b-cf71ae5436aa/6e0fcb2f-2a3f-4f31-8de2-cc830aa73ee8/2/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Trades/day/{day} | 400 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti... | |
48686b57-371e-48cf-a05b-cf71ae5436aa/6e0fcb2f-2a3f-4f31-8de2-cc830aa73ee8/3/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Trades/day/{day} | 200 | null | [{"isin": "", "name": "", "bic": "", "date": "", "close": 0, "change": 0, "previous": 0, "yearMin": 0, "yearMax": 0, "volume": 0, "tradedAmount": 0, "lastTrade": "", "marketGroup": "", "mode": "", "marketCode": "", "dayMin": 0, "dayMax": 0, "open": 0, "lotSize": 0, "id": 0}] | {"type": "array", "items": {"type": "object", "properties": {"isin": {"type": ["string", "null"]}, "name": {"type": ["string", "null"]}, "bic": {"type": ["string", "null"]}, "date": {"type": "string", "format": "date-time"}, "close": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum":... | |
48686b57-371e-48cf-a05b-cf71ae5436aa/f9de998a-ff37-488b-a199-49ad70849eeb/0/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Trades/isin/{isin} | 200 | null | [{"isin": "", "name": "", "bic": "", "date": "", "close": 0, "change": 0, "previous": 0, "yearMin": 0, "yearMax": 0, "volume": 0, "tradedAmount": 0, "lastTrade": "", "marketGroup": "", "mode": "", "marketCode": "", "dayMin": 0, "dayMax": 0, "open": 0, "lotSize": 0, "id": 0}] | {"type": "array", "items": {"type": "object", "properties": {"isin": {"type": ["string", "null"]}, "name": {"type": ["string", "null"]}, "bic": {"type": ["string", "null"]}, "date": {"type": "string", "format": "date-time"}, "close": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum":... | |
48686b57-371e-48cf-a05b-cf71ae5436aa/f9de998a-ff37-488b-a199-49ad70849eeb/1/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Trades/isin/{isin} | 404 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti... | |
48686b57-371e-48cf-a05b-cf71ae5436aa/f9de998a-ff37-488b-a199-49ad70849eeb/2/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Trades/isin/{isin} | 404 | null | {"type": "", "title": "", "status": 0, "detail": "", "instance": ""} | {"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperti... | |
48686b57-371e-48cf-a05b-cf71ae5436aa/f9de998a-ff37-488b-a199-49ad70849eeb/3/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Trades/isin/{isin} | 200 | null | [{"isin": "", "name": "", "bic": "", "date": "", "close": 0, "change": 0, "previous": 0, "yearMin": 0, "yearMax": 0, "volume": 0, "tradedAmount": 0, "lastTrade": "", "marketGroup": "", "mode": "", "marketCode": "", "dayMin": 0, "dayMax": 0, "open": 0, "lotSize": 0, "id": 0}] | {"type": "array", "items": {"type": "object", "properties": {"isin": {"type": ["string", "null"]}, "name": {"type": ["string", "null"]}, "bic": {"type": ["string", "null"]}, "date": {"type": "string", "format": "date-time"}, "close": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum":... | |
48686b57-371e-48cf-a05b-cf71ae5436aa/2cff833e-b5bd-4701-a07f-89669bb636a9/0/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Days | 200 | null | [{"day": ""}] | {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string", "format": "date-time"}}, "additionalProperties": false}} | |
48686b57-371e-48cf-a05b-cf71ae5436aa/2cff833e-b5bd-4701-a07f-89669bb636a9/1/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/Days | 200 | null | [{"day": ""}] | {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string", "format": "date-time"}}, "additionalProperties": false}} | |
48686b57-371e-48cf-a05b-cf71ae5436aa/0dd2d386-330b-49db-949f-dd9c81449aac/0/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/About/version | 200 | null | {"version": "", "buildDate": ""} | {"type": "object", "properties": {"version": {"type": ["string", "null"]}, "buildDate": {"type": ["string", "null"]}}, "additionalProperties": false} | |
48686b57-371e-48cf-a05b-cf71ae5436aa/0dd2d386-330b-49db-949f-dd9c81449aac/1/0 | Prague Stock Exchange | REST API for Prague Stock Exchange https://www.pse.cz | 8 | /api/About/version | 200 | null | {"version": "", "buildDate": ""} | {"type": "object", "properties": {"version": {"type": ["string", "null"]}, "buildDate": {"type": ["string", "null"]}}, "additionalProperties": false} | |
aaccaaea-07f1-4dbe-80b3-67ec48a56586/311cf969-d031-4ce5-9038-a27e08cb3230/0/0 | Stock Market Dividend Data | Dividend data for over 75,000 stocks, delivered in convenient JSON format. This API provides a transformation service, but is not responsible for the data itself (all of which is already freely available in CSV / HTML from assorted internet-based sources). | 6.6 | Get the dividend information for a company | This endpoint will return dividend information (Ex-dividend date, amount, Declaration date, Record date, Payment date), based on the symbol you provide, for the past 10 years. | 200 | New Example | [{"ExDivDate": "8/11/2023", "Amount": "$0.24", "DeclarationDate": "8/3/2023", "RecordDate": "8/14/2023", "PaymentDate": "8/17/2023"}, {"ExDivDate": "5/12/2023", "Amount": "$0.24", "DeclarationDate": "5/4/2023", "RecordDate": "5/15/2023", "PaymentDate": "5/18/2023"}, {"ExDivDate": "2/10/2023", "Amount": "$0.23", "Declar... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"ExDivDate": {"type": "string"}, "Amount": {"type": "string"}, "DeclarationDate": {"type": "string"}, "RecordDate": {"type": "string"}, "PaymentDate": {"type": "string"}}, "required": ["Amount", "DeclarationDate", ... |
a4a526e4-212a-4882-b549-866692025a9b/6d514147-c965-4ab7-bad1-929b8bf302c0/0/0 | Alpha Vantage | The simplest and most effective way to receive stock, ETF, forex, technical indicators, and cryptocurrency data. Constantly ranked as a leading API provider for ease of use, accuracy, and price. See the documentation and read more on the market data industry. Start now for free. | 9.9 | Quote Endpoint | A lightweight alternative to the time series APIs, this service returns the price and volume information for a security of your choice. | 200 | Example_1 | {"Global Quote": {"01. symbol": "MSFT", "02. open": "151.6500", "03. high": "153.4200", "04. low": "151.0200", "05. price": "152.0600", "06. volume": "9425575", "07. latest trading day": "2019-12-12", "08. previous close": "151.7000", "09. change": "0.3600", "10. change percent": "0.2373%"}} | {"properties": {"Global Quote": {"properties": {"01. symbol": {"type": "string"}, "02. open": {"type": "string"}, "03. high": {"type": "string"}, "04. low": {"type": "string"}, "05. price": {"type": "string"}, "06. volume": {"type": "string"}, "07. latest trading day": {"type": "string"}, "08. previous close": {"type":... |
2301bfd8-ad98-4d30-978f-db8033a7b674/8b75fdae-bf8a-4344-a6ac-314624a20fdb/0/0 | Credit Card Offers Stack | Find All Available Permanent Card Offers and Benefits from Indian Banks
Also, Get the recommended card based on the expenses | null | /banks/card/recommend |
Get list of best card avaialble in market for given spendings and preferred bank.
We also include the top highlights of the cards.
The card Application URL is also provided
| 200 | null | {"bankName": "ICICI Bank", "cardType": "Sapphiro Credit Card", "potentialSavings": 5300, "applyUrl": "https://linksredirect.com/?cid=174332&source=linkkit&url=https%3A%2F%2Fcampaigns.icicibank.com%2Fcredit-card%2FplatinumCreditCard%2Findex.html", "merchantOffers": {}} | {"type": "object", "properties": {"bankName": {"type": "string"}, "cardType": {"type": "string"}, "potentialSavings": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "applyUrl": {"type": "string"}, "merchantOffers": {"type": "object", "items": {"type": "object", ... |
2301bfd8-ad98-4d30-978f-db8033a7b674/eee1bae0-817a-463a-a0cb-aded2d7677a6/0/0 | Credit Card Offers Stack | Find All Available Permanent Card Offers and Benefits from Indian Banks
Also, Get the recommended card based on the expenses | null | /staticCardDetails/getAll | Get List of Banks Supported | 200 | null | [{"creditCardProviderId": "6a0b0e5e-c418-4c48-894a-51309b2f533f", "bankName": "Axis Bank", "creditCardName": ["Debit Card", "Axis Bank Atlas Credit Card", "Axis Bank Select Credit Card", "Axis Bank Privilege Credit Card", "Airtel Axis Bank Credit Card", "SpiceJet Axis Bank Voyage Credit Card", "SpiceJet Axis Bank Voyag... | {"type": "array", "items": {"type": "object", "properties": {"creditCardProviderId": {"type": "string"}, "bankName": {"type": "string"}, "creditCardName": {"type": "string", "items": {"type": "string"}}}}} |
e4f11fa1-8a25-4de2-b875-9e7c44fd3d40/358a7217-152a-491d-8d12-b4dba076c904/0/0 | Stock Info | Get NSE, BSE stock prices | 0.2 | Get Stock Price | To get the Stock Price (Delayed 30 mins) | 200 | Response | {"close": 9.39, "modifiedTs": "2020-12-02T00:36:44.842+00:00", "priceChange": 0.09, "priceChangeInPercent": 0.97, "status": "UPDATED", "symbol": "TCS"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"close": {"type": "number"}, "modifiedTs": {"type": "string"}, "priceChange": {"type": "number"}, "priceChangeInPercent": {"type": "number"}, "status": {"type": "string"}, "symbol": {"type": "string"}}, "required": ["close", "modifiedTs", "p... |
6519ae3e-530e-4e9e-a5a8-613774d6d285/502a1a84-0872-4cbf-9b05-ce422ba08bd3/0/0 | NASDAQ Stocks Dividend History Live | Yahoo Finance API (Alternative) with Stock and Dividends Data V1 (Static Payload - Ticker Symbol) | null | Yahoo Finance API (Alternative) with Dividends Data | This endpoint returns all the Dividend History of a Nasdaq Stock Quote from past 20-30 years to present day | 200 | Response | {"Counter": "Microsoft Corporation (MSFT)", "Author": "Rajaruban", "Dividend Analysis": {"Last Done Price": 256.78, "All-Time Average Yield Based on Current price": "0.12%", "All-Time Average Dividend per Payout": 0.3142, "Total Dividend Payment Count": 74, "Actively Paying": true}, "Fundamentals": {"Sector": "Technolo... | {"type": "object", "properties": {"Counter": {"type": "string"}, "Author": {"type": "string"}, "Dividend Analysis": {"type": "object", "properties": {"Last Done Price": {"type": "number"}, "All-Time Average Yield Based on Current price": {"type": "string"}, "All-Time Average Dividend per Payout": {"type": "number"}, "T... |
2e2f30ae-fcbd-4d00-9c93-1da62c7fecf6/72acc37e-8692-4d14-a309-27e0b9d956d6/0/0 | Technology Mash Market API | The Technology Mash Live Market Data API [Updates every second] is a robust and dynamic platform designed to provide real-time stock market data. It is specifically tailored for developers, fintech companies, and financial analysts who require up-to-the-minute information on stock prices. Leveraging high-speed data ret... | 6.7 | Get Live Stock Quote Data Real Time | Get Real Time Stock Data | 200 | Response | [{"symbol": "MSFT", "sector": "technologyservices", "securityType": "cs", "bidPrice": 0, "bidSize": 0, "askPrice": 0, "askSize": 0, "lastUpdated": 1701465073409, "lastSalePrice": 374, "lastSaleSize": 100, "lastSaleTime": 1701465073409, "volume": 872604}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "sector": {"type": "string"}, "securityType": {"type": "string"}, "bidPrice": {"type": "integer"}, "bidSize": {"type": "integer"}, "askPrice": {"type": "integer"}, "askSize": {"type": ... |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/4a236abc-970f-4493-90a6-13b5b2a7e2f7/0/0 | CBK Bonds | central bank of kenya bonds | null | user_bond_coupon-payments_read | 200 | null | [{"date": "", "user_bonds": ""}] | {"type": "array", "items": {"required": ["date"], "type": "object", "properties": {"date": {"title": "Date", "type": "string", "format": "date"}, "user_bonds": {"title": "User bonds", "type": "string"}}}} | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/3a0f2923-7bd2-4fff-809f-8d996cf2d9e3/0/0 | CBK Bonds | central bank of kenya bonds | null | user_bond_read | 200 | null | {"id": 0, "coupon_payment_dates": "", "bond": "", "uid": "", "user_uid": "", "bond_uid": "", "date": "", "dirty_price": 0, "face_value": 0} | {"required": ["bond_uid", "dirty_price", "face_value"], "type": "object", "properties": {"id": {"title": "ID", "type": "integer"}, "coupon_payment_dates": {"title": "Coupon payment dates", "type": "string"}, "bond": {"title": "Bond", "type": "string"}, "uid": {"title": "Uid", "type": "string", "format": "uuid"}, "user_... | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/0d19670c-fc4f-4c1e-b1c7-1a61839aa083/0/0 | CBK Bonds | central bank of kenya bonds | null | user_bond_create | 201 | null | {"id": 0, "coupon_payment_dates": "", "bond": "", "uid": "", "user_uid": "", "bond_uid": "", "date": "", "dirty_price": 0, "face_value": 0} | {"required": ["bond_uid", "dirty_price", "face_value"], "type": "object", "properties": {"id": {"title": "ID", "type": "integer"}, "coupon_payment_dates": {"title": "Coupon payment dates", "type": "string"}, "bond": {"title": "Bond", "type": "string"}, "uid": {"title": "Uid", "type": "string", "format": "uuid"}, "user_... | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/528e06ad-f740-4859-8e3f-3522cd72d4b0/0/0 | CBK Bonds | central bank of kenya bonds | null | user_bond_partial_update | 200 | null | {"id": 0, "coupon_payment_dates": "", "bond": "", "uid": "", "user_uid": "", "bond_uid": "", "date": "", "dirty_price": 0, "face_value": 0} | {"required": ["bond_uid", "dirty_price", "face_value"], "type": "object", "properties": {"id": {"title": "ID", "type": "integer"}, "coupon_payment_dates": {"title": "Coupon payment dates", "type": "string"}, "bond": {"title": "Bond", "type": "string"}, "uid": {"title": "Uid", "type": "string", "format": "uuid"}, "user_... | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/805d7f76-137e-4cf6-8de4-09865d7c9d59/0/0 | CBK Bonds | central bank of kenya bonds | null | user_bond_list | 200 | null | [{"id": 0, "coupon_payment_dates": "", "bond": "", "uid": "", "user_uid": "", "bond_uid": "", "date": "", "dirty_price": 0, "face_value": 0}] | {"type": "array", "items": {"required": ["bond_uid", "dirty_price", "face_value"], "type": "object", "properties": {"id": {"title": "ID", "type": "integer"}, "coupon_payment_dates": {"title": "Coupon payment dates", "type": "string"}, "bond": {"title": "Bond", "type": "string"}, "uid": {"title": "Uid", "type": "string"... | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/e6566fd0-e4dc-4d5f-889f-e305906ff8f2/0/0 | CBK Bonds | central bank of kenya bonds | null | user_bond_coupon-payments_list | 200 | null | [{"date": "", "user_bonds": ""}] | {"type": "array", "items": {"required": ["date"], "type": "object", "properties": {"date": {"title": "Date", "type": "string", "format": "date"}, "user_bonds": {"title": "User bonds", "type": "string"}}}} | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/cc0772a2-169b-4f9c-926d-e94530aa4f2a/0/0 | CBK Bonds | central bank of kenya bonds | null | user_bond_update | 200 | null | {"id": 0, "coupon_payment_dates": "", "bond": "", "uid": "", "user_uid": "", "bond_uid": "", "date": "", "dirty_price": 0, "face_value": 0} | {"required": ["bond_uid", "dirty_price", "face_value"], "type": "object", "properties": {"id": {"title": "ID", "type": "integer"}, "coupon_payment_dates": {"title": "Coupon payment dates", "type": "string"}, "bond": {"title": "Bond", "type": "string"}, "uid": {"title": "Uid", "type": "string", "format": "uuid"}, "user_... | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/88ace9f3-f42d-4cc1-805f-890c40df0900/0/0 | CBK Bonds | central bank of kenya bonds | null | bond_create | 201 | null | {"id": 0, "coupon_payment_dates": "", "uid": "", "issue": "", "issuer": "", "type": "INFRASTRUCTURE", "price_quote": "DISCOUNTED", "value_date": "", "initial_coupon_payment_date": "", "redemption_date": "", "created_at": "", "updated_at": "", "amount": 0, "dirty_price": 0, "coupon_rate": 0, "tax_rate": 0, "tenor": 0, "... | {"required": ["issue", "issuer", "type", "value_date", "initial_coupon_payment_date", "redemption_date"], "type": "object", "properties": {"id": {"title": "ID", "type": "integer"}, "coupon_payment_dates": {"title": "Coupon payment dates", "type": "string"}, "uid": {"title": "Uid", "type": "string", "format": "uuid"}, "... | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/eb155bc5-3c35-4b26-80d9-6dce5fc899f0/0/0 | CBK Bonds | central bank of kenya bonds | null | bond_partial_update | 200 | null | {"id": 0, "coupon_payment_dates": "", "uid": "", "issue": "", "issuer": "", "type": "INFRASTRUCTURE", "price_quote": "DISCOUNTED", "value_date": "", "initial_coupon_payment_date": "", "redemption_date": "", "created_at": "", "updated_at": "", "amount": 0, "dirty_price": 0, "coupon_rate": 0, "tax_rate": 0, "tenor": 0, "... | {"required": ["issue", "issuer", "type", "value_date", "initial_coupon_payment_date", "redemption_date"], "type": "object", "properties": {"id": {"title": "ID", "type": "integer"}, "coupon_payment_dates": {"title": "Coupon payment dates", "type": "string"}, "uid": {"title": "Uid", "type": "string", "format": "uuid"}, "... | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/05d948ec-9d64-48b5-882d-053ba63554ca/0/0 | CBK Bonds | central bank of kenya bonds | null | bond_read | 200 | null | {"id": 0, "coupon_payment_dates": "", "uid": "", "issue": "", "issuer": "", "type": "INFRASTRUCTURE", "price_quote": "DISCOUNTED", "value_date": "", "initial_coupon_payment_date": "", "redemption_date": "", "created_at": "", "updated_at": "", "amount": 0, "dirty_price": 0, "coupon_rate": 0, "tax_rate": 0, "tenor": 0, "... | {"required": ["issue", "issuer", "type", "value_date", "initial_coupon_payment_date", "redemption_date"], "type": "object", "properties": {"id": {"title": "ID", "type": "integer"}, "coupon_payment_dates": {"title": "Coupon payment dates", "type": "string"}, "uid": {"title": "Uid", "type": "string", "format": "uuid"}, "... | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/96edf0b4-7bbb-4419-820f-5858f16326e9/0/0 | CBK Bonds | central bank of kenya bonds | null | bond_update | 200 | null | {"id": 0, "coupon_payment_dates": "", "uid": "", "issue": "", "issuer": "", "type": "INFRASTRUCTURE", "price_quote": "DISCOUNTED", "value_date": "", "initial_coupon_payment_date": "", "redemption_date": "", "created_at": "", "updated_at": "", "amount": 0, "dirty_price": 0, "coupon_rate": 0, "tax_rate": 0, "tenor": 0, "... | {"required": ["issue", "issuer", "type", "value_date", "initial_coupon_payment_date", "redemption_date"], "type": "object", "properties": {"id": {"title": "ID", "type": "integer"}, "coupon_payment_dates": {"title": "Coupon payment dates", "type": "string"}, "uid": {"title": "Uid", "type": "string", "format": "uuid"}, "... | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/6840bbf6-6882-4c37-b209-1cee579fe9fa/0/0 | CBK Bonds | central bank of kenya bonds | null | user_list | 200 | null | [{"email": "", "phone_number": "", "first_name": "", "last_name": "", "date_joined": "", "groups": [], "user_uid": "", "is_active": true, "date_of_birth": ""}] | {"type": "array", "items": {"required": ["email"], "type": "object", "properties": {"email": {"title": "Email", "type": "string", "format": "email", "maxLength": 254, "minLength": 1}, "phone_number": {"title": "Phone number", "type": ["string", "null"], "maxLength": 50}, "first_name": {"title": "First name", "type": "s... | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/5558eeac-524b-4388-891b-a63726727e07/0/0 | CBK Bonds | central bank of kenya bonds | null | user_login_create | 201 | null | {"email": "", "password": ""} | {"required": ["email", "password"], "type": "object", "properties": {"email": {"title": "Email", "type": "string", "minLength": 1}, "password": {"title": "Password", "type": "string", "minLength": 1}}} | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/2ebac94c-cf79-4334-991d-85e5c1a7325c/0/0 | CBK Bonds | central bank of kenya bonds | null | user_register_create | 201 | null | {"username": "", "phone_number": "", "email": "", "date_of_birth": "", "first_name": "", "last_name": "", "password": "", "password2": ""} | {"required": ["username", "email", "password", "password2"], "type": "object", "properties": {"username": {"title": "Username", "description": "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.", "type": "string", "pattern": "^[\\w.@+-]+$", "maxLength": 150, "minLength": 1}, "phone_number": {"title... | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/3391acdb-d624-4522-977e-4826dc22bc5b/0/0 | CBK Bonds | central bank of kenya bonds | null | bond_list | 200 | null | [{"id": 0, "coupon_payment_dates": "", "uid": "", "issue": "", "issuer": "", "type": "INFRASTRUCTURE", "price_quote": "DISCOUNTED", "value_date": "", "initial_coupon_payment_date": "", "redemption_date": "", "created_at": "", "updated_at": "", "amount": 0, "dirty_price": 0, "coupon_rate": 0, "tax_rate": 0, "tenor": 0, ... | {"type": "array", "items": {"required": ["issue", "issuer", "type", "value_date", "initial_coupon_payment_date", "redemption_date"], "type": "object", "properties": {"id": {"title": "ID", "type": "integer"}, "coupon_payment_dates": {"title": "Coupon payment dates", "type": "string"}, "uid": {"title": "Uid", "type": "st... | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/4becf2e0-4eaa-4a9f-b8f4-34fa29631965/0/0 | CBK Bonds | central bank of kenya bonds | null | bond_coupon-payments_read | 200 | null | [{"id": 0, "bonds": "", "bond_uid": "", "date": ""}] | {"type": "array", "items": {"required": ["bond_uid", "date"], "type": "object", "properties": {"id": {"title": "ID", "type": "integer"}, "bonds": {"title": "Bonds", "type": "string"}, "bond_uid": {"title": "Bond uid", "type": "string", "maxLength": 100, "minLength": 1}, "date": {"title": "Date", "type": "string", "form... | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/becfa0d7-9cb3-4198-b43c-a91874f8e044/0/0 | CBK Bonds | central bank of kenya bonds | null | user_update | 200 | null | {"email": "", "phone_number": "", "first_name": "", "last_name": "", "date_joined": "", "groups": [], "user_uid": "", "is_active": true, "date_of_birth": ""} | {"required": ["email"], "type": "object", "properties": {"email": {"title": "Email", "type": "string", "format": "email", "maxLength": 254, "minLength": 1}, "phone_number": {"title": "Phone number", "type": ["string", "null"], "maxLength": 50}, "first_name": {"title": "First name", "type": "string", "maxLength": 30}, "... | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/50bfd026-6568-4e60-ba48-d9a87817c524/0/0 | CBK Bonds | central bank of kenya bonds | null | user_change-password_update | 200 | null | {"current_password": "", "new_password": ""} | {"required": ["current_password", "new_password"], "type": "object", "properties": {"current_password": {"title": "Current password", "type": "string", "minLength": 1}, "new_password": {"title": "New password", "type": "string", "minLength": 1}}} | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/c5196271-890c-4405-8ff0-27e343c904ae/0/0 | CBK Bonds | central bank of kenya bonds | null | user_token-refresh_create | Takes a refresh type JSON web token and returns an access type JSON web
token if the refresh token is valid. | 201 | null | {"refresh": ""} | {"required": ["refresh"], "type": "object", "properties": {"refresh": {"title": "Refresh", "type": "string", "minLength": 1}}} |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/e8030e25-89b2-4769-9df2-442df2ea5cbc/0/0 | CBK Bonds | central bank of kenya bonds | null | user_logout_create | 201 | null | {"all": "", "refresh": ""} | {"required": ["refresh"], "type": "object", "properties": {"all": {"title": "All", "type": "string", "minLength": 1}, "refresh": {"title": "Refresh", "type": "string", "minLength": 1}}} | |
ffc5f8dc-c0e2-41c0-b4cd-8037fed792d1/b2b30976-c446-4d31-bd45-dc105769d450/0/0 | CBK Bonds | central bank of kenya bonds | null | user_read | 200 | null | {"email": "", "phone_number": "", "first_name": "", "last_name": "", "date_joined": "", "groups": [], "user_uid": "", "is_active": true, "date_of_birth": ""} | {"required": ["email"], "type": "object", "properties": {"email": {"title": "Email", "type": "string", "format": "email", "maxLength": 254, "minLength": 1}, "phone_number": {"title": "Phone number", "type": ["string", "null"], "maxLength": 50}, "first_name": {"title": "First name", "type": "string", "maxLength": 30}, "... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.