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 |
|---|---|---|---|---|---|---|---|---|---|
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/a908086d-3355-4686-be10-fb41090a4c38/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | sentiments_retrieve | Get a single sentiment by its ID or the title. | 200 | null | {"id": 0, "stock": "", "sentiment": 0, "sentiment_label": "", "type": "News", "datetime": "", "url": ""} | {"type": "object", "properties": {"id": {"type": "integer"}, "stock": {"type": "string"}, "sentiment": {"type": "number", "format": "double", "maximum": 10, "minimum": -10, "exclusiveMaximum": true, "exclusiveMinimum": true}, "sentiment_label": {"type": ["string", "null"], "maxLength": 21}, "type": {"enum": ["News", "T... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/1a081aa8-2ef1-444f-8567-6468cff9695d/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | shortterm_analysis_retrieve | Technical Scores are calculated multiple times a day. Check the docs for explanation | 200 | null | {"id": 0, "stock": "", "fws": 0, "sentiment": 0, "technical": 0, "news_amount": 0, "last_update": ""} | {"type": "object", "properties": {"id": {"type": "integer"}, "stock": {"type": "string"}, "fws": {"type": ["number", "null"], "format": "double", "maximum": 10, "minimum": -10, "exclusiveMaximum": true, "exclusiveMinimum": true, "title": "Following Week Score"}, "sentiment": {"type": ["number", "null"], "format": "doub... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/4a3e297c-77aa-4223-9d0f-b62f2818f8a5/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | exchange_listed_tickers_retrieve | Get a list of all stocks listed to your specific Exchange. Refer the exchange by its short name, f.ex. NYSE. | 200 | null | {"short_name": "", "stocks": ""} | {"type": "object", "properties": {"short_name": {"type": "string", "maxLength": 255}, "stocks": {"type": "string"}}, "required": ["short_name", "stocks"]} |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/ecb15fb8-6629-4fd7-9907-5f21b67d3734/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | forex_list | Receive an up to date list Forex pairs. They are updated nearly realtime | 200 | null | [{"id": 0, "pair": "", "bid": 0, "ask": 0, "absolute_change": 0, "last_update": ""}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "pair": {"type": "string", "maxLength": 12}, "bid": {"type": "number", "format": "double", "maximum": 100000, "minimum": -100000, "exclusiveMaximum": true, "exclusiveMinimum": true}, "ask": {"type": "number", "format": "double", "ma... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/b238f13b-bc09-42dd-808d-aece40e48316/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | sectors_history_list | A list of all sectors& their historical performances (daily) | 200 | null | [{"id": 0, "name": "", "last_update": "", "history": {}}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string", "maxLength": 299}, "last_update": {"type": "string", "format": "date-time"}, "history": {"type": "object", "additionalProperties": {}}}, "required": ["id", "last_update", "name"]}} |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/65fc2d93-08dd-47ae-8d6b-c9b0a12c3d63/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | reports_list | Premium: A list of all reports created by Palmy Investing | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "published_at": "", "method": "Ai generated", "state": "Pending", "language": "", "text": "", "related_stocks": "", "related_tags": ""}]} | {"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"}, "published_at": {"type": "string", "format"... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/a68c2a84-1570-49c0-bfbb-9110916b8d9d/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | forex_retrieve | Query a specific Forex pair by ID. | 200 | null | {"id": 0, "pair": "", "bid": 0, "ask": 0, "absolute_change": 0, "last_update": ""} | {"type": "object", "properties": {"id": {"type": "integer"}, "pair": {"type": "string", "maxLength": 12}, "bid": {"type": "number", "format": "double", "maximum": 100000, "minimum": -100000, "exclusiveMaximum": true, "exclusiveMinimum": true}, "ask": {"type": "number", "format": "double", "maximum": 100000, "minimum": ... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/a39539f4-f6ef-47ef-bf7a-2e5e464a2e1f/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | sectors_history_retrieve | A detailed view on a specific sector. Find it by referring the Sector ID. | 200 | null | {"id": 0, "name": "", "last_update": "", "history": {}} | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string", "maxLength": 299}, "last_update": {"type": "string", "format": "date-time"}, "history": {"type": "object", "additionalProperties": {}}}, "required": ["id", "last_update", "name"]} |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/81197662-0488-48cb-84bf-57b85617c5ac/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | exchange_retrieve | A detailed view on a specific exchange. Find it by referring the Exchange ID or its short name (f.ex. NYSE). | 200 | null | {"id": 0, "short_name": "", "name": "", "location": "", "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, ... | {"type": "object", "properties": {"id": {"type": "integer"}, "short_name": {"type": "string", "maxLength": 255}, "name": {"type": "string", "maxLength": 500}, "location": {"type": ["string", "null"], "description": "Manually assigned", "maxLength": 200}, "stocks_top_5": {"type": "array", "items": {"type": "object", "pr... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/27b5e18a-8b60-4bd1-9ee9-d27ed81c7b2a/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | exchange_list | A list of all exchanges. Contains basic and time critical data. | 200 | null | [{"id": 0, "short_name": "", "name": "", "location": "", "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,... | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "short_name": {"type": "string", "maxLength": 255}, "name": {"type": "string", "maxLength": 500}, "location": {"type": ["string", "null"], "description": "Manually assigned", "maxLength": 200}, "stocks_top_5": {"type": "array", "ite... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/46a191a6-b423-41b4-b0b6-b8e2ec4501fb/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | tickers_retrieve | A list response of all stock tickers with their ID, that are possible to trade | 200 | null | {"ticker": "", "id": 0} | {"type": "object", "description": "Only ticker", "properties": {"ticker": {"type": "string", "maxLength": 12}, "id": {"type": "integer"}}, "required": ["id", "ticker"]} |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/bdc916c4-12c2-4832-832e-7996016f6592/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | exchange_listed_tickers_list | Get a list of all stocks listed on all exchanges. | 200 | null | [{"short_name": "", "stocks": ""}] | {"type": "array", "items": {"type": "object", "properties": {"short_name": {"type": "string", "maxLength": 255}, "stocks": {"type": "string"}}, "required": ["short_name", "stocks"]}} |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/920099d4-adf4-4d9b-a76d-72705ed9ba65/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | articles_retrieve | Get a news article by its id or title. | 200 | null | {"id": 0, "stock": "", "published_at": "", "title": "", "slug": "", "source": "", "readers": 0, "text_html": ""} | {"type": "object", "properties": {"id": {"type": "integer"}, "stock": {"type": "string"}, "published_at": {"type": ["string", "null"], "format": "date-time"}, "title": {"type": "string", "maxLength": 500}, "slug": {"type": "string", "pattern": "^[-a-zA-Z0-9_]+$"}, "source": {"type": "string", "format": "uri"}, "readers... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/5233c2d6-6248-46b5-a202-ff0b40f60a70/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | sentiments_list | Here we provide a list of all sentiments. A sentiment is computed via NLP | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "stock": "", "sentiment": 0, "sentiment_label": "", "type": "News", "datetime": "", "url": ""}]} | {"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"}, "sentiment": {... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/eb3dc9e1-de5c-4d27-ae51-6a0f28d700ee/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | reports_retrieve | Premium: Retrieve one of the reports by their ID | 200 | null | {"id": 0, "published_at": "", "method": "Ai generated", "state": "Pending", "language": "", "text": "", "related_stocks": "", "related_tags": ""} | {"type": "object", "properties": {"id": {"type": "integer"}, "published_at": {"type": "string", "format": "date-time"}, "method": {"enum": ["Ai generated", "Generated with template", "Human author"], "type": "string", "description": "* `Ai generated` - Ai generated\n* `Generated with template` - Generated with template... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/804559c0-8317-4d57-bc22-8c8cddbcc93c/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | articles_list | Here we provide a list of news articles. | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "stock": "", "published_at": "", "title": "", "slug": "", "source": "", "readers": 0, "text_html": ""}]} | {"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"}, "published_at"... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/532edc6f-9c8c-4c92-be39-9297a396f0aa/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | etf_assets_retrieve | Retrieve all assets of your ETF. Search by symbol/ID. | 200 | null | {"id": 0, "symbol": "", "stocks": "", "commodities": []} | {"type": "object", "properties": {"id": {"type": "integer"}, "symbol": {"type": "string", "maxLength": 15}, "stocks": {"type": "string"}, "commodities": {"type": "array", "items": {"type": "integer"}}}, "required": ["commodities", "id", "stocks", "symbol"]} |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/33ab0ea6-6408-4425-a079-c64225ee88ba/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | etf_retrieve | Retrieve all important price information of an ETF | 200 | null | {"id": 0, "symbol": "", "name": "", "price": 0, "percentual_change_to_yesterday": 0, "volume": 0, "average_volume": 0, "aum": 0, "nav": 0, "nav_currency": "", "expense_ratio": 0} | {"type": "object", "properties": {"id": {"type": "integer"}, "symbol": {"type": "string", "maxLength": 15}, "name": {"type": "string", "maxLength": 500}, "price": {"type": ["number", "null"], "format": "double", "maximum": 1000000000, "minimum": 0, "exclusiveMaximum": true, "title": "Realtime price"}, "percentual_chang... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/e53a4dfb-77a3-42b7-a064-0a112339c0e7/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | etf_assets_list | A list of ETFs with all their assets (i.e. stocks, commodities). | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "symbol": "", "stocks": "", "commodities": []}]} | {"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"}, "symbol": {"type": "string", "maxLength": 1... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/4fa661c2-8f0a-4747-8505-512fb24abb95/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | etf_expand_list | Premium: A list of ETFs with expanded functionality. Here you can view Sectors& Countries. | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "symbol": "", "name": "", "price": 0, "percentual_change_to_yesterday": 0, "volume": 0, "average_volume": 0, "aum": 0, "nav": 0, "nav_currency": "", "expense_ratio": 0, "descrip... | {"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"}, "symbol": {"type": "string", "maxLength": 1... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/b386d5ba-f8c5-486d-a4ed-dd6c120a49f5/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | etf_list | A list of n ETFs where each hold time critical information such as price | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"id": 0, "symbol": "", "name": "", "price": 0, "percentual_change_to_yesterday": 0, "volume": 0, "average_volume": 0, "aum": 0, "nav": 0, "nav_currency": "", "expense_ratio": 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"}, "symbol": {"type": "string", "maxLength": 1... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/682ef5f4-037d-4b9b-aa64-fd1845ac10c2/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | etf_expand_retrieve | Premium: Retrieve price and compotion information for an ETF. Search by ID/Symbol | 200 | null | {"id": 0, "symbol": "", "name": "", "price": 0, "percentual_change_to_yesterday": 0, "volume": 0, "average_volume": 0, "aum": 0, "nav": 0, "nav_currency": "", "expense_ratio": 0, "description": "", "last_update": "", "exchange": 0, "country_exposure": "", "sector_exposure": ""} | {"type": "object", "properties": {"id": {"type": "integer"}, "symbol": {"type": "string", "maxLength": 15}, "name": {"type": "string", "maxLength": 500}, "price": {"type": ["number", "null"], "format": "double", "maximum": 1000000000, "minimum": 0, "exclusiveMaximum": true, "title": "Realtime price"}, "percentual_chang... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/72a67a47-47e9-4229-aa96-7494ff4f3d91/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | timeseries_stats_retrieve | Retrieve all important price statistics of an asset | 200 | null | {"id": 0, "stock": "", "last_update": "", "five_days_percentual": 0, "one_month_percentual": 0, "three_months_percentual": 0, "one_year_percentual": 0, "five_years_percentual": 0} | {"type": "object", "description": "Serializer to display OHLCV statistics", "properties": {"id": {"type": "integer"}, "stock": {"type": "string"}, "last_update": {"type": "string", "format": "date-time"}, "five_days_percentual": {"type": ["number", "null"], "format": "double", "maximum": 100000000, "minimum": -10000000... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/62f27d26-be8a-437f-bd8f-0d59f11b3df2/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | timeseries_stats_list | Use lists full of price statistics to compare and analyse stocks | 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": "", "five_days_percentual": 0, "one_month_percentual": 0, "three_months_percentual": 0, "one_year_percentual": 0, "five_years_percentual": 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", "description": "Serializer to display OHLCV statistics", "properties": {"id": {"type"... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/39255865-0aea-45ae-b0ac-043dc2015687/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | timeseries_id=_retrieve | Retrieve all important daily price information about a stock | 200 | null | {"id": 0, "stock": "", "last_update": "", "ohlcv_history": {}} | {"type": "object", "description": "Serializer to display OHLCV timeseries", "properties": {"id": {"type": "integer"}, "stock": {"type": "string"}, "last_update": {"type": "string", "format": "date-time"}, "ohlcv_history": {"type": ["object", "null"], "additionalProperties": {}}}, "required": ["id", "last_update", "stoc... |
c1c552d5-b70e-4001-a2df-a8e1e1e5feeb/375123bb-bcc1-4545-956f-c202086f9d47/0/0 | Palmy Investing API | The best fit for quantitative stock research. It's free and without data restrictions. 35+ endpoints. | 8 | longterm_analysis_list | Long Term Scores are calculated based on the date of the next 10-Q Report. 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": "", "lts": 0, "eps_analysed": 0, "pb_ratio_analysed": 0, "dividend_yield_analysed": 0, "free_cashflow_analysed": 0, "updated_at": ""}]} | {"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"}, "lts": {"type"... |
b0f06b36-d6fe-4b92-be58-d5205523c529/2cdb5b20-8db2-468d-96be-b16bfa3ff730/0/0 | Currency Converter | Convert multiple currencies from the mid-market rate | null | Convert Rate | Convert base currency to multiple currencies | 200 | Response | {"base": "GBP", "baseAmount": 1, "rates": [{"USD": 1.3800123, "EUR": 1.1856714}], "date": "2021-10-22T10:18:49.566Z"} | {"type": "object", "properties": {"base": {"type": "string"}, "baseAmount": {"type": "integer"}, "rates": {"type": "array", "items": {"type": "object", "properties": {"USD": {"type": "number"}}}}, "date": {"type": "string"}}} |
b0f06b36-d6fe-4b92-be58-d5205523c529/b43c3d53-87c9-4078-8c3d-68eb2703a8fc/0/0 | Currency Converter | Convert multiple currencies from the mid-market rate | null | Get All Currencies | Get a list of all the currencies, grouped alphabetically and by most popular | 200 | currencies | [{"label": "POPULAR", "codes": {"USD": {"code": "USD", "text": "US Dollar", "img": "https://www.xe.com/static-images/usd.static.e8b657d1161a08a32415d284a8e1dc89.svg"}, "EUR": {"code": "EUR", "text": "Euro", "img": "https://www.xe.com/static-images/eur.static.7c6f881c3b6506b03bcbda3644485094.svg"}, "GBP": {"code": "GBP"... | {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "codes": {"type": "object", "properties": {"USD": {"type": "object", "properties": {"code": {"type": "string"}, "text": {"type": "string"}, "img": {"type": "string"}}}, "EUR": {"type": "object", "properties": {"code": {"type": "st... |
0e0ff1da-34ce-4735-91a3-eea578dbe1df/9f5699b9-ea34-4e15-8991-6171ee4e3fae/0/0 | Crypto Ranking Data | The most cheapest api that provides high quality crypto data. | 0.1 | Last days fng | Gives last number of days that you entered in limit parameter.
for example last 7 days | 200 | Response | [{"value": "29", "value_classification": "Fear", "timestamp": "1641081600", "time_until_update": "25110"}, {"value": "21", "value_classification": "Extreme Fear", "timestamp": "1640995200"}, {"value": "28", "value_classification": "Fear", "timestamp": "1640908800"}, {"value": "22", "value_classification": "Extreme Fear... | {"type": "array", "items": {"type": "object"}} |
0e0ff1da-34ce-4735-91a3-eea578dbe1df/d2801441-c93a-4b50-95d1-e3dab53da269/0/0 | Crypto Ranking Data | The most cheapest api that provides high quality crypto data. | 0.1 | Today's fng | It gives you the current fng (fear and greed meter) number. | 200 | Response | {"value": "29", "value_classification": "Fear", "timestamp": "1641081600", "time_until_update": "25201"} | {"type": "object", "properties": {"value": {"type": "string"}, "value_classification": {"type": "string"}, "timestamp": {"type": "string"}, "time_until_update": {"type": "string"}}} |
0e0ff1da-34ce-4735-91a3-eea578dbe1df/e7c6fa6b-7dae-47fb-a199-73f319cbc413/0/0 | Crypto Ranking Data | The most cheapest api that provides high quality crypto data. | 0.1 | Market stats | Gives you the current crypto market overall stats (market cap, 24h volume) | 200 | Response | {"marketCap": "$2.26T", "volume": "$66.65B", "dominance": "39.8%", "totalCryptos": "2,186", "totalTokens": "1,514", "totalPowCoins": "364", "totalPosCoins": "285"} | {"type": "object", "properties": {"marketCap": {"type": "string"}, "volume": {"type": "string"}, "dominance": {"type": "string"}, "totalCryptos": {"type": "string"}, "totalTokens": {"type": "string"}, "totalPowCoins": {"type": "string"}, "totalPosCoins": {"type": "string"}}} |
0e0ff1da-34ce-4735-91a3-eea578dbe1df/f973008b-a23c-454a-812f-593b1603107c/0/0 | Crypto Ranking Data | The most cheapest api that provides high quality crypto data. | 0.1 | Search a coin | Gives you the coin you searched using the coin's slug.
for example bitcoin | 200 | Response | {"id": 1, "name": "Bitcoin", "symbol": "BTC", "slug": "bitcoin", "cmcRank": 1, "marketPairCount": 8970, "circulatingSupply": 18918050, "selfReportedCirculatingSupply": 0, "totalSupply": 18918050, "maxSupply": 21000000, "ath": 68789.62593892214, "atl": 65.5260009765625, "high24h": 47827.310994600855, "low24h": 46891.160... | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "slug": {"type": "string"}, "cmcRank": {"type": "integer"}, "marketPairCount": {"type": "integer"}, "circulatingSupply": {"type": "integer"}, "selfReportedCirculatingSupply": {"type": "integer"}, "tota... |
5bb9975e-b488-4b54-8aed-4f7609d04519/b502e057-5013-4923-9d7c-4e722765f649/0/0 | MathAAS | Basic mathematic operations served through a Restful API | 5.6 | getDivision | Divides two numbers (dividend and divisor) provided as parameters | 200 | null | {"result": 35.7} | {"type": "object", "properties": {"result": {"type": "number"}}} |
5bb9975e-b488-4b54-8aed-4f7609d04519/b502e057-5013-4923-9d7c-4e722765f649/1/0 | MathAAS | Basic mathematic operations served through a Restful API | 5.6 | getDivision | Divides two numbers (dividend and divisor) provided as parameters | 400 | null | {"error": "This is an error message with details"} | {"type": "object", "properties": {"error": {"type": "string"}}} |
5bb9975e-b488-4b54-8aed-4f7609d04519/233fa8c5-fc43-4d24-b27d-156eac5736cb/0/0 | MathAAS | Basic mathematic operations served through a Restful API | 5.6 | getSubtraction | Subtracts all the provided decimal numbers provided as terms | 400 | null | {"error": "This is an error message with details"} | {"type": "object", "properties": {"error": {"type": "string"}}} |
5bb9975e-b488-4b54-8aed-4f7609d04519/233fa8c5-fc43-4d24-b27d-156eac5736cb/1/0 | MathAAS | Basic mathematic operations served through a Restful API | 5.6 | getSubtraction | Subtracts all the provided decimal numbers provided as terms | 200 | null | {"result": 35.7} | {"type": "object", "properties": {"result": {"type": "number"}}} |
5bb9975e-b488-4b54-8aed-4f7609d04519/ab52d3ce-dd8a-462f-8a57-00b825c9d92e/0/0 | MathAAS | Basic mathematic operations served through a Restful API | 5.6 | getMultiplication | Multiplies all the provided decimal numbers provided as terms | 400 | null | {"error": "This is an error message with details"} | {"type": "object", "properties": {"error": {"type": "string"}}} |
5bb9975e-b488-4b54-8aed-4f7609d04519/ab52d3ce-dd8a-462f-8a57-00b825c9d92e/1/0 | MathAAS | Basic mathematic operations served through a Restful API | 5.6 | getMultiplication | Multiplies all the provided decimal numbers provided as terms | 200 | null | {"result": 35.7} | {"type": "object", "properties": {"result": {"type": "number"}}} |
5bb9975e-b488-4b54-8aed-4f7609d04519/627f153a-2638-4b82-82d7-f85d8094b938/0/0 | MathAAS | Basic mathematic operations served through a Restful API | 5.6 | getAddition | Adds all the provided decimal numbers provided as terms | 400 | null | {"error": "This is an error message with details"} | {"type": "object", "properties": {"error": {"type": "string"}}} |
5bb9975e-b488-4b54-8aed-4f7609d04519/627f153a-2638-4b82-82d7-f85d8094b938/1/0 | MathAAS | Basic mathematic operations served through a Restful API | 5.6 | getAddition | Adds all the provided decimal numbers provided as terms | 200 | null | {"result": 35.7} | {"type": "object", "properties": {"result": {"type": "number"}}} |
c685de81-5b1b-4e75-8280-78c670100628/1c6e76ac-e956-42ea-8595-12938ae73870/0/0 | Stock Intrinsic Value | Benjamin Graham's Formula For Intrinsic Value | 0.2 | Get Intrinsic Value | This endpoint will return back specific stock's Intrinsic Value and details | 200 | New Example | {"stockName": "Apple Inc.", "currentPrice": 160.72, "intrinsicValue": 22.17, "currentPE": 26.75124, "averageVolume": "73.91M", "marketCap": "2.6T"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"stockName": {"type": "string"}, "currentPrice": {"type": "number"}, "intrinsicValue": {"type": "number"}, "currentPE": {"type": "number"}, "averageVolume": {"type": "string"}, "marketCap": {"type": "string"}}, "required": ["averageVolume", ... |
9ab77917-1e87-425b-a617-9aa7a68fc576/57c45533-ee30-494e-9a88-f9a259185c37/0/0 | Crowdcoin | Process airtime payments and pockets management. | 0 | Retrieve a Pocket | A single Pocket objects | 200 | Response | {"active": true, "balance": "97970.00", "contributors": [{"active": true, "can_debit": true, "id": 59, "joined": "2020-01-20T20:21:51.001840", "name": "Mphefo Holdings (Pty) Ltd", "profile": "/api/v1/profile/74", "resource_uri": "/api/v1/contributors/59"}], "created": "2020-01-20T20:21:51.001840", "description": "", "i... | {"properties": {"active": {"type": "boolean"}, "balance": {"type": "string"}, "contributors": {"items": {"properties": {"active": {"type": "boolean"}, "can_debit": {"type": "boolean"}, "id": {"type": "integer"}, "joined": {"type": "string"}, "name": {"type": "string"}, "profile": {"type": "string"}, "resource_uri": {"t... |
9ab77917-1e87-425b-a617-9aa7a68fc576/0135b5e3-9147-4300-9239-9850fb2c33db/0/0 | Crowdcoin | Process airtime payments and pockets management. | 0 | Retrieve a Transaction | A single Transaction object with all its details | 200 | Response | {"active": true, "amount": "20.00", "datetime": "2020-05-04T11:14:47.232756", "debit": true, "description": "Fee voucher purchase #35", "id": 210, "pocket": "/api/v1/pockets/247", "resource_uri": "/api/v1/transactions/210"} | {"properties": {"active": {"type": "boolean"}, "balance": {"type": "string"}, "contributors": {"items": {"properties": {"active": {"type": "boolean"}, "can_debit": {"type": "boolean"}, "id": {"type": "integer"}, "joined": {"type": "string"}, "name": {"type": "string"}, "profile": {"type": "string"}, "resource_uri": {"t... |
9ab77917-1e87-425b-a617-9aa7a68fc576/9b85c103-14ba-4579-a03d-7aee0f52946b/0/0 | Crowdcoin | Process airtime payments and pockets management. | 0 | Retrieve Pocket Transactions | A collection of Transactions objects with all their details. | 200 | Response | {"meta": {"limit": 20, "next": "/api/v1/transactions?limit=20&offset=20", "offset": 0, "previous": null, "total_count": 2}, "objects": [{"active": true, "amount": "20.00", "datetime": "2020-05-04T11:14:47.232756", "debit": true, "description": ["Fee voucher purchase #35"], "id": 210, "pocket": "/api/v1/pockets/247", "r... | {"properties": {"meta": {"properties": {"limit": {"type": "integer"}, "next": {"type": "string"}, "offset": {"type": "integer"}, "previous": {"type": "null"}, "total_count": {"type": "integer"}}, "type": "object"}, "objects": {"items": {"properties": {"active": {"type": "boolean"}, "amount": {"type": "string"}, "dateti... |
9ab77917-1e87-425b-a617-9aa7a68fc576/4487748a-048b-4ff9-b4d7-5389a3adb9f9/0/0 | Crowdcoin | Process airtime payments and pockets management. | 0 | Update a Profile | Update profile details | 200 | Response | {"default_pocket": "/api/v1/pockets/257", "display_name": "Mphefo Holdings (Pty) Ltd", "id": 79, "is_verified": true, "msisdn": 27781277437, "network": "MTN", "pockets": ["/api/v1/pockets/257"], "resource_uri": "/api/v1/profile/79", "user": {"email": "justice@mphefo.co.za", "first_name": "Justice", "is_active": true, "... | {"properties": {"default_pocket": {"type": "string"}, "display_name": {"type": "string"}, "id": {"type": "integer"}, "is_verified": {"type": "boolean"}, "msisdn": {"type": "integer"}, "network": {"type": "string"}, "pockets": {"items": {"type": "string"}, "type": "array"}, "resource_uri": {"type": "string"}, "user": {"... |
9ab77917-1e87-425b-a617-9aa7a68fc576/d7fd76e6-767d-4714-af15-535d794ad974/0/0 | Crowdcoin | Process airtime payments and pockets management. | 0 | Retrieve a Profile | A single Profile object with all its details | 200 | Response | {"default_pocket": "/api/v1/pockets/257", "display_name": "Mphefo Holdings (Pty) Ltd", "id": 79, "is_verified": true, "msisdn": 27781277437, "network": "MTN", "pockets": ["/pockets/257"], "resource_uri": "/api/v1/profile/79", "user": {"email": "justice@mphefo.co.za", "first_name": "Justice", "is_active": true, "key": "... | {"properties": {"default_pocket": {"type": "string"}, "display_name": {"type": "string"}, "id": {"type": "integer"}, "is_verified": {"type": "boolean"}, "msisdn": {"type": "integer"}, "network": {"type": "string"}, "pockets": {"items": {"type": "string"}, "type": "array"}, "resource_uri": {"type": "string"}, "user": {"... |
9ab77917-1e87-425b-a617-9aa7a68fc576/35452728-0a77-485a-bec1-1ddaaf9006ea/0/0 | Crowdcoin | Process airtime payments and pockets management. | 0 | Create Payment - Airtime Voucher | Recieve funds from user using prepaid airtime or crowdcoin vouchers. | 201 | Response | {"created": "", "currency": "", "id": 0, "pocket_from": "", "pocket_to": "", "provider": "", "resource_uri": "", "sender_msisdn": "", "sender_name": "", "status": "", "voucher_code": ""} | {"properties": {"amount": {"type": "float"}, "created": {"type": "string"}, "currency": {"type": "string"}, "id": {"type": "integer"}, "pocket_from": {"type": "string"}, "pocket_to": {"type": "string"}, "provider": {"type": "string"}, "resource_uri": {"type": "string"}, "sender_msisdn": {"type": "string"}, "sender_name... |
9ab77917-1e87-425b-a617-9aa7a68fc576/211d8cd5-0b32-41ec-9032-8b9eb7f5f132/0/0 | Crowdcoin | Process airtime payments and pockets management. | 0 | Retrieve Payments | View a collection of voucher payment objects. | 201 | Response | {"created": "", "currency": "", "id": 0, "pocket_from": "", "pocket_to": "", "provider": "", "resource_uri": "", "sender_msisdn": "", "sender_name": "", "status": "", "voucher_code": ""} | {"properties": {"amount": {"type": "float"}, "created": {"type": "string"}, "currency": {"type": "string"}, "id": {"type": "integer"}, "pocket_from": {"type": "string"}, "pocket_to": {"type": "string"}, "provider": {"type": "string"}, "resource_uri": {"type": "string"}, "sender_msisdn": {"type": "string"}, "sender_name... |
9ab77917-1e87-425b-a617-9aa7a68fc576/211d8cd5-0b32-41ec-9032-8b9eb7f5f132/1/0 | Crowdcoin | Process airtime payments and pockets management. | 0 | Retrieve Payments | View a collection of voucher payment objects. | 200 | Response | {"meta": {"limit": 0, "next": null, "offset": 0, "previous": null, "total_count": 0}, "objects": []} | {"properties": {"meta": {"properties": {"limit": {"type": "integer"}, "next": {"type": "null"}, "offset": {"type": "integer"}, "previous": {"type": "null"}, "total_count": {"type": "integer"}}, "type": "object"}, "objects": {"items": {"type": "object"}, "type": "array"}}, "type": "object"} |
9ab77917-1e87-425b-a617-9aa7a68fc576/d079544d-90c1-44f9-b744-0479dc10ac20/0/0 | Crowdcoin | Process airtime payments and pockets management. | 0 | Retrieve a Payment | View a single voucher payment object. | 201 | Response | {"created": "", "currency": "", "id": 0, "pocket_from": "", "pocket_to": "", "provider": "", "resource_uri": "", "sender_msisdn": "", "sender_name": "", "status": "", "voucher_code": ""} | {"properties": {"amount": {"type": "float"}, "created": {"type": "string"}, "currency": {"type": "string"}, "id": {"type": "integer"}, "pocket_from": {"type": "string"}, "pocket_to": {"type": "string"}, "provider": {"type": "string"}, "resource_uri": {"type": "string"}, "sender_msisdn": {"type": "string"}, "sender_name... |
9ab77917-1e87-425b-a617-9aa7a68fc576/d079544d-90c1-44f9-b744-0479dc10ac20/1/0 | Crowdcoin | Process airtime payments and pockets management. | 0 | Retrieve a Payment | View a single voucher payment object. | 200 | Response | {"amount": 0, "created": "", "currency": "", "id": 0, "pocket_from": "", "pocket_to": "", "provider": "", "resource_uri": "", "status": "", "voucher_code": ""} | {"properties": {"amount": {"type": "integer"}, "created": {"type": "string"}, "currency": {"type": "string"}, "id": {"type": "integer"}, "pocket_from": {"type": "string"}, "pocket_to": {"type": "string"}, "provider": {"type": "string"}, "resource_uri": {"type": "string"}, "status": {"type": "string"}, "voucher_code": {... |
c44d2044-5a93-4fce-8355-2db2b846cb37/23ef655e-8e0c-41db-8e02-5fb7aa30ef69/0/0 | Wealth Reader API | API providing standardised, real-time access to any entity's financial assets beyond PSD2 APIs. | 5.5 | /entities | Obtiene los activos financieros y el detalle de su composición de carteras de inversión compuestas por acciones o fondos, tarjetas de crédito, seguros y préstamos. Incluye información de titularidad de cada uno de los activos así como identificadores únicos que facilitan el tratamiento del dato | 200 | null | [{"name": "ACME Corporation", "homePage": "https://www.acme-corp.com", "phone": "408-867-5309"}] | {"type": "array", "items": {"required": ["name"], "properties": {"name": {"type": "string"}, "homePage": {"type": "string", "format": "url"}, "phone": {"type": "string"}}, "type": "object"}} |
c44d2044-5a93-4fce-8355-2db2b846cb37/23ef655e-8e0c-41db-8e02-5fb7aa30ef69/1/0 | Wealth Reader API | API providing standardised, real-time access to any entity's financial assets beyond PSD2 APIs. | 5.5 | /entities | Obtiene los activos financieros y el detalle de su composición de carteras de inversión compuestas por acciones o fondos, tarjetas de crédito, seguros y préstamos. Incluye información de titularidad de cada uno de los activos así como identificadores únicos que facilitan el tratamiento del dato | 400 | null | [{"success": true, "error": {"code": 1000, "message": "Login incorrecto", "contracts": {"contract_id": "B12345678", "description": "WEALTH READER S.L."}}, "statistics": {"success": true}}] | {"type": "array", "items": {"type": "object", "required": ["success", "error", "statistics"], "properties": {"success": {"type": "boolean"}, "error": {"type": "object", "required": ["code", "message"], "properties": {"code": {"type": "integer", "format": "unsigned", "description": "El c\u00f3digo indica la familia del ... |
c44d2044-5a93-4fce-8355-2db2b846cb37/1c8fe58b-63a1-4974-a48a-babe2a986c10/0/0 | Wealth Reader API | API providing standardised, real-time access to any entity's financial assets beyond PSD2 APIs. | 5.5 | /entities | Obtiene el listado de entidades soportadas y la información necesaria para dibujar el formulario de login de la entidad. | 200 | null | [{"name": "ACME Corporation", "homePage": "https://www.acme-corp.com", "phone": "408-867-5309"}] | {"type": "array", "items": {"required": ["name"], "properties": {"name": {"type": "string"}, "homePage": {"type": "string", "format": "url"}, "phone": {"type": "string"}}, "type": "object"}} |
c44d2044-5a93-4fce-8355-2db2b846cb37/1c8fe58b-63a1-4974-a48a-babe2a986c10/1/0 | Wealth Reader API | API providing standardised, real-time access to any entity's financial assets beyond PSD2 APIs. | 5.5 | /entities | Obtiene el listado de entidades soportadas y la información necesaria para dibujar el formulario de login de la entidad. | 400 | null | [{"success": true, "error": {"code": 1000, "message": "Login incorrecto", "contracts": {"contract_id": "B12345678", "description": "WEALTH READER S.L."}}, "statistics": {"success": true}}] | {"type": "array", "items": {"type": "object", "required": ["success", "error", "statistics"], "properties": {"success": {"type": "boolean"}, "error": {"type": "object", "required": ["code", "message"], "properties": {"code": {"type": "integer", "format": "unsigned", "description": "El c\u00f3digo indica la familia del ... |
c44d2044-5a93-4fce-8355-2db2b846cb37/551dcdda-5134-497c-809f-ee84419c0cdf/0/0 | Wealth Reader API | API providing standardised, real-time access to any entity's financial assets beyond PSD2 APIs. | 5.5 | /error-codes | Listado de códigos de error. Presta especial atención a que no todos los códigos de error deben recibir el mismo tratamiento por parte de tu aplicación. Ante un error de password incorrecto no debes reintentar la llamada con los mismos parámetros, pero ante un error que te indique que la entidad está en mantenimiento s... | 200 | null | [{"name": "ACME Corporation", "homePage": "https://www.acme-corp.com", "phone": "408-867-5309"}] | {"type": "array", "items": {"required": ["name"], "properties": {"name": {"type": "string"}, "homePage": {"type": "string", "format": "url"}, "phone": {"type": "string"}}, "type": "object"}} |
c44d2044-5a93-4fce-8355-2db2b846cb37/551dcdda-5134-497c-809f-ee84419c0cdf/1/0 | Wealth Reader API | API providing standardised, real-time access to any entity's financial assets beyond PSD2 APIs. | 5.5 | /error-codes | Listado de códigos de error. Presta especial atención a que no todos los códigos de error deben recibir el mismo tratamiento por parte de tu aplicación. Ante un error de password incorrecto no debes reintentar la llamada con los mismos parámetros, pero ante un error que te indique que la entidad está en mantenimiento s... | 400 | null | [{"success": true, "error": {"code": 1000, "message": "Login incorrecto", "contracts": {"contract_id": "B12345678", "description": "WEALTH READER S.L."}}, "statistics": {"success": true}}] | {"type": "array", "items": {"type": "object", "required": ["success", "error", "statistics"], "properties": {"success": {"type": "boolean"}, "error": {"type": "object", "required": ["code", "message"], "properties": {"code": {"type": "integer", "format": "unsigned", "description": "El c\u00f3digo indica la familia del ... |
3d5a3c43-69c7-4a86-9413-4ccf8f1c840d/9a0e1ca6-7b55-46c8-8231-ebb3b332f73d/0/0 | The Sandbox - SAND | An API dedicated to The Sandbox metaverse. Get the latest news and price data. | null | Past 1 Week | Get price data for past 1 week.
~hourly data points. | 200 | Response | {"prices": [[1647464439601, 3.10427710139726], [1647468050812, 3.1096085025472315], [1647471753872, 3.1804257843513315], [1647475244672, 3.2413760005906047], [1647478856610, 3.276505815524339], [1647482439722, 3.252874191632378], [1647486037259, 3.247500032396627], [1647489648131, 3.2375655191157837], [1647493246551, 3... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"prices": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "market_caps": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "total_volumes": {"type": "array", "items": {"type": "array", "i... |
3d5a3c43-69c7-4a86-9413-4ccf8f1c840d/9f58e7d3-c56c-4ce7-8aec-6d5a0f7a7ffb/0/0 | The Sandbox - SAND | An API dedicated to The Sandbox metaverse. Get the latest news and price data. | null | Medium | Get official news from Medium. | 200 | Response | [{"title": "The Sandbox X Deadmau5 VoxEdit Contest", "description": "Win SAND prizes in our latest VoxEdit contest, featuring Deadmau5.", "url": "https://medium.com/sandbox-game/the-sandbox-x-deadmau5-voxedit-contest-dc877ae0c28e?source=rss----df97fb047c1e---4", "date": "Mon, 21 Mar 2022 08:03:53 GMT"}, {"title": "Brin... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "date": {"type": "string"}}, "required": ["date", "description", "title", "url"]}} |
3d5a3c43-69c7-4a86-9413-4ccf8f1c840d/05da5ad3-1b6b-44e0-9cf5-9e2b8e68d9f7/0/0 | The Sandbox - SAND | An API dedicated to The Sandbox metaverse. Get the latest news and price data. | null | Past 1 Year | Get price data for the past 1 year.
~ daily (00:00 UTC) data points. | 200 | Response | {"prices": [[1616544000000, 0.5808698386891811], [1616630400000, 0.5691376325467815], [1616716800000, 0.5859765915193944], [1616803200000, 0.6161202666440542], [1616889600000, 0.7099049764446292], [1616976000000, 0.8004160247170855], [1617062400000, 0.8072460888826173], [1617148800000, 0.8200230966695176], [16172352000... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"prices": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "market_caps": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "total_volumes": {"type": "array", "items": {"type": "array", "i... |
3d5a3c43-69c7-4a86-9413-4ccf8f1c840d/832b8b37-a85d-41e8-ba58-be84a6720b37/0/0 | The Sandbox - SAND | An API dedicated to The Sandbox metaverse. Get the latest news and price data. | null | Past 1 Day | Get price data for the past 24 hours.
~5 minutes data points. | 200 | Response | {"prices": [[1647979439193, 3.1318894912202686], [1647979737646, 3.1357287332397807], [1647980048628, 3.1323300275284858], [1647980401587, 3.1336099836300577], [1647980610483, 3.1373415988777107], [1647981043208, 3.141696994461239], [1647981300833, 3.136269603883668], [1647981567102, 3.1418227601138753], [1647981901988... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"prices": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "market_caps": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "total_volumes": {"type": "array", "items": {"type": "array", "i... |
3d5a3c43-69c7-4a86-9413-4ccf8f1c840d/14b5653b-4f6d-4e98-b603-e1fe60da7040/0/0 | The Sandbox - SAND | An API dedicated to The Sandbox metaverse. Get the latest news and price data. | null | Quote | Get the latest price. | 200 | Response | {"name": "The Sandbox", "symbol": "SAND", "max_supply": 3000000000, "circulating_supply": 1139993229.2233226, "quote": {"USD": {"price": 3.2303240906784674, "volume_24h": 855218272.6887584, "volume_change_24h": 37.9363, "percent_change_1h": 0.14222275, "percent_change_24h": 2.56098526, "percent_change_7d": 5.87794132, ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "max_supply": {"type": "integer"}, "circulating_supply": {"type": "number"}, "quote": {"type": "object", "properties": {"USD": {"type": "object", "properties": {"price": {"type": "num... |
b8b6ca22-4a0e-4c58-aa79-874dbe1adab4/548d43e5-f197-474b-af58-c124a1587e9a/0/0 | Smart EMI Calculator | The "Smart EMI Calculator" API is a powerful and easy-to-use tool for calculating the Equated Monthly Installment (EMI) for loans, as well as the breakdown of loan repayment plans on a monthly and yearly basis. It accepts three parameters as input: loan amount, interest rate, and loan term. | 8.4 | Calculate EMI | It takes loan amount, interest rate, and loan term as input, and returns the calculated EMI and a detailed breakdown of the EMI for each year. | 200 | Response | {"emi": 1521, "total_interest": 4759, "total_payment": 54759, "emi_breakdown": [{"year": "2023", "yearly_emi": 18253, "yearly_principal": 15680, "yearly_interest": 2573, "yearly_remaining_loan_amount": 34320, "monthly_breakdown": [{"date": "2023-01-01", "month": "Jan", "monthly_emi": 1521, "monthly_principal": 1271, "m... | {"type": "object", "properties": {"emi": {"type": "integer"}, "total_interest": {"type": "integer"}, "total_payment": {"type": "integer"}, "emi_breakdown": {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "string"}, "yearly_emi": {"type": "integer"}, "yearly_principal": {"type": "integer"},... |
82f2c602-1720-41ef-8b45-2e3afdf98ea1/3413a531-4301-4ff4-98bc-2f90b31e445b/0/0 | Is This Coin A Scam | Get access to real-time data on all major cryptocurrencies, including ratings, red flags, trending analytics, community metrics and more. | 9 | Get a list of latest profiles | Get a list of the top 100 crypto projects added to on isthiscoinascam.com. Ordered by date added. | 200 | Example_1 | {"success": true, "data": [{"slug": "bitcoin", "name": "Bitcoin"}], "message": "The latest coins retrieved successfully"} | {"properties": {"success": {"type": "boolean"}, "data": {"description": "a list of highest rated coins", "type": ["array", "null"], "items": {"properties": {"slug": {"description": "the slug of the coin", "type": "string"}, "name": {"description": "the name of the coin", "type": "string"}}, "type": "object"}}, "message... |
82f2c602-1720-41ef-8b45-2e3afdf98ea1/739aad0f-52a7-49e0-af8f-1c5f900ad6af/0/0 | Is This Coin A Scam | Get access to real-time data on all major cryptocurrencies, including ratings, red flags, trending analytics, community metrics and more. | 9 | Get a list of most watched profiles | Get a list of the most watched 100 crypto projects on isthiscoinascam.com over the past 7 days. Ordered by most most watched first. | 200 | Example_1 | {"success": true, "data": [{"slug": "bitcoin", "name": "Bitcoin"}], "message": "Most watched coins retrieved successfully"} | {"properties": {"success": {"type": "boolean"}, "data": {"description": "a list of highest rated coins", "type": ["array", "null"], "items": {"properties": {"slug": {"description": "the slug of the coin", "type": "string"}, "name": {"description": "the name of the coin", "type": "string"}}, "type": "object"}}, "message... |
82f2c602-1720-41ef-8b45-2e3afdf98ea1/88d81d17-0c34-4830-b298-f0929e261620/0/0 | Is This Coin A Scam | Get access to real-time data on all major cryptocurrencies, including ratings, red flags, trending analytics, community metrics and more. | 9 | Get a list of highest community rated profiles | Get a list of the most highly community rated crypto projects on isthiscoinascam.com over the past 7 days. Ordered by highest rating first. | 200 | Example_1 | {"success": true, "data": [{"slug": "bitcoin", "name": "Bitcoin"}], "message": "Top rated coins retrieved successfully"} | {"properties": {"success": {"type": "boolean"}, "data": {"description": "a list of highest rated coins", "type": ["array", "null"], "items": {"properties": {"slug": {"description": "the slug of the coin", "type": "string"}, "name": {"description": "the name of the coin", "type": "string"}}, "type": "object"}}, "message... |
82f2c602-1720-41ef-8b45-2e3afdf98ea1/9e3c5afb-2f11-4c5b-96a7-028847beb166/0/0 | Is This Coin A Scam | Get access to real-time data on all major cryptocurrencies, including ratings, red flags, trending analytics, community metrics and more. | 9 | Get platform by slug | Get a specific platform by slug | 200 | Example_1 | {"success": true, "data": {"slug": "ethereum", "name": "Ethereum", "symbol": "ETH"}, "message": "Platform retreived successfully"} | {"properties": {"success": {"type": "boolean"}, "data": {"properties": {"slug": {"description": "the unique string identifier of the platform", "type": "string"}, "name": {"description": "the name of the platform", "type": "string"}, "symbol": {"description": "the symbol of the platform", "type": "string"}}, "type": "o... |
82f2c602-1720-41ef-8b45-2e3afdf98ea1/ea351ad1-6f29-4d80-b5c2-67d81b156903/0/0 | Is This Coin A Scam | Get access to real-time data on all major cryptocurrencies, including ratings, red flags, trending analytics, community metrics and more. | 9 | Get profile by slug | Get a specific coin profile by slug | 200 | Example_1 | {"success": true, "data": {"slug": "bitcoin", "name": "Bitcoin", "symbol": "BTC", "type": "coin", "icon": "https://cdn.isthiscoinascam.com/logo/b/bitcoin-128xc4ac498a20a03d7b1cb2ba36b2220e1d.png", "genesis_at": "2009-01-03", "description": "This is a description of the Bitcoin project. The original cryptocurrency.", "t... | {"properties": {"success": {"type": "boolean"}, "data": {"properties": {"slug": {"description": "the unique string identifier of the coin/token in profile", "type": "string"}, "name": {"description": "the name of the coin/token in profile", "type": "string"}, "symbol": {"description": "the symbol of the coin/token in p... |
82f2c602-1720-41ef-8b45-2e3afdf98ea1/d6ef8245-4764-4ffa-a962-7fe994993844/0/0 | Is This Coin A Scam | Get access to real-time data on all major cryptocurrencies, including ratings, red flags, trending analytics, community metrics and more. | 9 | Get a list of trending profiles | Get a list of the top 100 crypto projects currently trending on isthiscoinascam.com added to the site. Ordered by most popular first. | 200 | Example_1 | {"success": true, "data": [{"slug": "bitcoin", "name": "Bitcoin"}], "message": "Highest trending coins retrieved successfully"} | {"properties": {"success": {"type": "boolean"}, "data": {"description": "a list of highest rated coins", "type": ["array", "null"], "items": {"properties": {"slug": {"description": "the slug of the coin", "type": "string"}, "name": {"description": "the name of the coin", "type": "string"}}, "type": "object"}}, "message... |
82f2c602-1720-41ef-8b45-2e3afdf98ea1/cfd278e1-dc08-4af1-b14c-f40fdea33292/0/0 | Is This Coin A Scam | Get access to real-time data on all major cryptocurrencies, including ratings, red flags, trending analytics, community metrics and more. | 9 | List all profiles | Get a list of profiles. You can search slug, name and symbol | 200 | Example_1 | {"success": true, "data": {"slug": "bitcoin", "name": "Bitcoin", "symbol": "BTC", "type": "coin", "icon": "https://cdn.isthiscoinascam.com/logo/b/bitcoin-128xc4ac498a20a03d7b1cb2ba36b2220e1d.png", "genesis_at": "2009-01-03", "description": "This is a description of the Bitcoin project. The original cryptocurrency.", "t... | {"properties": {"success": {"type": "boolean"}, "data": {"properties": {"slug": {"description": "the unique string identifier of the coin/token in profile", "type": "string"}, "name": {"description": "the name of the coin/token in profile", "type": "string"}, "symbol": {"description": "the symbol of the coin/token in p... |
82f2c602-1720-41ef-8b45-2e3afdf98ea1/371570d3-d067-495c-833c-5f976ea5a22f/0/0 | Is This Coin A Scam | Get access to real-time data on all major cryptocurrencies, including ratings, red flags, trending analytics, community metrics and more. | 9 | Get coin by slug | Get a specific coin by slug | 200 | Example_1 | {"success": true, "data": {"slug": "bitcoin", "name": "Bitcoin", "symbol": "BTC"}, "message": "Coin retrieved successfully"} | {"properties": {"success": {"type": "boolean"}, "data": {"properties": {"slug": {"description": "the unique string identifying slug of the coin", "type": "string"}, "name": {"description": "the name of the coin", "type": "string"}, "symbol": {"description": "the symbol of the coin", "type": "string"}}, "type": "object"... |
82f2c602-1720-41ef-8b45-2e3afdf98ea1/5f30d162-fe2b-4c3b-9e07-ff6223e41de8/0/0 | Is This Coin A Scam | Get access to real-time data on all major cryptocurrencies, including ratings, red flags, trending analytics, community metrics and more. | 9 | List all platforms | Get a list of platforms. You can search slug, name and symbol. You can perform wildcard searches | 200 | Example_1 | {"success": true, "data": [{"slug": "ethereum", "name": "Ethereum", "symbol": "ETH"}], "paging": {"records": "57", "total": "157", "page": "1", "limit": "100"}, "message": "Platforms retreived successfully"} | {"properties": {"success": {"type": "boolean"}, "data": {"type": "array", "items": {"properties": {"slug": {"description": "the unique string identifier of the platform", "type": "string"}, "name": {"description": "the name of the platform", "type": "string"}, "symbol": {"description": "the symbol of the platform", "ty... |
82f2c602-1720-41ef-8b45-2e3afdf98ea1/0b8bc11f-1acf-410e-a392-b6046b9907bd/0/0 | Is This Coin A Scam | Get access to real-time data on all major cryptocurrencies, including ratings, red flags, trending analytics, community metrics and more. | 9 | List all coins | Get a list of coins. You can search slug, name and symbol. You can perform wildcard searches | 200 | Example_1 | {"success": true, "data": [{"slug": "bitcoin", "name": "Bitcoin", "symbol": "BTC"}], "paging": {"records": "57", "total": "157", "page": "1", "limit": "100"}, "message": "Coins retrieved successfully"} | {"properties": {"success": {"type": "boolean"}, "data": {"type": "array", "items": {"properties": {"slug": {"description": "the unique string identifying slug of the coin", "type": "string"}, "name": {"description": "the name of the coin", "type": "string"}, "symbol": {"description": "the symbol of the coin", "type": "... |
28a1f490-3cfb-4496-ad65-4d40e99b3a94/ee3bb6cb-5cc2-4488-95ec-2981392e2ad5/0/0 | EarningsData | Get upcoming and historic earnings data for stocks! Contains historical data from 2020-05. | null | GetCurrentByValueGrowthMomentum | Get list of stocks according to current value, growth and momentum information. | 200 | Response | [{"act_symbol": "AGS", "date": "2023-03-26", "rank": "Buy", "value": "A", "growth": "A", "momentum": "A", "vgm": "A"}, {"act_symbol": "ALGT", "date": "2023-03-26", "rank": "Hold", "value": "A", "growth": "A", "momentum": "A", "vgm": "A"}, {"act_symbol": "BABA", "date": "2023-03-26", "rank": "Hold", "value": "A", "growt... | {"type": "array", "items": {"type": "object", "properties": {"act_symbol": {"type": "string"}, "date": {"type": "string"}, "rank": {"type": "string"}, "value": {"type": "string"}, "growth": {"type": "string"}, "momentum": {"type": "string"}, "vgm": {"type": "string"}}}} |
28a1f490-3cfb-4496-ad65-4d40e99b3a94/60c7464f-1da5-4d3d-9a77-3ffcd0b26bb5/0/0 | EarningsData | Get upcoming and historic earnings data for stocks! Contains historical data from 2020-05. | null | GetCurrentBySymbol | Get the current value, growth and momentum information for a single stock. | 200 | Response | [{"act_symbol": "AAPL", "date": "2023-03-26", "rank": "Hold", "value": "D", "growth": "A", "momentum": "C", "vgm": "B"}] | {"type": "array", "items": {"type": "object", "properties": {"act_symbol": {"type": "string"}, "date": {"type": "string"}, "rank": {"type": "string"}, "value": {"type": "string"}, "growth": {"type": "string"}, "momentum": {"type": "string"}, "vgm": {"type": "string"}}}} |
28a1f490-3cfb-4496-ad65-4d40e99b3a94/3e66dc32-7628-4c18-9784-ade35cac9f01/0/0 | EarningsData | Get upcoming and historic earnings data for stocks! Contains historical data from 2020-05. | null | GetByMonth | Get Earning Data By Month | 200 | Response | [{"act_symbol": "CWK", "date": "2022-05-05"}, {"act_symbol": "A", "date": "2022-05-24"}, {"act_symbol": "AADI", "date": "2022-05-12"}, {"act_symbol": "BHVN", "date": "2022-05-09"}, {"act_symbol": "CXDO", "date": "2022-05-10"}, {"act_symbol": "BIDU", "date": "2022-05-17"}, {"act_symbol": "BIDU", "date": "2022-05-26"}, {... | {"type": "array", "items": {"type": "object", "properties": {"act_symbol": {"type": "string"}, "date": {"type": "string"}}}} |
28a1f490-3cfb-4496-ad65-4d40e99b3a94/16f986f1-8f58-4156-ad64-76142422652c/0/0 | EarningsData | Get upcoming and historic earnings data for stocks! Contains historical data from 2020-05. | null | GetByDate | Get earnings data by date. | 200 | Response | [{"act_symbol": "BIDU", "date": "2022-05-26"}, {"act_symbol": "GCO", "date": "2022-05-26"}, {"act_symbol": "BKE", "date": "2022-05-26"}, {"act_symbol": "GES", "date": "2022-05-26"}, {"act_symbol": "BMA", "date": "2022-05-26"}, {"act_symbol": "GLNG", "date": "2022-05-26"}, {"act_symbol": "BRC", "date": "2022-05-26"}, {"... | {"type": "array", "items": {"type": "object", "properties": {"act_symbol": {"type": "string"}, "date": {"type": "string"}}}} |
28a1f490-3cfb-4496-ad65-4d40e99b3a94/88652c2a-8ea8-4c7c-ab7d-c65d21682334/0/0 | EarningsData | Get upcoming and historic earnings data for stocks! Contains historical data from 2020-05. | null | GetByStock | Get earnings data by symbol. | 200 | Response | [{"act_symbol": "AAPL", "date": "2021-04-28"}, {"act_symbol": "AAPL", "date": "2021-07-27"}, {"act_symbol": "AAPL", "date": "2021-10-28"}, {"act_symbol": "AAPL", "date": "2022-04-28"}, {"act_symbol": "AAPL", "date": "2022-07-28"}, {"act_symbol": "AAPL", "date": "2022-10-27"}, {"act_symbol": "AAPL", "date": "2023-02-02"... | {"type": "array", "items": {"type": "object", "properties": {"act_symbol": {"type": "string"}, "date": {"type": "string"}}}} |
4f945d78-11cb-4c97-8425-0fb08d88e465/86fce2a2-c1b7-44ff-b971-7aabd8c8c0d2/0/0 | Currency Exchange Rate | Get the real-time exchange rate value or historical exchange rate value of a currency | 0 | Currency Converter | Convert one currency value to another currency value.
Please capitalize currency code, support BTC | 200 | New Example | {"code": 200, "msg": "success", "data": {"rate": "47210.920452", "fromValue": "1 BTC", "toValue": "47210.920452 USD"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "msg": {"type": "string"}, "data": {"type": "object", "properties": {"rate": {"type": "string"}, "fromValue": {"type": "string"}, "toValue": {"type": "string"}}, "required": ["fromValue", "rate", "toValue"]}}, "r... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/47ad2454-641f-4647-96ad-48373c1893e4/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | M2 Money Stock Adjusted | Get monthly seasonally adjusted M2 monetary aggregate from the Federal Reserve. M2 is the money supply that includes all elements of M1 as well as "near money." Near money refers to savings deposits, money market securities, mutual funds, and other time deposits. | 200 | Response | {"H6 M2 Money Stock Measure": {"1959-01-31": 286.6, "1959-02-28": 287.7, "1959-03-31": 289.2, "1959-04-30": 290.1, "1959-05-31": 292.2, "1959-06-30": 294.1, "1959-07-31": 295.2, "1959-08-31": 296.4, "1959-09-30": 296.7, "1959-10-31": 296.5, "1959-11-30": 297.1, "1959-12-31": 297.8, "1960-01-31": 298.2, "1960-02-29": 29... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"H6 M2 Money Stock Measure": {"type": "object", "properties": {"1959-01-31": {"type": "number"}, "1959-02-28": {"type": "number"}, "1959-03-31": {"type": "number"}, "1959-04-30": {"type": "number"}, "1959-05-31": {"type": "number"}, "1959-06... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/a511253c-b210-41d1-8caa-dae22b736fa0/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | M1 Money Stock Adjusted | Get monthly seasonally adjusted M1 monetary aggregate from the Federal Reserve. M1 is the money supply that is composed of physical currency and coin, demand deposits, travelers' checks, other checkable deposits, and negotiable order of withdrawal (NOW) accounts. | 200 | Response | {"H6 M1 Money Stock Measure": {"1959-01-31": 138.9, "1959-02-28": 139.4, "1959-03-31": 139.7, "1959-04-30": 139.7, "1959-05-31": 140.7, "1959-06-30": 141.2, "1959-07-31": 141.7, "1959-08-31": 141.9, "1959-09-30": 141, "1959-10-31": 140.5, "1959-11-30": 140.4, "1959-12-31": 139.9, "1960-01-31": 140, "1960-02-29": 139.9,... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"H6 M1 Money Stock Measure": {"type": "object", "properties": {"1959-01-31": {"type": "number"}, "1959-02-28": {"type": "number"}, "1959-03-31": {"type": "number"}, "1959-04-30": {"type": "number"}, "1959-05-31": {"type": "number"}, "1959-06... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/41d61624-9dfe-49af-86cb-7f33a1e568ff/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | M1 Money Stock Not Adjusted | Get weekly not seasonally adjusted M1 monetary aggregate from the Federal Reserve. M1 is the money supply that is composed of physical currency and coin, demand deposits, travelers' checks, other checkable deposits, and negotiable order of withdrawal (NOW) accounts. | 200 | Response | {"H6 M1 Money Stock Measure": {"1981-W02": 430.1, "1981-W03": 423.6, "1981-W04": 419.8, "1981-W05": 404.7, "1981-W06": 403.3, "1981-W07": 408.7, "1981-W08": 407.4, "1981-W09": 402.6, "1981-W10": 404.5, "1981-W11": 414.3, "1981-W12": 414.6, "1981-W13": 408.3, "1981-W14": 409.8, "1981-W15": 429.4, "1981-W16": 433.9, "198... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"H6 M1 Money Stock Measure": {"type": "object", "properties": {"1981-W02": {"type": "number"}, "1981-W03": {"type": "number"}, "1981-W04": {"type": "number"}, "1981-W05": {"type": "number"}, "1981-W06": {"type": "number"}, "1981-W07": {"type... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/ba8d15d3-2f2c-4121-a98b-3e04efe8d63a/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | M2 Money Stock Not Adjusted | Get weekly not seasonally adjusted M2 monetary aggregate from the Federal Reserve. M2 is the money supply that includes all elements of M1 as well as "near money." Near money refers to savings deposits, money market securities, mutual funds, and other time deposits. | 200 | Response | {"H6 M2 Money Stock Measure": {"1981-W02": 1620.7, "1981-W03": 1616.7, "1981-W04": 1614.4, "1981-W05": 1599.8, "1981-W06": 1601, "1981-W07": 1610.7, "1981-W08": 1611.8, "1981-W09": 1609, "1981-W10": 1615.7, "1981-W11": 1629.4, "1981-W12": 1633.5, "1981-W13": 1630.9, "1981-W14": 1637.5, "1981-W15": 1663.6, "1981-W16": 1... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"H6 M2 Money Stock Measure": {"type": "object", "properties": {"1981-W02": {"type": "number"}, "1981-W03": {"type": "number"}, "1981-W04": {"type": "number"}, "1981-W05": {"type": "number"}, "1981-W06": {"type": "integer"}, "1981-W07": {"typ... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/9709d58d-0df1-4c36-b323-277acf8184de/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | Mortgage Rate 30-Year Fixed | Get monthly 30-Year fixed mortgage rates. | 200 | Response | {"Housing affordability index": {"2019-11": 3.75, "2019-12": 3.78, "2020-01": 3.68, "2020-02": 3.53, "2020-03": 3.51, "2020-04": 3.37, "2020-05": 3.29, "2020-06": 3.22, "2020-07": 3.08, "2020-08": 3, "2020-09": 2.95, "2020-10": 2.88, "2020-11": 2.82}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Housing affordability index": {"type": "object", "properties": {"2019-11": {"type": "number"}, "2019-12": {"type": "number"}, "2020-01": {"type": "number"}, "2020-02": {"type": "number"}, "2020-03": {"type": "number"}, "2020-04": {"type": "... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/2750ca87-4118-46b7-a0cb-16697c21b7d8/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | Nonfarm Payrolls Adjusted | Get monthly seasonally adjusted nonfarm payrolls. | 200 | Response | {"Employment, Hours, and Earnings - National": {"1939-01": 29923, "1939-02": 30100, "1939-03": 30280, "1939-04": 30094, "1939-05": 30299, "1939-06": 30502, "1939-07": 30419, "1939-08": 30663, "1939-09": 31031, "1939-10": 31411, "1939-11": 31470, "1939-12": 31542, "1940-01": 31603, "1940-02": 31715, "1940-03": 31825, "1... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Employment, Hours, and Earnings - National": {"type": "object", "properties": {"1939-01": {"type": "integer"}, "1939-02": {"type": "integer"}, "1939-03": {"type": "integer"}, "1939-04": {"type": "integer"}, "1939-05": {"type": "integer"}, "... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/802d7765-090f-4b02-8546-2946790baba2/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | Nonfarm Payrolls Not Adjusted | Get monthly not seasonally adjusted nonfarm payrolls. | 200 | Response | {"Employment, Hours, and Earnings - National": {"1939-01": 29296, "1939-02": 29394, "1939-03": 29804, "1939-04": 29786, "1939-05": 30145, "1939-06": 30520, "1939-07": 30472, "1939-08": 30870, "1939-09": 31608, "1939-10": 31975, "1939-11": 31837, "1939-12": 32037, "1940-01": 30966, "1940-02": 30995, "1940-03": 31328, "1... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Employment, Hours, and Earnings - National": {"type": "object", "properties": {"1939-01": {"type": "integer"}, "1939-02": {"type": "integer"}, "1939-03": {"type": "integer"}, "1939-04": {"type": "integer"}, "1939-05": {"type": "integer"}, "... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/3d3f6e45-b56d-40b0-ad41-f34cf54a1c5b/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | Unemployment Rate Adjusted | Get monthly seasonally adjusted unemployment rate. | 200 | Response | {"Labor Force Statistics including the National Unemployment Rate": {"1948-01": 3.4, "1948-02": 3.8, "1948-03": 4, "1948-04": 3.9, "1948-05": 3.5, "1948-06": 3.6, "1948-07": 3.6, "1948-08": 3.9, "1948-09": 3.8, "1948-10": 3.7, "1948-11": 3.8, "1948-12": 4, "1949-01": 4.3, "1949-02": 4.7, "1949-03": 5, "1949-04": 5.3, "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Labor Force Statistics including the National Unemployment Rate": {"type": "object", "properties": {"1948-01": {"type": "number"}, "1948-02": {"type": "number"}, "1948-03": {"type": "integer"}, "1948-04": {"type": "number"}, "1948-05": {"ty... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/9874559c-540c-4074-ad5f-1de52e4c86e1/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | Unemployment Rate Not Adjusted | Get monthly not seasonally adjusted unemployment rate. | 200 | Response | {"Labor Force Statistics including the National Unemployment Rate": {"1948-01": 4, "1948-02": 4.7, "1948-03": 4.5, "1948-04": 4, "1948-05": 3.4, "1948-06": 3.9, "1948-07": 3.9, "1948-08": 3.6, "1948-09": 3.4, "1948-10": 2.9, "1948-11": 3.3, "1948-12": 3.6, "1949-01": 5, "1949-02": 5.8, "1949-03": 5.6, "1949-04": 5.4, "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Labor Force Statistics including the National Unemployment Rate": {"type": "object", "properties": {"1948-01": {"type": "integer"}, "1948-02": {"type": "number"}, "1948-03": {"type": "number"}, "1948-04": {"type": "integer"}, "1948-05": {"t... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/2cc016c6-f820-4695-897f-473aeaf6967f/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | Consumer Price Index | Get monthly consumer price index referenced to year 2010. | 200 | Response | {"Consumer Price Index (CPI)": {"1955-01": 12.2445891069, "1955-02": 12.2445891069, "1955-03": 12.2445891069, "1955-04": 12.2445891069, "1955-05": 12.2445891069, "1955-06": 12.2445891069, "1955-07": 12.2904489912, "1955-08": 12.2904489912, "1955-09": 12.3363088755, "1955-10": 12.3363088755, "1955-11": 12.3363088755, "1... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Consumer Price Index (CPI)": {"type": "object", "properties": {"1955-01": {"type": "number"}, "1955-02": {"type": "number"}, "1955-03": {"type": "number"}, "1955-04": {"type": "number"}, "1955-05": {"type": "number"}, "1955-06": {"type": "n... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/16f7dca6-f641-4558-b3b4-b84e92d928dd/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | 10-Year Bond Yield | Get monthly 10-Year government bond yields. | 200 | Response | {"Financial Market Data ": {"1987-05": 8.5994, "1987-06": 8.3654, "1987-07": 8.4345, "1987-08": 8.7487, "1987-09": 9.3609, "1987-10": 9.5309, "1987-11": 8.8479, "1987-12": 8.9838, "1988-01": 8.6552, "1988-02": 8.2076, "1988-03": 8.3535, "1988-04": 8.6962, "1988-05": 9.0795, "1988-06": 8.94, "1988-07": 9.0233, "1988-08"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Financial Market Data ": {"type": "object", "properties": {"1987-05": {"type": "number"}, "1987-06": {"type": "number"}, "1987-07": {"type": "number"}, "1987-08": {"type": "number"}, "1987-09": {"type": "number"}, "1987-10": {"type": "numbe... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/e4a8dbb9-495c-4c6c-9326-61450db18a90/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | Non-Manufacturing PMI | Get monthly non-manufacturing Purchasing Managers' Index. | 200 | Response | {"Non manufacturing - PMI": {"2019-11": 53.9, "2019-12": 54.9, "2020-01": 55.5, "2020-02": 57.3, "2020-03": 52.5, "2020-04": 41.8, "2020-05": 45.4, "2020-06": 57.1, "2020-07": 58.1, "2020-08": 56.9, "2020-09": 57.8, "2020-10": 56.6}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Non manufacturing - PMI": {"type": "object", "properties": {"2019-11": {"type": "number"}, "2019-12": {"type": "number"}, "2020-01": {"type": "number"}, "2020-02": {"type": "number"}, "2020-03": {"type": "number"}, "2020-04": {"type": "numb... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/d7420182-1b11-4be4-b7e7-a25050df220e/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | Manufacturing PMI | Get monthly manufacturing Purchasing Managers' Index. | 200 | Response | {"Manufacturing - PMI": {"2019-12": 47.8, "2020-01": 50.9, "2020-02": 50.1, "2020-03": 49.1, "2020-04": 41.5, "2020-05": 43.1, "2020-06": 52.6, "2020-07": 54.2, "2020-08": 56, "2020-09": 55.4, "2020-10": 59.3, "2020-11": 57.5}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Manufacturing - PMI": {"type": "object", "properties": {"2019-12": {"type": "number"}, "2020-01": {"type": "number"}, "2020-02": {"type": "number"}, "2020-03": {"type": "number"}, "2020-04": {"type": "number"}, "2020-05": {"type": "number"}... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/066bcc73-da95-432a-9b6d-31d6ec0ca138/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | Consumer Sentiment Index | Get monthly Consumer Sentiment Index. | 200 | Response | {"Index of Consumer Sentiment - monthly": {"1952-11": 86.2, "1953-02": 90.7, "1953-08": 80.8, "1953-11": 80.7, "1954-02": 82, "1954-05": 82.9, "1954-11": 87, "1955-02": 95.9, "1955-05": 99.1, "1955-11": 99.7, "1956-05": 98.2, "1956-08": 99.9, "1956-11": 100.2, "1957-05": 92.9, "1957-11": 83.7, "1958-02": 78.5, "1958-05... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Index of Consumer Sentiment - monthly": {"type": "object", "properties": {"1952-11": {"type": "number"}, "1953-02": {"type": "number"}, "1953-08": {"type": "number"}, "1953-11": {"type": "number"}, "1954-02": {"type": "integer"}, "1954-05":... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/3f6e66a4-e782-47da-b51e-37868ee26b36/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | Inflation | Get monthly inflation rates. | 200 | Response | {"Consumer Price Index (CPI)": {"1956-01": 0.3745318352, "1956-02": 0.3745318352, "1956-03": 0.3745318352, "1956-04": 0.7490636704, "1956-05": 1.1235955056, "1956-06": 1.872659176, "1956-07": 2.2388059701, "1956-08": 1.8656716418, "1956-09": 1.8587360595, "1956-10": 2.2304832714, "1956-11": 2.2304832714, "1956-12": 2.9... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Consumer Price Index (CPI)": {"type": "object", "properties": {"1956-01": {"type": "number"}, "1956-02": {"type": "number"}, "1956-03": {"type": "number"}, "1956-04": {"type": "number"}, "1956-05": {"type": "number"}, "1956-06": {"type": "n... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/33e2c7d5-9d26-4bea-b25a-ec82ac6d63c7/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | Prime Loan Rates | Get daily bank prime loan interest rates. | 200 | Response | {"Selected Interest Rates": {"2021-01-23": 3.25, "2021-01-24": 3.25, "2021-01-25": 3.25, "2021-01-26": 3.25, "2021-01-27": 3.25}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Selected Interest Rates": {"type": "object", "properties": {"2021-01-23": {"type": "number"}, "2021-01-24": {"type": "number"}, "2021-01-25": {"type": "number"}, "2021-01-26": {"type": "number"}, "2021-01-27": {"type": "number"}}, "required... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/03b306d3-7785-41c5-93b9-a769392c92d9/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | GDP Growth | Get quarterly percent change of Gross Domestic Product annualized. | 200 | Response | {"Table 1.1.1. Percent Change From Preceding Period in Real Gross Domestic Product - LastRevised: January 28, 2021": {"1947-Q2": -1, "1947-Q3": -0.8, "1947-Q4": 6.4, "1948-Q1": 6.2, "1948-Q2": 6.8, "1948-Q3": 2.3, "1948-Q4": 0.4, "1949-Q1": -5.4, "1949-Q2": -1.4, "1949-Q3": 4.2, "1949-Q4": -3.3, "1950-Q1": 16.7, "1950-... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Table 1.1.1. Percent Change From Preceding Period in Real Gross Domestic Product - LastRevised: January 28, 2021": {"type": "object", "properties": {"1947-Q2": {"type": "integer"}, "1947-Q3": {"type": "number"}, "1947-Q4": {"type": "number"... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/8a0767ad-9bc7-49ff-a5e1-878a19e370ca/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | Fed Funds Overnight Rate | Get daily federal funds overnight rate at which commercial banks borrow and lend their excess reserves to each other overnight. | 200 | Response | {"Selected Interest Rates": {"2021-01-18": 0.09, "2021-01-19": 0.09, "2021-01-20": 0.09, "2021-01-21": 0.08, "2021-01-22": 0.08, "2021-01-23": 0.08, "2021-01-24": 0.08, "2021-01-25": 0.08, "2021-01-26": 0.08, "2021-01-27": 0.08}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Selected Interest Rates": {"type": "object", "properties": {"2021-01-18": {"type": "number"}, "2021-01-19": {"type": "number"}, "2021-01-20": {"type": "number"}, "2021-01-21": {"type": "number"}, "2021-01-22": {"type": "number"}, "2021-01-2... |
46540a83-9cc8-462b-9cf5-0a7234d0065a/5b167831-de3e-42ab-90c6-eba8f77ac5b0/0/0 | U.S. Economic Indicators | Get key economic indicators for the United States. | 8.3 | Fed Policy Rates | Get daily interest rates paid by the Federal Reserve System on reserves. | 200 | Response | {"Policy Rates": {"2021-01-20": 0.1, "2021-01-21": 0.1, "2021-01-22": 0.1, "2021-01-23": 0.1, "2021-01-24": 0.1, "2021-01-25": 0.1, "2021-01-26": 0.1, "2021-01-27": 0.1, "2021-01-28": 0.1, "2021-01-29": 0.1}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Policy Rates": {"type": "object", "properties": {"2021-01-20": {"type": "number"}, "2021-01-21": {"type": "number"}, "2021-01-22": {"type": "number"}, "2021-01-23": {"type": "number"}, "2021-01-24": {"type": "number"}, "2021-01-25": {"type"... |
75877044-223d-4e0a-9afe-b55366c2b0ce/e2e53813-fb10-4e3b-a764-15aef880dcd9/0/0 | Binance P2P API | Binance P2P API.
Get SELL and BUY ads according to your criterias. Use for profitable P2P trading.
BTC #ETH #USDT #BNB | 5.2 | Search Binance P2P Sell Ads | This API will help you to get real-time sell ads from Binance P2P exchange for any supported crypto and fiat currency pair. | 200 | Response | {"code": "000000", "message": null, "messageDetail": null, "data": [{"adv": {"advNo": "11482622035659620352", "classify": "mass", "tradeType": "BUY", "asset": "BNB", "fiatUnit": "EUR", "advStatus": null, "priceType": null, "priceFloatingRatio": null, "rateFloatingRatio": null, "currencyRate": null, "price": "304.303", ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "null"}, "messageDetail": {"type": "null"}, "data": {"type": "array", "items": {"type": "object", "properties": {"adv": {"type": "object", "properties": {"advNo": {"type": "string"}, "classify"... |
75877044-223d-4e0a-9afe-b55366c2b0ce/b2761dc9-6fa4-4cb0-ac76-100955562087/0/0 | Binance P2P API | Binance P2P API.
Get SELL and BUY ads according to your criterias. Use for profitable P2P trading.
BTC #ETH #USDT #BNB | 5.2 | Search Binance P2P Buy Ads | This API will help you to get real-time buy ads from Binance P2P exchange for any supported crypto and fiat currency pair. | 200 | Response | {"code": "000000", "message": null, "messageDetail": null, "data": [{"adv": {"advNo": "11480559256015732736", "classify": "mass", "tradeType": "SELL", "asset": "BNB", "fiatUnit": "EUR", "advStatus": null, "priceType": null, "priceFloatingRatio": null, "rateFloatingRatio": null, "currencyRate": null, "price": "307.712",... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "null"}, "messageDetail": {"type": "null"}, "data": {"type": "array", "items": {"type": "object", "properties": {"adv": {"type": "object", "properties": {"advNo": {"type": "string"}, "classify"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.