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 |
|---|---|---|---|---|---|---|---|---|---|
4bdc186d-e489-4609-a738-434286d34f19/21ece976-4997-4cdc-a5bd-b1dfda5fb781/0/0 | Currency Converter | Provides currency exchange rates based on the markets and national central banks data. | null | Currencies Related Countries | Currencies Related Countries | 200 | Currencies Related Countries | {"USD": {"name": "", "relatedTerms": [], "name_plural": ""}, "EUR": {"name": "", "relatedTerms": [], "name_plural": ""}, "GBP": {"name": "", "relatedTerms": [], "name_plural": ""}, "CAD": {"name": "", "relatedTerms": [], "name_plural": ""}, "AUD": {"name": "", "relatedTerms": [], "name_plural": ""}, "JPY": {"name": "",... | {"type": "object", "properties": {"USD": {"type": "object", "properties": {"name": {"type": "string"}, "relatedTerms": {"type": "array", "items": {"type": "string"}}, "name_plural": {"type": "string"}}}, "EUR": {"type": "object", "properties": {"name": {"type": "string"}, "relatedTerms": {"type": "array", "items": {"ty... |
4bdc186d-e489-4609-a738-434286d34f19/c17a00d4-99d6-44da-864a-2b41ebff7837/0/0 | Currency Converter | Provides currency exchange rates based on the markets and national central banks data. | null | Available Currencies | Available Currencies | 200 | Available Currencies | [{"code": "USD", "name": "US Dollar"}, {"code": "EUR", "name": "Euro"}, {"code": "GBP", "name": "British Pound"}, {"code": "CAD", "name": "Canadian Dollar"}, {"code": "AUD", "name": "Australian Dollar"}, {"code": "JPY", "name": "Japanese Yen"}, {"code": "INR", "name": "Indian Rupee"}, {"code": "NZD", "name": "New Zeala... | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}} |
4bdc186d-e489-4609-a738-434286d34f19/6cebff55-f236-48a7-9ac3-6a1933035480/0/0 | Currency Converter | Provides currency exchange rates based on the markets and national central banks data. | null | USD To All Currencies | USD To All Currencies | 200 | USD To All Currencies | {"ADA": "16895.3314147424", "AED": "28087.28", "AFN": "679135.3511167872", "ALL": "872563.1491206272", "AMD": "3200044.642676128", "ANG": "13689.8919150144", "AOA": "3303148.3050297983", "ARS": "935302.5176379232", "ATS": "100860.76446902401", "AUD": "11013.9240135904", "AWG": "13689.92", "AZM": "64968970.605239615", "... | {"type": "object", "properties": {"ADA": {"type": "string"}, "AED": {"type": "string"}, "AFN": {"type": "string"}, "ALL": {"type": "string"}, "AMD": {"type": "string"}, "ANG": {"type": "string"}, "AOA": {"type": "string"}, "ARS": {"type": "string"}, "ATS": {"type": "string"}, "AUD": {"type": "string"}, "AWG": {"type": ... |
e8b06504-3257-4423-bf4a-8633e93e1591/0fe06796-c065-49ca-804f-edb44f963200/0/0 | cryptocurrency price And exchange rate | provide cryptocurrency price and exchange rate | null | cryptocurrency-price-and-exchange-rate | get cryptocurrency price and exchange rate | 200 | Response | {"code": 0, "data": {"btc-usdt-binance": {"symbol": "btc-usdt-binance", "platform": "binance", "market": "usdt", "coin": "btc", "price": 37073.54, "time": "20220222102002", "upPrice": 39150, "upTime": "20220221101934", "upChange": -0.05303856960408682, "todayPrice": 38840.15, "todayTime": "20220221235934", "todayChange... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"btc-usdt-binance": {"type": "object", "properties": {"symbol": {"type": "string"}, "platform": {"type": "string"}, "market": {"type": "string"}, "coin": {"type": "string... |
99aa9405-830b-4f36-87d6-df48b58a54b3/8d7896e5-4780-4e3c-bc68-3f138963516e/0/0 | Finispia | Your Halal Investment Starts here. Find out Halal Stocks. | null | Get Compliance | Click in check button will display compliance of company | 200 | Get Compliance Example | {"aaoifi": true, "dowJones": false, "ftse": false, "msci": false, "sandP": false} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"aaoifi": {"type": "boolean"}, "dowJones": {"type": "boolean"}, "ftse": {"type": "boolean"}, "msci": {"type": "boolean"}, "sandP": {"type": "boolean"}}, "required": ["aaoifi", "dowJones", "ftse", "msci", "sandP"]} |
9b30a60e-9580-42bb-8963-779ad9ac15af/b7d2390d-3e33-44d2-a83d-d96ef77cf454/0/0 | SEC EDGAR | Retrieve Filing , Company, Issuer, Insider Information from the SEC EDGAR System. | null | Get Specific Month Filings | Get Specific Month Filings | 200 | Response | {"count": 200, "items": [{"Description": "8-K", "Guid": "https://www.sec.gov/Archives/edgar/data/354190/000119312520204385/0001193125-20-204385-xbrl.zip", "PublishedDate": "Thu, 30 Jul 2020 19:19:40 EDT", "Title": "Arthur J. Gallagher & Co. (0000354190) (Filer)", "Url": "https://www.sec.gov/Archives/edgar/data/354190/0... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"Description": {"type": "string"}, "Guid": {"type": "string"}, "PublishedDate": {"type": "string"}, "Title": {"type": "string"}, "Url": {"typ... |
9b30a60e-9580-42bb-8963-779ad9ac15af/478e3005-0c0f-4593-98e9-03fbe014512e/0/0 | SEC EDGAR | Retrieve Filing , Company, Issuer, Insider Information from the SEC EDGAR System. | null | Get Latest Filings - Latest 200 | Get Latest 200 Filings as soon as they are available on the SEC EDGAR System. | 200 | Response | {"count": 200, "items": [{"Description": "8-K", "Guid": "https://www.sec.gov/Archives/edgar/data/354190/000119312520204385/0001193125-20-204385-xbrl.zip", "PublishedDate": "Thu, 30 Jul 2020 19:19:40 EDT", "Title": "Arthur J. Gallagher & Co. (0000354190) (Filer)", "Url": "https://www.sec.gov/Archives/edgar/data/354190/0... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"Description": {"type": "string"}, "Guid": {"type": "string"}, "PublishedDate": {"type": "string"}, "Title": {"type": "string"}, "Url": {"typ... |
9b30a60e-9580-42bb-8963-779ad9ac15af/ec96617a-b314-4ac4-885b-c52aa80089aa/0/0 | SEC EDGAR | Retrieve Filing , Company, Issuer, Insider Information from the SEC EDGAR System. | null | Get All Latest Filings | Get All Latest Filings as soon as they are available on the SEC EDGAR System. | 200 | Response | {"count": 200, "items": [{"Description": "8-K", "Guid": "https://www.sec.gov/Archives/edgar/data/354190/000119312520204385/0001193125-20-204385-xbrl.zip", "PublishedDate": "Thu, 30 Jul 2020 19:19:40 EDT", "Title": "Arthur J. Gallagher & Co. (0000354190) (Filer)", "Url": "https://www.sec.gov/Archives/edgar/data/354190/0... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"Description": {"type": "string"}, "Guid": {"type": "string"}, "PublishedDate": {"type": "string"}, "Title": {"type": "string"}, "Url": {"typ... |
9b30a60e-9580-42bb-8963-779ad9ac15af/f7121136-905e-4c14-b388-63d2c906bd90/0/0 | SEC EDGAR | Retrieve Filing , Company, Issuer, Insider Information from the SEC EDGAR System. | null | Get SEC EDGAR CIK Code List | This endpoint allows you to obtain list of Tickers and SEC EDGAR CIK Codes for Entities and Individuals. This makes it much more easier to allow you to obtain SEC EDGAR CIK Codes needed to retrieve filings. | 200 | Response | {"count": 8593, "items": {"0": {"cik_str": 1750, "ticker": "AIR", "title": "AAR CORP"}, "1": {"cik_str": 1800, "ticker": "ABT", "title": "ABBOTT LABORATORIES"}, "2": {"cik_str": 1961, "ticker": "WDDD", "title": "WORLDS INC"}, "3": {"cik_str": 2034, "ticker": "ACET", "title": "ACETO CORP"}, "4": {"cik_str": 2098, "ticke... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "items": {"type": "object", "properties": {"0": {"type": "object", "properties": {"cik_str": {"type": "integer"}, "ticker": {"type": "string"}, "title": {"type": "string"}}, "required": ["cik_str", "ticker", "ti... |
9b30a60e-9580-42bb-8963-779ad9ac15af/80890d24-cb88-4737-be5d-99a4923d74b1/0/0 | SEC EDGAR | Retrieve Filing , Company, Issuer, Insider Information from the SEC EDGAR System. | null | Get Specific Day Filings | Get Specific Day Filings - Within Last 5 Business Days | 200 | Response | {"count": 200, "items": [{"Description": "8-K", "Guid": "https://www.sec.gov/Archives/edgar/data/354190/000119312520204385/0001193125-20-204385-xbrl.zip", "PublishedDate": "Thu, 30 Jul 2020 19:19:40 EDT", "Title": "Arthur J. Gallagher & Co. (0000354190) (Filer)", "Url": "https://www.sec.gov/Archives/edgar/data/354190/0... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"Description": {"type": "string"}, "Guid": {"type": "string"}, "PublishedDate": {"type": "string"}, "Title": {"type": "string"}, "Url": {"typ... |
9b30a60e-9580-42bb-8963-779ad9ac15af/d6f2ee27-d34d-4af2-869b-c3c2ed0e4bee/0/0 | SEC EDGAR | Retrieve Filing , Company, Issuer, Insider Information from the SEC EDGAR System. | null | Get Company Insiders Filings | Get List of Company Insiders so you are able to much easily obtain their filings using the SEC EDGAR CIK Codes.
Company Insiders filings gives special insights to the transactions of Company Insiders like the CEO, CFO and other C-Suite Executives. | 200 | Response | {"count": 35, "items": [{"CIK_Id": "0001217495", "CompanyCIKId": "0000914208", "CompanyName": "Invesco Ltd.", "ErrorMessage": null, "FilingsUrl": "https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001217495", "Name": "STARR LOREN M", "TransactionDate": "2020-07-09", "TransactionUrl": "https://www.sec.gov/... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"CIK_Id": {"type": "string"}, "CompanyCIKId": {"type": "string"}, "CompanyName": {"type": "string"}, "ErrorMessage": {"type": "null"}, "Filin... |
9b30a60e-9580-42bb-8963-779ad9ac15af/799471ba-b9a5-4589-a644-4d35f9f4d953/0/0 | SEC EDGAR | Retrieve Filing , Company, Issuer, Insider Information from the SEC EDGAR System. | null | Get Company Institutional Owners Filings | Get List of Institutional Owners so you are able to much easily obtain their filings using the SEC EDGAR CIK Codes.
Institutional Owners filings gives special insights to the transactions of Institutional Owners. | 200 | Response | {"count": 2, "items": [{"CIK_Id": "0001618835", "CompanyCIKId": "0000914208", "CompanyName": "Invesco Ltd.", "ErrorMessage": null, "FilingsUrl": "https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001618835", "Name": "Evofem Biosciences, Inc.", "TransactionDate": "2020-05-14", "TransactionUrl": "https://ww... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"CIK_Id": {"type": "string"}, "CompanyCIKId": {"type": "string"}, "CompanyName": {"type": "string"}, "ErrorMessage": {"type": "null"}, "Filin... |
3fbdd652-f179-41a5-a418-e316d9fdae4c/bbc7717d-df87-4ee1-9216-fbe8480fa0e4/0/0 | Hong Kong Finance | A set of API endpoints that provide Hong Kong financial market data | null | Option Open Interest | Returns option open interest data across all strikes and expiries, for a given underlying | 200 | New Example | {"All": {"220.00": {"cg": 1565, "cgc": 0, "cn": 764, "cnc": 0, "pg": 2539, "pgc": 0, "pn": 1029, "pnc": 10}, "225.00": {"cg": 418, "cgc": 30, "cn": 205, "cnc": 30, "pg": 695, "pgc": 0, "pn": 500, "pnc": 0}, "230.00": {"cg": 589, "cgc": 0, "cn": 304, "cnc": 0, "pg": 1811, "pgc": 2, "pn": 595, "pnc": 0}, "235.00": {"cg":... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"All": {"type": "object", "properties": {"220.00": {"type": "object", "properties": {"cg": {"type": "integer"}, "cgc": {"type": "integer"}, "cn": {"type": "integer"}, "cnc": {"type": "integer"}, "pg": {"type": "integer"}, "pgc": {"type": "in... |
adbf707d-6fcf-4696-b5a7-a96815d81584/0d5f7e32-2b66-4276-8703-fa939877717a/0/0 | Card Validator and Generator | The Card Validator and Generator API is a powerful tool that allows you to validate and generate various types of credit and debit card information. With this API, you can perform validation checks on card numbers, generate random card numbers, and retrieve essential card details. | 7.7 | Validate Credit Card Number | Validates a credit card number | 200 | Example | {"status": "ok", "error": null, "data": {"card": {"niceType": "Visa", "type": "visa", "patterns": [4], "gaps": [4, 8, 12], "lengths": [16, 18, 19], "code": {"name": "CVV", "size": 3}, "matchStrength": 1}, "isValid": true}} | {"type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"card": {"type": "object", "properties": {"niceType": {"type": "string"}, "type": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "integer"}}, "gaps": {"type": "array"... |
adbf707d-6fcf-4696-b5a7-a96815d81584/aed7220f-95c9-46e8-bed3-226f44f5a13d/0/0 | Card Validator and Generator | The Card Validator and Generator API is a powerful tool that allows you to validate and generate various types of credit and debit card information. With this API, you can perform validation checks on card numbers, generate random card numbers, and retrieve essential card details. | 7.7 | Generate Credit Card Number | Generates a random test credit card number | 200 | Success | {"status": "ok", "error": null, "data": {"cvv": 618, "balance": 0, "issuer": "SERVICES C.U.", "number": "4130211131378059", "expiration": "2028-07-07T05:53:29.853Z", "brand": "visa", "number_alt": "4130 2111 3137 8059"}} | {"type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"cvv": {"type": "integer"}, "balance": {"type": "integer"}, "issuer": {"type": "string"}, "number": {"type": "string"}, "expiration": {"type": "string"}, "brand": {"type": "string"}, "num... |
9829d0eb-bddf-4b5f-b944-535942a2397f/5b856100-4aca-49c1-9345-6a5eefaf0b8e/0/0 | indian-stock-dividends-api | This API would fetch all stocks giving out dividends | 0.2 | Get Latest declared dividend companies greater than current date | Get Dividend Companies greater than current date | 200 | New Example | ["company name:Vesuvius India", "percent:80", "exDividendDate:Thu Apr 28 2022 00:00:00 GMT+0200 (Central European Summer Time)", "company name:ABB India", "percent:260", "exDividendDate:Wed Apr 27 2022 00:00:00 GMT+0200 (Central European Summer Time)", "company name:Nestle", "percent:650", "exDividendDate:Thu Apr 21 20... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
9829d0eb-bddf-4b5f-b944-535942a2397f/eb8bbeb6-4e39-4bcd-831d-1388e3e125bb/0/0 | indian-stock-dividends-api | This API would fetch all stocks giving out dividends | 0.2 | Get All stocks giving out dividends | This endpoint would get All Indian stocks giving out dividends | 200 | New Example | {"0": {"divAry": "COMPANY NAME"}, "1": {"divAry": "DIVIDEND"}, "2": {"divAry": "DATE"}, "3": {"divAry": "Type"}, "4": {"divAry": "%"}, "5": {"divAry": "Announcement"}, "6": {"divAry": "Record"}, "7": {"divAry": "Ex-Dividend"}, "8": {"divAry": "Vesuvius India"}, "9": {"divAry": "Final"}, "10": {"divAry": "80.00"}, "11":... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "object", "properties": {"divAry": {"type": "string"}}, "required": ["divAry"]}, "1": {"type": "object", "properties": {"divAry": {"type": "string"}}, "required": ["divAry"]}, "2": {"type": "object", "properties": {"divAry": {"... |
eff809ac-3ec6-4bed-9ad5-8697f6f1106f/4aa4f78a-f89b-4a5e-895c-227ced72712e/0/0 | nfts | Api for NFTs app | 0.1 | /assets | return all assets | 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"]} |
d308af6a-6523-4da4-a494-ca29fb5da119/02cf3c6b-8747-450e-b9ab-d6e18e45b955/1/0 | folidata | folidata is a easy to use, modern finance data API for intraday and historic stock prices | 0 | /v1/general/exchanges | Get a full list of supported exchanges | 402 | null | {"message": "Key not active/found", "details": ""} | {"type": "object", "properties": {"message": {"type": "string"}, "details": {"type": "string"}}} |
49c2fb3d-b748-4593-9b98-932740eb4e30/2d46bf14-5d01-49b7-8667-8904d3791f83/0/0 | ekoView | This API provides an interface to the TradingView, enabling users to interact with TradingView's financial data. It offers two main endpoints: /search_symbol and /get_hist. The /search_symbol endpoint allows users to search for financial symbols on a specified exchange. The /get_hist endpoint retrieves historical data ... | 1.5 | searchsymbol | The /search_symbol endpoint allows users to search for financial symbols on a specified exchange. | 200 | Response | [{"country": "DE", "currency_code": "EUR", "description": "COVESTRO AG O.N.", "exchange": "FWB", "logoid": "covestro", "provider_id": "ice", "symbol": "1COV", "type": "stock", "typespecs": ["common"]}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"country": {"type": "string"}, "currency_code": {"type": "string"}, "description": {"type": "string"}, "exchange": {"type": "string"}, "logoid": {"type": "string"}, "provider_id": {"type": "string"}, "symbol": {"ty... |
49c2fb3d-b748-4593-9b98-932740eb4e30/3f6609be-5546-4188-92b3-9b73d7de58dc/0/0 | ekoView | This API provides an interface to the TradingView, enabling users to interact with TradingView's financial data. It offers two main endpoints: /search_symbol and /get_hist. The /search_symbol endpoint allows users to search for financial symbols on a specified exchange. The /get_hist endpoint retrieves historical data ... | 1.5 | gethist | The /get_hist endpoint retrieves historical data for a given symbol, including open, high, low, close, and volume values over a specified interval. | 200 | Response | {"columns": ["symbol", "open", "high", "low", "close", "volume"], "index": [1686130200000], "data": [["NASDAQ:AAPL", 178.44, 181.21, 177.32, 177.92, 37421469]]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "index": {"type": "array", "items": {"type": "integer"}}, "data": {"type": "array", "items": {"type": "array", "items": {"type": ["number", "string"]}}}}, "required": ["columns", "da... |
1d959ea1-76ce-4af5-ac95-265c2cc879c2/ab6f9761-84b8-4798-8ae9-67a1c8777007/0/0 | Argentina CBU Validation | API Validates Argentina Clave Bancaria Única (CBU) by the method prescribed for verifying the CBU. This API helps in ensuring accuracy of CBU. | null | Argentina CBU Validator | Validate Argentina Clave Bancaria Única (CBU) for Bank & Branch Codes & Bank Account Numbers by Check Digits methods required for CBU Validation. Reduce wrong payments errors by using the API. | 200 | Response | {"STATUS": "SUCCESS", "STATUSCODE": "200", "MESSAGE": "CBU is correct", "CBU": "0720000788000008274290"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"STATUS": {"type": "string"}, "STATUSCODE": {"type": "string"}, "MESSAGE": {"type": "string"}, "CBU": {"type": "string"}}, "required": ["CBU", "MESSAGE", "STATUS", "STATUSCODE"]} |
9d1a49c5-a509-4d05-afa4-3d3b457f2610/fdc65f66-c822-4e69-977d-fb3d55a7632b/0/0 | Historical DEX data for DeFiChain | Historical DEX prices for DeFiChain extracted from the blockchain. | null | dex_prices_v1_dex_day_price__poolpair_symboldatestringget | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... | |
609d162f-779d-4b06-89f4-7515ebefe909/fae90287-43ea-4a90-aa34-5382a9b28c6c/0/0 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | getTransactionReceipt | You can get your transaction decoded by add /decoded to your api call. If you want to get the transaction encoded, youst remove the /decoded part | 200 | null | {"ok": true, "status": 200, "message": "Successfully parsed transaction data.", "data": {"txid": "dab6bb52e098232a2f115d56419124df1463ae60ac4f2effdb59984c550d8fa9", "contractaddress": "", "feeTron": "0.000000", "energyUsage": 0, "blocknumber": 0, "bandwidthUsage": 0, "blockTimeStamp": 0, "status": "", "reason": ""}} | {"type": "object"} |
609d162f-779d-4b06-89f4-7515ebefe909/fae90287-43ea-4a90-aa34-5382a9b28c6c/0/1 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | getTransactionReceipt | You can get your transaction decoded by add /decoded to your api call. If you want to get the transaction encoded, youst remove the /decoded part | 200 | null | {"ok": true, "status": 200, "message": "Successfully parsed transaction data.", "data": {"ret": [{"contractRet": "SUCCESS"}], "signature": ["28ebd920eee2b4961e2dc6608170d92a1cfb3079ae1b5d8b2c8aa378ef87433906145855a1855f5183146df73d601cf6015cef10171265684bb143d25ce034b700"], "txID": "dab6bb52e098232a2f115d56419124df1463... | {"type": "object"} |
609d162f-779d-4b06-89f4-7515ebefe909/fb166cfb-4d97-4230-a98a-7a808512eec4/0/0 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | getTransaction | You can get your transaction decoded by add /decoded to your api call. If you want to get the transaction encoded, youst remove the /decoded part | 200 | null | {"ok": true, "status": 200, "message": "Successfully parsed transaction data.", "data": {"txid": "dab6bb52e098232a2f115d56419124df1463ae60ac4f2effdb59984c550d8fa9", "from": "TPbJ4q2wZP2UpsE7ME3bxewS5pKAdWZwCj", "to": "TEZU8f2twTLYJ8XPfLrRAXNCNqVt5xtV1M", "tokenid": "1002000", "amount": "0.000001", "type": "TRC10", "dec... | {"type": "object"} |
609d162f-779d-4b06-89f4-7515ebefe909/fb166cfb-4d97-4230-a98a-7a808512eec4/0/1 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | getTransaction | You can get your transaction decoded by add /decoded to your api call. If you want to get the transaction encoded, youst remove the /decoded part | 200 | null | {"ok": true, "status": 200, "message": "Successfully parsed transaction data.", "data": {"ret": [{"contractRet": "SUCCESS"}], "signature": ["28ebd920eee2b4961e2dc6608170d92a1cfb3079ae1b5d8b2c8aa378ef87433906145855a1855f5183146df73d601cf6015cef10171265684bb143d25ce034b700"], "txID": "dab6bb52e098232a2f115d56419124df1463... | {"type": "object"} |
609d162f-779d-4b06-89f4-7515ebefe909/a0e969c8-1d08-47e8-a2c4-0e8d35452895/0/0 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | getTransaction | Get info about a transaction
You can choose if you want to get the Transaction encoded or decoded by add /decoded to your request. See examlpes for details | 200 | null | {"ok": true, "status": 200, "message": "Successfully parsed transactionReceipt", "data": [{"blockHash": "0xf50e3718d0ccb1c6bbfbef897a76d03afb39a88df8b400a04a1af47e3bb56100", "blockNumber": "14531579", "cumulativeGasUsed": "3256893", "effectiveGasPrice": "62.7216504860", "from": "0x10416915232042d15d658bad8a01f7802012fa... | {"type": "object"} |
609d162f-779d-4b06-89f4-7515ebefe909/a0e969c8-1d08-47e8-a2c4-0e8d35452895/0/1 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | getTransaction | Get info about a transaction
You can choose if you want to get the Transaction encoded or decoded by add /decoded to your request. See examlpes for details | 200 | null | {"ok": true, "status": 200, "message": "Successfully parsed transactionReceipt", "data": [{"blockHash": "0xf50e3718d0ccb1c6bbfbef897a76d03afb39a88df8b400a04a1af47e3bb56100", "blockNumber": "14531579", "cumulativeGasUsed": "3256893", "effectiveGasPrice": "62.7216504860", "from": "0x10416915232042d15d658bad8a01f7802012fa... | {"type": "object"} |
609d162f-779d-4b06-89f4-7515ebefe909/d0af4aeb-c1a5-402b-8eee-0b46cedac9b9/0/0 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | getTransactionReceipt | Get info about a transaction receipt
You can choose if you want to get the Transaction encoded or decoded by add /decoded to your request. See examlpes for details | 200 | null | {"ok": true, "status": 200, "message": "Successfully parsed transactionReceipt", "data": [{"blockHash": "0xf50e3718d0ccb1c6bbfbef897a76d03afb39a88df8b400a04a1af47e3bb56100", "blockNumber": "14531579", "cumulativeGasUsed": "3256893", "effectiveGasPrice": "62.7216504860", "from": "0x10416915232042d15d658bad8a01f7802012fa... | {"type": "object"} |
609d162f-779d-4b06-89f4-7515ebefe909/d0af4aeb-c1a5-402b-8eee-0b46cedac9b9/0/1 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | getTransactionReceipt | Get info about a transaction receipt
You can choose if you want to get the Transaction encoded or decoded by add /decoded to your request. See examlpes for details | 200 | null | {"ok": true, "status": 200, "message": "Successfully parsed transactionReceipt", "data": [{"blockHash": "0xf50e3718d0ccb1c6bbfbef897a76d03afb39a88df8b400a04a1af47e3bb56100", "blockNumber": "14531579", "cumulativeGasUsed": "3256893", "effectiveGasPrice": "62.7216504860", "from": "0x10416915232042d15d658bad8a01f7802012fa... | {"type": "object"} |
609d162f-779d-4b06-89f4-7515ebefe909/94de55a8-4d56-4f90-ad65-e65127e81a7e/0/0 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | sendTransaction | 422 | null | {"ok": false, "status": 422, "message": "Error! Wallet not found in our system. Please provide the correct one or contact the support.", "data": {"walletname": "Evolo_692823"}} | {"type": "object"} | |
609d162f-779d-4b06-89f4-7515ebefe909/94de55a8-4d56-4f90-ad65-e65127e81a7e/0/1 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | sendTransaction | 422 | null | {"ok": false, "status": 422, "message": "Error! Invalid password. Please provide the correct one or contact the support.", "data": {"walletname": "Evolo_6928232"}} | {"type": "object"} | |
609d162f-779d-4b06-89f4-7515ebefe909/94de55a8-4d56-4f90-ad65-e65127e81a7e/0/2 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | sendTransaction | 422 | null | {"ok": false, "status": 422, "message": "Error! Something went wrong while sending transaction.", "data": {"error": "Insufficient funds"}} | {"type": "object"} | |
609d162f-779d-4b06-89f4-7515ebefe909/d14a5555-8fcf-4182-9de9-f7b9f0475055/0/0 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | getTransaction | Get info about a transaction
You can get your transaction decoded by add /decoded to your api call. If you want to get the transaction encoded, youst remove the /decoded part | 200 | null | {"ok": true, "status": 200, "message": "Successfully parsed transaction.", "data": [{"blockHash": "0xf83e56039cce66ef6866c38b6d4c27747125408c01573d62e11e228900a3a365", "blockNumber": "22049876", "from": "0x1a6874368fe870f3600ee123def9027d22a1d9d7", "gas": "21572", "gasPrice": "5.0000000000", "hash": "0x59ca89ea05be9a9e... | {"type": "object"} |
609d162f-779d-4b06-89f4-7515ebefe909/d14a5555-8fcf-4182-9de9-f7b9f0475055/0/1 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | getTransaction | Get info about a transaction
You can get your transaction decoded by add /decoded to your api call. If you want to get the transaction encoded, youst remove the /decoded part | 200 | null | {"ok": true, "status": 200, "message": "Successfully parsed transaction.", "data": [{"blockHash": "0xf83e56039cce66ef6866c38b6d4c27747125408c01573d62e11e228900a3a365", "blockNumber": "0x1507454", "from": "0x1a6874368fe870f3600ee123def9027d22a1d9d7", "gas": "0x5444", "gasPrice": "0x12a05f200", "hash": "0x59ca89ea05be9a9... | {"type": "object"} |
609d162f-779d-4b06-89f4-7515ebefe909/e28459de-b4ea-4bcf-822d-ee24d32e6a13/0/0 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | getTransactionReceipt | Get info about a transaction receipt
You can get your transaction decoded by add /decoded to your api call. If you want to get the transaction encoded, youst remove the /decoded part | 200 | null | {"ok": true, "status": 200, "message": "Successfully parsed transactionReceipt", "data": [{"blockHash": "0xf83e56039cce66ef6866c38b6d4c27747125408c01573d62e11e228900a3a365", "blockNumber": "22049876", "cumulativeGasUsed": "4897693", "effectiveGasPrice": "5.0000000000", "from": "0x1a6874368fe870f3600ee123def9027d22a1d9d... | {"type": "object"} |
609d162f-779d-4b06-89f4-7515ebefe909/e28459de-b4ea-4bcf-822d-ee24d32e6a13/0/1 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | getTransactionReceipt | Get info about a transaction receipt
You can get your transaction decoded by add /decoded to your api call. If you want to get the transaction encoded, youst remove the /decoded part | 200 | null | {"ok": true, "status": 200, "message": "Successfully parsed transactionReceipt", "data": [{"blockHash": "0xf83e56039cce66ef6866c38b6d4c27747125408c01573d62e11e228900a3a365", "blockNumber": "22049876", "cumulativeGasUsed": "4897693", "effectiveGasPrice": "5.0000000000", "from": "0x1a6874368fe870f3600ee123def9027d22a1d9d... | {"type": "object"} |
609d162f-779d-4b06-89f4-7515ebefe909/c1f23af6-997a-4cac-b1d9-e4bbe858a380/0/0 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | getTransactionReceipt | Get info about a transaction receipt
You can choose if you want to get the Transaction encoded or decoded by add /decoded to your request. See examlpes for details | 200 | null | {"ok": true, "status": 200, "message": "Successfully parsed transactionReceipt", "data": [{"blockHash": "0xf50e3718d0ccb1c6bbfbef897a76d03afb39a88df8b400a04a1af47e3bb56100", "blockNumber": "14531579", "cumulativeGasUsed": "3256893", "effectiveGasPrice": "62.7216504860", "from": "0x10416915232042d15d658bad8a01f7802012fa... | {"type": "object"} |
609d162f-779d-4b06-89f4-7515ebefe909/c1f23af6-997a-4cac-b1d9-e4bbe858a380/0/1 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | getTransactionReceipt | Get info about a transaction receipt
You can choose if you want to get the Transaction encoded or decoded by add /decoded to your request. See examlpes for details | 200 | null | {"ok": true, "status": 200, "message": "Successfully parsed transactionReceipt", "data": [{"blockHash": "0xf50e3718d0ccb1c6bbfbef897a76d03afb39a88df8b400a04a1af47e3bb56100", "blockNumber": "14531579", "cumulativeGasUsed": "3256893", "effectiveGasPrice": "62.7216504860", "from": "0x10416915232042d15d658bad8a01f7802012fa... | {"type": "object"} |
609d162f-779d-4b06-89f4-7515ebefe909/ee33293a-999a-4b60-a66a-25c2a7d92a16/0/0 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | getTransaction | Get info about a transaction
You can choose if you want to get the Transaction encoded or decoded by add /decoded to your request. See examlpes for details | 200 | null | {"ok": true, "status": 200, "message": "Successfully parsed transactionReceipt", "data": [{"blockHash": "0xf50e3718d0ccb1c6bbfbef897a76d03afb39a88df8b400a04a1af47e3bb56100", "blockNumber": "14531579", "cumulativeGasUsed": "3256893", "effectiveGasPrice": "62.7216504860", "from": "0x10416915232042d15d658bad8a01f7802012fa... | {"type": "object"} |
609d162f-779d-4b06-89f4-7515ebefe909/ee33293a-999a-4b60-a66a-25c2a7d92a16/0/1 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | getTransaction | Get info about a transaction
You can choose if you want to get the Transaction encoded or decoded by add /decoded to your request. See examlpes for details | 200 | null | {"ok": true, "status": 200, "message": "Successfully parsed transactionReceipt", "data": [{"blockHash": "0xf50e3718d0ccb1c6bbfbef897a76d03afb39a88df8b400a04a1af47e3bb56100", "blockNumber": "14531579", "cumulativeGasUsed": "3256893", "effectiveGasPrice": "62.7216504860", "from": "0x10416915232042d15d658bad8a01f7802012fa... | {"type": "object"} |
609d162f-779d-4b06-89f4-7515ebefe909/7d8ebdd9-f963-4126-a4f9-361070250bdc/0/0 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | exportAddressPrivateKey | 422 | null | {"ok": false, "status": 422, "message": "Error! Wallet not found in our system. Please provide the correct one or contact the support.", "data": {"walletname": "Evolo_692823"}} | {"type": "object"} | |
609d162f-779d-4b06-89f4-7515ebefe909/7d8ebdd9-f963-4126-a4f9-361070250bdc/0/1 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | exportAddressPrivateKey | 422 | null | {"ok": true, "status": 422, "message": "You provided an wrong address", "data": []} | {"type": "object"} | |
609d162f-779d-4b06-89f4-7515ebefe909/7d8ebdd9-f963-4126-a4f9-361070250bdc/0/2 | Chaingateway.io | Enhance Apps with Our Multi-Blockchain API Suite! Tron, Ethereum, Binance & More | null | exportAddressPrivateKey | 422 | null | {"ok": false, "status": 422, "message": "Your Password is not correct", "data": {"walletname": "Evolo_6928232"}} | {"type": "object"} | |
296da41b-cbcf-46e8-96ee-54afd72040db/c0d2fecb-1bec-4402-a3a3-20b65539de5b/1/0 | Stock forecasting | AI Model | | Use API to forecast the closing price for the S&P500 based on both historical data and user input | null | predict_stock_price_predict_post | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... | |
e1050e6d-e11c-4084-b1af-ec41f1111c44/f1ea6c8f-bf81-46de-95f6-1129f9cedbc8/0/0 | SPENDiD | Demographically validated consumer spending behavior benchmarks, automated user budget creation, and alternative metrics for cash-flow health scoring. SPENDiD adds an addictively sticky user-experience component to any consumer-facing financial wellness, digital banking, or other PFM platform. | null | post-scores-generate | Generates several scores based on demographic and partial budget inputs. | 200 | Example_1 | {"breakeven": 8.46, "lending": 2.44, "saving": 3.58} | {"properties": {"breakeven": {"type": "number"}, "lending": {"type": "number"}, "saving": {"type": "number"}}, "type": "object"} |
e1050e6d-e11c-4084-b1af-ec41f1111c44/6fad93b3-40cc-4ce2-9cc2-a5dce39d42ce/0/0 | SPENDiD | Demographically validated consumer spending behavior benchmarks, automated user budget creation, and alternative metrics for cash-flow health scoring. SPENDiD adds an addictively sticky user-experience component to any consumer-facing financial wellness, digital banking, or other PFM platform. | null | post-demographics-model-generate | Generate an annual budget based off a demographic profile and partial budget. | 200 | Example_1 | {"alcoholic_beverages": 495, "cash_contributions": 1204, "cellular_phone_service": 1041, "clothing_items_and_services": 1317, "education": 673, "electricity": 1294, "fees_and_admissions": 386, "food_home": 3556, "food_out": 2560, "furniture_and_appliances": 1603, "gasoline": 1808, "health_insurance": 2756, "heating_fue... | {"properties": {"model": {"description": "An object containing values for all tracked tracked spending categories.", "properties": {"alcoholic_beverages": {"type": "number"}, "cash_contributions": {"type": "number"}, "cellular_phone_service": {"type": "number"}, "clothing_items_and_services": {"type": "number"}, "educa... |
e1050e6d-e11c-4084-b1af-ec41f1111c44/6fad93b3-40cc-4ce2-9cc2-a5dce39d42ce/0/1 | SPENDiD | Demographically validated consumer spending behavior benchmarks, automated user budget creation, and alternative metrics for cash-flow health scoring. SPENDiD adds an addictively sticky user-experience component to any consumer-facing financial wellness, digital banking, or other PFM platform. | null | post-demographics-model-generate | Generate an annual budget based off a demographic profile and partial budget. | 200 | Example_2 | {"budget": {"alcoholic_beverages": 505, "cash_contributions": 1228, "cellular_phone_service": 1061, "clothing_items_and_services": 1342, "education": 686, "electricity": 1319, "fees_and_admissions": 393, "food_home": 3625, "food_out": 2610, "furniture_and_appliances": 1634, "gasoline": 1843, "health_insurance": 2810, "... | {"properties": {"model": {"description": "An object containing values for all tracked tracked spending categories.", "properties": {"alcoholic_beverages": {"type": "number"}, "cash_contributions": {"type": "number"}, "cellular_phone_service": {"type": "number"}, "clothing_items_and_services": {"type": "number"}, "educa... |
e1050e6d-e11c-4084-b1af-ec41f1111c44/aed63adc-fca3-4abc-8cc6-f1e32364b3a1/0/0 | SPENDiD | Demographically validated consumer spending behavior benchmarks, automated user budget creation, and alternative metrics for cash-flow health scoring. SPENDiD adds an addictively sticky user-experience component to any consumer-facing financial wellness, digital banking, or other PFM platform. | null | post-budgeting-generate | Generate an annual budget based off a demographic profile and partial budget. | 200 | Example_1 | {"budget": {"alcoholic_beverages": 499, "cash_contributions": 1213, "cellular_phone_service": 1049, "clothing_items_and_services": 1326, "education": 0, "electricity": 1304, "fees_and_admissions": 389, "food_home": 3582, "food_out": 2579, "furniture_and_appliances": 1614, "gasoline": 1822, "health_insurance": 0, "heati... | {"properties": {"model": {"description": "An object containing values for all tracked tracked spending categories.", "properties": {"alcoholic_beverages": {"type": "number"}, "cash_contributions": {"type": "number"}, "cellular_phone_service": {"type": "number"}, "clothing_items_and_services": {"type": "number"}, "educa... |
e1050e6d-e11c-4084-b1af-ec41f1111c44/aed63adc-fca3-4abc-8cc6-f1e32364b3a1/0/1 | SPENDiD | Demographically validated consumer spending behavior benchmarks, automated user budget creation, and alternative metrics for cash-flow health scoring. SPENDiD adds an addictively sticky user-experience component to any consumer-facing financial wellness, digital banking, or other PFM platform. | null | post-budgeting-generate | Generate an annual budget based off a demographic profile and partial budget. | 200 | Example_2 | {"budget": {"alcoholic_beverages": 505, "cash_contributions": 1228, "cellular_phone_service": 1061, "clothing_items_and_services": 1342, "education": 686, "electricity": 1319, "fees_and_admissions": 393, "food_home": 3625, "food_out": 2610, "furniture_and_appliances": 1634, "gasoline": 1843, "health_insurance": 2810, "... | {"properties": {"model": {"description": "An object containing values for all tracked tracked spending categories.", "properties": {"alcoholic_beverages": {"type": "number"}, "cash_contributions": {"type": "number"}, "cellular_phone_service": {"type": "number"}, "clothing_items_and_services": {"type": "number"}, "educa... |
2463d352-efed-4e4d-8058-c35cd4a253da/8ce0620c-31ae-4256-883b-0b49404cadce/0/0 | BitcoinAverage crypto ticker and historical price | BitcoinAverage is one of the leading providers of bitcoin price data, both ticker and historical. | 0.1 | Crypto Exchange Ticker price | Get the latest price data for specific cryptocurrency exchange. | 200 | New Example | {"name": "bitstamp", "display_name": "Bitstamp", "url": "https://bitstamp.net/", "timestamp": 1621346191, "data_source": "api", "symbols": {"ETHUSD": {"ask": 3390.47, "bid": 3385.88, "last": 3393.55, "high": 3570.48, "low": 3117.09, "open": 3284.54, "vwap": 3386.96, "volume": 106057.0915, "exchange_symbol": "ETHUSD"}, ... | {"type": "object", "properties": {"name": {"type": "string"}, "display_name": {"type": "string"}, "url": {"type": "string"}, "timestamp": {"type": "integer"}, "data_source": {"type": "string"}, "symbols": {"type": "object", "properties": {"ETHUSD": {"type": "object", "properties": {"ask": {"type": "number"}, "bid": {"t... |
2463d352-efed-4e4d-8058-c35cd4a253da/de8c8d92-4b98-4cdf-9945-0b725aaf8b49/0/0 | BitcoinAverage crypto ticker and historical price | BitcoinAverage is one of the leading providers of bitcoin price data, both ticker and historical. | 0.1 | Historical price data for period | Returns history price for specific symbol for certain period.
Works in parallel to the Ticker endpoint where both symbol set and market symbol need to be specified.
This endpoint additionally accepts the period query parameter that specifies the resolution of the data.
Period can be: minute, hour or day. | 200 | Daily data | [{"average": 44196.44, "time": "2021-05-18 00:00:00", "high": 45772.65, "low": 42451.1, "open": 43572.87, "volume": 104407.6829110498}, {"average": 44336.06, "time": "2021-05-17 00:00:00", "high": 46558.48, "low": 42311.3, "open": 46462.74, "volume": 181743.5699407734}, {"average": 47749.12, "time": "2021-05-16 00:00:0... | {"type": "array", "items": {"type": "object", "properties": {"average": {"type": "number"}, "time": {"type": "string"}, "high": {"type": "number"}, "low": {"type": "number"}, "open": {"type": "number"}, "volume": {"type": "number"}}}} |
2463d352-efed-4e4d-8058-c35cd4a253da/72c03d27-40ae-479a-9234-de80bb0dccf4/0/0 | BitcoinAverage crypto ticker and historical price | BitcoinAverage is one of the leading providers of bitcoin price data, both ticker and historical. | 0.1 | History data since timestamp | Provides historical data since specific timestamp.
Accepts the regular symbol set and symbol parameter to specify the crypto market.
Also accepts query parameters to specify the timestamp for querying and the resolution of the data.
The resolution can be minute, hour or day.
Minute resolution goes back 24 hours.
Hour r... | 200 | Hour history since timestamp | [{"average": 40364.3, "time": "2021-05-19 09:00:00", "high": 40670.69, "low": 40155.46, "open": 40483.02}, {"average": 40325.98, "time": "2021-05-19 08:00:00", "high": 40709.44, "low": 39989.71, "open": 40373.2}, {"average": 39664.62, "time": "2021-05-19 07:00:00", "high": 40373.2, "low": 38920.79, "open": 39304.35}, {... | {"type": "array", "items": {"type": "object", "properties": {"average": {"type": "number"}, "time": {"type": "string"}, "high": {"type": "number"}, "low": {"type": "number"}, "open": {"type": "number"}}}} |
2463d352-efed-4e4d-8058-c35cd4a253da/76b35be5-d2e6-4e28-8deb-80dfe2f22ef7/0/0 | BitcoinAverage crypto ticker and historical price | BitcoinAverage is one of the leading providers of bitcoin price data, both ticker and historical. | 0.1 | Cryptocurrency Index Ticker price | Get the latest Ticker price for thousands of cryptocurrencies.
Our Ticker data includes the latest price, bid, ask, 24h volume, moving average and price changes. | 200 | Global BTC Ticker | {"ask": 44504.73, "bid": 44478.33, "last": 44499.51, "high": 45769.4, "low": 42326.14, "volume": 135255.55305588, "open": {"hour": 45417.34, "day": 43571.73, "week": 55922.89, "month": 56182.5, "month_3": 51909.53, "month_6": 17879.28, "year": 9717.36}, "averages": {"day": 44479.41, "week": 49615.94, "month": 53916.03}... | {"type": "object", "properties": {"ask": {"type": "number"}, "bid": {"type": "number"}, "last": {"type": "number"}, "high": {"type": "number"}, "low": {"type": "number"}, "volume": {"type": "number"}, "open": {"type": "object", "properties": {"hour": {"type": "number"}, "day": {"type": "number"}, "week": {"type": "numb... |
2463d352-efed-4e4d-8058-c35cd4a253da/b7982f8c-4ed8-432d-ba8e-e4693ebca584/0/0 | BitcoinAverage crypto ticker and historical price | BitcoinAverage is one of the leading providers of bitcoin price data, both ticker and historical. | 0.1 | List of all supported crypto markets | Lists all supported cryptocurrency markets by the BitcoinAverage API.
New cryptos or tokens are added on a monthly basis. | 200 | New Example | {"local": {"symbols": ["ADAUSD", "BCHEUR", "BCHGBP", "BCHUSD", "BSVUSD", "BTCAUD", "BTCBRL", "BTCCAD", "BTCCZK", "BTCEUR", "BTCGBP", "BTCIDR", "BTCILS", "BTCJPY", "BTCMXN", "BTCMYR", "BTCNZD", "BTCPLN", "BTCRUB", "BTCSEK", "BTCSGD", "BTCTRY", "BTCUSD", "BTGEUR", "BTGUSD", "DASHEUR", "DASHPLN", "DASHUSD", "ETCEUR", "ETC... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"local": {"type": "object", "properties": {"symbols": {"type": "array", "items": {"type": "string"}}}, "required": ["symbols"]}, "global": {"type": "object", "properties": {"symbols": {"type": "array", "items": {"type": "string"}}}, "require... |
2463d352-efed-4e4d-8058-c35cd4a253da/07f4e1b3-22c2-4736-aa7a-8fb3e1aa80b8/0/0 | BitcoinAverage crypto ticker and historical price | BitcoinAverage is one of the leading providers of bitcoin price data, both ticker and historical. | 0.1 | History price at a point in time | Fetch the exact price of a cryptocurrency at a specific timestamp in the past. | 200 | New Example | {"average": 58003.12, "time": "2021-05-10 10:00:00", "high": 58190.38, "low": 57736.9, "open": 57977.6} | {"type": "object", "properties": {"average": {"type": "number"}, "time": {"type": "string"}, "high": {"type": "number"}, "low": {"type": "number"}, "open": {"type": "number"}}} |
5c72cf6e-f27f-43a4-b111-2997f3b19cd0/8e1ba3ea-1195-4463-9dc3-55b133852129/0/0 | Create Algorand NFTs | This API allows you to create NFTs | 0.1 | Mint/Create an NFT | Currently only algorand-testnet is supported, | 201 | Example_1 | {"assetId": 86862666, "algoAccount": {"publicAddress": "CJAQ2O2SMRNI6TB53C36X2C2WDDC64XJ5IBGNQF3SR2NOXUKZH62WKQCEA", "mnemonicKey": "jaguar dinosaur mammal two small ..."}} | {"type": "object", "properties": {"assetId": {"type": "number", "description": "ID of the asset/nft"}, "algoAccount": {"type": "object", "description": "Algorand Account that has the NFT in it"}}, "required": ["assetId", "algoAccount"]} |
5c72cf6e-f27f-43a4-b111-2997f3b19cd0/7b81656f-c7a1-48ba-a8ad-4a5b4194c768/1/0 | Create Algorand NFTs | This API allows you to create NFTs | 0.1 | Get Nft Details | Gets the details of an NFT by its assetId | 200 | Example_1 | {"index": 86862666, "params": {"creator": "ZW5AMTXITMRZJV7IZ7MZF6ISJ56HZ63SYBWVZQRIH4KBS26L22J74BX3HI", "decimals": 0, "default-frozen": false, "name": "test-nft", "name-b64": "dGVzdC1uZnQ=", "total": 1, "unit-name": "TNFT", "unit-name-b64": "VE5GVA==", "url": "https://ipfs.io/ipfs/QmbcqLtgWsB6E4PPwoKSYPJaM8c7EsjGLPn48... | {"type": "object", "properties": {"index": {"type": "number", "description": "ID of the asset/nft"}, "params": {"type": "object", "description": "Details of the asset"}}, "required": ["index", "params"]} |
4d272a48-ffa8-4a07-a965-1460beebd958/595cbd5f-26f1-414a-aa03-838c5ee665c9/0/0 | Live Stock and Forex Market Data | An API that retrieves live data from stock markets and currencies around the world | 6.7 | Get individual stock or forex technical data | Retrieve most current technical data for any stock or forex pair.
All previous issued resolved | 200 | New Example | {"res": [{"oscillator": [{"rsi14": "66.68", "stoch14_3_3": "87.01", "cci20": "54.05", "adi14": "47.91", "awesomeOscillator": "26.91", "momentum10": "7.63", "macd12_26": "9.83", "stochrsi3_3_14_14": "69.03", "wpr14": "\u221224.71", "bull_bearPower": "8.55", "ultimateOscillator7_14_28": "64.47"}], "ma": [{"ema10": "330.4... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"res": {"type": "array", "items": {"type": "object", "properties": {"oscillator": {"type": "array", "items": {"type": "object", "properties": {"rsi14": {"type": "string"}, "stoch14_3_3": {"type": "string"}, "cci20": {"type": "string"}, "adi1... |
4d272a48-ffa8-4a07-a965-1460beebd958/9a3a3eb7-d882-4932-925b-c8679ba7321e/0/0 | Live Stock and Forex Market Data | An API that retrieves live data from stock markets and currencies around the world | 6.7 | Get current Forex currencies data | Retrieve most current forex currencies data.
select Forex pair type(example: major, minor, exotic, americas ect.) | 200 | New Example | {"res": [{"technicalsURL": "/symbols/EURUSD/", "name": "EURUSD", "price": "1.15", "changePercent": "-0.19%", "change": "-0.00", "bid": "1.15", "ask": "1.15", "high": "1.15", "low": "1.15", "rate": "Sell"}, {"technicalsURL": "/symbols/USDJPY/", "name": "USDJPY", "price": "114.08", "changePercent": "0.17%", "change": "0.... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"res": {"type": "array", "items": {"type": "object", "properties": {"technicalsURL": {"type": "string"}, "name": {"type": "string"}, "price": {"type": "string"}, "changePercent": {"type": "string"}, "change": {"type": "string"}, "bid": {"typ... |
4d272a48-ffa8-4a07-a965-1460beebd958/c54e7629-789b-454b-8950-3583470a1ca7/0/0 | Live Stock and Forex Market Data | An API that retrieves live data from stock markets and currencies around the world | 6.7 | Get current Stock market data | Retrieve most current stock market data.
select country( example: usa, france, bahrain ect. ) and stock type(example: large capital stocks: large-cap, small capital stocks: small-cap, most active stocks: active | 200 | New Example | {"res": [{"technicalsURL": "/symbols/NASDAQ-MSFT/", "name": "MSFT", "price": "330.80", "changePercent": "-1.53%", "change": "-5.15", "rate": "Buy", "volume": "25.501M", "marketCap": "2483.640B", "pe": "37.55", "eps": "9.01", "employees": "181000.00", "sector": "Technology Services"}, {"technicalsURL": "/symbols/NASDAQ-... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"res": {"type": "array", "items": {"type": "object", "properties": {"technicalsURL": {"type": "string"}, "name": {"type": "string"}, "price": {"type": "string"}, "changePercent": {"type": "string"}, "change": {"type": "string"}, "rate": {"ty... |
3cdaa40c-ec2e-4d91-a8fe-9842a8ac9128/5e15461d-154c-4217-ab57-4ad839709c7d/0/0 | Gold Karat Prices | An API that provides the live price of the different gold karats | 0.1 | Get Gold Karat Prices in a certain currency | This endpoint will show the live prices of the different gold karats where the prices are presented in the provided currency | 200 | gold karats in USD | {"currency": "USD", "karat_prices": {"karat_24": 57.79, "karat_22": 52.97, "karat_21": 50.57, "karat_18": 43.34, "karat_14": 33.71, "karat_12": 28.89}, "nesab_of_gold": 4912.15, "price_update_time": "Friday, January 07, 2022 10:55 PM GMT +0400", "request_time": "2022-1-7 19:16:29 GMT"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"currency": {"type": "string"}, "karat_prices": {"type": "object", "properties": {"karat_24": {"type": "number"}, "karat_22": {"type": "number"}, "karat_21": {"type": "number"}, "karat_18": {"type": "number"}, "karat_14": {"type": "number"},... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/dfa32db1-de8c-4088-ad47-d62eec6c1b17/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | economical_events_list | Retrieve a list of all Economical Events which have an high prioritization and therefore could effect markets. | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "event": "", "event_time": "", "country": "", "importance": ""}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "event": {"type": "string", "maxLength": 35... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/ff46e734-c51b-417d-9d42-63424ee85c77/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | earning_events_retrieve | Search for a specific earning. F.ex. research for AAPL's earnings or the event ID. | 200 | null | {"id": 0, "stock": "", "estimated_eps": 0, "estimated_revenue": 0, "fiscal_end": "", "event_time": ""} | {"type": "object", "properties": {"id": {"type": "integer"}, "stock": {"type": "string"}, "estimated_eps": {"type": ["number", "null"], "format": "double", "maximum": 10000, "minimum": -10000, "exclusiveMaximum": true, "exclusiveMinimum": true, "title": "Est. EPS"}, "estimated_revenue": {"type": ["integer", "null"], "m... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/94327232-3c87-41bb-8295-31e114c8b10f/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | dividends_retrieve | Retrieve a specific dividend event | 200 | null | {"id": 0, "stock": "", "dividend": 0, "payment_date": ""} | {"type": "object", "properties": {"id": {"type": "integer"}, "stock": {"type": "string"}, "dividend": {"type": "number", "format": "double", "maximum": 100000, "minimum": -100000, "exclusiveMaximum": true, "exclusiveMinimum": true, "title": "Adjusted dividend", "description": "This dividend is adjusted"}, "payment_date... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/3d3d43ec-6253-49aa-8f70-f75dd5a5da9b/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | dividends | A list of all dividends that are upcoming/occurred recently | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "stock": "", "dividend": 0, "payment_date": ""}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "stock": {"type": "string"}, "dividend": {"... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/e3e8a4c8-8409-4fba-bcbe-2765e4ccb0ba/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | earning_events_list | A list of all current earnings. We use data in an interval of the last month to the next year. | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "stock": "", "estimated_eps": 0, "estimated_revenue": 0, "fiscal_end": "", "event_time": ""}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "stock": {"type": "string"}, "estimated_eps... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/3d2c9dc1-6216-4117-ac4b-34c3b10ecebc/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | economical_events_retrieve | Retrieve a an Economical Event by its name or Event ID to inspect it in more detail. | 200 | null | {"id": 0, "event": "", "event_time": "", "country": "", "importance": ""} | {"type": "object", "properties": {"id": {"type": "integer"}, "event": {"type": "string", "maxLength": 350}, "event_time": {"type": "string", "format": "date-time", "title": "Start at"}, "country": {"type": ["string", "null"], "maxLength": 10}, "importance": {"type": "string", "maxLength": 12}}, "required": ["event", "e... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/865f450a-b74f-4658-8172-98aad551a35d/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | datatables_retrieve | Premium: Interact with your table by querying it with its unique ID. You can list, retrieve, delete, update, create and replace tables on the go. | 200 | null | {"id": 0, "watchlist": "", "stocks": "", "title": "", "slug": "", "uuid": "", "created_at": "", "updated_at": "", "short_description": "", "public": true, "fields": {}} | {"type": "object", "properties": {"id": {"type": "integer"}, "watchlist": {"type": "string"}, "stocks": {"type": "string"}, "title": {"type": ["string", "null"], "pattern": "^[a-zA-Z0-9\\s.,]*$", "maxLength": 200}, "slug": {"type": ["string", "null"], "maxLength": 100, "pattern": "^[-a-zA-Z0-9_]+$"}, "uuid": {"type": [... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/832b02d2-7167-4e18-bd84-ce1c87893b99/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | cashflow_statement_retrieve | We serve 6 categories for 10-Q data. To combine all of them use the '10-Q' endpoint(s). | 200 | null | {"id": 0, "ticker": "", "last_update": "", "cashflow": {}} | {"type": "object", "properties": {"id": {"type": "integer"}, "ticker": {"type": "string"}, "last_update": {"type": "string"}, "cashflow": {"type": ["object", "null"], "additionalProperties": {}}}, "required": ["id", "last_update", "ticker"]} |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/6d037abd-9248-4143-9501-43c848677219/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | financial_growth_list | We serve 6 categories for 10-Q data. To combine all of them use the '10-Q' endpoint(s). | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "ticker": "", "last_update": "", "financial_growth": {}}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "ticker": {"type": "string"}, "last_update"... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/56396910-292d-4e7c-b612-450f9679f8e9/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | financial_ratios_retrieve | We serve 6 categories for 10-Q data. To combine all of them use the '10-Q' endpoint(s). | 200 | null | {"id": 0, "ticker": "", "last_update": "", "ratios": {}} | {"type": "object", "properties": {"id": {"type": "integer"}, "ticker": {"type": "string"}, "last_update": {"type": "string"}, "ratios": {"type": ["object", "null"], "additionalProperties": {}}}, "required": ["id", "last_update", "ticker"]} |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/01e01086-f43d-4b5f-a6ff-b6f4032fcffd/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | income_statement_list | We serve 6 categories for 10-Q data. To combine all of them use the '10-Q' endpoint(s). | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "ticker": "", "last_update": "", "income": {}}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "ticker": {"type": "string"}, "last_update"... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/75f72c45-2b7b-4e27-83be-83508c0d498f/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | income_statement_retrieve | We serve 6 categories for 10-Q data. To combine all of them use the '10-Q' endpoint(s). | 200 | null | {"id": 0, "ticker": "", "last_update": "", "income": {}} | {"type": "object", "properties": {"id": {"type": "integer"}, "ticker": {"type": "string"}, "last_update": {"type": "string"}, "income": {"type": ["object", "null"], "additionalProperties": {}}}, "required": ["id", "last_update", "ticker"]} |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/8361d297-b183-46f6-bcb3-b75ae1393080/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | longterm_analysis_retrieve | Long Term Scores are calculated based on the date of the next 10-Q Report. Check the docs for explanation | 200 | null | {"id": 0, "stock": "", "lts": 0, "eps_analysed": 0, "pb_ratio_analysed": 0, "dividend_yield_analysed": 0, "free_cashflow_analysed": 0, "updated_at": ""} | {"type": "object", "properties": {"id": {"type": "integer"}, "stock": {"type": "string"}, "lts": {"type": ["number", "null"], "format": "double", "maximum": 100, "minimum": -100, "exclusiveMaximum": true, "exclusiveMinimum": true, "title": "Long Term Score"}, "eps_analysed": {"type": ["number", "null"], "format": "doub... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/31fd82be-f553-4b5d-bde4-d9123ca5b99e/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | cashflow_statement_list | We serve 6 categories for 10-Q data. To combine all of them use the '10-Q' endpoint(s). | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "ticker": "", "last_update": "", "cashflow": {}}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "ticker": {"type": "string"}, "last_update"... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/7303a453-c384-4c10-abf0-f0cc5d297323/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | keymetrics_retrieve | We serve 6 categories for 10-Q data. To combine all of them use the '10-Q' endpoint(s). | 200 | null | {"id": 0, "ticker": "", "last_update": "", "key_metric": {}} | {"type": "object", "properties": {"id": {"type": "integer"}, "ticker": {"type": "string"}, "last_update": {"type": "string"}, "key_metric": {"type": ["object", "null"], "additionalProperties": {}}}, "required": ["id", "last_update", "ticker"]} |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/62ade62e-14d4-4258-8d37-682d12bdc923/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | financial_growth_retrieve | We serve 6 categories for 10-Q data. To combine all of them use the '10-Q' endpoint(s). | 200 | null | {"id": 0, "ticker": "", "last_update": "", "financial_growth": {}} | {"type": "object", "properties": {"id": {"type": "integer"}, "ticker": {"type": "string"}, "last_update": {"type": "string"}, "financial_growth": {"type": ["object", "null"], "additionalProperties": {}}}, "required": ["id", "last_update", "ticker"]} |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/de3a5dae-747b-4dad-8b9e-b13b8226fdca/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | financial_ratios_list | We serve 6 categories for 10-Q data. To combine all of them use the '10-Q' endpoint(s). | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "ticker": "", "last_update": "", "ratios": {}}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "ticker": {"type": "string"}, "last_update"... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/df894519-04c6-435d-830a-55b996c77c6c/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | balance_sheet_retrieve | We serve 6 categories for 10-Q data. To combine all of them use the '10-Q' endpoint(s). | 200 | null | {"id": 0, "ticker": "", "last_update": "", "balance": {}} | {"type": "object", "properties": {"id": {"type": "integer"}, "ticker": {"type": "string"}, "last_update": {"type": "string"}, "balance": {"type": ["object", "null"], "additionalProperties": {}}}, "required": ["id", "last_update", "ticker"]} |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/f427266e-7bce-4e2e-ad7b-286cbf43445d/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | keymetrics_list | We serve 6 categories for 10-Q data. To combine all of them use the '10-Q' endpoint(s). | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "ticker": "", "last_update": "", "key_metric": {}}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "ticker": {"type": "string"}, "last_update"... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/1c1d39f7-16fc-4bfd-8c4d-be8626aedf39/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | balance_sheet_list | We serve 6 categories for 10-Q data. To combine all of them use the '10-Q' endpoint(s). | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "ticker": "", "last_update": "", "balance": {}}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "ticker": {"type": "string"}, "last_update"... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/6cfc269f-9173-4e27-a52a-68e34a2a7771/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | datatables_create | Create a new table. You need to select n metrics (components endpoint - component_db values) and x stocks to create it successfully. Review the example(s) to get started without an error. | 201 | null | {"text": "Table \"MyTable\" was created with id: 231 and uuid: 9644f23c-b132-4be4-9f9c-8a769df0cde5", "uuid": "9644f23c-b132-4be4-9f9c-8a769df0cde5", "id": 231, "title": "MyTable"} | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": ["string", "null"], "pattern": "^[a-zA-Z0-9\\s.,]*$", "maxLength": 200}, "short_description": {"type": ["string", "null"], "maxLength": 250}, "public": {"type": "boolean", "title": "Public accessible?"}, "fields": {"type": ["object", "null"]... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/0a31a28e-c91c-49d1-9518-fa2df5705055/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | datatables_list | Premium: Interact with your table by querying it with its unique ID. You can list, retrieve, delete, update, create and replace tables on the go. | 200 | null | [{"id": 0, "watchlist": "", "stocks": "", "title": "", "slug": "", "uuid": "", "created_at": "", "updated_at": "", "short_description": "", "public": true, "fields": {}}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "watchlist": {"type": "string"}, "stocks": {"type": "string"}, "title": {"type": ["string", "null"], "pattern": "^[a-zA-Z0-9\\s.,]*$", "maxLength": 200}, "slug": {"type": ["string", "null"], "maxLength": 100, "pattern": "^[-a-zA-Z0-... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/2dd847ed-0366-46e3-9f3c-8d18132f4a1a/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | sectors_movers_list | A list of all sectors& their winners and losers (stocks) | 200 | null | [{"id": 0, "name": "", "last_update": "", "stocks_top_5": [{"stock_id": 0, "ohlcv_id": 0, "five_days_percentual": 0, "one_month_percentual": 0, "three_months_percentual": 0, "one_year_percentual": 0, "five_years_percentual": 0}], "stocks_flop_5": [{"stock_id": 0, "ohlcv_id": 0, "five_days_percentual": 0, "one_month_per... | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string", "maxLength": 299}, "last_update": {"type": "string", "format": "date-time"}, "stocks_top_5": {"type": "array", "items": {"type": "object", "properties": {"stock_id": {"type": ["integer", "null"]}, "ohlcv_i... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/4ee68db0-af27-4453-8d8a-75b321d73dab/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | shortterm_analysis_list | The Following Week Score is calculated once every week. Check the docs for explanation | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "stock": "", "fws": 0, "sentiment": 0, "technical": 0, "news_amount": 0, "last_update": ""}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "stock": {"type": "string"}, "fws": {"type"... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/33319a5b-f727-482f-8a80-1877b7084867/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | technicals_analysis_retrieve | Technical Scores are calculated multiple times a day. Check the docs for explanation | 200 | null | {"id": 0, "stock": "", "last_update": "", "sma": 0, "ema": 0, "adx": 0, "standard_deviation": 0, "rsi": 0, "williams": 0} | {"type": "object", "properties": {"id": {"type": "integer"}, "stock": {"type": "string"}, "last_update": {"type": "string", "format": "date-time"}, "sma": {"type": ["number", "null"], "format": "double", "maximum": 10000, "minimum": -10000, "exclusiveMaximum": true, "exclusiveMinimum": true}, "ema": {"type": ["number",... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/9c177c02-f21e-4396-8568-ef0e45b07a03/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | sectors_retrieve | A detailed view on a specific sector. Find it by referring the Sector ID. | 200 | null | {"id": 0, "name": "", "performance": 0, "weakest": 0, "best": 0, "last_update": ""} | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string", "maxLength": 299}, "performance": {"type": ["number", "null"], "format": "double", "maximum": 10000, "minimum": -10000, "exclusiveMaximum": true, "exclusiveMinimum": true, "title": "Perceptual Performance"}, "weakest": {"type": "num... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/13825bb5-ef3d-4ccb-a230-09bb1749089a/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | technicals_analysis_list | Technical Scores are calculated multiple times a day. Check the docs for explanation | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "stock": "", "last_update": "", "sma": 0, "ema": 0, "adx": 0, "standard_deviation": 0, "rsi": 0, "williams": 0}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "stock": {"type": "string"}, "last_update":... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/da67c1b1-611f-4095-bdfb-77ff4bede025/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | technicals_retrieve | Receive a stock with its Technical Indicators | 200 | null | {"id": 0, "stock": "", "last_update": "", "adx_value": 0, "ema_value": 0, "standard_deviation_value": 0, "rsi_value": 0, "williams_value": 0, "sma_value": 0} | {"type": "object", "properties": {"id": {"type": "integer"}, "stock": {"type": "string"}, "last_update": {"type": "string", "format": "date-time"}, "adx_value": {"type": ["number", "null"], "format": "double", "maximum": 10000, "minimum": -10000, "exclusiveMaximum": true, "exclusiveMinimum": true, "title": "Latest ADX"... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/79cb689e-a4e0-4840-99a2-0728194b4a12/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | technicals_list | Receive an up to list of stocks with their Technical Indicators | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "stock": "", "last_update": "", "adx_value": 0, "ema_value": 0, "standard_deviation_value": 0, "rsi_value": 0, "williams_value": 0, "sma_value": 0}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "stock": {"type": "string"}, "last_update":... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/70f49502-6f36-4bd6-a155-9cbff65b4b86/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | 10Q_list | Useful to fetch the latest quarterly dataset for a stock or multiple stocks. | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "ticker": "", "last_update": "", "income": "", "balance": "", "financial_growth": "", "ratios": "", "cashflow": "", "key_metric": ""}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "ticker": {"type": "string"}, "last_update"... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/33bc2f06-587b-46ee-b1e6-91fbc74be2e1/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | sectors_list | A list of all sectors. Contains basic and time critical data. | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "name": "", "performance": 0, "weakest": 0, "best": 0, "last_update": ""}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string", "maxLength": 299... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/e2268c57-c006-4e9c-b4f1-6bb97f31c10a/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | sectors_movers_retrieve | A detailed view on a specific sector. Find it by referring the Sector ID. | 200 | null | {"id": 0, "name": "", "last_update": "", "stocks_top_5": [{"stock_id": 0, "ohlcv_id": 0, "five_days_percentual": 0, "one_month_percentual": 0, "three_months_percentual": 0, "one_year_percentual": 0, "five_years_percentual": 0}], "stocks_flop_5": [{"stock_id": 0, "ohlcv_id": 0, "five_days_percentual": 0, "one_month_perc... | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string", "maxLength": 299}, "last_update": {"type": "string", "format": "date-time"}, "stocks_top_5": {"type": "array", "items": {"type": "object", "properties": {"stock_id": {"type": ["integer", "null"]}, "ohlcv_id": {"type": "integer"}, "f... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/cb07adaf-5feb-4176-a1d2-6fa8d5d16339/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | 10Q_retrieve | Useful to fetch the latest quarterly dataset for a stock or multiple stocks. | 200 | null | {"id": 0, "ticker": "", "last_update": "", "income": "", "balance": "", "financial_growth": "", "ratios": "", "cashflow": "", "key_metric": ""} | {"type": "object", "properties": {"id": {"type": "integer"}, "ticker": {"type": "string"}, "last_update": {"type": "string"}, "income": {"type": "string"}, "balance": {"type": "string"}, "financial_growth": {"type": "string"}, "ratios": {"type": "string"}, "cashflow": {"type": "string"}, "key_metric": {"type": "string"... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/bfba395c-1122-4d76-895c-7c78d1edc196/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | quote_expand_stock=_retrieve | For premium: Receive an expanded quote with the underlying static, realtime and expanded information (Sector, Exchange) | 200 | null | {"id": 0, "created_at": "", "ticker": "", "isin": "", "price": 0, "market_cap": 0, "eps": 0, "pe_ratio": 0, "volume": 0, "avg_volume": 0, "lts": 0, "fws": 0, "ads": 0, "ps": 0, "scores_complete": true, "company": "", "industry": "", "ipo": "", "country": 0, "short_description": "", "updated_at": "", "price_statistics":... | {"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "string", "format": "date-time", "title": "In db since"}, "ticker": {"type": "string", "maxLength": 12}, "isin": {"type": ["string", "null"], "title": "Unique ISIN", "maxLength": 12}, "price": {"type": ["number", "null"], "format": "dou... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/dc451e3c-9be7-4e8d-b275-eb4c64bf7ef0/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | quote_list | This endpoint provides stock quotes with time critical information, such as price and trading volume | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "ticker": "", "price": 0, "market_cap": 0, "pe_ratio": 0, "eps": 0, "ps": 0, "lts": 0, "fws": 0, "ads": 0, "evaluation": "", "last_update": ""}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "description": "For palmys quote includes Score values from stock model and different... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/da4dad65-fdef-4c73-ab2f-14939ca53e97/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | tickers_list | A list response of all stock tickers with their ID, that are possible to trade | 200 | null | [{"ticker": "", "id": 0}] | {"type": "array", "items": {"type": "object", "description": "Only ticker", "properties": {"ticker": {"type": "string", "maxLength": 12}, "id": {"type": "integer"}}, "required": ["id", "ticker"]}} |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/336ca0b6-092b-4ea4-85c5-5d2725369433/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | quote_retrieve | You receive a detail stock quote with time critical data, f.ex. the price or market cap. of AAPL | 200 | null | {"id": 0, "ticker": "", "price": 0, "market_cap": 0, "pe_ratio": 0, "eps": 0, "ps": 0, "lts": 0, "fws": 0, "ads": 0, "evaluation": "", "last_update": ""} | {"type": "object", "description": "For palmys quote includes Score values from stock model and different method fields such as \"evaluation", "properties": {"id": {"type": "integer"}, "ticker": {"type": "string", "maxLength": 12}, "price": {"type": ["number", "null"], "format": "double", "maximum": 1000000000, "minimum... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.