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
ef38a7e4-d7c9-4f02-94de-45007cae66fa/ab0892c1-495b-43c0-8119-7a9c6baa8475/0/0
Real-Time Finance Data
Get stocks / market quotes and trends, ETF, international exchanges / forex, crypto, related news and analytics in real-time.
9.8
Currency Time Series
Get forex time series for the following periods: 1 day, 5 days, 1 month, 6 months, year-to-date, 1 year, 5 years and all times (max).
200
Response
{"status": "OK", "request_id": "07109309-24bb-4484-9f8f-402d0e19aad1", "data": {"from_symbol": "USD", "to_symbol": "EUR", "type": "currency", "exchange_rate": 0.9666, "previous_close": 0.9666, "last_update_utc": "2022-11-20 09:52:00", "time_series": {"2022-10-20 23:58:00": {"exchange_rate": 1.0227, "change": 0, "change...
{"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "object", "properties": {"from_symbol": {"type": "string"}, "to_symbol": {"type": "string"}, "type": {"type": "string"}, "exchange_rate": {"type": "number"}, "previous_close": {"type": "number"}, "last_upd...
ef38a7e4-d7c9-4f02-94de-45007cae66fa/66517e38-5f30-4176-a9a7-584d24d8065a/0/0
Real-Time Finance Data
Get stocks / market quotes and trends, ETF, international exchanges / forex, crypto, related news and analytics in real-time.
9.8
Stock / Company Overview
Get stock / public company details. Supports all stock types: stock, index, mutual fund and futures. Returns company details for the stock type.
200
Response
{"status": "OK", "request_id": "0ce198af-5501-41f8-bc9f-58e7d2add71d", "data": {"symbol": "AAPL:NASDAQ", "name": "Apple Inc", "type": "stock", "price": 151.29, "open": 152.305, "high": 152.7, "low": 149.97, "volume": 74829573, "previous_close": 150.72, "change": 0.57, "change_percent": 0.3782, "pre_or_post_market": 150...
{"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "price": {"type": "number"}, "open": {"type": "number"}, "high": {"type": "number"}, "low": {"...
ef38a7e4-d7c9-4f02-94de-45007cae66fa/452121db-ffc1-4a4d-a476-0b00329f5258/0/0
Real-Time Finance Data
Get stocks / market quotes and trends, ETF, international exchanges / forex, crypto, related news and analytics in real-time.
9.8
Company Cash Flow
Get public company's quarterly or annual cash flow information. Supports the stock type only.
200
Response
{"status": "OK", "request_id": "79e699f5-beec-4fbe-ab23-46bdf0b48302", "data": {"symbol": "AAPL:NASDAQ", "type": "stock", "cash_flow": [{"year": 2022, "quarter": 4, "currency": "USD", "net_income": 20721000000, "cash_from_operations": 24127000000, "cash_from_investing": -1217000000, "cash_from_financing": -26794000000,...
{"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "object", "properties": {"symbol": {"type": "string"}, "type": {"type": "string"}, "cash_flow": {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "quarter": {"type":...
ef38a7e4-d7c9-4f02-94de-45007cae66fa/8cb8bceb-d7e6-45d8-8e5a-b6fd9171af71/0/0
Real-Time Finance Data
Get stocks / market quotes and trends, ETF, international exchanges / forex, crypto, related news and analytics in real-time.
9.8
Company Balance Sheet
Get public company's quarterly or annual balance sheet. Supports the stock type only.
200
Response
{"status": "OK", "request_id": "eae7b0e6-12aa-44d5-bd6e-1a4f3e58b7f1", "data": {"symbol": "AAPL:NASDAQ", "type": "stock", "balance_sheet": [{"year": 2022, "currency": "USD", "cash_and_short_term_investments": 16.2, "total_assets": 352755000000, "total_liabilities": 302083000000, "total_equity": 50672000000, "shares_out...
{"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "object", "properties": {"symbol": {"type": "string"}, "type": {"type": "string"}, "balance_sheet": {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "currency": {"t...
ef38a7e4-d7c9-4f02-94de-45007cae66fa/0126dcbf-9184-4687-b3cf-f53e3d7ae0c1/0/0
Real-Time Finance Data
Get stocks / market quotes and trends, ETF, international exchanges / forex, crypto, related news and analytics in real-time.
9.8
Company Income Statement
Get public company's quarterly or annual income statement. Supports the stock type only.
200
Response
{"status": "OK", "request_id": "65b848ab-b561-43a3-bcba-51a266a2851f", "data": {"symbol": "AAPL:NASDAQ", "type": "stock", "income_statement": [{"year": 2022, "quarter": 4, "currency": "USD", "revenue": 90146000000, "operating_expense": 13201000000, "net_income": 20721000000, "net_profit_margin": 22.99, "earnings_per_sh...
{"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "object", "properties": {"symbol": {"type": "string"}, "type": {"type": "string"}, "income_statement": {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "quarter": {...
ef38a7e4-d7c9-4f02-94de-45007cae66fa/9ac1efdb-4794-4c1a-bd3f-e88281c623ed/0/0
Real-Time Finance Data
Get stocks / market quotes and trends, ETF, international exchanges / forex, crypto, related news and analytics in real-time.
9.8
Stock News
Get the latest news related to a specific stock. Supports all stock types: stock, index, mutual fund and futures.
200
Response
{"status": "OK", "request_id": "9946141b-b8bc-4e99-a1b4-79766fd04996", "data": {"symbol": "AAPL:NASDAQ", "type": "stock", "news": [{"article_title": "Buffett's first big semiconductor investment is a bet on Apple's future", "article_url": "https://www.cnbc.com/2022/11/19/buffetts-first-big-semiconductor-investment-is-a...
{"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "object", "properties": {"symbol": {"type": "string"}, "type": {"type": "string"}, "news": {"type": "array", "items": {"type": "object", "properties": {"article_title": {"type": "string"}, "article_url": {...
ef38a7e4-d7c9-4f02-94de-45007cae66fa/bc15f5d4-5a47-4be0-9056-8f19e1398044/0/0
Real-Time Finance Data
Get stocks / market quotes and trends, ETF, international exchanges / forex, crypto, related news and analytics in real-time.
9.8
Stock Time Series
Get stock time series and key news events for the following periods: 1 day, 5 days, 1 month, 6 months, year-to-date, 1 year, 5 years and all times (max). In addition, the endpoints returns the key news events that affected the stock prices in the specified period. Supports all stock types: stock, index, mutual fund an...
200
Response
{"status": "OK", "request_id": "5fbd6da2-00d9-44a3-b6e6-79c350a9fd69", "data": {"symbol": "AAPL:NASDAQ", "type": "stock", "price": 151.29, "previous_close": 150.72, "change": 0.57, "change_percent": 0.3782, "pre_or_post_market": 150.88, "pre_or_post_market_change": -0.41, "pre_or_post_market_change_percent": -0.271, "l...
{"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "object", "properties": {"symbol": {"type": "string"}, "type": {"type": "string"}, "price": {"type": "number"}, "previous_close": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type"...
ef38a7e4-d7c9-4f02-94de-45007cae66fa/9f08380b-c9b1-4823-9d8b-488221cefe7a/0/0
Real-Time Finance Data
Get stocks / market quotes and trends, ETF, international exchanges / forex, crypto, related news and analytics in real-time.
9.8
Search
Find stocks, indices, mutual funds, futures, currency / forex / crypto using a free-form query or symbol as seen on Google Finance - https://www.google.com/finance.
200
Response
{"status": "OK", "request_id": "0d05d545-a737-4c94-9c5f-11c404ececbb", "data": {"stock": [{"symbol": "V:NYSE", "name": "Visa Inc", "type": "stock", "price": 217.39, "change": -0.06, "change_percent": -0.0276, "previous_close": 217.45, "last_update_utc": "2023-03-18 00:04:00", "country_code": "US", "exchange": "NYSE", "...
{"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "object", "properties": {"stock": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "price": {"type": "numbe...
ef38a7e4-d7c9-4f02-94de-45007cae66fa/44e4b37f-1462-4c25-85ac-9da3511e6454/0/0
Real-Time Finance Data
Get stocks / market quotes and trends, ETF, international exchanges / forex, crypto, related news and analytics in real-time.
9.8
Market Trends
Get the latest market trends and relevant news. Supported trends: Most Active, Gainers, Losers, Crypto, Currencies and Climate Leaders.
200
Response
{"status": "OK", "request_id": "81020c44-dde4-4916-a103-5d2648eacc55", "data": {"trends": [{"symbol": "ILMN:NASDAQ", "type": "stock", "name": "Illumina, Inc.", "price": 226.94, "change": 32.93, "change_percent": 16.9734, "previous_close": 194.01, "pre_or_post_market": 226.94, "pre_or_post_market_change": 0, "pre_or_pos...
{"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "object", "properties": {"trends": {"type": "array", "items": {"type": "object"}}, "news": {"type": "array", "items": {"type": "object", "properties": {"article_title": {"type": "string"}, "article_url": {...
730c1272-c85d-4279-8553-c6233ddffcb0/02d71038-f67e-4221-b8a0-aa8a2d0c1c03/0/0
Reddit Stock and Crypto Sentiment Tracker
Scans the most popular stock and crypto subreddits to get info on ticker mentions and sentiments.
null
List stocks by mentions
List stocks by mentions given a filter. filters: all # All subreddits combined all-stocks # Only subreddits focusing on stocks such as r/wallstreetbets or r/stocks all-crypto # Only subreddits focusing on cryptocurrencies such as r/CryptoCurrency or r/SatoshiStreetBets CryptoCurrency CryptoCurrencies Bitcoin Satoshi...
200
Response
{"count": 1390, "pages": 14, "current_page": 1, "results": [{"rank": 1, "ticker": "GME", "name": "GameStop", "mentions": "177", "upvotes": "983", "rank_24h_ago": "4", "mentions_24h_ago": "207"}, {"rank": 2, "ticker": "SPY", "name": "SPDR S&P 500 ETF Trust", "mentions": "141", "upvotes": "582", "rank_24h_ago": "1", ...
{"type": "object", "properties": {"count": {"type": "integer"}, "pages": {"type": "integer"}, "current_page": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"rank": {"type": "integer"}, "ticker": {"type": "string"}, "name": {"type": "string"}, "mentions": {"type": "string"}...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/f6dcc554-94ef-4e55-b1e4-a6becb3f04fb/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States COVID-19 Case Count
Get cumulative United States COVID-19 case count daily.
200
Response
{"COVID case numbers and death numbers from the New York Times COVID-19 repository. COVID test numbers from the COVID Tracking Project": {"2020-01-13": "NA", "2020-01-14": "NA", "2020-01-15": "NA", "2020-01-16": "NA", "2020-01-17": "NA", "2020-01-18": "NA", "2020-01-19": "NA", "2020-01-20": "NA", "2020-01-21": 1, "2020...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"COVID case numbers and death numbers from the New York Times COVID-19 repository. COVID test numbers from the COVID Tracking Project": {"type": "object", "properties": {"2020-01-13": {"type": "string"}, "2020-01-14": {"type": "string"}, "20...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/5fd8f617-de79-48d1-b89b-4323956305fd/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States COVID-19 Death Count
Get cumulative United States COVID-19 death count daily.
200
Response
{"COVID case numbers and death numbers from the New York Times COVID-19 repository. COVID test numbers from the COVID Tracking Project": {"2020-01-13": "NA", "2020-01-14": "NA", "2020-01-15": "NA", "2020-01-16": "NA", "2020-01-17": "NA", "2020-01-18": "NA", "2020-01-19": "NA", "2020-01-20": "NA", "2020-01-21": 0, "2020...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"COVID case numbers and death numbers from the New York Times COVID-19 repository. COVID test numbers from the COVID Tracking Project": {"type": "object", "properties": {"2020-01-13": {"type": "string"}, "2020-01-14": {"type": "string"}, "20...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/55e5105e-b840-471b-a473-bc94b87d8f3d/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States COVID-19 New Case Count
Get United States COVID-19 new case count daily.
200
Response
{"COVID case numbers and death numbers from the New York Times COVID-19 repository. COVID test numbers from the COVID Tracking Project": {"2020-01-13": "NA", "2020-01-14": "NA", "2020-01-15": "NA", "2020-01-16": "NA", "2020-01-17": "NA", "2020-01-18": "NA", "2020-01-19": "NA", "2020-01-20": "NA", "2020-01-21": "NA", "2...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"COVID case numbers and death numbers from the New York Times COVID-19 repository. COVID test numbers from the COVID Tracking Project": {"type": "object", "properties": {"2020-01-13": {"type": "string"}, "2020-01-14": {"type": "string"}, "20...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/790058a6-5fcd-41a4-a6db-4d720217d1fb/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States COVID-19 New Death Count
Get United States COVID-19 new death count daily.
200
Response
{"COVID case numbers and death numbers from the New York Times COVID-19 repository. COVID test numbers from the COVID Tracking Project": {"2020-01-13": "NA", "2020-01-14": "NA", "2020-01-15": "NA", "2020-01-16": "NA", "2020-01-17": "NA", "2020-01-18": "NA", "2020-01-19": "NA", "2020-01-20": "NA", "2020-01-21": "NA", "2...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"COVID case numbers and death numbers from the New York Times COVID-19 repository. COVID test numbers from the COVID Tracking Project": {"type": "object", "properties": {"2020-01-13": {"type": "string"}, "2020-01-14": {"type": "string"}, "20...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/13b7a5dc-8970-4b97-920f-cd333e5cfb61/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States COVID-19 New Test Count
Get United States COVID-19 new test count daily.
200
Response
{"COVID case numbers and death numbers from the New York Times COVID-19 repository. COVID test numbers from the COVID Tracking Project": {"2020-01-13": "NA", "2020-01-14": "NA", "2020-01-15": "NA", "2020-01-16": "NA", "2020-01-17": "NA", "2020-01-18": "NA", "2020-01-19": "NA", "2020-01-20": 0, "2020-01-21": 0, "2020-01...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"COVID case numbers and death numbers from the New York Times COVID-19 repository. COVID test numbers from the COVID Tracking Project": {"type": "object", "properties": {"2020-01-13": {"type": "string"}, "2020-01-14": {"type": "string"}, "20...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/b3bd75bd-4bf4-4a07-b649-275682fbbd81/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States Continued Claims Count
Get weekly count of continued claims, combining Regular, PUA and PEUC claims.
200
Response
{"Unemployment insurance claims data from the Department of Labor (national and state-level) and numerous individual state agencies (county-level)": {"2020-01-04": 2128086, "2020-01-11": 2233089, "2020-01-18": 2117818, "2020-01-25": 2057153, "2020-02-01": 2129212, "2020-02-08": 2063683, "2020-02-15": 2077699, "2020-02-...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Unemployment insurance claims data from the Department of Labor (national and state-level) and numerous individual state agencies (county-level)": {"type": "object", "properties": {"2020-01-04": {"type": "integer"}, "2020-01-11": {"type": "...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/bd1d1f85-dfeb-43fd-b576-a2d9c08c35b6/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States Employment
Get daily average percent change of employment relative to January 4 - 31, 2020.
200
Response
{"Employment levels relative to Jan 4-31 from Paychex, Intuit, Earnin and Kronos.": {"2020-01-14": -0.00987, "2020-01-15": -0.00298, "2020-01-16": 0.00399, "2020-01-17": 0.0063, "2020-01-18": 0.0083, "2020-01-19": 0.01, "2020-01-20": 0.0114, "2020-01-21": 0.0125, "2020-01-22": 0.0133, "2020-01-23": 0.0138, "2020-01-24"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Employment levels relative to Jan 4-31 from Paychex, Intuit, Earnin and Kronos.": {"type": "object", "properties": {"2020-01-14": {"type": "number"}, "2020-01-15": {"type": "number"}, "2020-01-16": {"type": "number"}, "2020-01-17": {"type":...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/62f2681c-e005-4718-a192-5d6c93b03ed1/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States Job Postings
Get weekly average percent change of job postings relative to January 4 - 31, 2020.
200
Response
{"Average level of job postings relative to January 4-31 2020 from Burning Glass Technologies": {"2020-01-10": -0.0531, "2020-01-17": 0.108, "2020-01-24": -0.0752, "2020-01-31": 0.0202, "2020-02-07": -0.101, "2020-02-14": 0.192, "2020-02-21": 0.049, "2020-02-28": 0.0659, "2020-03-06": 0.00709, "2020-03-13": 0.00201, "2...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Average level of job postings relative to January 4-31 2020 from Burning Glass Technologies": {"type": "object", "properties": {"2020-01-10": {"type": "number"}, "2020-01-17": {"type": "number"}, "2020-01-24": {"type": "number"}, "2020-01-3...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/df9d9c98-6732-4516-8063-02aba91027e8/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States Retail and Recreation Mobility
Get daily United States percentage change in time spent at retail and recreation.
200
Response
{"GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports": {"2020-02-24": 0.03, "2020-02-25": 0.0357, "2020-02-26": 0.0429, "2020-02-27": 0.0529, "2020-02-28": 0.0614, "2020-02-29": 0.0686, "2020-03-01": 0.0771, "2020-03-02": 0.0843, "2020-03-03": 0.0943, "2020-03-04": 0.0957, "20...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports": {"type": "object", "properties": {"2020-02-24": {"type": "number"}, "2020-02-25": {"type": "number"}, "2020-02-26": {"type": "number"}, "2020-02...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/5deb57ab-0859-4497-a3b4-9e25e45c980f/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States Small Businesses Open
Get daily United States 7 day moving average percentage change of small businesses open seasonally adjusted relative to January 4 - 31, 2020.
200
Response
{"Small business openings and revenue data from Womply": {"2020-01-10": -0.00278, "2020-01-11": -0.00375, "2020-01-12": -0.00384, "2020-01-13": -0.00691, "2020-01-14": -0.00854, "2020-01-15": -0.0101, "2020-01-16": -0.0111, "2020-01-17": -0.00864, "2020-01-18": -0.00512, "2020-01-19": -0.00395, "2020-01-20": -0.00127, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Small business openings and revenue data from Womply": {"type": "object", "properties": {"2020-01-10": {"type": "number"}, "2020-01-11": {"type": "number"}, "2020-01-12": {"type": "number"}, "2020-01-13": {"type": "number"}, "2020-01-14": {...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/6218d1cf-8b4a-4ffc-b07f-ac2dace6f75e/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States Small Businesses Revenue
Get daily United States 7 day moving average percentage change of small businesses revenue seasonally adjusted relative to January 4 - 31, 2020.
200
Response
{"Small business openings and revenue data from Womply": {"2020-01-10": -0.0272, "2020-01-11": -0.0159, "2020-01-12": -0.0103, "2020-01-13": -0.02, "2020-01-14": -0.015, "2020-01-15": -0.0115, "2020-01-16": -0.00929, "2020-01-17": -0.00599, "2020-01-18": -0.00293, "2020-01-19": -5e-06, "2020-01-20": 0.00319, "2020-01-2...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Small business openings and revenue data from Womply": {"type": "object", "properties": {"2020-01-10": {"type": "number"}, "2020-01-11": {"type": "number"}, "2020-01-12": {"type": "number"}, "2020-01-13": {"type": "number"}, "2020-01-14": {...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/802c76c6-818d-4829-ae32-dc89ade89ebf/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States Away from Home Mobility
Get daily United States percentage change in time spent away from home.
200
Response
{"GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports": {"2020-02-24": 0.00258, "2020-02-25": 0.00397, "2020-02-26": 0.00557, "2020-02-27": 0.00701, "2020-02-28": 0.00839, "2020-02-29": 0.0109, "2020-03-01": 0.0109, "2020-03-02": 0.0126, "2020-03-03": 0.014, "2020-03-04": 0.014...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports": {"type": "object", "properties": {"2020-02-24": {"type": "number"}, "2020-02-25": {"type": "number"}, "2020-02-26": {"type": "number"}, "2020-02...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/f1c405f9-d7fc-40e4-93c9-95bb770ad6aa/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States Card Spending
Get daily United States 7 day moving average percentage change in credit and debit card spending seasonally adjusted relative to January 4 - 31, 2020.
200
Response
{"Credit/debit card spending relative to January 4-31 2020, seasonally adjusted, 7 day moving average from Affinity Solutions": {"2019-01-07": "NA", "2019-01-08": "NA", "2019-01-09": "NA", "2019-01-10": "NA", "2019-01-11": "NA", "2019-01-12": "NA", "2019-01-13": "NA", "2019-01-14": "NA", "2019-01-15": "NA", "2019-01-16...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Credit/debit card spending relative to January 4-31 2020, seasonally adjusted, 7 day moving average from Affinity Solutions": {"type": "object", "properties": {"2019-01-07": {"type": "string"}, "2019-01-08": {"type": "string"}, "2019-01-09"...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/00a8827a-1379-4080-bfb3-abba55f21d45/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States Grocery and Pharmacy Mobility
Get daily United States percentage change in time spent at grocery and pharmacy.
200
Response
{"GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports": {"2020-02-24": 0.00571, "2020-02-25": 0.00857, "2020-02-26": 0.0114, "2020-02-27": 0.0157, "2020-02-28": 0.0229, "2020-02-29": 0.0286, "2020-03-01": 0.0371, "2020-03-02": 0.0443, "2020-03-03": 0.0571, "2020-03-04": 0.0629,...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports": {"type": "object", "properties": {"2020-02-24": {"type": "number"}, "2020-02-25": {"type": "number"}, "2020-02-26": {"type": "number"}, "2020-02...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/4adca48b-d509-4519-9972-1ef59b4e9931/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States Parks Mobility
Get daily United States percentage change in time spent at parks.
200
Response
{"GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports": {"2020-02-24": 0.11, "2020-02-25": 0.114, "2020-02-26": 0.11, "2020-02-27": 0.121, "2020-02-28": 0.13, "2020-02-29": 0.127, "2020-03-01": 0.12, "2020-03-02": 0.121, "2020-03-03": 0.137, "2020-03-04": 0.154, "2020-03-05": 0...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports": {"type": "object", "properties": {"2020-02-24": {"type": "number"}, "2020-02-25": {"type": "number"}, "2020-02-26": {"type": "number"}, "2020-02...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/5bccb402-4b18-4c04-8b04-8a566b321cbb/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States Residential Mobility
Get daily United States percentage change in time spent at residential.
200
Response
{"GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports": {"2020-02-24": 0, "2020-02-25": -0.00143, "2020-02-26": -0.00286, "2020-02-27": -0.00429, "2020-02-28": -0.00571, "2020-02-29": -0.00714, "2020-03-01": -0.00714, "2020-03-02": -0.00857, "2020-03-03": -0.01, "2020-03-04": -...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports": {"type": "object", "properties": {"2020-02-24": {"type": "integer"}, "2020-02-25": {"type": "number"}, "2020-02-26": {"type": "number"}, "2020-0...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/6fd42215-7cb6-4fa2-9f59-82309942bda5/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States Transit Stations Mobility
Get daily United States percentage change in time spent inside transit stations.
200
Response
{"GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports": {"2020-02-24": 0.02, "2020-02-25": 0.0214, "2020-02-26": 0.0243, "2020-02-27": 0.03, "2020-02-28": 0.0357, "2020-02-29": 0.0386, "2020-03-01": 0.0414, "2020-03-02": 0.0429, "2020-03-03": 0.0443, "2020-03-04": 0.0429, "2020...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports": {"type": "object", "properties": {"2020-02-24": {"type": "number"}, "2020-02-25": {"type": "number"}, "2020-02-26": {"type": "number"}, "2020-02...
3fe85019-78f7-4e8d-8ee7-dc3a3f07edaf/ee9a2616-131b-47c6-9345-80966ba766d1/0/0
COVID-19 Economic Impact
Get a real-time picture of economic indicators such as employment rates, consumer spending, mobility data, small business data, and COVID-19 health information.
5
United States Work Places Mobility
Get daily United States percentage change in time spent at work places.
200
Response
{"GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports": {"2020-02-24": 0.0143, "2020-02-25": 0.0171, "2020-02-26": 0.0186, "2020-02-27": 0.0214, "2020-02-28": 0.0243, "2020-02-29": 0.0243, "2020-03-01": 0.0257, "2020-03-02": 0.0257, "2020-03-03": 0.0257, "2020-03-04": 0.0271, "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports": {"type": "object", "properties": {"2020-02-24": {"type": "number"}, "2020-02-25": {"type": "number"}, "2020-02-26": {"type": "number"}, "2020-02...
07b9ecd4-6478-4eef-b01b-4f2e2e98e790/a089df49-b8d4-4e1e-ba8e-e52e26199d51/0/0
CNBC
This API helps to query for business news and live market data to create a financial site such as cnbc.com
9.6
symbols/translate
Get issueId from specific symbol
200
Response
{"issueId": "24812378", "errorMessage": "", "errorCode": ""}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"issueId": {"type": "string"}, "errorMessage": {"type": "string"}, "errorCode": {"type": "string"}}, "required": ["errorCode", "errorMessage", "issueId"]}
07b9ecd4-6478-4eef-b01b-4f2e2e98e790/ca50f002-faec-41a0-af5c-b92244f278e8/0/0
CNBC
This API helps to query for business news and live market data to create a financial site such as cnbc.com
9.6
symbols/get-peers
Get peers relating to stock quote, index, exchange, etc...
200
Response
{"Peers": [{"Company": "Apple Inc", "Symbol": "AAPL", "Rating": "Buy", "Price": 168.88, "PriceDate": "2022-02-17T21:15:00Z", "Change": 0, "ChangePct": 0, "MarketCap": 2755721166848, "PECurrFY": 27.42, "GrowthRate5Y": 8.415, "IssueId": 36276}, {"Company": "HP Inc", "Symbol": "HPQ", "Rating": "Hold", "Price": 36.42, "Pri...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Peers": {"type": "array", "items": {"type": "object", "properties": {"Company": {"type": "string"}, "Symbol": {"type": "string"}, "Rating": {"type": "string"}, "Price": {"type": "number"}, "PriceDate": {"type": "string"}, "Change": {"type":...
07b9ecd4-6478-4eef-b01b-4f2e2e98e790/2f02dd73-0024-4ae6-9d3b-4f3aae9d3f6c/0/0
CNBC
This API helps to query for business news and live market data to create a financial site such as cnbc.com
9.6
symbols/get-summary
Get summary information of stock quote, index, exchange, etc...
200
Response
{"ITVQuoteResult": {"xmlns": "http://quote.cnbc.com/services/ItvQuote/2006", "xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance", "ITVQuote": [{"symbol": "AAPL", "yrlodate": "03/08/21", "curmktstatus": "POST_MKT", "mktcapView": "2,756,027.18M", "source": "Last NYSE Arca, VOL From CTA", "type": "STOCK", "DEBTEQTYQ"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ITVQuoteResult": {"type": "object", "properties": {"xmlns": {"type": "string"}, "xmlns:xsi": {"type": "string"}, "ITVQuote": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "yrlodate": {"type": "st...
07b9ecd4-6478-4eef-b01b-4f2e2e98e790/577cd135-0bb8-4627-b9cf-ad8f1ad68dc6/0/0
CNBC
This API helps to query for business news and live market data to create a financial site such as cnbc.com
9.6
symbols/get-fundamentals
Get fundamental information of stock quote, index, exchange, etc...
200
Response
{"36276": {"Ranges": [{"Name": "52-Wk Hi/Lo", "HighValue": "182.94", "HighValueRaw": "182.94", "HighDate": "01/04/22", "LowValue": "116.21", "LowValueRaw": "116.21", "LowDate": "03/08/21"}, {"Name": "5-Yr Hi/Lo", "HighValue": "182.94", "HighValueRaw": "182.94", "HighDate": "01/04/22", "LowValue": "33.78", "LowValueRaw"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"36276": {"type": "object", "properties": {"Ranges": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "HighValue": {"type": "string"}, "HighValueRaw": {"type": "string"}, "HighDate": {"type": "string"}...
07b9ecd4-6478-4eef-b01b-4f2e2e98e790/ce698f27-9aa5-480d-9c81-35838ad55161/0/0
CNBC
This API helps to query for business news and live market data to create a financial site such as cnbc.com
9.6
symbols/v2/get-chart
Get raw data to draw price line chart of stock quote, index, exchange, etc...
200
Response
{"Dates": ["2022-02-17T14:35:00", "2022-02-17T14:39:59", "2022-02-17T14:44:59", "2022-02-17T14:50:00", "2022-02-17T14:55:00", "2022-02-17T15:00:00", "2022-02-17T15:04:59", "2022-02-17T15:09:59", "2022-02-17T15:15:00", "2022-02-17T15:20:00", "2022-02-17T15:24:59", "2022-02-17T15:29:59", "2022-02-17T15:35:00", "2022-02-1...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Dates": {"type": "array", "items": {"type": "string"}}, "NormalizeDate": {"type": "string"}, "NormalizeCloseValue": {"type": "number"}, "Status": {"type": "integer"}, "StatusString": {"type": "string"}, "MetaData": {"type": "object", "prope...
07b9ecd4-6478-4eef-b01b-4f2e2e98e790/5090aa5f-c129-499d-89b6-ad3311946dd8/0/0
CNBC
This API helps to query for business news and live market data to create a financial site such as cnbc.com
9.6
symbols/get-profile
Get summary information of stock quote, index, exchange, etc...
200
Response
{"Symbol": "AAPL", "Address1": "1 Apple Park Way", "Address2": "--", "City": "Cupertino", "State": "CA", "Zip": "95014-0642", "Url": "http://www.apple.com", "Phone": "+1 408 996-1010", "Description": "--", "DescriptionLong": "Apple Inc. designs, manufactures and markets smartphones, personal computers, tablets, wearabl...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Symbol": {"type": "string"}, "Address1": {"type": "string"}, "Address2": {"type": "string"}, "City": {"type": "string"}, "State": {"type": "string"}, "Zip": {"type": "string"}, "Url": {"type": "string"}, "Phone": {"type": "string"}, "Descri...
07b9ecd4-6478-4eef-b01b-4f2e2e98e790/e239f532-542c-4fa5-8032-d23686c6ddf9/0/0
CNBC
This API helps to query for business news and live market data to create a financial site such as cnbc.com
9.6
v2/auto-complete
Get auto suggestion by familiar terms or phrase
200
Response
{"data": {"symbolEntries": {"__typename": "searchType", "tags": [{"__typename": "searchTags", "group": "ticker", "results": [{"__typename": "security", "name": "Tesla Inc", "issueId": 24812378, "issuerId": 74213, "exchangeName": "NASDAQ", "subType": "STOCK", "symbol": "TSLA", "countryCode": "US"}, {"__typename": "secur...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"symbolEntries": {"type": "object", "properties": {"__typename": {"type": "string"}, "tags": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "group": {"...
07b9ecd4-6478-4eef-b01b-4f2e2e98e790/3b04f0ee-844c-4150-a147-a2f37ac8dc4e/0/0
CNBC
This API helps to query for business news and live market data to create a financial site such as cnbc.com
9.6
get-meta-data
Get meta data that supports for other endpoints
200
Response
{"version": 1, "appversion": "4.4.0", "content": {"marketPanelSources": {"domestic": {"defaultVariant": {"schedule": [{"day": 1, "timeframes": [{"start": "0:00", "panelId": 100003242}, {"start": "18:00", "panelId": 17689937}, {"start": "20:00", "panelId": 10000527}]}, {"day": 2, "timeframes": [{"start": "0:00", "panelI...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"version": {"type": "integer"}, "appversion": {"type": "string"}, "content": {"type": "object", "properties": {"marketPanelSources": {"type": "object", "properties": {"domestic": {"type": "object", "properties": {"defaultVariant": {"type": "...
07b9ecd4-6478-4eef-b01b-4f2e2e98e790/bf68f4a6-3b8d-4a5c-aab9-bc2ce7260295/0/0
CNBC
This API helps to query for business news and live market data to create a financial site such as cnbc.com
9.6
market/list-indices
List all available indices
200
Response
{"ITVQuoteResult": {"xmlns": "http://quote.cnbc.com/services/ItvQuote/2006", "xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance", "ITVQuote": [{"symbol": ".N225", "yrlodate": "01/27/22", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ITVQuoteResult": {"type": "object", "properties": {"xmlns": {"type": "string"}, "xmlns:xsi": {"type": "string"}, "ITVQuote": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "yrlodate": {"type": "st...
5957aa77-a167-4eb1-ade0-f32a09749fe9/25b8a416-334f-4d0c-b282-20c243520a11/0/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/currencies
Fetch a list of supported currencies
401
Response
{"error": "API key not valid (2)"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/25b8a416-334f-4d0c-b282-20c243520a11/1/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/currencies
Fetch a list of supported currencies
400
Example_1
{"error": "Bad Request"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/25b8a416-334f-4d0c-b282-20c243520a11/2/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/currencies
Fetch a list of supported currencies
200
Response
{"currencies": {"AED": "United Arab Emirates Dirham", "AFN": "Afghan Afghani", "ALL": "Albanian Lek", "AMD": "Armenian Dram", "ANG": "Dutch Guilders", "AOA": "Angolan Kwanza", "ARS": "Argentine Peso", "AUD": "Australian Dollar", "AWG": "Aruban Florin", "AZN": "Azerbaijani Manat", "BAM": "Bosnia-Herzegovina Convertible ...
{"type": "object", "properties": {"ms": {"type": "number", "format": "int32", "description": "Server response time in milliseconds", "minimum": -2147483648, "maximum": 2147483647}, "currencies": {"type": "object", "minProperties": 130, "additionalProperties": {"type": "string"}}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/25b8a416-334f-4d0c-b282-20c243520a11/3/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/currencies
Fetch a list of supported currencies
429
Example_1
{"error": "Rate limit exceeded"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/d1b572da-ac0e-40f9-a234-f3b5b803b796/0/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/fetch-one
Fetch a single currency exchange rate
200
Response
{"base": "EUR", "result": {"USD": 1.12176}, "updated": "2022-02-24 10:04:40", "ms": 2}
{"type": "object", "properties": {"base": {"type": "string", "pattern": "[A-Z]{3}", "description": "Three letter currency code"}, "updated": {"type": "string", "pattern": "[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}", "description": "UTC/GMT datetime YYYY-MM-DD HH:MM:SS"}, "ms": {"type": "number", "format": "...
5957aa77-a167-4eb1-ade0-f32a09749fe9/d1b572da-ac0e-40f9-a234-f3b5b803b796/1/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/fetch-one
Fetch a single currency exchange rate
401
Response
{"error": "API key not valid (2)"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/d1b572da-ac0e-40f9-a234-f3b5b803b796/2/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/fetch-one
Fetch a single currency exchange rate
400
Response
{"error": "Invalid/unsupported target currency: [USD,EUR]"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/d1b572da-ac0e-40f9-a234-f3b5b803b796/3/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/fetch-one
Fetch a single currency exchange rate
403
Example_1
{"error": "Forbidden"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/d1b572da-ac0e-40f9-a234-f3b5b803b796/4/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/fetch-one
Fetch a single currency exchange rate
429
Example_1
{"error": "Rate limit exceeded"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/e540a157-16ad-4527-a3b1-d531992bdd7b/0/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/fetch-all
Fetch all available currency rates
200
Response
{"base": "EUR", "results": {"AED": 4.10354, "AFN": 102.50457, "ALL": 121.32509, "AMD": 536.40086, "ANG": 2.00777, "AOA": 563.77428, "ARS": 119.91643, "AUD": 1.55869, "AWG": 2.02177, "AZN": 1.91308, "BAM": 1.95917, "BBD": 2.23363, "BDT": 94.82657, "BGN": 1.94594, "BHD": 0.4203, "BIF": 2250.54003, "BMD": 1.11646, "BND": ...
{"type": "object", "properties": {"base": {"type": "string", "pattern": "[A-Z]{3}", "description": "Three letter currency code"}, "updated": {"type": "string", "pattern": "[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}", "description": "UTC/GMT datetime YYYY-MM-DD HH:MM:SS"}, "ms": {"type": "number", "format": "...
5957aa77-a167-4eb1-ade0-f32a09749fe9/e540a157-16ad-4527-a3b1-d531992bdd7b/1/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/fetch-all
Fetch all available currency rates
429
Example_1
{"error": "Rate limit exceeded"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/e540a157-16ad-4527-a3b1-d531992bdd7b/2/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/fetch-all
Fetch all available currency rates
403
Example_1
{"error": "Forbidden"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/e540a157-16ad-4527-a3b1-d531992bdd7b/3/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/fetch-all
Fetch all available currency rates
401
Response
{"error": "API key not valid (2)"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/e540a157-16ad-4527-a3b1-d531992bdd7b/4/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/fetch-all
Fetch all available currency rates
400
Response
{"error": "Invalid/unsupported target currency: [EURR]"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/14484574-41fb-47ae-a2b8-7ca267826b7f/0/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/fetch-multi
Fetch multiple currency rates at once
200
Response
{"base": "USD", "results": {"EUR": 0.89504, "GBP": 0.74654}, "updated": "2022-02-24 11:58:40", "ms": 7}
{"type": "object", "properties": {"base": {"type": "string", "pattern": "[A-Z]{3}", "description": "Three letter currency code"}, "updated": {"type": "string", "pattern": "[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}", "description": "UTC/GMT datetime YYYY-MM-DD HH:MM:SS"}, "ms": {"type": "number", "format": "...
5957aa77-a167-4eb1-ade0-f32a09749fe9/14484574-41fb-47ae-a2b8-7ca267826b7f/1/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/fetch-multi
Fetch multiple currency rates at once
400
Response
{"error": "Invalid/unsupported target currency: [KKK]"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/14484574-41fb-47ae-a2b8-7ca267826b7f/2/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/fetch-multi
Fetch multiple currency rates at once
403
Example_1
{"error": "Forbidden"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/14484574-41fb-47ae-a2b8-7ca267826b7f/3/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/fetch-multi
Fetch multiple currency rates at once
429
Example_1
{"error": "Rate limit exceeded"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/14484574-41fb-47ae-a2b8-7ca267826b7f/4/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/fetch-multi
Fetch multiple currency rates at once
401
Response
{"error": "API key not valid (2)"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/a019b82a-4de0-4359-9ab1-1eca68045ec7/0/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/historical
Fetch exchange rates for a date in the past
400
Response
{"error": "Invalid/unsupported target currency: [USDD]"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/a019b82a-4de0-4359-9ab1-1eca68045ec7/1/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/historical
Fetch exchange rates for a date in the past
404
Example_1
{"error": "Not Found"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/a019b82a-4de0-4359-9ab1-1eca68045ec7/2/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/historical
Fetch exchange rates for a date in the past
403
Example_1
{"error": "Forbidden"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/a019b82a-4de0-4359-9ab1-1eca68045ec7/3/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/historical
Fetch exchange rates for a date in the past
200
Response
{"date": "2022-02-22", "base": "USD", "results": {"EUR": 0.88165}, "ms": 4}
{"type": "object", "properties": {"base": {"type": "string", "pattern": "[A-Z]{3}", "description": "Three letter currency code"}, "date": {"type": "string", "pattern": "[0-9]{4}-[0-9]{2}-[0-9]{2}", "description": "UTC/GMT date YYYY-MM-DD"}, "ms": {"type": "number", "format": "int32", "description": "Server response tim...
5957aa77-a167-4eb1-ade0-f32a09749fe9/a019b82a-4de0-4359-9ab1-1eca68045ec7/4/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/historical
Fetch exchange rates for a date in the past
401
Response
{"error": "API key not valid (2)"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]}
5957aa77-a167-4eb1-ade0-f32a09749fe9/dbfc1b9c-143c-43d8-a79e-b2f7b66069ab/0/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/convert
Convert an amount of one currency into another currency
200
Response
{"base": "USD", "amount": 10, "result": {"EUR": 8.95, "rate": 0.89492}, "ms": 5}
{"type": "object", "properties": {"base": {"type": "string", "pattern": "[A-Z]{3}", "description": "Three letter currency code"}, "ms": {"type": "number", "format": "int32", "description": "Server response time in milliseconds", "minimum": -2147483648, "maximum": 2147483647}, "amount": {"type": "number", "format": "flo...
5957aa77-a167-4eb1-ade0-f32a09749fe9/dbfc1b9c-143c-43d8-a79e-b2f7b66069ab/1/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/convert
Convert an amount of one currency into another currency
403
Example_1
{"error": "Forbidden"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/dbfc1b9c-143c-43d8-a79e-b2f7b66069ab/2/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/convert
Convert an amount of one currency into another currency
401
Response
{"error": "API key not valid (2)"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/dbfc1b9c-143c-43d8-a79e-b2f7b66069ab/3/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/convert
Convert an amount of one currency into another currency
400
Response
{"error": "Invalid/unsupported target currency: [EURR]"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
5957aa77-a167-4eb1-ade0-f32a09749fe9/dbfc1b9c-143c-43d8-a79e-b2f7b66069ab/4/0
CurrencyConverter
Powered by 15+ exchange rate data sources, the API delivers 3 minutes updated exchange rates for 150 currencies
8.8
/convert
Convert an amount of one currency into another currency
429
Example_1
{"error": "Rate limit exceeded"}
{"type": "object", "properties": {"error": {"type": "string", "description": "The occurred error"}}}
c0c556ff-55fb-4334-b5a6-44394849caa1/fe195beb-10e4-4d56-b68e-3a2c245a957f/0/0
Investing - Cryptocurrency Markets
These APIs provide data of all cryptocurrencies, markets, ideal for tracking prices and exchange rates.
9.6
coins/list-pairs
List available crypto pairs
200
Response
{"data": [{"screen_ID": "82", "screen_data": {"pairs_data": [{"pair_ID": 945629, "last": "40,728.0", "change_percent_val": "-7.16", "change_precent": "(-7.16%)", "change_val": "-3143.0", "change": "-3143.0", "pair_change_color": "#fa4545", "localized_last_step_arrow": "down_red", "exchange_is_open": true, "last_timesta...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"screen_ID": {"type": "string"}, "screen_data": {"type": "object", "properties": {"pairs_data": {"type": "array", "items": {"type": "object", "properties": {"pair_ID": {"ty...
c0c556ff-55fb-4334-b5a6-44394849caa1/2d32f4a5-c29a-499c-a410-aaa2f22787d6/0/0
Investing - Cryptocurrency Markets
These APIs provide data of all cryptocurrencies, markets, ideal for tracking prices and exchange rates.
9.6
coins/get-news
Get news relating to specific cryptocurrency
200
Response
{"data": [{"screen_ID": "23", "screen_data": {"ob": "Yes", "next_page": 2, "news": [{"news_ID": 2766973, "hash": "e3bdffd6803e505d58849cf122594e05", "providerId": "77", "itemCategoryTags": "301", "news_provider_name": "U.Today", "last_updated": "2022-02-18 07:01:19", "last_updated_uts": 1645167679, "type": "text", "HEA...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"screen_ID": {"type": "string"}, "screen_data": {"type": "object", "properties": {"ob": {"type": "string"}, "next_page": {"type": "integer"}, "news": {"type": "array", "ite...
c0c556ff-55fb-4334-b5a6-44394849caa1/091a3b72-6988-42d8-8d86-e47d06bfba2a/0/0
Investing - Cryptocurrency Markets
These APIs provide data of all cryptocurrencies, markets, ideal for tracking prices and exchange rates.
9.6
coins/search
Search for available cryptocurrencies relating to a word, name, etc...
200
Response
{"data": {"pairs_attr": [{"pair_ID": 945629, "search_main_text": "BTC/USD", "search_main_subtext": "Bitfinex", "search_main_longtext": "BTC/USD", "exchange_flag_ci": 241}, {"pair_ID": 1057391, "search_main_text": "BTC/USD", "search_main_subtext": "Index - Investing.com", "search_main_longtext": "Bitcoin", "exchange_fla...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"pairs_attr": {"type": "array", "items": {"type": "object", "properties": {"pair_ID": {"type": "integer"}, "search_main_text": {"type": "string"}, "search_main_subtext": {"type": "string"}, "search_m...
c0c556ff-55fb-4334-b5a6-44394849caa1/6d89d8cc-e5a3-4706-9bda-c6c1d0e426dd/0/0
Investing - Cryptocurrency Markets
These APIs provide data of all cryptocurrencies, markets, ideal for tracking prices and exchange rates.
9.6
coins/get-analysis
Get analysis opinion from expert for specific cryptocurrency
200
Response
{"data": [{"screen_ID": "24", "screen_data": {"ob": "Yes", "next_page": 2, "analysis": [{"hash": "eea054eca45529f7fd3ebe08a5044e63", "article_title": "$314 Million Worth Liquidated As Bitcoin Dips to Fresh Lows Near $40K; DIA Defies Selloff; Here Is What Analysts Say", "article_ID": 200618236, "article_masterid": 12514...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"screen_ID": {"type": "string"}, "screen_data": {"type": "object", "properties": {"ob": {"type": "string"}, "next_page": {"type": "integer"}, "analysis": {"type": "array", ...
c0c556ff-55fb-4334-b5a6-44394849caa1/ba3c235a-28a4-4b5e-9327-8c4ccec661f8/0/0
Investing - Cryptocurrency Markets
These APIs provide data of all cryptocurrencies, markets, ideal for tracking prices and exchange rates.
9.6
coins/get-fullsize-chart
Get fullsize chart of specific cryptocurrency
200
Response
{"pair_data": {}, "quotes_data": {"interval_node": [{"start_timestamp": "1644838200", "open": "170217", "close": "170898", "min": "170217", "max": "170898", "volume": "0"}, {"start_timestamp": "1644837300", "open": "170899", "close": "170217", "min": "170217", "max": "170899", "volume": "0"}, {"start_timestamp": "16448...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"pair_data": {"type": "object"}, "quotes_data": {"type": "object", "properties": {"interval_node": {"type": "array", "items": {"type": "object", "properties": {"start_timestamp": {"type": "string"}, "open": {"type": "string"}, "close": {"typ...
c0c556ff-55fb-4334-b5a6-44394849caa1/aef6b1f5-0cc8-4554-b2d0-4485bebe0401/0/0
Investing - Cryptocurrency Markets
These APIs provide data of all cryptocurrencies, markets, ideal for tracking prices and exchange rates.
9.6
coins/get-historical-data
Get historical data of specific cryptocurrency
200
Response
{"data": [{"screen_ID": "63", "screen_data": {"columns": {"date": "Date", "price": "Price", "open": "Open", "high": "High", "low": "Low", "vol": "Vol.", "perc_chg": "Chg. %"}, "columns_order": ["date", "price", "open", "high", "low", "vol", "perc_chg"], "data": [{"date": 1582041600, "price": "38,100.01", "open": "40,29...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"screen_ID": {"type": "string"}, "screen_data": {"type": "object", "properties": {"columns": {"type": "object", "properties": {"date": {"type": "string"}, "price": {"type":...
c0c556ff-55fb-4334-b5a6-44394849caa1/79d038f1-a551-43ac-a977-71cad94a38d7/0/0
Investing - Cryptocurrency Markets
These APIs provide data of all cryptocurrencies, markets, ideal for tracking prices and exchange rates.
9.6
coins/get-markets
Get market information of specific cryptocurrency in specified currency
200
Response
{"data": [{"screen_ID": "86", "screen_data": {"additional_currencies": [{"cur_id": "12", "name": "$", "short_name": "USD", "fullname": "US Dollar", "country_id": "5", "is_default": true}, {"cur_id": 8, "name": "zł", "short_name": "PLN", "fullname": "Polish Zloty", "country_id": "53", "is_default": false...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"screen_ID": {"type": "string"}, "screen_data": {"type": "object", "properties": {"additional_currencies": {"type": "array", "items": {"type": "object", "properties": {"cur...
c0c556ff-55fb-4334-b5a6-44394849caa1/cfd6631b-e55e-4778-84ab-87e50bfc8782/0/0
Investing - Cryptocurrency Markets
These APIs provide data of all cryptocurrencies, markets, ideal for tracking prices and exchange rates.
9.6
coins/get-overview
Get overview information of specific cryptocurrency
200
Response
{"data": [{"screen_ID": "22", "screen_data": {"ob": "No", "pairs_data": [{"overview_table": [{"key": "Bid/Ask", "val": "170,291/170,898"}, {"key": "Day's Range", "val": "168,200 - 172,500"}, {"key": "52wk Range", "val": "115,088 - 274,999"}, {"key": "Previous Close", "val": "171,725"}, {"key": "Open", "val": "171,725"}...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"screen_ID": {"type": "string"}, "screen_data": {"type": "object", "properties": {"ob": {"type": "string"}, "pairs_data": {"type": "array", "items": {"type": "object", "pro...
c0c556ff-55fb-4334-b5a6-44394849caa1/c6a3f5da-c891-4e99-a5d4-4d3132585041/0/0
Investing - Cryptocurrency Markets
These APIs provide data of all cryptocurrencies, markets, ideal for tracking prices and exchange rates.
9.6
get-ico-calendar
Get ICO calendar
200
Response
{"data": [{"screen_ID": "76", "screen_data": {"icoData": {"data": [{"ico_id": "1064", "token_symbol": "E2C", "ico_token_name": "Electronic Energy", "ico_category": "Finance", "total_supply": "1.00B", "total_supply_raw": "1000000000", "ico_percent": "50", "token_sale_link": "https://electronicenergycoin.com/?utm_source=...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"screen_ID": {"type": "string"}, "screen_data": {"type": "object", "properties": {"icoData": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "...
c0c556ff-55fb-4334-b5a6-44394849caa1/8551b0d3-cf08-4364-a8f8-d724c124e1b6/0/0
Investing - Cryptocurrency Markets
These APIs provide data of all cryptocurrencies, markets, ideal for tracking prices and exchange rates.
9.6
coins/get-brief-chart
Get brief information chart of specific cryptocurrency
200
Response
{"_comment": "pair_id: 33, interval: 900, candles: 288", "candle_colors": {"up": "#4cd43f", "dn": "#F84545"}, "candles": [{"start_timestamp": 1644752700000, "open": 172314, "max": 172314, "min": 170905, "close": 171945, "navigation": "d", "volume": 1, "vol_open": 26}, {"start_timestamp": 1644753600000, "open": 171945, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"_comment": {"type": "string"}, "candle_colors": {"type": "object", "properties": {"up": {"type": "string"}, "dn": {"type": "string"}}, "required": ["dn", "up"]}, "candles": {"type": "array", "items": {"type": "object", "properties": {"start...
c0c556ff-55fb-4334-b5a6-44394849caa1/37f216bb-c0fb-4f00-ba03-2299ad90be27/0/0
Investing - Cryptocurrency Markets
These APIs provide data of all cryptocurrencies, markets, ideal for tracking prices and exchange rates.
9.6
coins/list
List all available cryptocurrencies
200
Response
{"data": [{"screen_ID": "83", "screen_data": {"next_page": 2, "crypto_data": [{"id": "798", "name": "NuBits", "country_id": "851", "pair_id": 1071450, "currency_symbol": "USNBT", "inst_price_usd": "0.02839", "pair_change_arrow": "up_green", "change_percent_1d": "+1319.25%", "pair_change_percent_numeric": "1319.25", "ch...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"screen_ID": {"type": "string"}, "screen_data": {"type": "object", "properties": {"next_page": {"type": "integer"}, "crypto_data": {"type": "array", "items": {"type": "obje...
c0c556ff-55fb-4334-b5a6-44394849caa1/659a4fb9-0a66-48d1-b55a-77090bb3a7ab/0/0
Investing - Cryptocurrency Markets
These APIs provide data of all cryptocurrencies, markets, ideal for tracking prices and exchange rates.
9.6
currencies/get-rate
Get exchange rate between two different currencies
200
Response
{"data": [[{"currency_ID": 12, "basic": "40752.0", "reverse": "0.0000245", "digits": "1"}]]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"currency_ID": {"type": "integer"}, "basic": {"type": "string"}, "reverse": {"type": "string"}, "digits": {"type": "string"}}, "required": ["basi...
0a2fe608-dc57-4195-bb46-c5085ece95cf/e8bc562f-86ff-457c-865c-d0f4dc6961d3/0/0
CNN Fear and greed index
This API service provides real-time and historical metrics on various financial indices designed to gauge market sentiment and trends. For each index, the service offers: Current Data: Updated in real-time, detailing the most recent score, rating, and comparisons to past averages (previous_close, previous_1_week, pre...
null
Get Historical Index Metrics
This API endpoint provides historical metrics for a specified financial index over the past year. Data includes the index's rating, score, and timestamp for each data point. Supported Index Names fear_and_greed market_momentum_sp500 market_momentum_sp125 stock_price_strength stock_price_breadth put_call_options market...
200
Response
{"data": [{"rating": "neutral", "score": 52.1142857142857, "timestamp": "2023-09-08T08:34:16+00:00"}, {"rating": "neutral", "score": 52.1142857142857, "timestamp": "2023-09-08T00:00:00+00:00"}, {"rating": "neutral", "score": 52.1142857142857, "timestamp": "2023-09-07T00:00:00+00:00"}, {"rating": "neutral", "score": 53....
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"rating": {"type": "string"}, "score": {"type": "number"}, "timestamp": {"type": "string"}}, "required": ["rating", "score", "timestamp"]}}}, "required": ["data"]}
0a2fe608-dc57-4195-bb46-c5085ece95cf/2aa4b50b-2b65-402e-9af2-c096bd2a83ed/0/0
CNN Fear and greed index
This API service provides real-time and historical metrics on various financial indices designed to gauge market sentiment and trends. For each index, the service offers: Current Data: Updated in real-time, detailing the most recent score, rating, and comparisons to past averages (previous_close, previous_1_week, pre...
null
Get Index Metrics
This API endpoint retrieves real-time metrics for a specified financial index. It provides the most recent score, rating, and historical values such as previous_close, previous_1_week, previous_1_month, and previous_1_year. Supported Index Names fear_and_greed market_momentum_sp500 market_momentum_sp125 stock_price_st...
200
Response
{"data": {"previous_1_month": 68.7428571428572, "previous_1_week": 57.4, "previous_1_year": 40.371428571428574, "previous_close": 52.8857142857143, "rating": "neutral", "score": 52.1142857142857, "timestamp": "2023-09-08T08:38:16+00:00"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"previous_1_month": {"type": "number"}, "previous_1_week": {"type": "number"}, "previous_1_year": {"type": "number"}, "previous_close": {"type": "number"}, "rating": {"type": "string"}, "score": {"ty...
0a2fe608-dc57-4195-bb46-c5085ece95cf/14576b6e-6955-4b67-a960-8f6d448e7481/0/0
CNN Fear and greed index
This API service provides real-time and historical metrics on various financial indices designed to gauge market sentiment and trends. For each index, the service offers: Current Data: Updated in real-time, detailing the most recent score, rating, and comparisons to past averages (previous_close, previous_1_week, pre...
null
Get Supported Indices
This API endpoint provides a list of all supported financial indices that the service can track and analyze. It's a quick reference point for users to know which metrics they can query for both real-time and historical data.
200
Response
{"data": {"index_name": ["fear_and_greed", "market_momentum_sp500", "market_momentum_sp125", "stock_price_strength", "stock_price_breadth", "put_call_options", "market_volatility_vix", "market_volatility_vix_50", "junk_bond_demand", "safe_haven_demand"]}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"index_name": {"type": "array", "items": {"type": "string"}}}, "required": ["index_name"]}}, "required": ["data"]}
c59493ce-d4f3-4411-9fc3-2e7ee7ae67eb/18fd2bfd-e586-403e-a52d-faacd8c3e82e/0/0
Cryptocurrency Calculator
Calculates the change in monetary value of a purchased cryptocurrency based on its purchase price, it's initial price and final price.
null
Value Change
This will return the unit amount of the cryptocurrency that was purchased, it's change in value, the amount that it changed by, and the percentage difference.
200
New Example
{"amt_purchased": "0.0222222", "new_value": "1222.22", "value_diff": "222.22", "perc_diff": "22.2"}
{"type": "object", "properties": {"amt_purchased": {"type": "string"}, "new_value": {"type": "string"}, "value_diff": {"type": "string"}, "perc_diff": {"type": "string"}}}
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/ff2a77f9-614a-447e-b1e1-f95878fd6a5d/0/0
CriptoBot BR
Technical analysis of crypto assets
null
Get One Pair
Get one coin pair data
200
pair data
{"base": "LTC", "maker": 0.001, "percentage": true, "precision": {"amount": 2, "price": 6}, "quote": "BTC", "symbol": "LTC/BTC", "taker": 0.001}
{"properties": {"base": {"type": "string"}, "maker": {"type": "number"}, "percentage": {"type": "boolean"}, "precision": {"properties": {"amount": {"type": "integer"}, "price": {"type": "integer"}}, "type": "object"}, "quote": {"type": "string"}, "symbol": {"type": "string"}, "taker": {"type": "number"}}, "type": "obje...
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/ff2a77f9-614a-447e-b1e1-f95878fd6a5d/1/0
CriptoBot BR
Technical analysis of crypto assets
null
Get One Pair
Get one coin pair data
404
exchange not found
{"message": "Exchange not found"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/98bc49b4-4c66-4bb6-937b-6c1280d20f70/0/0
CriptoBot BR
Technical analysis of crypto assets
null
signal by strategy
receive candle (or exchange) data and returns signal calculated by strategy. If you do not send ohlcv data, you need to send the following informations in request body: exchange code symbol (base currency / quote currency) timeframe parameters (used from strategy, blank for default)
200
success
{"matrix": [{"close": 1.23e-06, "high": 1.23e-06, "low": 1.2e-06, "open": 1.2e-06, "rsi": null, "timestamp": 1608152400000, "volume": 1015.36666667}, {"close": 1.23e-06, "high": 1.23e-06, "low": 1.23e-06, "open": 1.23e-06, "rsi": null, "timestamp": 1608156000000, "volume": 15.66866267}, {"close": 1.2e-06, "high": 1.21e...
{"properties": {"matrix": {"items": {"type": "object"}, "type": "array"}, "signal": {"type": "integer"}}, "type": "object"}
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/2d426e36-2675-44df-9c2c-83feb846a55c/0/0
CriptoBot BR
Technical analysis of crypto assets
null
Get Pairs
Get coin pairs (base coin and quote coin) available from exchange
404
exchange not found
{"message": "Exchange not found"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/2d426e36-2675-44df-9c2c-83feb846a55c/1/0
CriptoBot BR
Technical analysis of crypto assets
null
Get Pairs
Get coin pairs (base coin and quote coin) available from exchange
200
list of pairs
[{"base": "BTC", "maker": 0.003, "percentage": true, "precision": {"amount": 8, "price": 5}, "quote": "BRL", "suffix": "Bitcoin", "symbol": "BTC/BRL", "taker": 0.006999999999999999}, {"base": "LTC", "maker": 0.003, "percentage": true, "precision": {"amount": 8, "price": 5}, "quote": "BRL", "suffix": "Litecoin", "symbol...
{"items": {"properties": {"base": {"type": "string"}, "maker": {"type": "number"}, "percentage": {"type": "boolean"}, "precision": {"properties": {"amount": {"type": "integer"}, "price": {"type": "integer"}}, "type": "object"}, "quote": {"type": "string"}, "suffix": {"type": "string"}, "symbol": {"type": "string"}, "ta...
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/f37a75b2-914d-49a7-ad74-8501fa21a18a/0/0
CriptoBot BR
Technical analysis of crypto assets
null
Get All Strategies
Returns a list of available strategies
200
list of strategies
[{"code": "RSI", "name": "Relative Strength Index"}, {"code": "MACD", "name": "Moving Average Convergence Divergence"}, {"code": "EMACROSS", "name": "Exponential Moving Average Cross"}]
{"items": {"properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "type": "array"}
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/f37a75b2-914d-49a7-ad74-8501fa21a18a/1/0
CriptoBot BR
Technical analysis of crypto assets
null
Get All Strategies
Returns a list of available strategies
404
New Example
{"message": "Strategy not found"}
{"properties": {"message": {"type": "string"}}, "type": "object"}
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/f37a75b2-914d-49a7-ad74-8501fa21a18a/2/0
CriptoBot BR
Technical analysis of crypto assets
null
Get All Strategies
Returns a list of available strategies
500
Internal Server Error Message
{"message": "Database Error"}
{"items": {"properties": {"active": {"type": "boolean"}, "code": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}, "type": "object"}, "type": "array"}
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/d8237100-7efd-4002-81c0-4667b053ec30/0/0
CriptoBot BR
Technical analysis of crypto assets
null
Get Exchange
LIst all exchanges available
404
Exchange not found
{"message": "Exchange not found"}
{"properties": {"message": {"type": "string"}}, "type": "object"}
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/d8237100-7efd-4002-81c0-4667b053ec30/1/0
CriptoBot BR
Technical analysis of crypto assets
null
Get Exchange
LIst all exchanges available
200
Exchange not found
[{"active": true, "code": "crex24", "id": 1, "name": "Crex24"}]
{"items": {"properties": {"code": {"type": "string"}}, "type": "object"}, "type": "array"}
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/d8237100-7efd-4002-81c0-4667b053ec30/1/1
CriptoBot BR
Technical analysis of crypto assets
null
Get Exchange
LIst all exchanges available
200
List of Exchanges
[{"code": "_1btcxe"}, {"code": "acx"}, {"code": "adara"}]
{"items": {"properties": {"code": {"type": "string"}}, "type": "object"}, "type": "array"}
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/d8237100-7efd-4002-81c0-4667b053ec30/2/0
CriptoBot BR
Technical analysis of crypto assets
null
Get Exchange
LIst all exchanges available
500
New Example
{"message": "Database Error"}
{"properties": {"message": {"type": "string"}}, "type": "object"}
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/be11322f-a386-4f78-a3fe-bd64f693c31e/0/0
CriptoBot BR
Technical analysis of crypto assets
null
Get Candle data
Return data from last 100 candles from a pair by an exchange in a determinate timeframe. A list of exchanges and pairs available can be obtained using another endpoints from API. From timeframes, have a list of determinate values that can be used: - 1m - 5m - 15m - 30m -1h - 2h - 4h - 1d
400
New Example
{"message": "Exchange not found"}
{"properties": {"message": {"type": "string"}}, "type": "object"}
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/be11322f-a386-4f78-a3fe-bd64f693c31e/1/0
CriptoBot BR
Technical analysis of crypto assets
null
Get Candle data
Return data from last 100 candles from a pair by an exchange in a determinate timeframe. A list of exchanges and pairs available can be obtained using another endpoints from API. From timeframes, have a list of determinate values that can be used: - 1m - 5m - 15m - 30m -1h - 2h - 4h - 1d
200
candle data
[{"close": 0.004926, "high": 0.004926, "low": 0.004926, "open": 0.004926, "timestamp": 1608904020000, "volume": 0.006}, {"close": 0.004949, "high": 0.004949, "low": 0.004949, "open": 0.004949, "timestamp": 1608904260000, "volume": 0.72242206}, {"close": 0.00496, "high": 0.00496, "low": 0.004949, "open": 0.004949, "time...
{"items": {"properties": {"close": {"type": "number"}, "high": {"type": "number"}, "low": {"type": "number"}, "open": {"type": "number"}, "timestamp": {"type": "integer"}, "volume": {"type": "number"}}, "type": "object"}, "type": "array"}
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/be11322f-a386-4f78-a3fe-bd64f693c31e/2/0
CriptoBot BR
Technical analysis of crypto assets
null
Get Candle data
Return data from last 100 candles from a pair by an exchange in a determinate timeframe. A list of exchanges and pairs available can be obtained using another endpoints from API. From timeframes, have a list of determinate values that can be used: - 1m - 5m - 15m - 30m -1h - 2h - 4h - 1d
500
Internal server error message
{"message": "Internal server error"}
{"properties": {"message": {"type": "string"}}, "type": "object"}
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/af364a24-de94-4e6a-a60c-8d4fc3c9322d/0/0
CriptoBot BR
Technical analysis of crypto assets
null
Strategy Parameters
return a list of accept parameters for a strategy and your default values
200
parameter list rsi
{"LINE_DOWN": 30, "LINE_UP": 70, "TIME_PERIOD": 14}
{"properties": {"LINE_DOWN": {"type": "integer"}, "LINE_UP": {"type": "integer"}, "TIME_PERIOD": {"type": "integer"}}, "type": "object"}
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/f62bca5f-3c27-45f4-b5b6-5daa9cd77a60/0/0
CriptoBot BR
Technical analysis of crypto assets
null
Get Prices
Get price data (low, high, bid, ask, last and volumes) from a pair on an exchange
500
Internal server error message
{"message": "Internal server error"}
{"properties": {"message": {"type": "string"}}, "type": "object"}
85e8d2ea-0907-4a8b-9e12-7aaf0f76a818/f62bca5f-3c27-45f4-b5b6-5daa9cd77a60/1/0
CriptoBot BR
Technical analysis of crypto assets
null
Get Prices
Get price data (low, high, bid, ask, last and volumes) from a pair on an exchange
400
Validation error message
{"message": "Exchange not found"}
{"properties": {"message": {"type": "string"}}, "type": "object"}