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_percent": 0}, "2022-10-21 23:58:00": {"exchange_rate": 1.014, "change": -0.0087, "change_percent": -0.0085}, "2022-10-22 23:58:00": {"exchange_rate": 1.014, "change": -0.0087, "change_percent": -0.0085}, "2022-10-23 23:58:00": {"exchange_rate": 1.0143, "change": -0.0085, "change_percent": -0.0083}, "2022-10-24 23:58:00": {"exchange_rate": 1.0115, "change": -0.0112, "change_percent": -0.011}, "2022-10-25 23:58:00": {"exchange_rate": 1.0037, "change": -0.019, "change_percent": -0.0186}, "2022-10-26 23:58:00": {"exchange_rate": 0.9909, "change": -0.0318, "change_percent": -0.0311}, "2022-10-27 23:58:00": {"exchange_rate": 1.0033, "change": -0.0194, "change_percent": -0.019}, "2022-10-28 23:58:00": {"exchange_rate": 1.0036, "change": -0.0192, "change_percent": -0.0187}, "2022-10-29 23:58:00": {"exchange_rate": 1.0036, "change": -0.0192, "change_percent": -0.0187}, "2022-10-30 23:58:00": {"exchange_rate": 1.0046, "change": -0.0181, "change_percent": -0.0177}, "2022-10-31 23:58:00": {"exchange_rate": 1.0115, "change": -0.0112, "change_percent": -0.011}, "2022-11-01 23:58:00": {"exchange_rate": 1.0123, "change": -0.0105, "change_percent": -0.0102}, "2022-11-02 23:58:00": {"exchange_rate": 1.0187, "change": -0.004, "change_percent": -0.0039}, "2022-11-03 23:58:00": {"exchange_rate": 1.0257, "change": 0.003, "change_percent": 0.0029}, "2022-11-04 23:58:00": {"exchange_rate": 1.0017, "change": -0.0211, "change_percent": -0.0206}, "2022-11-05 23:58:00": {"exchange_rate": 1.0017, "change": -0.0211, "change_percent": -0.0206}, "2022-11-06 23:58:00": {"exchange_rate": 1.007, "change": -0.0157, "change_percent": -0.0153}, "2022-11-07 23:58:00": {"exchange_rate": 0.9982, "change": -0.0245, "change_percent": -0.024}, "2022-11-08 23:58:00": {"exchange_rate": 0.9921, "change": -0.0306, "change_percent": -0.0299}, "2022-11-09 23:58:00": {"exchange_rate": 0.9981, "change": -0.0247, "change_percent": -0.0241}, "2022-11-10 23:58:00": {"exchange_rate": 0.9809, "change": -0.0419, "change_percent": -0.0409}, "2022-11-11 23:58:00": {"exchange_rate": 0.9642, "change": -0.0586, "change_percent": -0.0573}, "2022-11-12 23:58:00": {"exchange_rate": 0.9641, "change": -0.0587, "change_percent": -0.0574}, "2022-11-13 23:58:00": {"exchange_rate": 0.9682, "change": -0.0545, "change_percent": -0.0533}, "2022-11-14 23:58:00": {"exchange_rate": 0.9692, "change": -0.0536, "change_percent": -0.0524}, "2022-11-15 23:58:00": {"exchange_rate": 0.9654, "change": -0.0573, "change_percent": -0.056}, "2022-11-16 23:58:00": {"exchange_rate": 0.9621, "change": -0.0607, "change_percent": -0.0593}, "2022-11-17 23:58:00": {"exchange_rate": 0.9651, "change": -0.0576, "change_percent": -0.0563}, "2022-11-18 23:58:00": {"exchange_rate": 0.9666, "change": -0.0561, "change_percent": -0.0549}, "2022-11-19 23:58:00": {"exchange_rate": 0.9666, "change": -0.0561, "change_percent": -0.0549}, "2022-11-20 09:52:00": {"exchange_rate": 0.9666, "change": -0.0561, "change_percent": -0.0549}}, "utc_offset_sec": 0, "interval_sec": 86400, "period": "1M"}}
{"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_update_utc": {"type": "string"}, "time_series": {"type": "object", "properties": {"2022-10-20 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "integer"}, "change_percent": {"type": "integer"}}}, "2022-10-21 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-10-22 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-10-23 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-10-24 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-10-25 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-10-26 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-10-27 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-10-28 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-10-29 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-10-30 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-10-31 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-01 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-02 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-03 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-04 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-05 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-06 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-07 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-08 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-09 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-10 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-11 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-12 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-13 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-14 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-15 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-16 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-17 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-18 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-19 23:58:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}, "2022-11-20 09:52:00": {"type": "object", "properties": {"exchange_rate": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}}}}}, "utc_offset_sec": {"type": "integer"}, "interval_sec": {"type": "integer"}, "period": {"type": "string"}}}}}
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.88, "pre_or_post_market_change": -0.41, "pre_or_post_market_change_percent": -0.271, "last_update_utc": "2022-11-19 01:00:00", "country_code": "US", "exchange": "NASDAQ", "exchange_open": "2022-11-18 09:30:00", "exchange_close": "2022-11-18 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -18000, "currency": "USD", "about": "Apple Inc. is an American multinational technology company headquartered in Cupertino, California, United States. Apple is the largest technology company by revenue and, as of June 2022, is the world's biggest company by market capitalization, the fourth-largest personal computer vendor by unit sales and second-largest mobile phone manufacturer. It is one of the Big Five American information technology companies, alongside Alphabet, Amazon, Meta, and Microsoft.\nApple was founded as Apple Computer Company on April 1, 1976, by Steve Jobs, Steve Wozniak and Ronald Wayne to develop and sell Wozniak's Apple I personal computer. It was incorporated by Jobs and Wozniak as Apple Computer, Inc. in 1977 and the company's next computer, the Apple II, became a best seller and one of the first mass-produced microcomputers. Apple went public in 1980 to instant financial success. The company developed computers featuring innovative graphical user interfaces, including the 1984 original Macintosh, announced that year in a critically acclaimed advertisement. By 1985, the high cost of its products and power struggles between executives caused problems.", "year_low": 129.04, "year_high": 182.94, "primary_exchange": "NASDAQ", "company_website": "http://www.apple.com/", "company_country_code": "US", "company_country": "United States", "company_state": "California", "company_city": "Cupertino", "company_street_address": "One Apple Park Way", "company_ceo": "Tim Cook", "company_employees": 164000, "company_cdp_score": "A-", "company_founded_date": "1976-04-01", "company_cdp_url": "https://www.cdp.net/en/responses/865", "avg_volume": 89998949, "company_pe_ratio": 24.7481, "company_market_cap": 2406739367994.995, "company_dividend_yield": 0.6081, "wikipedia_url": "https://en.wikipedia.org/wiki/Apple_Inc.", "google_mid": "/m/07zmbvf"}}
{"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": {"type": "number"}, "volume": {"type": "integer"}, "previous_close": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "pre_or_post_market": {"type": "number"}, "pre_or_post_market_change": {"type": "number"}, "pre_or_post_market_change_percent": {"type": "number"}, "last_update_utc": {"type": "string"}, "country_code": {"type": "string"}, "exchange": {"type": "string"}, "exchange_open": {"type": "string"}, "exchange_close": {"type": "string"}, "timezone": {"type": "string"}, "utc_offset_sec": {"type": "integer"}, "currency": {"type": "string"}, "about": {"type": "string"}, "year_low": {"type": "number"}, "year_high": {"type": "number"}, "primary_exchange": {"type": "string"}, "company_website": {"type": "string"}, "company_country_code": {"type": "string"}, "company_country": {"type": "string"}, "company_state": {"type": "string"}, "company_city": {"type": "string"}, "company_street_address": {"type": "string"}, "company_ceo": {"type": "string"}, "company_employees": {"type": "integer"}, "company_cdp_score": {"type": "string"}, "company_founded_date": {"type": "string"}, "company_cdp_url": {"type": "string"}, "avg_volume": {"type": "integer"}, "company_pe_ratio": {"type": "number"}, "company_market_cap": {"type": "number"}, "company_dividend_yield": {"type": "number"}, "wikipedia_url": {"type": "string"}, "google_mid": {"type": "string"}}}}}
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, "net_change_in_cash": -3884000000, "free_cash_flow": 20182875000}, {"year": 2022, "quarter": 3, "currency": "USD", "net_income": 19442000000, "cash_from_operations": 22892000000, "cash_from_investing": 4234000000, "cash_from_financing": -27445000000, "net_change_in_cash": -319000000, "free_cash_flow": 13559125000}, {"year": 2022, "quarter": 2, "currency": "USD", "net_income": 25010000000, "cash_from_operations": 28166000000, "cash_from_investing": -9265000000, "cash_from_financing": -28351000000, "net_change_in_cash": -9450000000, "free_cash_flow": 22797000000}, {"year": 2022, "quarter": 1, "currency": "USD", "net_income": 34630000000, "cash_from_operations": 46966000000, "cash_from_investing": -16106000000, "cash_from_financing": -28159000000, "net_change_in_cash": 2701000000, "free_cash_flow": 33676250000}, {"year": 2021, "quarter": 4, "currency": "USD", "net_income": 20551000000, "cash_from_operations": 20200000000, "cash_from_investing": 835000000, "cash_from_financing": -20382000000, "net_change_in_cash": 653000000, "free_cash_flow": 13312250000}, {"year": 2021, "quarter": 3, "currency": "USD", "net_income": 21744000000, "cash_from_operations": 21094000000, "cash_from_investing": 3572000000, "cash_from_financing": -29396000000, "net_change_in_cash": -4730000000, "free_cash_flow": 14599125000}, {"year": 2021, "quarter": 2, "currency": "USD", "net_income": 23630000000, "cash_from_operations": 23981000000, "cash_from_investing": -10368000000, "cash_from_financing": -11326000000, "net_change_in_cash": 2287000000, "free_cash_flow": 18565625000}, {"year": 2021, "quarter": 1, "currency": "USD", "net_income": 28755000000, "cash_from_operations": 38763000000, "cash_from_investing": -8584000000, "cash_from_financing": -32249000000, "net_change_in_cash": -2070000000, "free_cash_flow": 26818000000}, {"year": 2020, "quarter": 4, "currency": "USD", "net_income": 12673000000, "cash_from_operations": 20576000000, "cash_from_investing": 5531000000, "cash_from_financing": -21357000000, "net_change_in_cash": 4750000000, "free_cash_flow": 20643125000}], "period": "QUARTERLY"}}
{"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": "integer"}, "currency": {"type": "string"}, "net_income": {"type": "integer"}, "cash_from_operations": {"type": "integer"}, "cash_from_investing": {"type": "integer"}, "cash_from_financing": {"type": "integer"}, "net_change_in_cash": {"type": "integer"}, "free_cash_flow": {"type": "integer"}}}}, "period": {"type": "string"}}}}}
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_outstanding": 15908118000, "price_to_book": 47.3962, "return_on_assets_percent": 21.21, "return_on_capital_percent": 39}, {"year": 2021, "currency": "USD", "cash_and_short_term_investments": 13.3, "total_assets": 351002000000, "total_liabilities": 287912000000, "total_equity": 63090000000, "shares_outstanding": 16406397000, "price_to_book": 39.25, "return_on_assets_percent": 20.18, "return_on_capital_percent": 35.17}, {"year": 2020, "currency": "USD", "cash_and_short_term_investments": 14.43, "total_assets": 323888000000, "total_liabilities": 258549000000, "total_equity": 65339000000, "shares_outstanding": 17001802000, "price_to_book": 39.1481, "return_on_assets_percent": 12.51, "return_on_capital_percent": 21.46}, {"year": 2019, "currency": "USD", "cash_and_short_term_investments": 15.94, "total_assets": 338516000000, "total_liabilities": 248028000000, "total_equity": 90488000000, "shares_outstanding": 17773060000, "price_to_book": 29.611, "return_on_assets_percent": 11.35, "return_on_capital_percent": 19.02}, {"year": 2018, "currency": "USD", "cash_and_short_term_investments": 18.34, "total_assets": 365725000000, "total_liabilities": 258578000000, "total_equity": 107147000000, "shares_outstanding": 18981592000, "price_to_book": 26.7709, "return_on_assets_percent": 11.96, "return_on_capital_percent": 18.8}, {"year": 2017, "currency": "USD", "cash_and_short_term_investments": 24.56, "total_assets": 375319000000, "total_liabilities": 241272000000, "total_equity": 134047000000, "shares_outstanding": 20537248000, "price_to_book": 23.0459, "return_on_assets_percent": 11, "return_on_capital_percent": 16.49}, {"year": 2016, "currency": "USD", "cash_and_short_term_investments": 25.56, "total_assets": 321686000000, "total_liabilities": 193437000000, "total_equity": 128249000000, "shares_outstanding": 21329252000, "price_to_book": 25.0782, "return_on_assets_percent": 12.26, "return_on_capital_percent": 18.81}, {"year": 2015, "currency": "USD", "cash_and_short_term_investments": 26.37, "total_assets": 290345000000, "total_liabilities": 170990000000, "total_equity": 119355000000, "shares_outstanding": 22301324000, "price_to_book": 28.172, "return_on_assets_percent": 17.05, "return_on_capital_percent": 26.94}, {"year": 2014, "currency": "USD", "cash_and_short_term_investments": 26.13, "total_assets": 231839000000, "total_liabilities": 120292000000, "total_equity": 111547000000, "shares_outstanding": 23459360000, "price_to_book": 31.7305, "return_on_assets_percent": 14.96, "return_on_capital_percent": 22.84}, {"year": 2013, "currency": "USD", "cash_and_short_term_investments": 26.15, "total_assets": 207000000000, "total_liabilities": 83451000000, "total_equity": 123549000000, "shares_outstanding": 25192664000, "price_to_book": 30.6965, "return_on_assets_percent": 15.99, "return_on_capital_percent": 23.67}, {"year": 2012, "currency": "USD", "cash_and_short_term_investments": 25.16, "total_assets": 176064000000, "total_liabilities": 57854000000, "total_equity": 118210000000, "shares_outstanding": 26339376000, "price_to_book": 33.4933, "return_on_assets_percent": 23.61, "return_on_capital_percent": 35.44}], "period": "ANNUAL"}}
{"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": {"type": "string"}, "cash_and_short_term_investments": {"type": "number"}, "total_assets": {"type": "integer"}, "total_liabilities": {"type": "integer"}, "total_equity": {"type": "integer"}, "shares_outstanding": {"type": "integer"}, "price_to_book": {"type": "number"}, "return_on_assets_percent": {"type": "number"}, "return_on_capital_percent": {"type": "number"}}}}, "period": {"type": "string"}}}}}
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_share": 1.29, "EBITDA": 27759000000, "effective_task_rate_percent": 15.96}, {"year": 2022, "quarter": 3, "currency": "USD", "revenue": 82959000000, "operating_expense": 12809000000, "net_income": 19442000000, "net_profit_margin": 23.44, "earnings_per_share": 1.2, "EBITDA": 25881000000, "effective_task_rate_percent": 15.71}, {"year": 2022, "quarter": 2, "currency": "USD", "revenue": 97278000000, "operating_expense": 12580000000, "net_income": 25010000000, "net_profit_margin": 25.71, "earnings_per_share": 1.52, "EBITDA": 32716000000, "effective_task_rate_percent": 17.02}, {"year": 2022, "quarter": 1, "currency": "USD", "revenue": 123945000000, "operating_expense": 12755000000, "net_income": 34630000000, "net_profit_margin": 27.94, "earnings_per_share": 2.1, "EBITDA": 44185000000, "effective_task_rate_percent": 16.03}, {"year": 2021, "quarter": 4, "currency": "USD", "revenue": 83360000000, "operating_expense": 11388000000, "net_income": 20551000000, "net_profit_margin": 24.65, "earnings_per_share": 1.23, "EBITDA": 26775000000, "effective_task_rate_percent": 11.6}, {"year": 2021, "quarter": 3, "currency": "USD", "revenue": 81434000000, "operating_expense": 11129000000, "net_income": 21744000000, "net_profit_margin": 26.7, "earnings_per_share": 1.3, "EBITDA": 26958000000, "effective_task_rate_percent": 10.77}, {"year": 2021, "quarter": 2, "currency": "USD", "revenue": 89584000000, "operating_expense": 10576000000, "net_income": 23630000000, "net_profit_margin": 26.38, "earnings_per_share": 1.4, "EBITDA": 30300000000, "effective_task_rate_percent": 15.64}, {"year": 2021, "quarter": 1, "currency": "USD", "revenue": 111439000000, "operating_expense": 10794000000, "net_income": 28755000000, "net_profit_margin": 25.8, "earnings_per_share": 1.68, "EBITDA": 36200000000, "effective_task_rate_percent": 14.37}, {"year": 2020, "quarter": 4, "currency": "USD", "revenue": 64698000000, "operating_expense": 9914000000, "net_income": 12673000000, "net_profit_margin": 19.59, "earnings_per_share": 0.74, "EBITDA": 17477000000, "effective_task_rate_percent": 14.95}], "period": "QUARTERLY"}}
{"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": {"type": "integer"}, "currency": {"type": "string"}, "revenue": {"type": "integer"}, "operating_expense": {"type": "integer"}, "net_income": {"type": "integer"}, "net_profit_margin": {"type": "number"}, "earnings_per_share": {"type": "number"}, "EBITDA": {"type": "integer"}, "effective_task_rate_percent": {"type": "number"}}}}, "period": {"type": "string"}}}}}
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-bet-on-apples-future.html", "article_photo_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTm_E16XvCVCiSgCDPLSW9pGpu245GtpzQat47IgtPgE6pVjFXBGzohJTv7F0A", "source": "CNBC", "post_time_utc": "2022-11-19 12:56:34"}, {"article_title": "Apple Isn\u2019t Recession Proof. The Stock Could Have a Tough 2023.", "article_url": "https://www.barrons.com/articles/apple-stock-iphone-sales-51668818724", "article_photo_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTxbW2mNBM4uiP3Vwjcz8FOvydxUPvX8idrueGs5ngDtEq_iYjkmQKnu0jDhb4", "source": "Barron's", "post_time_utc": "2022-11-19 00:47:00"}, {"article_title": "How Warren Buffett Made a Bet on Apple Without Buying More Apple Stock", "article_url": "https://www.fool.com/investing/2022/11/18/how-warren-buffett-bet-apple-without-apple-stock/", "article_photo_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTNjC91x5fpDQhwcWjI0M_txULcLwx4rhvI1EZJv0XRRp-1k-cFsKWTBy2coNY", "source": "The Motley Fool", "post_time_utc": "2022-11-18 12:11:00"}, {"article_title": "Chinese Government Steps In to Help an Apple iPhone Factory", "article_url": "https://www.nytimes.com/2022/11/18/business/apple-foxconn-china.html", "article_photo_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQYy0msXB5s6b8xkrP2ZGfoFN-NzesNI97BCqn2TxJGLGDNMZcS_sIZFc1VOHc", "source": "The New York Times", "post_time_utc": "2022-11-18 11:44:59"}, {"article_title": "iPhone Data Changes Are Biggest Cause of Meta ($META) Woes", "article_url": "https://www.bloomberg.com/news/articles/2022-11-17/iphone-data-changes-are-biggest-cause-of-meta-meta-woes", "article_photo_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQmsejNbUl-XtHCIx5BxbQe8hxjXI7VXEu2ltYmc3KExAifyH5QAdV_Xhku9no", "source": "Bloomberg.com", "post_time_utc": "2022-11-17 10:00:14"}, {"article_title": "Why Apple's secrecy about its metaverse plans is looking smarter every day", "article_url": "https://www.fastcompany.com/90812090/apple-strategic-silence-metaverse-vr-headset", "article_photo_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSgElq-_Axw-jDxZ9wU1-qeE4uJoeq_yEkPdW2KVXxVvdyF6RWGDEbq5VBD0v4", "source": "Fast Company", "post_time_utc": "2022-11-18 09:30:00"}, {"article_title": "Apple Shares Deadlines for Ordering Gifts in Time for the Holidays", "article_url": "https://www.macrumors.com/2022/11/17/apple-holiday-shipping-deadlines-2022/", "article_photo_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcR1-k5Iuqp2VeIv-fBTDnEkfHi8br0jPjraYVRErTb29OekuMs19FiVYmr1txM", "source": "MacRumors", "post_time_utc": "2022-11-17 15:13:57"}, {"article_title": "You'll Never Guess the Top-Performing Stock of the Last 20 Years - Apple \n(NASDAQ:AAPL), Coca-Cola (NYSE:K", "article_url": "https://www.benzinga.com/startups/22/11/29786681/youll-never-guess-the-top-performing-stock-of-the-last-20-years", "article_photo_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQq4aF9juX296RFAlcmj1WbyZXuyiR1vuuMe6bjaQY6t_rvmSBsWwmr6vvAFRw", "source": "Benzinga", "post_time_utc": "2022-11-18 16:03:15"}, {"article_title": "Why Apple Is The Only FAANG Stock Worth Buying (NASDAQ:AAPL)", "article_url": "https://seekingalpha.com/article/4558460-why-apple-is-the-only-faang-stock-worth-buying", "article_photo_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcRHgf5lXQsBwA3C0c46e7HPP7773uOBvzBPMFK970fzkyaGrIUnSAjTEm1rapc", "source": "Seeking Alpha", "post_time_utc": "2022-11-16 18:26:00"}, {"article_title": "We tried Apple's new SOS tool for when you don't have cell service", "article_url": "https://www.cnn.com/2022/11/15/tech/apple-emergency-sos-via-satellite-how-it-works/index.html", "article_photo_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcRM-PAtHTZ6WU096jmA2IOHffwr0mPaS6FmzHD6PQkalVtjCZpA2OHnFX2kxgE", "source": "CNN", "post_time_utc": "2022-11-15 16:22:00"}, {"article_title": "Apple stock bucks Big Tech downdraft for the year", "article_url": "https://finance.yahoo.com/video/apple-stock-bucks-big-tech-150213498.html", "article_photo_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQUqJYdx2tA_kI42WqW6FaWsqdUCJVdnB-DCVF-z5r1PDdM6E9PEOiiNd--r3Q", "source": "Yahoo Finance", "post_time_utc": "2022-11-18 15:02:13"}, {"article_title": "AAPL Stock: Apple iPhone 14 Pro Shortages Continue", "article_url": "https://www.investors.com/news/technology/aapl-stock-apple-iphone-14-pro-shortages-continue/", "article_photo_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQCYhF6f6BEChJtnQbcEqXtCY75nAINGZxH9Sb2qrp8_tCYXhD6O0DhRq3h86s", "source": "Investor's Business Daily", "post_time_utc": "2022-11-18 21:20:00"}, {"article_title": "Emergency SOS via satellite made possible by $450M Apple investment", "article_url": "https://www.apple.com/newsroom/2022/11/emergency-sos-via-satellite-made-possible-by-450m-apple-investment/", "article_photo_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRwEEY_a_CO2Zmd7d8x_0fBVF2XmBnfA2tPTm7RmDtCQKnzZJWeR51BsiozhiE", "source": "Apple", "post_time_utc": "2022-11-10 08:00:00"}, {"article_title": "Apple raises prices of TV and music streaming subscriptions", "article_url": "https://www.ft.com/content/8843a0ef-8c36-44ed-a3ba-4280b62ee840", "article_photo_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTU5O3Kj30iFbQM2WBIPOGse1kQYnmvnmTrbQCMC9LemRpgqr4-Pme3-DFcuFQ", "source": "Financial Times", "post_time_utc": "2022-10-24 07:00:00"}, {"article_title": "Apple's first unionized workers say the company is withholding new benefits", "article_url": "https://www.theverge.com/2022/10/28/23427577/apple-union-maryland-letter-benefits-contract", "article_photo_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcT6V0hHZ6eZEpTKkMN-1XW0Y7FBjX9hlgzfVAVL4DsFVEEAE0q-Yj7l8mm1hUU", "source": "The Verge", "post_time_utc": "2022-10-28 07:00:00"}, {"article_title": "Apple launches rare deal on MacBook Pro for business", "article_url": "https://www.techradar.com/news/apple-launches-rare-deal-on-macbook-pro-for-business", "article_photo_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSPLOMON-9mffqJULexTDB0ob5HGplGDz15svbTKeKB6f7kfb-pFaAhNdhLYi0", "source": "TechRadar", "post_time_utc": "2022-11-16 02:42:18"}, {"article_title": "Inside Apple's Love-Hate Relationship With Its $4 Billion Ads Business", "article_url": "https://www.theinformation.com/articles/inside-apples-love-hate-relationship-with-its-4-billion-ads-business", "article_photo_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQUNTVIDUm7VVRpN96y1IZC-umIRDm6XO12aTwccjbDUCUe8mA56ijGDSbhTZo", "source": "The Information", "post_time_utc": "2022-11-14 14:00:00"}, {"article_title": "Apple Reports Record Revenue, Continuing Pandemic Streak", "article_url": "https://www.wsj.com/articles/apple-aapl-q4-earnings-report-2022-11666847620", "article_photo_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSet_UXDBE0GYYxdop9HJ9APtvNUhCV3zRt0oq5Gy0hb5TV7QSPjKMh1Zaq4LE", "source": "The Wall Street Journal", "post_time_utc": "2022-10-27 07:00:00"}, {"article_title": "Former Apple employee admits to defrauding the company out of $17 million", "article_url": "https://www.engadget.com/former-apple-employee-admits-defrauding-the-company-out-of-17-million-154208844.html", "article_photo_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQZlmmhZeTCpV2NwXvDZquHRxT7XljwRIYVNv70Vsnvft3zyaaZXnKInFJ9sxQ", "source": "Engadget", "post_time_utc": "2022-11-02 07:00:00"}]}}
{"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": {"type": "string"}, "article_photo_url": {"type": "string"}, "source": {"type": "string"}, "post_time_utc": {"type": "string"}}}}}}}}
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 and futures.
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, "last_update_utc": "2022-11-19 01:00:00", "time_series": {"2022-11-14 09:30:00": {"price": 149.06, "change": 0, "change_percent": 0, "volume": 5311}, "2022-11-14 10:00:00": {"price": 147.92, "change": -1.14, "change_percent": -0.0076, "volume": 8592589}, "2022-11-14 10:30:00": {"price": 148.1, "change": -0.96, "change_percent": -0.0064, "volume": 4611417}, "2022-11-14 11:00:00": {"price": 148.26, "change": -0.8, "change_percent": -0.0054, "volume": 3546185}, "2022-11-14 11:30:00": {"price": 147.645, "change": -1.415, "change_percent": -0.0095, "volume": 3482764}, "2022-11-14 12:00:00": {"price": 148.43, "change": -0.63, "change_percent": -0.0042, "volume": 4093240}, "2022-11-14 12:30:00": {"price": 149, "change": -0.06, "change_percent": -0.0004, "volume": 3423529}, "2022-11-14 13:00:00": {"price": 148.84, "change": -0.22, "change_percent": -0.0015, "volume": 2193617}, "2022-11-14 13:30:00": {"price": 149.725, "change": 0.665, "change_percent": 0.0045, "volume": 2943148}, "2022-11-14 14:00:00": {"price": 150.1781, "change": 1.1181, "change_percent": 0.0075, "volume": 2867675}, "2022-11-14 14:30:00": {"price": 150.005, "change": 0.945, "change_percent": 0.0063, "volume": 2964246}, "2022-11-14 15:00:00": {"price": 149.56, "change": 0.5, "change_percent": 0.0034, "volume": 2974116}, "2022-11-14 15:30:00": {"price": 149.31, "change": 0.25, "change_percent": 0.0017, "volume": 3788108}, "2022-11-14 16:00:00": {"price": 148.37, "change": -0.69, "change_percent": -0.0046, "volume": 6754911}, "2022-11-15 09:30:00": {"price": 152.28, "change": 3.22, "change_percent": 0.0216, "volume": 10470}, "2022-11-15 10:00:00": {"price": 152.655, "change": 3.595, "change_percent": 0.0241, "volume": 10891099}, "2022-11-15 10:30:00": {"price": 153.165, "change": 4.105, "change_percent": 0.0275, "volume": 7014581}, "2022-11-15 11:00:00": {"price": 152.53, "change": 3.47, "change_percent": 0.0233, "volume": 4381537}, "2022-11-15 11:30:00": {"price": 152.15, "change": 3.09, "change_percent": 0.0207, "volume": 4085813}, "2022-11-15 12:00:00": {"price": 152.725, "change": 3.665, "change_percent": 0.0246, "volume": 3397861}, "2022-11-15 12:30:00": {"price": 151.95, "change": 2.89, "change_percent": 0.0194, "volume": 4307807}, "2022-11-15 13:00:00": {"price": 151.43, "change": 2.37, "change_percent": 0.0159, "volume": 3573154}, "2022-11-15 13:30:00": {"price": 149.82, "change": 0.76, "change_percent": 0.0051, "volume": 4941375}, "2022-11-15 14:00:00": {"price": 149.485, "change": 0.425, "change_percent": 0.0029, "volume": 6087725}, "2022-11-15 14:30:00": {"price": 150.4, "change": 1.34, "change_percent": 0.009, "volume": 5914521}, "2022-11-15 15:00:00": {"price": 150.48, "change": 1.42, "change_percent": 0.0095, "volume": 3884833}, "2022-11-15 15:30:00": {"price": 150.555, "change": 1.495, "change_percent": 0.01, "volume": 4122059}, "2022-11-15 16:00:00": {"price": 150.04, "change": 0.98, "change_percent": 0.0066, "volume": 12330364}, "2022-11-16 09:30:00": {"price": 149.01, "change": -0.05, "change_percent": -0.0003, "volume": 3754}, "2022-11-16 10:00:00": {"price": 148.2, "change": -0.86, "change_percent": -0.0058, "volume": 7384907}, "2022-11-16 10:30:00": {"price": 148.2085, "change": -0.8515, "change_percent": -0.0057, "volume": 5018432}, "2022-11-16 11:00:00": {"price": 147.6893, "change": -1.3707, "change_percent": -0.0092, "volume": 4658342}, "2022-11-16 11:30:00": {"price": 148.3455, "change": -0.7145, "change_percent": -0.0048, "volume": 3526882}, "2022-11-16 12:00:00": {"price": 148.43, "change": -0.63, "change_percent": -0.0042, "volume": 2960994}, "2022-11-16 12:30:00": {"price": 148.77, "change": -0.29, "change_percent": -0.0019, "volume": 2799182}, "2022-11-16 13:00:00": {"price": 148.75, "change": -0.31, "change_percent": -0.0021, "volume": 3535217}, "2022-11-16 13:30:00": {"price": 149.16, "change": 0.1, "change_percent": 0.0007, "volume": 2135413}, "2022-11-16 14:00:00": {"price": 148.6, "change": -0.46, "change_percent": -0.0031, "volume": 1786449}, "2022-11-16 14:30:00": {"price": 148.6401, "change": -0.4199, "change_percent": -0.0028, "volume": 1806376}, "2022-11-16 15:00:00": {"price": 149.01, "change": -0.05, "change_percent": -0.0003, "volume": 2420046}, "2022-11-16 15:30:00": {"price": 148.72, "change": -0.34, "change_percent": -0.0023, "volume": 2535160}, "2022-11-16 16:00:00": {"price": 148.79, "change": -0.27, "change_percent": -0.0018, "volume": 12036641}, "2022-11-17 09:30:00": {"price": 146.5, "change": -2.56, "change_percent": -0.0172, "volume": 8059}, "2022-11-17 10:00:00": {"price": 147.46, "change": -1.6, "change_percent": -0.0107, "volume": 6415557}, "2022-11-17 10:30:00": {"price": 148.75, "change": -0.31, "change_percent": -0.0021, "volume": 4601431}, "2022-11-17 11:00:00": {"price": 148.11, "change": -0.95, "change_percent": -0.0064, "volume": 3059471}, "2022-11-17 11:30:00": {"price": 148.81, "change": -0.25, "change_percent": -0.0017, "volume": 3809944}, "2022-11-17 12:00:00": {"price": 150.01, "change": 0.95, "change_percent": 0.0064, "volume": 4895090}, "2022-11-17 12:30:00": {"price": 149.725, "change": 0.665, "change_percent": 0.0045, "volume": 2982520}, "2022-11-17 13:00:00": {"price": 151.17, "change": 2.11, "change_percent": 0.0142, "volume": 5165549}, "2022-11-17 13:30:00": {"price": 151.3, "change": 2.24, "change_percent": 0.015, "volume": 3663792}, "2022-11-17 14:00:00": {"price": 151.0821, "change": 2.0221, "change_percent": 0.0136, "volume": 3034580}, "2022-11-17 14:30:00": {"price": 149.985, "change": 0.925, "change_percent": 0.0062, "volume": 5263401}, "2022-11-17 15:00:00": {"price": 150.2, "change": 1.14, "change_percent": 0.0076, "volume": 4831369}, "2022-11-17 15:30:00": {"price": 149.881, "change": 0.821, "change_percent": 0.0055, "volume": 4764506}, "2022-11-17 16:00:00": {"price": 150.72, "change": 1.66, "change_percent": 0.0111, "volume": 12144246}, "2022-11-18 09:30:00": {"price": 152.31, "change": 3.25, "change_percent": 0.0218, "volume": 10120}, "2022-11-18 10:00:00": {"price": 151.485, "change": 2.425, "change_percent": 0.0163, "volume": 8479061}, "2022-11-18 10:30:00": {"price": 150.56, "change": 1.5, "change_percent": 0.0101, "volume": 5637978}, "2022-11-18 11:00:00": {"price": 150.9662, "change": 1.9062, "change_percent": 0.0128, "volume": 4352429}, "2022-11-18 11:30:00": {"price": 151.62, "change": 2.56, "change_percent": 0.0172, "volume": 4421418}, "2022-11-18 12:00:00": {"price": 151.42, "change": 2.36, "change_percent": 0.0158, "volume": 4012491}, "2022-11-18 12:30:00": {"price": 150.73, "change": 1.67, "change_percent": 0.0112, "volume": 3295029}, "2022-11-18 13:00:00": {"price": 150.641, "change": 1.581, "change_percent": 0.0106, "volume": 2282898}, "2022-11-18 13:30:00": {"price": 151.225, "change": 2.165, "change_percent": 0.0145, "volume": 2941454}, "2022-11-18 14:00:00": {"price": 150.99, "change": 1.93, "change_percent": 0.0129, "volume": 2125213}, "2022-11-18 14:30:00": {"price": 151.02, "change": 1.96, "change_percent": 0.0131, "volume": 2251305}, "2022-11-18 15:00:00": {"price": 151.2227, "change": 2.1627, "change_percent": 0.0145, "volume": 2909757}, "2022-11-18 15:30:00": {"price": 151.73, "change": 2.67, "change_percent": 0.0179, "volume": 3829462}, "2022-11-18 16:00:00": {"price": 151.29, "change": 2.23, "change_percent": 0.015, "volume": 15310272}}, "key_events": [], "utc_offset_sec": -18000, "interval_sec": 1800, "period": "5D"}}
{"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": "number"}, "pre_or_post_market": {"type": "number"}, "pre_or_post_market_change": {"type": "number"}, "pre_or_post_market_change_percent": {"type": "number"}, "last_update_utc": {"type": "string"}, "time_series": {"type": "object", "properties": {"2022-11-14 09:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "integer"}, "change_percent": {"type": "integer"}, "volume": {"type": "integer"}}}, "2022-11-14 10:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-14 10:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-14 11:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-14 11:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-14 12:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-14 12:30:00": {"type": "object", "properties": {"price": {"type": "integer"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-14 13:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-14 13:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-14 14:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-14 14:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-14 15:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-14 15:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-14 16:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-15 09:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-15 10:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-15 10:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-15 11:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-15 11:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-15 12:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-15 12:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-15 13:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-15 13:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-15 14:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-15 14:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-15 15:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-15 15:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-15 16:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-16 09:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-16 10:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-16 10:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-16 11:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-16 11:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-16 12:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-16 12:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-16 13:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-16 13:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-16 14:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-16 14:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-16 15:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-16 15:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-16 16:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-17 09:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-17 10:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-17 10:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-17 11:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-17 11:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-17 12:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-17 12:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-17 13:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-17 13:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-17 14:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-17 14:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-17 15:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-17 15:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-17 16:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-18 09:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-18 10:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-18 10:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-18 11:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-18 11:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-18 12:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-18 12:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-18 13:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-18 13:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-18 14:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-18 14:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-18 15:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-18 15:30:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}, "2022-11-18 16:00:00": {"type": "object", "properties": {"price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "volume": {"type": "integer"}}}}}, "key_events": {"type": "array"}, "utc_offset_sec": {"type": "integer"}, "interval_sec": {"type": "integer"}, "period": {"type": "string"}}}}}
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", "exchange_open": "2023-03-17 09:30:00", "exchange_close": "2023-03-17 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "currency": "USD", "google_mid": "/m/07zm01p"}], "index": [{"symbol": "VIX:INDEXCBOE", "name": "VIX", "type": "index", "price": 25.51, "change": 2.52, "change_percent": 10.9613, "previous_close": 22.99, "last_update_utc": "2023-03-17 20:15:01", "exchange_open": "2023-03-18 08:30:00", "exchange_close": "2023-03-18 15:16:00", "timezone": "America/Chicago", "utc_offset_sec": -18000, "google_mid": "/m/09fld6"}, {"symbol": "VHSI:INDEXHANGSENG", "name": "HSI Volatility Index", "type": "index", "price": 28, "change": -2.25, "change_percent": -7.438, "previous_close": 30.25, "last_update_utc": "2023-03-17 08:00:00", "exchange_open": "2023-03-18 09:30:00", "exchange_close": "2023-03-18 16:00:00", "timezone": "Asia/Hong_Kong", "utc_offset_sec": 28800, "google_mid": "/g/1q52ggvx7"}], "mutual_fund": [{"symbol": "VTSAX:MUTF", "name": "Vanguard Total Stock Market Index Fund Admiral Shares", "type": "mutual_fund", "price": 95, "change": -1.22, "change_percent": -1.2679, "previous_close": 95, "last_update_utc": "2023-03-17 00:00:00", "currency": "USD", "google_mid": "/g/1ywbqx4g6"}, {"symbol": "VFIAX:MUTF", "name": "Vanguard 500 Index Fund Admiral Shares", "type": "mutual_fund", "price": 362.61, "change": -4.04, "change_percent": -1.1019, "previous_close": 362.61, "last_update_utc": "2023-03-17 00:00:00", "currency": "USD", "google_mid": "/g/1ywbr0sjh"}], "currency": [{"from_symbol": "VND", "to_symbol": "USD", "from_currency_name": "Vietnamese dong", "to_currency_name": "United States Dollar", "type": "currency", "exchange_rate": 0, "previous_close": 0, "last_update_utc": "2023-03-18 14:06:00", "google_mid": "/g/11bvvzg_9c"}, {"from_symbol": "VND", "to_symbol": "AUD", "from_currency_name": "Vietnamese dong", "to_currency_name": "Australian Dollar", "type": "currency", "exchange_rate": 0.0001, "previous_close": 0.0001, "last_update_utc": "2023-03-18 14:06:00", "google_mid": "/g/11bvvzqgfj"}, {"from_symbol": "VND", "to_symbol": "CAD", "from_currency_name": "Vietnamese dong", "to_currency_name": "Canadian Dollar", "type": "currency", "exchange_rate": 0.0001, "previous_close": 0.0001, "last_update_utc": "2023-03-18 14:06:01", "google_mid": "/g/11bvvygrnp"}], "futures": [], "ETF": [{"symbol": "VOO:NYSEARCA", "type": "ETF", "name": "Vanguard 500 Index Fund ETF", "price": 359.88, "change": -3.98, "change_percent": -1.0938, "previous_close": 363.86, "last_update_utc": "2023-03-18 00:04:00", "google_mid": "/g/1ywbq_pq0"}, {"symbol": "VTI:NYSEARCA", "type": "ETF", "name": "Vanguard Total Stock Market Index Fund ETF", "price": 195.19, "change": -2.55, "change_percent": -1.2896, "previous_close": 197.74, "last_update_utc": "2023-03-18 00:04:00", "google_mid": "/g/1ywbqx275"}]}}
{"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": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "previous_close": {"type": "number"}, "last_update_utc": {"type": "string"}, "country_code": {"type": "string"}, "exchange": {"type": "string"}, "exchange_open": {"type": "string"}, "exchange_close": {"type": "string"}, "timezone": {"type": "string"}, "utc_offset_sec": {"type": "integer"}, "currency": {"type": "string"}, "google_mid": {"type": "string"}}}}, "index": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "previous_close": {"type": "number"}, "last_update_utc": {"type": "string"}, "exchange_open": {"type": "string"}, "exchange_close": {"type": "string"}, "timezone": {"type": "string"}, "utc_offset_sec": {"type": "integer"}, "google_mid": {"type": "string"}}}}, "mutual_fund": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "previous_close": {"type": "number"}, "last_update_utc": {"type": "string"}, "currency": {"type": "string"}, "google_mid": {"type": "string"}}}}, "currency": {"type": "array", "items": {"type": "object", "properties": {"from_symbol": {"type": "string"}, "to_symbol": {"type": "string"}, "from_currency_name": {"type": "string"}, "to_currency_name": {"type": "string"}, "type": {"type": "string"}, "exchange_rate": {"type": "number"}, "previous_close": {"type": "number"}, "last_update_utc": {"type": "string"}, "google_mid": {"type": "string"}}}}, "futures": {"type": "array"}, "ETF": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "price": {"type": "number"}, "change": {"type": "number"}, "change_percent": {"type": "number"}, "previous_close": {"type": "number"}, "last_update_utc": {"type": "string"}, "google_mid": {"type": "string"}}}}}}}}
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_post_market_change_percent": 0, "last_update_utc": "2023-03-14 09:29:25", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/m/07zkswv"}, {"symbol": "MSTR:NASDAQ", "type": "stock", "name": "MicroStrategy Inc", "price": 223.16, "change": 31.15, "change_percent": 16.2231, "previous_close": 192.01, "pre_or_post_market": 223.7, "pre_or_post_market_change": 0.54, "pre_or_post_market_change_percent": 0.242, "last_update_utc": "2023-03-14 09:33:56", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/m/07zlbcc"}, {"symbol": "PROK:NASDAQ", "type": "stock", "name": "ProKidney Corp", "price": 13.78, "change": 1.81, "change_percent": 15.1211, "previous_close": 11.97, "pre_or_post_market": null, "pre_or_post_market_change": null, "pre_or_post_market_change_percent": null, "last_update_utc": "2023-03-14 08:00:00", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11q2z31fj4"}, {"symbol": "AG:NYSE", "type": "stock", "name": "First Majestic Silver Corp", "price": 6.79, "change": 0.69, "change_percent": 11.3115, "previous_close": 6.1, "pre_or_post_market": 6.75, "pre_or_post_market_change": -0.04, "pre_or_post_market_change_percent": -0.5891, "last_update_utc": "2023-03-14 09:42:11", "currency": "USD", "exchange": "NYSE", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/m/01xxzkn"}, {"symbol": "SAGE:NASDAQ", "type": "stock", "name": "SAGE Therapeutics Inc", "price": 43.36, "change": 3.8, "change_percent": 9.6057, "previous_close": 39.56, "pre_or_post_market": 43.36, "pre_or_post_market_change": 0, "pre_or_post_market_change_percent": 0, "last_update_utc": "2023-03-14 08:00:01", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/1q6gptmr9"}, {"symbol": "DNA:NYSE", "type": "stock", "name": "Ginkgo Bioworks Holdings Inc", "price": 1.35, "change": 0.11, "change_percent": 8.871, "previous_close": 1.24, "pre_or_post_market": 1.34, "pre_or_post_market_change": -0.01, "pre_or_post_market_change_percent": -0.7407, "last_update_utc": "2023-03-14 09:27:25", "currency": "USD", "exchange": "NYSE", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11mk8hfkdg"}, {"symbol": "RVMD:NASDAQ", "type": "stock", "name": "Revolution Medicines Inc", "price": 22.58, "change": 1.82, "change_percent": 8.7669, "previous_close": 20.76, "pre_or_post_market": 22.75, "pre_or_post_market_change": 0.17, "pre_or_post_market_change_percent": 0.7529, "last_update_utc": "2023-03-14 08:00:00", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11j7y9xbjz"}, {"symbol": "PAAS:NASDAQ", "type": "stock", "name": "Pan American Silver Corp.", "price": 16.78, "change": 1.22, "change_percent": 7.8406, "previous_close": 15.56, "pre_or_post_market": 16.72, "pre_or_post_market_change": -0.06, "pre_or_post_market_change_percent": -0.3576, "last_update_utc": "2023-03-14 09:13:47", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/m/07zldcr"}, {"symbol": "PLTR:NYSE", "type": "stock", "name": "Palantir Technologies Inc", "price": 7.87, "change": 0.52, "change_percent": 7.0748, "previous_close": 7.35, "pre_or_post_market": 7.91, "pre_or_post_market_change": 0.04, "pre_or_post_market_change_percent": 0.5083, "last_update_utc": "2023-03-14 09:44:46", "currency": "USD", "exchange": "NYSE", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11l9rv6gfw"}, {"symbol": "NEM:NYSE", "type": "stock", "name": "Newmont Corporation", "price": 45.12, "change": 2.96, "change_percent": 7.0209, "previous_close": 42.16, "pre_or_post_market": 44.72, "pre_or_post_market_change": -0.4, "pre_or_post_market_change_percent": -0.8865, "last_update_utc": "2023-03-14 09:38:06", "currency": "USD", "exchange": "NYSE", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/m/07zm4vl"}, {"symbol": "MRNA:NASDAQ", "type": "stock", "name": "Moderna Inc", "price": 147.9, "change": 9.61, "change_percent": 6.9492, "previous_close": 138.29, "pre_or_post_market": 147, "pre_or_post_market_change": -0.9, "pre_or_post_market_change_percent": -0.6085, "last_update_utc": "2023-03-14 09:36:23", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11fht_cn6q"}, {"symbol": "XM:NASDAQ", "type": "stock", "name": "Qualtrics International Inc", "price": 17.68, "change": 1.13, "change_percent": 6.8278, "previous_close": 16.55, "pre_or_post_market": 17.6, "pre_or_post_market_change": -0.08, "pre_or_post_market_change_percent": -0.4525, "last_update_utc": "2023-03-14 09:11:49", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11d_w6hyqk"}, {"symbol": "GDRX:NASDAQ", "type": "stock", "name": "Goodrx Holdings Inc", "price": 6.15, "change": 0.39, "change_percent": 6.7708, "previous_close": 5.76, "pre_or_post_market": 6.15, "pre_or_post_market_change": 0, "pre_or_post_market_change_percent": 0, "last_update_utc": "2023-03-14 08:13:24", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11hrkpdjsv"}, {"symbol": "DLO:NASDAQ", "type": "stock", "name": "Dlocal Ltd", "price": 14.96, "change": 0.91, "change_percent": 6.4769, "previous_close": 14.05, "pre_or_post_market": 14.71, "pre_or_post_market_change": -0.25, "pre_or_post_market_change_percent": -1.6711, "last_update_utc": "2023-03-14 08:00:06", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11q22g5mlz"}, {"symbol": "TNDM:NASDAQ", "type": "stock", "name": "Tandem Diabetes Care Inc", "price": 39.92, "change": 2.29, "change_percent": 6.0856, "previous_close": 37.63, "pre_or_post_market": 39.92, "pre_or_post_market_change": 0, "pre_or_post_market_change_percent": 0, "last_update_utc": "2023-03-14 08:00:01", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/m/07zkv8x"}, {"symbol": "PD:NYSE", "type": "stock", "name": "Pagerduty Inc", "price": 28.39, "change": 1.53, "change_percent": 5.6962, "previous_close": 26.86, "pre_or_post_market": 28.39, "pre_or_post_market_change": 0, "pre_or_post_market_change_percent": 0, "last_update_utc": "2023-03-14 09:15:05", "currency": "USD", "exchange": "NYSE", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11fkqqhcst"}, {"symbol": "SSRM:NASDAQ", "type": "stock", "name": "SSR Mining Inc", "price": 13.59, "change": 0.73, "change_percent": 5.6765, "previous_close": 12.86, "pre_or_post_market": 13.59, "pre_or_post_market_change": 0, "pre_or_post_market_change_percent": 0, "last_update_utc": "2023-03-14 08:00:05", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/m/07zls00"}, {"symbol": "TXG:NASDAQ", "type": "stock", "name": "10X Genomics Inc", "price": 47.53, "change": 2.53, "change_percent": 5.6222, "previous_close": 45, "pre_or_post_market": 47.53, "pre_or_post_market_change": 0, "pre_or_post_market_change_percent": 0, "last_update_utc": "2023-03-14 08:00:03", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11fn4wz1sk"}, {"symbol": "AUY:NYSE", "type": "stock", "name": "Yamana Gold Inc", "price": 5.5, "change": 0.29, "change_percent": 5.5662, "previous_close": 5.21, "pre_or_post_market": 5.53, "pre_or_post_market_change": 0.03, "pre_or_post_market_change_percent": 0.5455, "last_update_utc": "2023-03-14 09:25:24", "currency": "USD", "exchange": "NYSE", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/m/07zl_vq"}, {"symbol": "RARE:NASDAQ", "type": "stock", "name": "Ultragenyx Pharmaceutical Inc", "price": 40.88, "change": 2.12, "change_percent": 5.4696, "previous_close": 38.76, "pre_or_post_market": 40.88, "pre_or_post_market_change": 0, "pre_or_post_market_change_percent": 0, "last_update_utc": "2023-03-14 08:00:00", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/1ywtx6hhf"}, {"symbol": "CRCT:NASDAQ", "type": "stock", "name": "Cricut Inc", "price": 9.46, "change": 0.48, "change_percent": 5.3452, "previous_close": 8.98, "pre_or_post_market": null, "pre_or_post_market_change": null, "pre_or_post_market_change_percent": null, "last_update_utc": "2023-03-14 08:09:00", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11pbc435lv"}, {"symbol": "ISEE:NASDAQ", "type": "stock", "name": "IVERIC bio Inc", "price": 22.69, "change": 1.13, "change_percent": 5.2412, "previous_close": 21.56, "pre_or_post_market": 22.69, "pre_or_post_market_change": 0, "pre_or_post_market_change_percent": 0, "last_update_utc": "2023-03-14 08:00:00", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11g6mwkpz7"}, {"symbol": "OR:NYSE", "type": "stock", "name": "Osisko gold royalties Ltd", "price": 13.71, "change": 0.68, "change_percent": 5.2187, "previous_close": 13.03, "pre_or_post_market": 13.6, "pre_or_post_market_change": -0.11, "pre_or_post_market_change_percent": -0.8023, "last_update_utc": "2023-03-14 09:15:05", "currency": "USD", "exchange": "NYSE", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/1q66y82gm"}, {"symbol": "PACB:NASDAQ", "type": "stock", "name": "Pacific Biosciences of California Inc", "price": 8.73, "change": 0.43, "change_percent": 5.1807, "previous_close": 8.3, "pre_or_post_market": 9.02, "pre_or_post_market_change": 0.29, "pre_or_post_market_change_percent": 3.3219, "last_update_utc": "2023-03-14 08:00:01", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/1dv16gll"}, {"symbol": "LAZR:NASDAQ", "type": "stock", "name": "Luminar Technologies Inc", "price": 8.86, "change": 0.43, "change_percent": 5.1008, "previous_close": 8.43, "pre_or_post_market": 8.87, "pre_or_post_market_change": 0.01, "pre_or_post_market_change_percent": 0.1129, "last_update_utc": "2023-03-14 09:41:22", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11g_zq1zzh"}, {"symbol": "MKTX:NASDAQ", "type": "stock", "name": "Marketaxess Holdings Inc", "price": 364.33, "change": 17.6, "change_percent": 5.076, "previous_close": 346.73, "pre_or_post_market": 364.33, "pre_or_post_market_change": 0, "pre_or_post_market_change_percent": 0, "last_update_utc": "2023-03-14 09:15:05", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/m/07zlbdh"}, {"symbol": "BEAM:NASDAQ", "type": "stock", "name": "Beam Therapeutics Inc", "price": 33.76, "change": 1.62, "change_percent": 5.0404, "previous_close": 32.14, "pre_or_post_market": 31.004, "pre_or_post_market_change": -2.756, "pre_or_post_market_change_percent": -8.1635, "last_update_utc": "2023-03-14 08:02:44", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11j24hcn60"}, {"symbol": "SNOW:NYSE", "type": "stock", "name": "Snowflake Inc", "price": 137.73, "change": 6.27, "change_percent": 4.7695, "previous_close": 131.46, "pre_or_post_market": 137.6, "pre_or_post_market_change": -0.13, "pre_or_post_market_change_percent": -0.0944, "last_update_utc": "2023-03-14 09:27:27", "currency": "USD", "exchange": "NYSE", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11fxx4x3z2"}, {"symbol": "CYTK:NASDAQ", "type": "stock", "name": "Cytokinetics, Inc.", "price": 37.27, "change": 1.67, "change_percent": 4.691, "previous_close": 35.6, "pre_or_post_market": 37.18, "pre_or_post_market_change": -0.09, "pre_or_post_market_change_percent": -0.2415, "last_update_utc": "2023-03-14 08:00:00", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11byd5r2dh"}, {"symbol": "HL:NYSE", "type": "stock", "name": "Hecla Mining Company", "price": 5.41, "change": 0.24, "change_percent": 4.6422, "previous_close": 5.17, "pre_or_post_market": 5.4, "pre_or_post_market_change": -0.01, "pre_or_post_market_change_percent": -0.1848, "last_update_utc": "2023-03-14 09:28:24", "currency": "USD", "exchange": "NYSE", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/m/07zl0h6"}, {"symbol": "BPMC:NASDAQ", "type": "stock", "name": "Blueprint Medicines Corp", "price": 43.82, "change": 1.82, "change_percent": 4.3333, "previous_close": 42, "pre_or_post_market": 43.82, "pre_or_post_market_change": 0, "pre_or_post_market_change_percent": 0, "last_update_utc": "2023-03-14 08:00:00", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11bwqbps6m"}, {"symbol": "NEOG:NASDAQ", "type": "stock", "name": "Neogen Corporation", "price": 18.06, "change": 0.74, "change_percent": 4.2725, "previous_close": 17.32, "pre_or_post_market": 18.06, "pre_or_post_market_change": 0, "pre_or_post_market_change_percent": 0, "last_update_utc": "2023-03-14 08:05:18", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/m/07zm6_n"}, {"symbol": "STAA:NASDAQ", "type": "stock", "name": "STAAR Surgical Company", "price": 59.04, "change": 2.41, "change_percent": 4.2557, "previous_close": 56.63, "pre_or_post_market": 59.04, "pre_or_post_market_change": 0, "pre_or_post_market_change_percent": 0, "last_update_utc": "2023-03-14 08:00:57", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/m/07zm8y1"}, {"symbol": "RGLD:NASDAQ", "type": "stock", "name": "Royal Gold Inc", "price": 118.26, "change": 4.82, "change_percent": 4.2489, "previous_close": 113.44, "pre_or_post_market": 118.0673, "pre_or_post_market_change": -0.1927, "pre_or_post_market_change_percent": -0.1629, "last_update_utc": "2023-03-14 09:29:25", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/m/07zldyk"}, {"symbol": "AXSM:NASDAQ", "type": "stock", "name": "Axsome Therapeutics Inc", "price": 60.86, "change": 2.47, "change_percent": 4.2302, "previous_close": 58.39, "pre_or_post_market": 60.98, "pre_or_post_market_change": 0.12, "pre_or_post_market_change_percent": 0.1972, "last_update_utc": "2023-03-14 09:09:55", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11bwyrqj3_"}, {"symbol": "ZS:NASDAQ", "type": "stock", "name": "Zscaler Inc", "price": 109.86, "change": 4.41, "change_percent": 4.1821, "previous_close": 105.45, "pre_or_post_market": 110.31, "pre_or_post_market_change": 0.45, "pre_or_post_market_change_percent": 0.4096, "last_update_utc": "2023-03-14 09:37:29", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11gglps7n0"}, {"symbol": "VSAT:NASDAQ", "type": "stock", "name": "Viasat Inc", "price": 35.83, "change": 1.4, "change_percent": 4.0662, "previous_close": 34.43, "pre_or_post_market": 35.83, "pre_or_post_market_change": 0, "pre_or_post_market_change_percent": 0, "last_update_utc": "2023-03-14 08:00:00", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/m/07zl7vf"}, {"symbol": "TYL:NYSE", "type": "stock", "name": "Tyler Technologies, Inc.", "price": 322.06, "change": 12.26, "change_percent": 3.9574, "previous_close": 309.8, "pre_or_post_market": 322.06, "pre_or_post_market_change": 0, "pre_or_post_market_change_percent": 0, "last_update_utc": "2023-03-14 09:15:05", "currency": "USD", "exchange": "NYSE", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/m/07zm6xl"}, {"symbol": "MDB:NASDAQ", "type": "stock", "name": "Mongodb Inc", "price": 201.74, "change": 7.66, "change_percent": 3.9468, "previous_close": 194.08, "pre_or_post_market": 201.86, "pre_or_post_market_change": 0.12, "pre_or_post_market_change_percent": 0.0595, "last_update_utc": "2023-03-14 09:40:01", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11f1ddqfn1"}, {"symbol": "SEDG:NASDAQ", "type": "stock", "name": "Solaredge Technologies Inc", "price": 316.21, "change": 11.89, "change_percent": 3.9071, "previous_close": 304.32, "pre_or_post_market": 316.21, "pre_or_post_market_change": 0, "pre_or_post_market_change_percent": 0, "last_update_utc": "2023-03-14 08:55:46", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11b7791s92"}, {"symbol": "IRTC:NASDAQ", "type": "stock", "name": "Irhythm Technologies Inc", "price": 111.42, "change": 4.15, "change_percent": 3.8687, "previous_close": 107.27, "pre_or_post_market": 111.42, "pre_or_post_market_change": 0, "pre_or_post_market_change_percent": 0, "last_update_utc": "2023-03-14 09:15:00", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11c1wybc47"}, {"symbol": "DOCN:NYSE", "type": "stock", "name": "DigitalOcean Holdings Inc", "price": 34.24, "change": 1.24, "change_percent": 3.7576, "previous_close": 33, "pre_or_post_market": 34.06, "pre_or_post_market_change": -0.18, "pre_or_post_market_change_percent": -0.5257, "last_update_utc": "2023-03-14 09:21:48", "currency": "USD", "exchange": "NYSE", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11pb9djfww"}], "news": [{"article_title": "Top analysts are bullish on these five stocks in uncertain times", "article_url": "https://www.cnbc.com/2023/03/12/top-analysts-are-bullish-on-stocks-like-snowflake-salesforce.html", "article_photo_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRUWqDhQH7fAwf2-jPmuFkqDe6-p1Bnt15zHPdHHIFR0yMJGPInvoWTTUo4xrw", "source": "CNBC", "post_time_utc": "2023-03-12 13:20:14", "stocks_in_news": [{"symbol": "SNOW:NYSE", "type": "stock", "name": "Snowflake Inc", "price": 137.73, "change": 6.27, "change_percent": 4.7695, "previous_close": 131.46, "pre_or_post_market": 137.6, "pre_or_post_market_change": -0.13, "pre_or_post_market_change_percent": -0.0944, "last_update_utc": "2023-03-14 09:27:27", "currency": "USD", "exchange": "NYSE", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11fxx4x3z2"}, {"symbol": "CRM:NYSE", "type": "stock", "name": "Salesforce Inc", "price": 175.51, "change": 2.33, "change_percent": 1.3454, "previous_close": 173.18, "pre_or_post_market": 175.75, "pre_or_post_market_change": 0.24, "pre_or_post_market_change_percent": 0.1367, "last_update_utc": "2023-03-14 09:20:57", "currency": "USD", "exchange": "NYSE", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/m/07zkzm3"}]}, {"article_title": "Stocks making the biggest moves midday: First Republic Bank, Moderna, \nNewmont, Illumina and more", "article_url": "https://www.cnbc.com/2023/03/13/stocks-moving-big-midday-frc-mrna-nem-prvb.html", "article_photo_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQbfSjiD1f5R6X_fY1xMjTGHrAPkycf_l7dvbqxP9aWtkY46kFj1-QafAh9Ld0", "source": "CNBC", "post_time_utc": "2023-03-13 16:56:32", "stocks_in_news": [{"symbol": "FRC:NYSE", "type": "stock", "name": "First Republic Bank", "price": 31.21, "change": -50.55, "change_percent": -61.8273, "previous_close": 81.76, "pre_or_post_market": 37.45, "pre_or_post_market_change": 6.24, "pre_or_post_market_change_percent": 19.9936, "last_update_utc": "2023-03-14 09:44:57", "currency": "USD", "exchange": "NYSE", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/1hbvw6npl"}, {"symbol": "MRNA:NASDAQ", "type": "stock", "name": "Moderna Inc", "price": 147.9, "change": 9.61, "change_percent": 6.9492, "previous_close": 138.29, "pre_or_post_market": 147, "pre_or_post_market_change": -0.9, "pre_or_post_market_change_percent": -0.6085, "last_update_utc": "2023-03-14 09:36:23", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11fht_cn6q"}, {"symbol": "NEM:NYSE", "type": "stock", "name": "Newmont Corporation", "price": 45.12, "change": 2.96, "change_percent": 7.0209, "previous_close": 42.16, "pre_or_post_market": 44.72, "pre_or_post_market_change": -0.4, "pre_or_post_market_change_percent": -0.8865, "last_update_utc": "2023-03-14 09:38:06", "currency": "USD", "exchange": "NYSE", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/m/07zm4vl"}]}, {"article_title": "MicroStrategy and Marathon Digital Lead Bounce for Crypto-Related Stocks", "article_url": "https://www.coindesk.com/markets/2023/03/13/microstrategy-and-marathon-digital-lead-tenuous-bounce-for-crypto-related-stocks/", "article_photo_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTDp-ud8guhLkZKPP8ZIsN32KFac16x26qm96_cptiMovsgrtXDLvrncHzE7zc", "source": "CoinDesk", "post_time_utc": "2023-03-13 12:46:00", "stocks_in_news": [{"from_symbol": "BTC", "to_symbol": "USD", "type": "currency", "from_currency_name": "Bitcoin", "to_currency_name": "United States Dollar", "exchange_rate": 24332.6, "previous_close": 24212.1, "last_update_utc": "2023-03-14 09:39:59", "google_mid": "/g/11bvvxp7st"}, {"symbol": "MARA:NASDAQ", "type": "stock", "name": "Marathon Digital Holdings Inc", "price": 6.7, "change": 1.37, "change_percent": 25.7036, "previous_close": 5.33, "pre_or_post_market": 6.8, "pre_or_post_market_change": 0.1, "pre_or_post_market_change_percent": 1.4925, "last_update_utc": "2023-03-14 09:39:20", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/1dv4qcfk"}]}, {"article_title": "Will Luminar Technologies Inc (LAZR) Outperform the Rest of the Stocks in \nthe Consumer Cyclical Sector?", "article_url": "https://www.investorsobserver.com/news/stock-update/will-luminar-technologies-inc-lazr-outperform-the-rest-of-the-stocks-in-the-consumer-cyclical-sector-2", "article_photo_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQ76WajlA60uixVl_XHnSgmb0qJcJvOCPjIJoCwmvipDzfCMakGSiiGOV6mP-8", "source": "InvestorsObserver", "post_time_utc": "2023-03-13 15:38:18", "stocks_in_news": [{"symbol": "LAZR:NASDAQ", "type": "stock", "name": "Luminar Technologies Inc", "price": 8.86, "change": 0.43, "change_percent": 5.1008, "previous_close": 8.43, "pre_or_post_market": 8.87, "pre_or_post_market_change": 0.01, "pre_or_post_market_change_percent": 0.1129, "last_update_utc": "2023-03-14 09:41:22", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11g_zq1zzh"}]}, {"article_title": "Palantir Technologies Inc. stock rises Monday, outperforms market", "article_url": "https://www.marketwatch.com/data-news/palantir-technologies-inc-stock-rises-monday-outperforms-market-66fc712d-121634ba03f8", "article_photo_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRue2tAqAKpGseiiRxi9f8egdXw79UkdTs-w3olSuZcsGPSd1Nx7AbUxnTmYqo", "source": "MarketWatch", "post_time_utc": "2023-03-13 22:18:00", "stocks_in_news": [{"symbol": "PLTR:NYSE", "type": "stock", "name": "Palantir Technologies Inc", "price": 7.87, "change": 0.52, "change_percent": 7.0748, "previous_close": 7.35, "pre_or_post_market": 7.91, "pre_or_post_market_change": 0.04, "pre_or_post_market_change_percent": 0.5083, "last_update_utc": "2023-03-14 09:37:59", "currency": "USD", "exchange": "NYSE", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11l9rv6gfw"}]}, {"article_title": "SolarEdge Technologies' (NASDAQ:SEDG) Returns On Capital Not Reflecting \nWell On The Business", "article_url": "https://simplywall.st/stocks/us/semiconductors/nasdaq-sedg/solaredge-technologies/news/solaredge-technologies-nasdaqsedg-returns-on-capital-not-ref", "article_photo_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTmzh1x6Ik5UMm9XnL-pufJ1clhG4Z2aCMa0u0XVmkzezpqbXCJkeEhquYj7sw", "source": "Simply Wall St", "post_time_utc": "2023-03-13 11:55:49", "stocks_in_news": [{"symbol": "SEDG:NASDAQ", "type": "stock", "name": "Solaredge Technologies Inc", "price": 316.21, "change": 11.89, "change_percent": 3.9071, "previous_close": 304.32, "pre_or_post_market": 316.21, "pre_or_post_market_change": 0, "pre_or_post_market_change_percent": 0, "last_update_utc": "2023-03-14 08:55:46", "currency": "USD", "exchange": "NASDAQ", "exchange_open": "2023-03-13 09:30:00", "exchange_close": "2023-03-13 16:00:00", "timezone": "America/New_York", "utc_offset_sec": -14400, "country_code": "US", "google_mid": "/g/11b7791s92"}]}]}}
{"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": {"type": "string"}, "article_photo_url": {"type": "string"}, "source": {"type": "string"}, "post_time_utc": {"type": "string"}, "stocks_in_news": {"type": "array", "items": {"type": "object"}}}}}}}}}
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 SatoshiStreetBets CryptoMoonShots CryptoMarkets stocks wallstreetbets options WallStreetbetsELITE Wallstreetbetsnew SPACs investing Daytrading Each page contains 100 results.
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", "mentions_24h_ago": "625"}, {"rank": 3, "ticker": "AMC", "name": "AMC Entertainment", "mentions": "82", "upvotes": "336", "rank_24h_ago": "11", "mentions_24h_ago": "91"}, {"rank": 4, "ticker": "TSLA", "name": "Tesla", "mentions": "64", "upvotes": "151", "rank_24h_ago": "2", "mentions_24h_ago": "179"}, {"rank": 5, "ticker": "WW", "name": "Weight Watchers", "mentions": "59", "upvotes": "343", "rank_24h_ago": "13", "mentions_24h_ago": "74"}, {"rank": 6, "ticker": "CEI", "name": "Camber Energy", "mentions": "55", "upvotes": "38", "rank_24h_ago": "161", "mentions_24h_ago": "18"}, {"rank": 7, "ticker": "RSX", "name": "VanEck Vectors ETF Trust - VanEck Vectors Russia ETF", "mentions": "44", "upvotes": "248", "rank_24h_ago": "8", "mentions_24h_ago": "120"}, {"rank": 8, "ticker": "FB", "name": "Meta (Facebook)", "mentions": "43", "upvotes": "108", "rank_24h_ago": "16", "mentions_24h_ago": "80"}, {"rank": 9, "ticker": "VTI", "name": "Vanguard Total Stock Market ETF", "mentions": "39", "upvotes": "176", "rank_24h_ago": "24", "mentions_24h_ago": "47"}, {"rank": 10, "ticker": "WEAT", "name": "Teucrium Wheat Fund", "mentions": "38", "upvotes": "101", "rank_24h_ago": "3", "mentions_24h_ago": "128"}, {"rank": 11, "ticker": "VOO", "name": "Vanguard S&P 500 ETF", "mentions": "36", "upvotes": "172", "rank_24h_ago": "25", "mentions_24h_ago": "40"}, {"rank": 12, "ticker": "MSFT", "name": "Microsoft", "mentions": "36", "upvotes": "133", "rank_24h_ago": "23", "mentions_24h_ago": "39"}, {"rank": 13, "ticker": "GS", "name": "Goldman Sachs", "mentions": "35", "upvotes": "102", "rank_24h_ago": "9", "mentions_24h_ago": "85"}, {"rank": 14, "ticker": "XOM", "name": "Exxon Mobil", "mentions": "34", "upvotes": "137", "rank_24h_ago": "36", "mentions_24h_ago": "51"}, {"rank": 15, "ticker": "OXY", "name": "Occidental Petroleum", "mentions": "33", "upvotes": "101", "rank_24h_ago": "38", "mentions_24h_ago": "52"}, {"rank": 16, "ticker": "IS", "name": "IronSource", "mentions": "31", "upvotes": "369", "rank_24h_ago": "15", "mentions_24h_ago": "68"}, {"rank": 17, "ticker": "AMD", "name": "AMD", "mentions": "31", "upvotes": "585", "rank_24h_ago": "7", "mentions_24h_ago": "109"}, {"rank": 18, "ticker": "BABA", "name": "Alibaba", "mentions": "30", "upvotes": "112", "rank_24h_ago": "14", "mentions_24h_ago": "77"}, {"rank": 19, "ticker": "AAPL", "name": "Apple", "mentions": "29", "upvotes": "103", "rank_24h_ago": "12", "mentions_24h_ago": "55"}, {"rank": 20, "ticker": "DTE", "name": "DTE Energy", "mentions": "27", "upvotes": "74", "rank_24h_ago": "10", "mentions_24h_ago": "72"}, {"rank": 21, "ticker": "QQQ", "name": "Invesco QQQ ETF", "mentions": "27", "upvotes": "108", "rank_24h_ago": "6", "mentions_24h_ago": "100"}, {"rank": 22, "ticker": "PLTR", "name": "Palantir", "mentions": "26", "upvotes": "56", "rank_24h_ago": "19", "mentions_24h_ago": "54"}, {"rank": 23, "ticker": "ARKK", "name": "ARK Investment Management LLC - ARK Innovation ETF", "mentions": "25", "upvotes": "634", "rank_24h_ago": "31", "mentions_24h_ago": "40"}, {"rank": 24, "ticker": "USO", "name": "United States Commodity Funds LLC - United States Oil Fund", "mentions": "24", "upvotes": "80", "rank_24h_ago": "47", "mentions_24h_ago": "52"}, {"rank": 25, "ticker": "YOU", "name": "CLEAR Secure", "mentions": "24", "upvotes": "144", "rank_24h_ago": "28", "mentions_24h_ago": "43"}, {"rank": 26, "ticker": "LMT", "name": "Lockheed Martin", "mentions": "23", "upvotes": "41", "rank_24h_ago": "48", "mentions_24h_ago": "27"}, {"rank": 27, "ticker": "BP", "name": "BP", "mentions": "21", "upvotes": "134", "rank_24h_ago": "86", "mentions_24h_ago": "17"}, {"rank": 28, "ticker": "JPM", "name": "JPMorgan Chase", "mentions": "21", "upvotes": "261", "rank_24h_ago": "20", "mentions_24h_ago": "58"}, {"rank": 29, "ticker": "PE", "name": "Parsley Energy", "mentions": "20", "upvotes": "61", "rank_24h_ago": "21", "mentions_24h_ago": "38"}, {"rank": 30, "ticker": "TD", "name": "Toronto Dominion Bank", "mentions": "19", "upvotes": "132", "rank_24h_ago": "50", "mentions_24h_ago": "25"}, {"rank": 31, "ticker": "IT", "name": "Gartner", "mentions": "19", "upvotes": "66", "rank_24h_ago": "34", "mentions_24h_ago": "33"}, {"rank": 32, "ticker": "ZIM", "name": "ZIM Integrated Shipping Services", "mentions": "18", "upvotes": "73", "rank_24h_ago": "170", "mentions_24h_ago": "10"}, {"rank": 33, "ticker": "BAC", "name": "Bank of America", "mentions": "16", "upvotes": "507", "rank_24h_ago": "185", "mentions_24h_ago": "5"}, {"rank": 34, "ticker": "LNG", "name": "Cheniere Energy", "mentions": "15", "upvotes": "197", "rank_24h_ago": "94", "mentions_24h_ago": "11"}, {"rank": 35, "ticker": "VT", "name": "Vanguard Group, Inc. - Vanguard Total World Stock ETF", "mentions": "15", "upvotes": "125", "rank_24h_ago": "104", "mentions_24h_ago": "8"}, {"rank": 36, "ticker": "SOFI", "name": "SoFi", "mentions": "15", "upvotes": "53", "rank_24h_ago": "18", "mentions_24h_ago": "52"}, {"rank": 37, "ticker": "WISH", "name": "ContextLogic (wish.com)", "mentions": "15", "upvotes": "227", "rank_24h_ago": "45", "mentions_24h_ago": "22"}, {"rank": 38, "ticker": "RIG", "name": "Transocean", "mentions": "14", "upvotes": "41", "rank_24h_ago": "150", "mentions_24h_ago": "12"}, {"rank": 39, "ticker": "CVX", "name": "Chevron", "mentions": "14", "upvotes": "50", "rank_24h_ago": "71", "mentions_24h_ago": "20"}, {"rank": 40, "ticker": "CS", "name": "Credit Suisse", "mentions": "14", "upvotes": "71", "rank_24h_ago": "230", "mentions_24h_ago": "5"}, {"rank": 41, "ticker": "AA", "name": "Alcoa", "mentions": "13", "upvotes": "69", "rank_24h_ago": "95", "mentions_24h_ago": "14"}, {"rank": 42, "ticker": "BTU", "name": "Peabody Energy", "mentions": "12", "upvotes": "20", "rank_24h_ago": "98", "mentions_24h_ago": "13"}, {"rank": 43, "ticker": "MOS", "name": "The Mosaic Company", "mentions": "12", "upvotes": "56", "rank_24h_ago": "59", "mentions_24h_ago": "21"}, {"rank": 44, "ticker": "OG", "name": "Onion Global", "mentions": "12", "upvotes": "79", "rank_24h_ago": "83", "mentions_24h_ago": "13"}, {"rank": 45, "ticker": "DWAC", "name": "Digital World Acquisition", "mentions": "12", "upvotes": "20", "rank_24h_ago": "64", "mentions_24h_ago": "22"}, {"rank": 46, "ticker": "BBIG", "name": "Vinco Ventures", "mentions": "12", "upvotes": "16", "rank_24h_ago": "37", "mentions_24h_ago": "29"}, {"rank": 47, "ticker": "ICE", "name": "Intercontinental Exchange", "mentions": "12", "upvotes": "36", "rank_24h_ago": "228", "mentions_24h_ago": "3"}, {"rank": 48, "ticker": "TQQQ", "name": "ProShares Trust - ProShares UltraPro QQQ", "mentions": "12", "upvotes": "196", "rank_24h_ago": "27", "mentions_24h_ago": "35"}, {"rank": 49, "ticker": "WE", "name": "WeWork", "mentions": "11", "upvotes": "37", "rank_24h_ago": "56", "mentions_24h_ago": "26"}, {"rank": 50, "ticker": "DM", "name": "Desktop Metal", "mentions": "11", "upvotes": "33", "rank_24h_ago": "117", "mentions_24h_ago": "11"}, {"rank": 51, "ticker": "PYPL", "name": "PayPal", "mentions": "11", "upvotes": "27", "rank_24h_ago": "66", "mentions_24h_ago": "23"}, {"rank": 52, "ticker": "HD", "name": "Home Depot", "mentions": "11", "upvotes": "36", "rank_24h_ago": "332", "mentions_24h_ago": "3"}, {"rank": 53, "ticker": "CLF", "name": "Cleveland-Cliffs", "mentions": "11", "upvotes": "52", "rank_24h_ago": "30", "mentions_24h_ago": "36"}, {"rank": 54, "ticker": "GM", "name": "General Motors", "mentions": "11", "upvotes": "32", "rank_24h_ago": "70", "mentions_24h_ago": "16"}, {"rank": 55, "ticker": "INTC", "name": "Intel", "mentions": "11", "upvotes": "38", "rank_24h_ago": "69", "mentions_24h_ago": "25"}, {"rank": 56, "ticker": "COP", "name": "ConocoPhillips", "mentions": "10", "upvotes": "11", "rank_24h_ago": "314", "mentions_24h_ago": "1"}, {"rank": 57, "ticker": "CORN", "name": "Teucrium Trading, LLC - Teucrium Corn Fund", "mentions": "10", "upvotes": "27", "rank_24h_ago": "72", "mentions_24h_ago": "17"}, {"rank": 58, "ticker": "CO", "name": "Global Cord Blood", "mentions": "10", "upvotes": "9", "rank_24h_ago": "163", "mentions_24h_ago": "6"}, {"rank": 59, "ticker": "RIVN", "name": "Rivian", "mentions": "10", "upvotes": "52", "rank_24h_ago": "77", "mentions_24h_ago": "22"}, {"rank": 60, "ticker": "AR", "name": "Antero Resources", "mentions": "10", "upvotes": "22", "rank_24h_ago": "130", "mentions_24h_ago": "8"}, {"rank": 61, "ticker": "ON", "name": "ON Semiconductor", "mentions": "10", "upvotes": "30", "rank_24h_ago": "29", "mentions_24h_ago": "43"}, {"rank": 62, "ticker": "AI", "name": "C3 AI", "mentions": "10", "upvotes": "91", "rank_24h_ago": "75", "mentions_24h_ago": "21"}, {"rank": 63, "ticker": "CC", "name": "Chemours", "mentions": "10", "upvotes": "15", "rank_24h_ago": "65", "mentions_24h_ago": "25"}, {"rank": 64, "ticker": "SP", "name": "SP Plus Corporation", "mentions": "10", "upvotes": "33", "rank_24h_ago": "53", "mentions_24h_ago": "26"}, {"rank": 65, "ticker": "NAV", "name": "Navistar", "mentions": "10", "upvotes": "20", "rank_24h_ago": "63", "mentions_24h_ago": "22"}, {"rank": 66, "ticker": "CDEV", "name": "Centennial Resource Development", "mentions": "9", "upvotes": "35", "rank_24h_ago": "196", "mentions_24h_ago": "10"}, {"rank": 67, "ticker": "XOP", "name": "SPDR Series Trust - SSgA SPDR Oil & Gas Exploration and Production", "mentions": "9", "upvotes": "18", "rank_24h_ago": "226", "mentions_24h_ago": "3"}, {"rank": 68, "ticker": "UCO", "name": "ProShares Trust - ProShares Ultra Bloomberg Crude Oil", "mentions": "9", "upvotes": "17", "rank_24h_ago": "96", "mentions_24h_ago": "20"}, {"rank": 69, "ticker": "XL", "name": "XL Fleet", "mentions": "9", "upvotes": "-4", "rank_24h_ago": "121", "mentions_24h_ago": "9"}, {"rank": 70, "ticker": "CF", "name": "CF Industries", "mentions": "9", "upvotes": "40", "rank_24h_ago": "100", "mentions_24h_ago": "10"}, {"rank": 71, "ticker": "SNOW", "name": "Snowflake", "mentions": "9", "upvotes": "85", "rank_24h_ago": "81", "mentions_24h_ago": "9"}, {"rank": 72, "ticker": "PG", "name": "Procter & Gamble", "mentions": "9", "upvotes": "32", "rank_24h_ago": "998", "mentions_24h_ago": "1"}, {"rank": 73, "ticker": "ESG", "name": "FlexShares Trust - FlexShares STOXX US ESG Impact Index Fund", "mentions": "9", "upvotes": "40", "rank_24h_ago": "148", "mentions_24h_ago": "7"}, {"rank": 74, "ticker": "GOOG", "name": "Alphabet (Google)", "mentions": "9", "upvotes": "27", "rank_24h_ago": "74", "mentions_24h_ago": "20"}, {"rank": 75, "ticker": "KO", "name": "Coca-Cola", "mentions": "9", "upvotes": "5", "rank_24h_ago": "136", "mentions_24h_ago": "6"}, {"rank": 76, "ticker": "CLOV", "name": "Clover Health Investments", "mentions": "9", "upvotes": "15", "rank_24h_ago": "182", "mentions_24h_ago": "7"}, {"rank": 77, "ticker": "DKS", "name": "Dick's Sporting Goods", "mentions": "8", "upvotes": "32", "rank_24h_ago": "301", "mentions_24h_ago": "4"}, {"rank": 78, "ticker": "DOCU", "name": "DocuSign", "mentions": "8", "upvotes": "14", "rank_24h_ago": "956", "mentions_24h_ago": "1"}, {"rank": 79, "ticker": "FXH", "name": "First Trust Exchange-Traded Fund III - First Trust Health Care AlphaDE", "mentions": "8", "upvotes": "13", "rank_24h_ago": "39", "mentions_24h_ago": "36"}, {"rank": 80, "ticker": "GUSH", "name": "Direxion Shares ETF Trust - Direxion Daily S&P Oil & Gas Exp. & Prod.", "mentions": "8", "upvotes": "21", "rank_24h_ago": "762", "mentions_24h_ago": "2"}, {"rank": 81, "ticker": "ME", "name": "23andMe", "mentions": "8", "upvotes": "24", "rank_24h_ago": "110", "mentions_24h_ago": "11"}, {"rank": 82, "ticker": "GOLD", "name": "Barrick Gold", "mentions": "8", "upvotes": "32", "rank_24h_ago": "138", "mentions_24h_ago": "9"}, {"rank": 83, "ticker": "BC", "name": "Brunswick Corporation", "mentions": "8", "upvotes": "32", "rank_24h_ago": "873", "mentions_24h_ago": "1"}, {"rank": 84, "ticker": "CIA", "name": "Citizens Inc", "mentions": "8", "upvotes": "22", "rank_24h_ago": "178", "mentions_24h_ago": "4"}, {"rank": 85, "ticker": "IG", "name": "Principal Exchange-Traded Funds - Principal Investment Grade Corporate", "mentions": "8", "upvotes": "25", "rank_24h_ago": "194", "mentions_24h_ago": "6"}, {"rank": 86, "ticker": "NOW", "name": "ServiceNow", "mentions": "8", "upvotes": "28", "rank_24h_ago": "73", "mentions_24h_ago": "18"}, {"rank": 87, "ticker": "OR", "name": "Osisko Gold Royalties", "mentions": "8", "upvotes": "12", "rank_24h_ago": "102", "mentions_24h_ago": "14"}, {"rank": 88, "ticker": "ALL", "name": "Allstate", "mentions": "8", "upvotes": "88", "rank_24h_ago": "35", "mentions_24h_ago": "39"}, {"rank": 89, "ticker": "AMZN", "name": "Amazon", "mentions": "8", "upvotes": "28", "rank_24h_ago": "26", "mentions_24h_ago": "36"}, {"rank": 90, "ticker": "IQ", "name": "iQIYI", "mentions": "8", "upvotes": "47", "rank_24h_ago": "80", "mentions_24h_ago": "16"}, {"rank": 91, "ticker": "TSM", "name": "TSMC", "mentions": "8", "upvotes": "14", "rank_24h_ago": "162", "mentions_24h_ago": "7"}, {"rank": 92, "ticker": "SE", "name": "Sea (Garena)", "mentions": "8", "upvotes": "18", "rank_24h_ago": "58", "mentions_24h_ago": "29"}, {"rank": 93, "ticker": "WTI", "name": "W&T Offshore", "mentions": "7", "upvotes": "-1", "rank_24h_ago": "88", "mentions_24h_ago": "19"}, {"rank": 94, "ticker": "ANY", "name": "Sphere 3D", "mentions": "7", "upvotes": "13", "rank_24h_ago": "197", "mentions_24h_ago": "7"}, {"rank": 95, "ticker": "RBLX", "name": "Roblox", "mentions": "7", "upvotes": "40", "rank_24h_ago": "105", "mentions_24h_ago": "17"}, {"rank": 96, "ticker": "VXUS", "name": "Vanguard Group, Inc. - Vanguard Total International Stock ETF", "mentions": "7", "upvotes": "15", "rank_24h_ago": "127", "mentions_24h_ago": "11"}, {"rank": 97, "ticker": "FOR", "name": "Forestar Group", "mentions": "7", "upvotes": "3", "rank_24h_ago": "61", "mentions_24h_ago": "25"}, {"rank": 98, "ticker": "RC", "name": "Ready Capital", "mentions": "7", "upvotes": "95", "rank_24h_ago": "686", "mentions_24h_ago": "1"}, {"rank": 99, "ticker": "SCHD", "name": "Schwab Strategic Trust - CSIM Schwab US Dividend Equity ETF", "mentions": "7", "upvotes": "26", "rank_24h_ago": "132", "mentions_24h_ago": "6"}, {"rank": 100, "ticker": "ET", "name": "Energy Transfer Partners", "mentions": "7", "upvotes": "186", "rank_24h_ago": "78", "mentions_24h_ago": "17"}]}
{"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"}, "upvotes": {"type": "string"}, "rank_24h_ago": {"type": "string"}, "mentions_24h_ago": {"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-01-22": 1, "2020-01-23": 1, "2020-01-24": 2, "2020-01-25": 3, "2020-01-26": 5, "2020-01-27": 5, "2020-01-28": 5, "2020-01-29": 5, "2020-01-30": 6, "2020-01-31": 7, "2020-02-01": 8, "2020-02-02": 11, "2020-02-03": 11, "2020-02-04": 11, "2020-02-05": 12, "2020-02-06": 12, "2020-02-07": 12, "2020-02-08": 12, "2020-02-09": 12, "2020-02-10": 13, "2020-02-11": 13, "2020-02-12": 14, "2020-02-13": 15, "2020-02-14": 15, "2020-02-15": 15, "2020-02-16": 15, "2020-02-17": 25, "2020-02-18": 25, "2020-02-19": 25, "2020-02-20": 27, "2020-02-21": 30, "2020-02-22": 30, "2020-02-23": 30, "2020-02-24": 43, "2020-02-25": 45, "2020-02-26": 60, "2020-02-27": 60, "2020-02-28": 65, "2020-02-29": 70, "2020-03-01": 88, "2020-03-02": 104, "2020-03-03": 125, "2020-03-04": 161, "2020-03-05": 228, "2020-03-06": 311, "2020-03-07": 428, "2020-03-08": 547, "2020-03-09": 748, "2020-03-10": 1018, "2020-03-11": 1263, "2020-03-12": 1668, "2020-03-13": 2221, "2020-03-14": 2893, "2020-03-15": 3591, "2020-03-16": 4497, "2020-03-17": 5896, "2020-03-18": 8334, "2020-03-19": 12372, "2020-03-20": 17978, "2020-03-21": 24486, "2020-03-22": 33006, "2020-03-23": 43428, "2020-03-24": 53850, "2020-03-25": 68472, "2020-03-26": 85440, "2020-03-27": 102749, "2020-03-28": 123788, "2020-03-29": 142276, "2020-03-30": 163689, "2020-03-31": 188051, "2020-04-01": 214922, "2020-04-02": 244595, "2020-04-03": 276848, "2020-04-04": 311800, "2020-04-05": 337351, "2020-04-06": 368226, "2020-04-07": 398494, "2020-04-08": 430128, "2020-04-09": 464627, "2020-04-10": 498022, "2020-04-11": 529575, "2020-04-12": 556574, "2020-04-13": 582334, "2020-04-14": 609001, "2020-04-15": 638954, "2020-04-16": 670458, "2020-04-17": 701933, "2020-04-18": 730272, "2020-04-19": 755508, "2020-04-20": 782860, "2020-04-21": 808670, "2020-04-22": 837442, "2020-04-23": 870835, "2020-04-24": 907511, "2020-04-25": 941886, "2020-04-26": 968555, "2020-04-27": 991619, "2020-04-28": 1016254, "2020-04-29": 1042740, "2020-04-30": 1073024, "2020-05-01": 1106958, "2020-05-02": 1136248, "2020-05-03": 1162336, "2020-05-04": 1184229, "2020-05-05": 1207889, "2020-05-06": 1232350, "2020-05-07": 1260763, "2020-05-08": 1288283, "2020-05-09": 1313133, "2020-05-10": 1333425, "2020-05-11": 1350985, "2020-05-12": 1373241, "2020-05-13": 1394356, "2020-05-14": 1421220, "2020-05-15": 1447340, "2020-05-16": 1470950, "2020-05-17": 1489907, "2020-05-18": 1511670, "2020-05-19": 1532552, "2020-05-20": 1555550, "2020-05-21": 1581235, "2020-05-22": 1604917, "2020-05-23": 1627115, "2020-05-24": 1647056, "2020-05-25": 1666085, "2020-05-26": 1684913, "2020-05-27": 1703583, "2020-05-28": 1726005, "2020-05-29": 1750392, "2020-05-30": 1773717, "2020-05-31": 1794290, "2020-06-01": 1816090, "2020-06-02": 1836816, "2020-06-03": 1856713, "2020-06-04": 1877840, "2020-06-05": 1906437, "2020-06-06": 1928658, "2020-06-07": 1947203, "2020-06-08": 1965347, "2020-06-09": 1984010, "2020-06-10": 2006718, "2020-06-11": 2029894, "2020-06-12": 2055202, "2020-06-13": 2080381, "2020-06-14": 2099389, "2020-06-15": 2119426, "2020-06-16": 2144250, "2020-06-17": 2169851, "2020-06-18": 2197796, "2020-06-19": 2228541, "2020-06-20": 2260274, "2020-06-21": 2286591, "2020-06-22": 2317018, "2020-06-23": 2351952, "2020-06-24": 2388798, "2020-06-25": 2427899, "2020-06-26": 2473379, "2020-06-27": 2515534, "2020-06-28": 2554919, "2020-06-29": 2594344, "2020-06-30": 2642508, "2020-07-01": 2692397, "2020-07-02": 2747870, "2020-07-03": 2804929, "2020-07-04": 2854828, "2020-07-05": 2899466, "2020-07-06": 2946096, "2020-07-07": 3000043, "2020-07-08": 3059441, "2020-07-09": 3119202, "2020-07-10": 3187139, "2020-07-11": 3247613, "2020-07-12": 3305105, "2020-07-13": 3366305, "2020-07-14": 3431765, "2020-07-15": 3499844, "2020-07-16": 3575320, "2020-07-17": 3645677, "2020-07-18": 3707780, "2020-07-19": 3769445, "2020-07-20": 3828920, "2020-07-21": 3893709, "2020-07-22": 3963319, "2020-07-23": 4032882, "2020-07-24": 4105898, "2020-07-25": 4172099, "2020-07-26": 4225704, "2020-07-27": 4284574, "2020-07-28": 4347278, "2020-07-29": 4413661, "2020-07-30": 4482259, "2020-07-31": 4551115, "2020-08-01": 4606832, "2020-08-02": 4657086, "2020-08-03": 4704162, "2020-08-04": 4757147, "2020-08-05": 4810491, "2020-08-06": 4867692, "2020-08-07": 4928077, "2020-08-08": 4982577, "2020-08-09": 5030341, "2020-08-10": 5076778, "2020-08-11": 5129474, "2020-08-12": 5183066, "2020-08-13": 5236662, "2020-08-14": 5295401, "2020-08-15": 5345577, "2020-08-16": 5387396, "2020-08-17": 5424087, "2020-08-18": 5466311, "2020-08-19": 5509049, "2020-08-20": 5554723, "2020-08-21": 5602895, "2020-08-22": 5647190, "2020-08-23": 5679180, "2020-08-24": 5718708, "2020-08-25": 5757680, "2020-08-26": 5802839, "2020-08-27": 5847653, "2020-08-28": 5893557, "2020-08-29": 5937549, "2020-08-30": 5970676, "2020-08-31": 6006697, "2020-09-01": 6050467, "2020-09-02": 6090393, "2020-09-03": 6136520, "2020-09-04": 6188522, "2020-09-05": 6230455, "2020-09-06": 6260451, "2020-09-07": 6284765, "2020-09-08": 6313482, "2020-09-09": 6346760, "2020-09-10": 6383956, "2020-09-11": 6431205, "2020-09-12": 6469778, "2020-09-13": 6502833, "2020-09-14": 6539284, "2020-09-15": 6578029, "2020-09-16": 6617138, "2020-09-17": 6661826, "2020-09-18": 6709848, "2020-09-19": 6750344, "2020-09-20": 6785843, "2020-09-21": 6840081, "2020-09-22": 6877300, "2020-09-23": 6918730, "2020-09-24": 6962722, "2020-09-25": 7016211, "2020-09-26": 7058379, "2020-09-27": 7094786, "2020-09-28": 7131027, "2020-09-29": 7173522, "2020-09-30": 7215246, "2020-10-01": 7261282, "2020-10-02": 7314115, "2020-10-03": 7361183, "2020-10-04": 7396025, "2020-10-05": 7437162, "2020-10-06": 7479528, "2020-10-07": 7532463, "2020-10-08": 7588252, "2020-10-09": 7646561, "2020-10-10": 7697667, "2020-10-11": 7742121, "2020-10-12": 7789482, "2020-10-13": 7843471, "2020-10-14": 7902273, "2020-10-15": 7966967, "2020-10-16": 8036992, "2020-10-17": 8089503, "2020-10-18": 8136742, "2020-10-19": 8201307, "2020-10-20": 8261074, "2020-10-21": 8325042, "2020-10-22": 8399869, "2020-10-23": 8482965, "2020-10-24": 8561333, "2020-10-25": 8619781, "2020-10-26": 8693520, "2020-10-27": 8767470, "2020-10-28": 8849254, "2020-10-29": 8938754, "2020-10-30": 9037535, "2020-10-31": 9121318, "2020-11-01": 9194996, "2020-11-02": 9287221, "2020-11-03": 9378952, "2020-11-04": 9486664, "2020-11-05": 9607708, "2020-11-06": 9739400, "2020-11-07": 9864304, "2020-11-08": 9967537, "2020-11-09": 10097099, "2020-11-10": 10236375, "2020-11-11": 10378870, "2020-11-12": 10540934, "2020-11-13": 10721773, "2020-11-14": 10880233, "2020-11-15": 11014713, "2020-11-16": 11180377, "2020-11-17": 11341477, "2020-11-18": 11513310, "2020-11-19": 11700183, "2020-11-20": 11897902, "2020-11-21": 12068797, "2020-11-22": 12208695, "2020-11-23": 12386997, "2020-11-24": 12564872, "2020-11-25": 12745181, "2020-11-26": 12847741, "2020-11-27": 13051731, "2020-11-28": 13202040, "2020-11-29": 13338217, "2020-11-30": 13505098, "2020-12-01": 13688566, "2020-12-02": 13889294, "2020-12-03": 14106834, "2020-12-04": 14337482, "2020-12-05": 14542286, "2020-12-06": 14713279, "2020-12-07": 14916416, "2020-12-08": 15135587, "2020-12-09": 15354586, "2020-12-10": 15579294, "2020-12-11": 15858179, "2020-12-12": 16064891, "2020-12-13": 16248415, "2020-12-14": 16448887, "2020-12-15": 16651420, "2020-12-16": 16896167, "2020-12-17": 17133482, "2020-12-18": 17383258, "2020-12-19": 17576111, "2020-12-20": 17754830, "2020-12-21": 17955974, "2020-12-22": 18156572, "2020-12-23": 18383728, "2020-12-24": 18576893, "2020-12-25": 18677257, "2020-12-26": 18893091, "2020-12-27": 19044408, "2020-12-28": 19233010, "2020-12-29": 19431972, "2020-12-30": 19660866, "2020-12-31": 19891478, "2021-01-01": 20037860, "2021-01-02": 20328360, "2021-01-03": 20530102, "2021-01-04": 20733945, "2021-01-05": 20968469, "2021-01-06": 21223881, "2021-01-07": 21503878, "2021-01-08": 21802290, "2021-01-09": 22053864, "2021-01-10": 22261705, "2021-01-11": 22484266, "2021-01-12": 22712886, "2021-01-13": 22941957, "2021-01-14": 23180387, "2021-01-15": 23420179, "2021-01-16": 23621262, "2021-01-17": 23789948, "2021-01-18": 23931976, "2021-01-19": 24116558, "2021-01-20": 24302631, "2021-01-21": 24493033, "2021-01-22": 24684356, "2021-01-23": 24851499, "2021-01-24": 24980071, "2021-01-25": 25135164}}
{"$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"}, "2020-01-15": {"type": "string"}, "2020-01-16": {"type": "string"}, "2020-01-17": {"type": "string"}, "2020-01-18": {"type": "string"}, "2020-01-19": {"type": "string"}, "2020-01-20": {"type": "string"}, "2020-01-21": {"type": "integer"}, "2020-01-22": {"type": "integer"}, "2020-01-23": {"type": "integer"}, "2020-01-24": {"type": "integer"}, "2020-01-25": {"type": "integer"}, "2020-01-26": {"type": "integer"}, "2020-01-27": {"type": "integer"}, "2020-01-28": {"type": "integer"}, "2020-01-29": {"type": "integer"}, "2020-01-30": {"type": "integer"}, "2020-01-31": {"type": "integer"}, "2020-02-01": {"type": "integer"}, "2020-02-02": {"type": "integer"}, "2020-02-03": {"type": "integer"}, "2020-02-04": {"type": "integer"}, "2020-02-05": {"type": "integer"}, "2020-02-06": {"type": "integer"}, "2020-02-07": {"type": "integer"}, "2020-02-08": {"type": "integer"}, "2020-02-09": {"type": "integer"}, "2020-02-10": {"type": "integer"}, "2020-02-11": {"type": "integer"}, "2020-02-12": {"type": "integer"}, "2020-02-13": {"type": "integer"}, "2020-02-14": {"type": "integer"}, "2020-02-15": {"type": "integer"}, "2020-02-16": {"type": "integer"}, "2020-02-17": {"type": "integer"}, "2020-02-18": {"type": "integer"}, "2020-02-19": {"type": "integer"}, "2020-02-20": {"type": "integer"}, "2020-02-21": {"type": "integer"}, "2020-02-22": {"type": "integer"}, "2020-02-23": {"type": "integer"}, "2020-02-24": {"type": "integer"}, "2020-02-25": {"type": "integer"}, "2020-02-26": {"type": "integer"}, "2020-02-27": {"type": "integer"}, "2020-02-28": {"type": "integer"}, "2020-02-29": {"type": "integer"}, "2020-03-01": {"type": "integer"}, "2020-03-02": {"type": "integer"}, "2020-03-03": {"type": "integer"}, "2020-03-04": {"type": "integer"}, "2020-03-05": {"type": "integer"}, "2020-03-06": {"type": "integer"}, "2020-03-07": {"type": "integer"}, "2020-03-08": {"type": "integer"}, "2020-03-09": {"type": "integer"}, "2020-03-10": {"type": "integer"}, "2020-03-11": {"type": "integer"}, "2020-03-12": {"type": "integer"}, "2020-03-13": {"type": "integer"}, "2020-03-14": {"type": "integer"}, "2020-03-15": {"type": "integer"}, "2020-03-16": {"type": "integer"}, "2020-03-17": {"type": "integer"}, "2020-03-18": {"type": "integer"}, "2020-03-19": {"type": "integer"}, "2020-03-20": {"type": "integer"}, "2020-03-21": {"type": "integer"}, "2020-03-22": {"type": "integer"}, "2020-03-23": {"type": "integer"}, "2020-03-24": {"type": "integer"}, "2020-03-25": {"type": "integer"}, "2020-03-26": {"type": "integer"}, "2020-03-27": {"type": "integer"}, "2020-03-28": {"type": "integer"}, "2020-03-29": {"type": "integer"}, "2020-03-30": {"type": "integer"}, "2020-03-31": {"type": "integer"}, "2020-04-01": {"type": "integer"}, "2020-04-02": {"type": "integer"}, "2020-04-03": {"type": "integer"}, "2020-04-04": {"type": "integer"}, "2020-04-05": {"type": "integer"}, "2020-04-06": {"type": "integer"}, "2020-04-07": {"type": "integer"}, "2020-04-08": {"type": "integer"}, "2020-04-09": {"type": "integer"}, "2020-04-10": {"type": "integer"}, "2020-04-11": {"type": "integer"}, "2020-04-12": {"type": "integer"}, "2020-04-13": {"type": "integer"}, "2020-04-14": {"type": "integer"}, "2020-04-15": {"type": "integer"}, "2020-04-16": {"type": "integer"}, "2020-04-17": {"type": "integer"}, "2020-04-18": {"type": "integer"}, "2020-04-19": {"type": "integer"}, "2020-04-20": {"type": "integer"}, "2020-04-21": {"type": "integer"}, "2020-04-22": {"type": "integer"}, "2020-04-23": {"type": "integer"}, "2020-04-24": {"type": "integer"}, "2020-04-25": {"type": "integer"}, "2020-04-26": {"type": "integer"}, "2020-04-27": {"type": "integer"}, "2020-04-28": {"type": "integer"}, "2020-04-29": {"type": "integer"}, "2020-04-30": {"type": "integer"}, "2020-05-01": {"type": "integer"}, "2020-05-02": {"type": "integer"}, "2020-05-03": {"type": "integer"}, "2020-05-04": {"type": "integer"}, "2020-05-05": {"type": "integer"}, "2020-05-06": {"type": "integer"}, "2020-05-07": {"type": "integer"}, "2020-05-08": {"type": "integer"}, "2020-05-09": {"type": "integer"}, "2020-05-10": {"type": "integer"}, "2020-05-11": {"type": "integer"}, "2020-05-12": {"type": "integer"}, "2020-05-13": {"type": "integer"}, "2020-05-14": {"type": "integer"}, "2020-05-15": {"type": "integer"}, "2020-05-16": {"type": "integer"}, "2020-05-17": {"type": "integer"}, "2020-05-18": {"type": "integer"}, "2020-05-19": {"type": "integer"}, "2020-05-20": {"type": "integer"}, "2020-05-21": {"type": "integer"}, "2020-05-22": {"type": "integer"}, "2020-05-23": {"type": "integer"}, "2020-05-24": {"type": "integer"}, "2020-05-25": {"type": "integer"}, "2020-05-26": {"type": "integer"}, "2020-05-27": {"type": "integer"}, "2020-05-28": {"type": "integer"}, "2020-05-29": {"type": "integer"}, "2020-05-30": {"type": "integer"}, "2020-05-31": {"type": "integer"}, "2020-06-01": {"type": "integer"}, "2020-06-02": {"type": "integer"}, "2020-06-03": {"type": "integer"}, "2020-06-04": {"type": "integer"}, "2020-06-05": {"type": "integer"}, "2020-06-06": {"type": "integer"}, "2020-06-07": {"type": "integer"}, "2020-06-08": {"type": "integer"}, "2020-06-09": {"type": "integer"}, "2020-06-10": {"type": "integer"}, "2020-06-11": {"type": "integer"}, "2020-06-12": {"type": "integer"}, "2020-06-13": {"type": "integer"}, "2020-06-14": {"type": "integer"}, "2020-06-15": {"type": "integer"}, "2020-06-16": {"type": "integer"}, "2020-06-17": {"type": "integer"}, "2020-06-18": {"type": "integer"}, "2020-06-19": {"type": "integer"}, "2020-06-20": {"type": "integer"}, "2020-06-21": {"type": "integer"}, "2020-06-22": {"type": "integer"}, "2020-06-23": {"type": "integer"}, "2020-06-24": {"type": "integer"}, "2020-06-25": {"type": "integer"}, "2020-06-26": {"type": "integer"}, "2020-06-27": {"type": "integer"}, "2020-06-28": {"type": "integer"}, "2020-06-29": {"type": "integer"}, "2020-06-30": {"type": "integer"}, "2020-07-01": {"type": "integer"}, "2020-07-02": {"type": "integer"}, "2020-07-03": {"type": "integer"}, "2020-07-04": {"type": "integer"}, "2020-07-05": {"type": "integer"}, "2020-07-06": {"type": "integer"}, "2020-07-07": {"type": "integer"}, "2020-07-08": {"type": "integer"}, "2020-07-09": {"type": "integer"}, "2020-07-10": {"type": "integer"}, "2020-07-11": {"type": "integer"}, "2020-07-12": {"type": "integer"}, "2020-07-13": {"type": "integer"}, "2020-07-14": {"type": "integer"}, "2020-07-15": {"type": "integer"}, "2020-07-16": {"type": "integer"}, "2020-07-17": {"type": "integer"}, "2020-07-18": {"type": "integer"}, "2020-07-19": {"type": "integer"}, "2020-07-20": {"type": "integer"}, "2020-07-21": {"type": "integer"}, "2020-07-22": {"type": "integer"}, "2020-07-23": {"type": "integer"}, "2020-07-24": {"type": "integer"}, "2020-07-25": {"type": "integer"}, "2020-07-26": {"type": "integer"}, "2020-07-27": {"type": "integer"}, "2020-07-28": {"type": "integer"}, "2020-07-29": {"type": "integer"}, "2020-07-30": {"type": "integer"}, "2020-07-31": {"type": "integer"}, "2020-08-01": {"type": "integer"}, "2020-08-02": {"type": "integer"}, "2020-08-03": {"type": "integer"}, "2020-08-04": {"type": "integer"}, "2020-08-05": {"type": "integer"}, "2020-08-06": {"type": "integer"}, "2020-08-07": {"type": "integer"}, "2020-08-08": {"type": "integer"}, "2020-08-09": {"type": "integer"}, "2020-08-10": {"type": "integer"}, "2020-08-11": {"type": "integer"}, "2020-08-12": {"type": "integer"}, "2020-08-13": {"type": "integer"}, "2020-08-14": {"type": "integer"}, "2020-08-15": {"type": "integer"}, "2020-08-16": {"type": "integer"}, "2020-08-17": {"type": "integer"}, "2020-08-18": {"type": "integer"}, "2020-08-19": {"type": "integer"}, "2020-08-20": {"type": "integer"}, "2020-08-21": {"type": "integer"}, "2020-08-22": {"type": "integer"}, "2020-08-23": {"type": "integer"}, "2020-08-24": {"type": "integer"}, "2020-08-25": {"type": "integer"}, "2020-08-26": {"type": "integer"}, "2020-08-27": {"type": "integer"}, "2020-08-28": {"type": "integer"}, "2020-08-29": {"type": "integer"}, "2020-08-30": {"type": "integer"}, "2020-08-31": {"type": "integer"}, "2020-09-01": {"type": "integer"}, "2020-09-02": {"type": "integer"}, "2020-09-03": {"type": "integer"}, "2020-09-04": {"type": "integer"}, "2020-09-05": {"type": "integer"}, "2020-09-06": {"type": "integer"}, "2020-09-07": {"type": "integer"}, "2020-09-08": {"type": "integer"}, "2020-09-09": {"type": "integer"}, "2020-09-10": {"type": "integer"}, "2020-09-11": {"type": "integer"}, "2020-09-12": {"type": "integer"}, "2020-09-13": {"type": "integer"}, "2020-09-14": {"type": "integer"}, "2020-09-15": {"type": "integer"}, "2020-09-16": {"type": "integer"}, "2020-09-17": {"type": "integer"}, "2020-09-18": {"type": "integer"}, "2020-09-19": {"type": "integer"}, "2020-09-20": {"type": "integer"}, "2020-09-21": {"type": "integer"}, "2020-09-22": {"type": "integer"}, "2020-09-23": {"type": "integer"}, "2020-09-24": {"type": "integer"}, "2020-09-25": {"type": "integer"}, "2020-09-26": {"type": "integer"}, "2020-09-27": {"type": "integer"}, "2020-09-28": {"type": "integer"}, "2020-09-29": {"type": "integer"}, "2020-09-30": {"type": "integer"}, "2020-10-01": {"type": "integer"}, "2020-10-02": {"type": "integer"}, "2020-10-03": {"type": "integer"}, "2020-10-04": {"type": "integer"}, "2020-10-05": {"type": "integer"}, "2020-10-06": {"type": "integer"}, "2020-10-07": {"type": "integer"}, "2020-10-08": {"type": "integer"}, "2020-10-09": {"type": "integer"}, "2020-10-10": {"type": "integer"}, "2020-10-11": {"type": "integer"}, "2020-10-12": {"type": "integer"}, "2020-10-13": {"type": "integer"}, "2020-10-14": {"type": "integer"}, "2020-10-15": {"type": "integer"}, "2020-10-16": {"type": "integer"}, "2020-10-17": {"type": "integer"}, "2020-10-18": {"type": "integer"}, "2020-10-19": {"type": "integer"}, "2020-10-20": {"type": "integer"}, "2020-10-21": {"type": "integer"}, "2020-10-22": {"type": "integer"}, "2020-10-23": {"type": "integer"}, "2020-10-24": {"type": "integer"}, "2020-10-25": {"type": "integer"}, "2020-10-26": {"type": "integer"}, "2020-10-27": {"type": "integer"}, "2020-10-28": {"type": "integer"}, "2020-10-29": {"type": "integer"}, "2020-10-30": {"type": "integer"}, "2020-10-31": {"type": "integer"}, "2020-11-01": {"type": "integer"}, "2020-11-02": {"type": "integer"}, "2020-11-03": {"type": "integer"}, "2020-11-04": {"type": "integer"}, "2020-11-05": {"type": "integer"}, "2020-11-06": {"type": "integer"}, "2020-11-07": {"type": "integer"}, "2020-11-08": {"type": "integer"}, "2020-11-09": {"type": "integer"}, "2020-11-10": {"type": "integer"}, "2020-11-11": {"type": "integer"}, "2020-11-12": {"type": "integer"}, "2020-11-13": {"type": "integer"}, "2020-11-14": {"type": "integer"}, "2020-11-15": {"type": "integer"}, "2020-11-16": {"type": "integer"}, "2020-11-17": {"type": "integer"}, "2020-11-18": {"type": "integer"}, "2020-11-19": {"type": "integer"}, "2020-11-20": {"type": "integer"}, "2020-11-21": {"type": "integer"}, "2020-11-22": {"type": "integer"}, "2020-11-23": {"type": "integer"}, "2020-11-24": {"type": "integer"}, "2020-11-25": {"type": "integer"}, "2020-11-26": {"type": "integer"}, "2020-11-27": {"type": "integer"}, "2020-11-28": {"type": "integer"}, "2020-11-29": {"type": "integer"}, "2020-11-30": {"type": "integer"}, "2020-12-01": {"type": "integer"}, "2020-12-02": {"type": "integer"}, "2020-12-03": {"type": "integer"}, "2020-12-04": {"type": "integer"}, "2020-12-05": {"type": "integer"}, "2020-12-06": {"type": "integer"}, "2020-12-07": {"type": "integer"}, "2020-12-08": {"type": "integer"}, "2020-12-09": {"type": "integer"}, "2020-12-10": {"type": "integer"}, "2020-12-11": {"type": "integer"}, "2020-12-12": {"type": "integer"}, "2020-12-13": {"type": "integer"}, "2020-12-14": {"type": "integer"}, "2020-12-15": {"type": "integer"}, "2020-12-16": {"type": "integer"}, "2020-12-17": {"type": "integer"}, "2020-12-18": {"type": "integer"}, "2020-12-19": {"type": "integer"}, "2020-12-20": {"type": "integer"}, "2020-12-21": {"type": "integer"}, "2020-12-22": {"type": "integer"}, "2020-12-23": {"type": "integer"}, "2020-12-24": {"type": "integer"}, "2020-12-25": {"type": "integer"}, "2020-12-26": {"type": "integer"}, "2020-12-27": {"type": "integer"}, "2020-12-28": {"type": "integer"}, "2020-12-29": {"type": "integer"}, "2020-12-30": {"type": "integer"}, "2020-12-31": {"type": "integer"}, "2021-01-01": {"type": "integer"}, "2021-01-02": {"type": "integer"}, "2021-01-03": {"type": "integer"}, "2021-01-04": {"type": "integer"}, "2021-01-05": {"type": "integer"}, "2021-01-06": {"type": "integer"}, "2021-01-07": {"type": "integer"}, "2021-01-08": {"type": "integer"}, "2021-01-09": {"type": "integer"}, "2021-01-10": {"type": "integer"}, "2021-01-11": {"type": "integer"}, "2021-01-12": {"type": "integer"}, "2021-01-13": {"type": "integer"}, "2021-01-14": {"type": "integer"}, "2021-01-15": {"type": "integer"}, "2021-01-16": {"type": "integer"}, "2021-01-17": {"type": "integer"}, "2021-01-18": {"type": "integer"}, "2021-01-19": {"type": "integer"}, "2021-01-20": {"type": "integer"}, "2021-01-21": {"type": "integer"}, "2021-01-22": {"type": "integer"}, "2021-01-23": {"type": "integer"}, "2021-01-24": {"type": "integer"}, "2021-01-25": {"type": "integer"}}, "required": ["2020-01-13", "2020-01-14", "2020-01-15", "2020-01-16", "2020-01-17", "2020-01-18", "2020-01-19", "2020-01-20", "2020-01-21", "2020-01-22", "2020-01-23", "2020-01-24", "2020-01-25", "2020-01-26", "2020-01-27", "2020-01-28", "2020-01-29", "2020-01-30", "2020-01-31", "2020-02-01", "2020-02-02", "2020-02-03", "2020-02-04", "2020-02-05", "2020-02-06", "2020-02-07", "2020-02-08", "2020-02-09", "2020-02-10", "2020-02-11", "2020-02-12", "2020-02-13", "2020-02-14", "2020-02-15", "2020-02-16", "2020-02-17", "2020-02-18", "2020-02-19", "2020-02-20", "2020-02-21", "2020-02-22", "2020-02-23", "2020-02-24", "2020-02-25", "2020-02-26", "2020-02-27", "2020-02-28", "2020-02-29", "2020-03-01", "2020-03-02", "2020-03-03", "2020-03-04", "2020-03-05", "2020-03-06", "2020-03-07", "2020-03-08", "2020-03-09", "2020-03-10", "2020-03-11", "2020-03-12", "2020-03-13", "2020-03-14", "2020-03-15", "2020-03-16", "2020-03-17", "2020-03-18", "2020-03-19", "2020-03-20", "2020-03-21", "2020-03-22", "2020-03-23", "2020-03-24", "2020-03-25", "2020-03-26", "2020-03-27", "2020-03-28", "2020-03-29", "2020-03-30", "2020-03-31", "2020-04-01", "2020-04-02", "2020-04-03", "2020-04-04", "2020-04-05", "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2020-04-11", "2020-04-12", "2020-04-13", "2020-04-14", "2020-04-15", "2020-04-16", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-04-21", "2020-04-22", "2020-04-23", "2020-04-24", "2020-04-25", "2020-04-26", "2020-04-27", "2020-04-28", "2020-04-29", "2020-04-30", "2020-05-01", "2020-05-02", "2020-05-03", "2020-05-04", "2020-05-05", "2020-05-06", "2020-05-07", "2020-05-08", "2020-05-09", "2020-05-10", "2020-05-11", "2020-05-12", "2020-05-13", "2020-05-14", "2020-05-15", "2020-05-16", "2020-05-17", "2020-05-18", "2020-05-19", "2020-05-20", "2020-05-21", "2020-05-22", "2020-05-23", "2020-05-24", "2020-05-25", "2020-05-26", "2020-05-27", "2020-05-28", "2020-05-29", "2020-05-30", "2020-05-31", "2020-06-01", "2020-06-02", "2020-06-03", "2020-06-04", "2020-06-05", "2020-06-06", "2020-06-07", "2020-06-08", "2020-06-09", "2020-06-10", "2020-06-11", "2020-06-12", "2020-06-13", "2020-06-14", "2020-06-15", "2020-06-16", "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17", "2020-07-18", "2020-07-19", "2020-07-20", "2020-07-21", "2020-07-22", "2020-07-23", "2020-07-24", "2020-07-25", "2020-07-26", "2020-07-27", "2020-07-28", "2020-07-29", "2020-07-30", "2020-07-31", "2020-08-01", "2020-08-02", "2020-08-03", "2020-08-04", "2020-08-05", "2020-08-06", "2020-08-07", "2020-08-08", "2020-08-09", "2020-08-10", "2020-08-11", "2020-08-12", "2020-08-13", "2020-08-14", "2020-08-15", "2020-08-16", "2020-08-17", "2020-08-18", "2020-08-19", "2020-08-20", "2020-08-21", "2020-08-22", "2020-08-23", "2020-08-24", "2020-08-25", "2020-08-26", "2020-08-27", "2020-08-28", "2020-08-29", "2020-08-30", "2020-08-31", "2020-09-01", "2020-09-02", "2020-09-03", "2020-09-04", "2020-09-05", "2020-09-06", "2020-09-07", "2020-09-08", "2020-09-09", "2020-09-10", "2020-09-11", "2020-09-12", "2020-09-13", "2020-09-14", "2020-09-15", "2020-09-16", "2020-09-17", "2020-09-18", "2020-09-19", "2020-09-20", "2020-09-21", "2020-09-22", "2020-09-23", "2020-09-24", "2020-09-25", "2020-09-26", "2020-09-27", "2020-09-28", "2020-09-29", "2020-09-30", "2020-10-01", "2020-10-02", "2020-10-03", "2020-10-04", "2020-10-05", "2020-10-06", "2020-10-07", "2020-10-08", "2020-10-09", "2020-10-10", "2020-10-11", "2020-10-12", "2020-10-13", "2020-10-14", "2020-10-15", "2020-10-16", "2020-10-17", "2020-10-18", "2020-10-19", "2020-10-20", "2020-10-21", "2020-10-22", "2020-10-23", "2020-10-24", "2020-10-25", "2020-10-26", "2020-10-27", "2020-10-28", "2020-10-29", "2020-10-30", "2020-10-31", "2020-11-01", "2020-11-02", "2020-11-03", "2020-11-04", "2020-11-05", "2020-11-06", "2020-11-07", "2020-11-08", "2020-11-09", "2020-11-10", "2020-11-11", "2020-11-12", "2020-11-13", "2020-11-14", "2020-11-15", "2020-11-16", "2020-11-17", "2020-11-18", "2020-11-19", "2020-11-20", "2020-11-21", "2020-11-22", "2020-11-23", "2020-11-24", "2020-11-25", "2020-11-26", "2020-11-27", "2020-11-28", "2020-11-29", "2020-11-30", "2020-12-01", "2020-12-02", "2020-12-03", "2020-12-04", "2020-12-05", "2020-12-06", "2020-12-07", "2020-12-08", "2020-12-09", "2020-12-10", "2020-12-11", "2020-12-12", "2020-12-13", "2020-12-14", "2020-12-15", "2020-12-16", "2020-12-17", "2020-12-18", "2020-12-19", "2020-12-20", "2020-12-21", "2020-12-22", "2020-12-23", "2020-12-24", "2020-12-25", "2020-12-26", "2020-12-27", "2020-12-28", "2020-12-29", "2020-12-30", "2020-12-31", "2021-01-01", "2021-01-02", "2021-01-03", "2021-01-04", "2021-01-05", "2021-01-06", "2021-01-07", "2021-01-08", "2021-01-09", "2021-01-10", "2021-01-11", "2021-01-12", "2021-01-13", "2021-01-14", "2021-01-15", "2021-01-16", "2021-01-17", "2021-01-18", "2021-01-19", "2021-01-20", "2021-01-21", "2021-01-22", "2021-01-23", "2021-01-24", "2021-01-25"]}}, "required": ["COVID case numbers and death numbers from the New York Times COVID-19 repository. COVID test numbers from the COVID Tracking Project"]}
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-01-22": 0, "2020-01-23": 0, "2020-01-24": 0, "2020-01-25": 0, "2020-01-26": 0, "2020-01-27": 0, "2020-01-28": 0, "2020-01-29": 0, "2020-01-30": 0, "2020-01-31": 0, "2020-02-01": 0, "2020-02-02": 0, "2020-02-03": 0, "2020-02-04": 0, "2020-02-05": 0, "2020-02-06": 0, "2020-02-07": 0, "2020-02-08": 0, "2020-02-09": 0, "2020-02-10": 0, "2020-02-11": 0, "2020-02-12": 0, "2020-02-13": 0, "2020-02-14": 0, "2020-02-15": 0, "2020-02-16": 0, "2020-02-17": 0, "2020-02-18": 0, "2020-02-19": 0, "2020-02-20": 0, "2020-02-21": 0, "2020-02-22": 0, "2020-02-23": 0, "2020-02-24": 0, "2020-02-25": 0, "2020-02-26": 0, "2020-02-27": 0, "2020-02-28": 0, "2020-02-29": 1, "2020-03-01": 3, "2020-03-02": 6, "2020-03-03": 10, "2020-03-04": 12, "2020-03-05": 12, "2020-03-06": 15, "2020-03-07": 19, "2020-03-08": 22, "2020-03-09": 26, "2020-03-10": 31, "2020-03-11": 37, "2020-03-12": 43, "2020-03-13": 50, "2020-03-14": 60, "2020-03-15": 68, "2020-03-16": 91, "2020-03-17": 117, "2020-03-18": 162, "2020-03-19": 212, "2020-03-20": 277, "2020-03-21": 359, "2020-03-22": 456, "2020-03-23": 576, "2020-03-24": 782, "2020-03-25": 1051, "2020-03-26": 1350, "2020-03-27": 1766, "2020-03-28": 2296, "2020-03-29": 2712, "2020-03-30": 3361, "2020-03-31": 4294, "2020-04-01": 5310, "2020-04-02": 6525, "2020-04-03": 7912, "2020-04-04": 9465, "2020-04-05": 10831, "2020-04-06": 12355, "2020-04-07": 14586, "2020-04-08": 16670, "2020-04-09": 18781, "2020-04-10": 21038, "2020-04-11": 23118, "2020-04-12": 24797, "2020-04-13": 26559, "2020-04-14": 29264, "2020-04-15": 32010, "2020-04-16": 34353, "2020-04-17": 36639, "2020-04-18": 38588, "2020-04-19": 40127, "2020-04-20": 41963, "2020-04-21": 44634, "2020-04-22": 47002, "2020-04-23": 49148, "2020-04-24": 51272, "2020-04-25": 53232, "2020-04-26": 54484, "2020-04-27": 55926, "2020-04-28": 58318, "2020-04-29": 60832, "2020-04-30": 63036, "2020-05-01": 64796, "2020-05-02": 66378, "2020-05-03": 67707, "2020-05-04": 68796, "2020-05-05": 71028, "2020-05-06": 73736, "2020-05-07": 75691, "2020-05-08": 77261, "2020-05-09": 78714, "2020-05-10": 79642, "2020-05-11": 80621, "2020-05-12": 82272, "2020-05-13": 84039, "2020-05-14": 85775, "2020-05-15": 87363, "2020-05-16": 88588, "2020-05-17": 89431, "2020-05-18": 90276, "2020-05-19": 91796, "2020-05-20": 93272, "2020-05-21": 94582, "2020-05-22": 95870, "2020-05-23": 96919, "2020-05-24": 97539, "2020-05-25": 98047, "2020-05-26": 98794, "2020-05-27": 100279, "2020-05-28": 101477, "2020-05-29": 102666, "2020-05-30": 103628, "2020-05-31": 104229, "2020-06-01": 104963, "2020-06-02": 106043, "2020-06-03": 107030, "2020-06-04": 108038, "2020-06-05": 109149, "2020-06-06": 109876, "2020-06-07": 110266, "2020-06-08": 110988, "2020-06-09": 112018, "2020-06-10": 112946, "2020-06-11": 113822, "2020-06-12": 114599, "2020-06-13": 115291, "2020-06-14": 115607, "2020-06-15": 116055, "2020-06-16": 116824, "2020-06-17": 117585, "2020-06-18": 118312, "2020-06-19": 119010, "2020-06-20": 119556, "2020-06-21": 119811, "2020-06-22": 120171, "2020-06-23": 120935, "2020-06-24": 121702, "2020-06-25": 122335, "2020-06-26": 122968, "2020-06-27": 123478, "2020-06-28": 123748, "2020-06-29": 124095, "2020-06-30": 124768, "2020-07-01": 125410, "2020-07-02": 126133, "2020-07-03": 126723, "2020-07-04": 126983, "2020-07-05": 127245, "2020-07-06": 127636, "2020-07-07": 128592, "2020-07-08": 129538, "2020-07-09": 130379, "2020-07-10": 131207, "2020-07-11": 131874, "2020-07-12": 132269, "2020-07-13": 132694, "2020-07-14": 133646, "2020-07-15": 134615, "2020-07-16": 135572, "2020-07-17": 136468, "2020-07-18": 137242, "2020-07-19": 137654, "2020-07-20": 138183, "2020-07-21": 139310, "2020-07-22": 140440, "2020-07-23": 141553, "2020-07-24": 142696, "2020-07-25": 143570, "2020-07-26": 144010, "2020-07-27": 144592, "2020-07-28": 145911, "2020-07-29": 147304, "2020-07-30": 148562, "2020-07-31": 149986, "2020-08-01": 151035, "2020-08-02": 151450, "2020-08-03": 152058, "2020-08-04": 153407, "2020-08-05": 154650, "2020-08-06": 155709, "2020-08-07": 157058, "2020-08-08": 158015, "2020-08-09": 158549, "2020-08-10": 159086, "2020-08-11": 160529, "2020-08-12": 161999, "2020-08-13": 163201, "2020-08-14": 164366, "2020-08-15": 165413, "2020-08-16": 165921, "2020-08-17": 166456, "2020-08-18": 167794, "2020-08-19": 169079, "2020-08-20": 170109, "2020-08-21": 171263, "2020-08-22": 172206, "2020-08-23": 172642, "2020-08-24": 173144, "2020-08-25": 174350, "2020-08-26": 175532, "2020-08-27": 176650, "2020-08-28": 177647, "2020-08-29": 178514, "2020-08-30": 178882, "2020-08-31": 179369, "2020-09-01": 180456, "2020-09-02": 181524, "2020-09-03": 182596, "2020-09-04": 183568, "2020-09-05": 184270, "2020-09-06": 184666, "2020-09-07": 184927, "2020-09-08": 185378, "2020-09-09": 186534, "2020-09-10": 187436, "2020-09-11": 188650, "2020-09-12": 189338, "2020-09-13": 189733, "2020-09-14": 190177, "2020-09-15": 191447, "2020-09-16": 192425, "2020-09-17": 193254, "2020-09-18": 194189, "2020-09-19": 194852, "2020-09-20": 195062, "2020-09-21": 195490, "2020-09-22": 196425, "2020-09-23": 197511, "2020-09-24": 198385, "2020-09-25": 199229, "2020-09-26": 199991, "2020-09-27": 200256, "2020-09-28": 200601, "2020-09-29": 201513, "2020-09-30": 202478, "2020-10-01": 203321, "2020-10-02": 204177, "2020-10-03": 204877, "2020-10-04": 205204, "2020-10-05": 205621, "2020-10-06": 206341, "2020-10-07": 207326, "2020-10-08": 208243, "2020-10-09": 209153, "2020-10-10": 209736, "2020-10-11": 210152, "2020-10-12": 210498, "2020-10-13": 211320, "2020-10-14": 212325, "2020-10-15": 213116, "2020-10-16": 213990, "2020-10-17": 214665, "2020-10-18": 215047, "2020-10-19": 215559, "2020-10-20": 216487, "2020-10-21": 217688, "2020-10-22": 218506, "2020-10-23": 219424, "2020-10-24": 220291, "2020-10-25": 220623, "2020-10-26": 221154, "2020-10-27": 222133, "2020-10-28": 223143, "2020-10-29": 224144, "2020-10-30": 225108, "2020-10-31": 225944, "2020-11-01": 226361, "2020-11-02": 226894, "2020-11-03": 228019, "2020-11-04": 229184, "2020-11-05": 230287, "2020-11-06": 231521, "2020-11-07": 232528, "2020-11-08": 232982, "2020-11-09": 233715, "2020-11-10": 235172, "2020-11-11": 236591, "2020-11-12": 237755, "2020-11-13": 239138, "2020-11-14": 240341, "2020-11-15": 240950, "2020-11-16": 241733, "2020-11-17": 243329, "2020-11-18": 245234, "2020-11-19": 247184, "2020-11-20": 249125, "2020-11-21": 250533, "2020-11-22": 251368, "2020-11-23": 252391, "2020-11-24": 254593, "2020-11-25": 256890, "2020-11-26": 258050, "2020-11-27": 259454, "2020-11-28": 260639, "2020-11-29": 261446, "2020-11-30": 262699, "2020-12-01": 265293, "2020-12-02": 268156, "2020-12-03": 271002, "2020-12-04": 273621, "2020-12-05": 275799, "2020-12-06": 276903, "2020-12-07": 278425, "2020-12-08": 281243, "2020-12-09": 284386, "2020-12-10": 287417, "2020-12-11": 290357, "2020-12-12": 292597, "2020-12-13": 293947, "2020-12-14": 295614, "2020-12-15": 298627, "2020-12-16": 302220, "2020-12-17": 305507, "2020-12-18": 308367, "2020-12-19": 310919, "2020-12-20": 312322, "2020-12-21": 314270, "2020-12-22": 317500, "2020-12-23": 320894, "2020-12-24": 323702, "2020-12-25": 324822, "2020-12-26": 326468, "2020-12-27": 327685, "2020-12-28": 329573, "2020-12-29": 333197, "2020-12-30": 336981, "2020-12-31": 340423, "2021-01-01": 342322, "2021-01-02": 344689, "2021-01-03": 346023, "2021-01-04": 348061, "2021-01-05": 351743, "2021-01-06": 355699, "2021-01-07": 359676, "2021-01-08": 363648, "2021-01-09": 366885, "2021-01-10": 368648, "2021-01-11": 370684, "2021-01-12": 375086, "2021-01-13": 379002, "2021-01-14": 382962, "2021-01-15": 386697, "2021-01-16": 390026, "2021-01-17": 391755, "2021-01-18": 393195, "2021-01-19": 395966, "2021-01-20": 400121, "2021-01-21": 404248, "2021-01-22": 407953, "2021-01-23": 411265, "2021-01-24": 413078, "2021-01-25": 414868}}
{"$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"}, "2020-01-15": {"type": "string"}, "2020-01-16": {"type": "string"}, "2020-01-17": {"type": "string"}, "2020-01-18": {"type": "string"}, "2020-01-19": {"type": "string"}, "2020-01-20": {"type": "string"}, "2020-01-21": {"type": "integer"}, "2020-01-22": {"type": "integer"}, "2020-01-23": {"type": "integer"}, "2020-01-24": {"type": "integer"}, "2020-01-25": {"type": "integer"}, "2020-01-26": {"type": "integer"}, "2020-01-27": {"type": "integer"}, "2020-01-28": {"type": "integer"}, "2020-01-29": {"type": "integer"}, "2020-01-30": {"type": "integer"}, "2020-01-31": {"type": "integer"}, "2020-02-01": {"type": "integer"}, "2020-02-02": {"type": "integer"}, "2020-02-03": {"type": "integer"}, "2020-02-04": {"type": "integer"}, "2020-02-05": {"type": "integer"}, "2020-02-06": {"type": "integer"}, "2020-02-07": {"type": "integer"}, "2020-02-08": {"type": "integer"}, "2020-02-09": {"type": "integer"}, "2020-02-10": {"type": "integer"}, "2020-02-11": {"type": "integer"}, "2020-02-12": {"type": "integer"}, "2020-02-13": {"type": "integer"}, "2020-02-14": {"type": "integer"}, "2020-02-15": {"type": "integer"}, "2020-02-16": {"type": "integer"}, "2020-02-17": {"type": "integer"}, "2020-02-18": {"type": "integer"}, "2020-02-19": {"type": "integer"}, "2020-02-20": {"type": "integer"}, "2020-02-21": {"type": "integer"}, "2020-02-22": {"type": "integer"}, "2020-02-23": {"type": "integer"}, "2020-02-24": {"type": "integer"}, "2020-02-25": {"type": "integer"}, "2020-02-26": {"type": "integer"}, "2020-02-27": {"type": "integer"}, "2020-02-28": {"type": "integer"}, "2020-02-29": {"type": "integer"}, "2020-03-01": {"type": "integer"}, "2020-03-02": {"type": "integer"}, "2020-03-03": {"type": "integer"}, "2020-03-04": {"type": "integer"}, "2020-03-05": {"type": "integer"}, "2020-03-06": {"type": "integer"}, "2020-03-07": {"type": "integer"}, "2020-03-08": {"type": "integer"}, "2020-03-09": {"type": "integer"}, "2020-03-10": {"type": "integer"}, "2020-03-11": {"type": "integer"}, "2020-03-12": {"type": "integer"}, "2020-03-13": {"type": "integer"}, "2020-03-14": {"type": "integer"}, "2020-03-15": {"type": "integer"}, "2020-03-16": {"type": "integer"}, "2020-03-17": {"type": "integer"}, "2020-03-18": {"type": "integer"}, "2020-03-19": {"type": "integer"}, "2020-03-20": {"type": "integer"}, "2020-03-21": {"type": "integer"}, "2020-03-22": {"type": "integer"}, "2020-03-23": {"type": "integer"}, "2020-03-24": {"type": "integer"}, "2020-03-25": {"type": "integer"}, "2020-03-26": {"type": "integer"}, "2020-03-27": {"type": "integer"}, "2020-03-28": {"type": "integer"}, "2020-03-29": {"type": "integer"}, "2020-03-30": {"type": "integer"}, "2020-03-31": {"type": "integer"}, "2020-04-01": {"type": "integer"}, "2020-04-02": {"type": "integer"}, "2020-04-03": {"type": "integer"}, "2020-04-04": {"type": "integer"}, "2020-04-05": {"type": "integer"}, "2020-04-06": {"type": "integer"}, "2020-04-07": {"type": "integer"}, "2020-04-08": {"type": "integer"}, "2020-04-09": {"type": "integer"}, "2020-04-10": {"type": "integer"}, "2020-04-11": {"type": "integer"}, "2020-04-12": {"type": "integer"}, "2020-04-13": {"type": "integer"}, "2020-04-14": {"type": "integer"}, "2020-04-15": {"type": "integer"}, "2020-04-16": {"type": "integer"}, "2020-04-17": {"type": "integer"}, "2020-04-18": {"type": "integer"}, "2020-04-19": {"type": "integer"}, "2020-04-20": {"type": "integer"}, "2020-04-21": {"type": "integer"}, "2020-04-22": {"type": "integer"}, "2020-04-23": {"type": "integer"}, "2020-04-24": {"type": "integer"}, "2020-04-25": {"type": "integer"}, "2020-04-26": {"type": "integer"}, "2020-04-27": {"type": "integer"}, "2020-04-28": {"type": "integer"}, "2020-04-29": {"type": "integer"}, "2020-04-30": {"type": "integer"}, "2020-05-01": {"type": "integer"}, "2020-05-02": {"type": "integer"}, "2020-05-03": {"type": "integer"}, "2020-05-04": {"type": "integer"}, "2020-05-05": {"type": "integer"}, "2020-05-06": {"type": "integer"}, "2020-05-07": {"type": "integer"}, "2020-05-08": {"type": "integer"}, "2020-05-09": {"type": "integer"}, "2020-05-10": {"type": "integer"}, "2020-05-11": {"type": "integer"}, "2020-05-12": {"type": "integer"}, "2020-05-13": {"type": "integer"}, "2020-05-14": {"type": "integer"}, "2020-05-15": {"type": "integer"}, "2020-05-16": {"type": "integer"}, "2020-05-17": {"type": "integer"}, "2020-05-18": {"type": "integer"}, "2020-05-19": {"type": "integer"}, "2020-05-20": {"type": "integer"}, "2020-05-21": {"type": "integer"}, "2020-05-22": {"type": "integer"}, "2020-05-23": {"type": "integer"}, "2020-05-24": {"type": "integer"}, "2020-05-25": {"type": "integer"}, "2020-05-26": {"type": "integer"}, "2020-05-27": {"type": "integer"}, "2020-05-28": {"type": "integer"}, "2020-05-29": {"type": "integer"}, "2020-05-30": {"type": "integer"}, "2020-05-31": {"type": "integer"}, "2020-06-01": {"type": "integer"}, "2020-06-02": {"type": "integer"}, "2020-06-03": {"type": "integer"}, "2020-06-04": {"type": "integer"}, "2020-06-05": {"type": "integer"}, "2020-06-06": {"type": "integer"}, "2020-06-07": {"type": "integer"}, "2020-06-08": {"type": "integer"}, "2020-06-09": {"type": "integer"}, "2020-06-10": {"type": "integer"}, "2020-06-11": {"type": "integer"}, "2020-06-12": {"type": "integer"}, "2020-06-13": {"type": "integer"}, "2020-06-14": {"type": "integer"}, "2020-06-15": {"type": "integer"}, "2020-06-16": {"type": "integer"}, "2020-06-17": {"type": "integer"}, "2020-06-18": {"type": "integer"}, "2020-06-19": {"type": "integer"}, "2020-06-20": {"type": "integer"}, "2020-06-21": {"type": "integer"}, "2020-06-22": {"type": "integer"}, "2020-06-23": {"type": "integer"}, "2020-06-24": {"type": "integer"}, "2020-06-25": {"type": "integer"}, "2020-06-26": {"type": "integer"}, "2020-06-27": {"type": "integer"}, "2020-06-28": {"type": "integer"}, "2020-06-29": {"type": "integer"}, "2020-06-30": {"type": "integer"}, "2020-07-01": {"type": "integer"}, "2020-07-02": {"type": "integer"}, "2020-07-03": {"type": "integer"}, "2020-07-04": {"type": "integer"}, "2020-07-05": {"type": "integer"}, "2020-07-06": {"type": "integer"}, "2020-07-07": {"type": "integer"}, "2020-07-08": {"type": "integer"}, "2020-07-09": {"type": "integer"}, "2020-07-10": {"type": "integer"}, "2020-07-11": {"type": "integer"}, "2020-07-12": {"type": "integer"}, "2020-07-13": {"type": "integer"}, "2020-07-14": {"type": "integer"}, "2020-07-15": {"type": "integer"}, "2020-07-16": {"type": "integer"}, "2020-07-17": {"type": "integer"}, "2020-07-18": {"type": "integer"}, "2020-07-19": {"type": "integer"}, "2020-07-20": {"type": "integer"}, "2020-07-21": {"type": "integer"}, "2020-07-22": {"type": "integer"}, "2020-07-23": {"type": "integer"}, "2020-07-24": {"type": "integer"}, "2020-07-25": {"type": "integer"}, "2020-07-26": {"type": "integer"}, "2020-07-27": {"type": "integer"}, "2020-07-28": {"type": "integer"}, "2020-07-29": {"type": "integer"}, "2020-07-30": {"type": "integer"}, "2020-07-31": {"type": "integer"}, "2020-08-01": {"type": "integer"}, "2020-08-02": {"type": "integer"}, "2020-08-03": {"type": "integer"}, "2020-08-04": {"type": "integer"}, "2020-08-05": {"type": "integer"}, "2020-08-06": {"type": "integer"}, "2020-08-07": {"type": "integer"}, "2020-08-08": {"type": "integer"}, "2020-08-09": {"type": "integer"}, "2020-08-10": {"type": "integer"}, "2020-08-11": {"type": "integer"}, "2020-08-12": {"type": "integer"}, "2020-08-13": {"type": "integer"}, "2020-08-14": {"type": "integer"}, "2020-08-15": {"type": "integer"}, "2020-08-16": {"type": "integer"}, "2020-08-17": {"type": "integer"}, "2020-08-18": {"type": "integer"}, "2020-08-19": {"type": "integer"}, "2020-08-20": {"type": "integer"}, "2020-08-21": {"type": "integer"}, "2020-08-22": {"type": "integer"}, "2020-08-23": {"type": "integer"}, "2020-08-24": {"type": "integer"}, "2020-08-25": {"type": "integer"}, "2020-08-26": {"type": "integer"}, "2020-08-27": {"type": "integer"}, "2020-08-28": {"type": "integer"}, "2020-08-29": {"type": "integer"}, "2020-08-30": {"type": "integer"}, "2020-08-31": {"type": "integer"}, "2020-09-01": {"type": "integer"}, "2020-09-02": {"type": "integer"}, "2020-09-03": {"type": "integer"}, "2020-09-04": {"type": "integer"}, "2020-09-05": {"type": "integer"}, "2020-09-06": {"type": "integer"}, "2020-09-07": {"type": "integer"}, "2020-09-08": {"type": "integer"}, "2020-09-09": {"type": "integer"}, "2020-09-10": {"type": "integer"}, "2020-09-11": {"type": "integer"}, "2020-09-12": {"type": "integer"}, "2020-09-13": {"type": "integer"}, "2020-09-14": {"type": "integer"}, "2020-09-15": {"type": "integer"}, "2020-09-16": {"type": "integer"}, "2020-09-17": {"type": "integer"}, "2020-09-18": {"type": "integer"}, "2020-09-19": {"type": "integer"}, "2020-09-20": {"type": "integer"}, "2020-09-21": {"type": "integer"}, "2020-09-22": {"type": "integer"}, "2020-09-23": {"type": "integer"}, "2020-09-24": {"type": "integer"}, "2020-09-25": {"type": "integer"}, "2020-09-26": {"type": "integer"}, "2020-09-27": {"type": "integer"}, "2020-09-28": {"type": "integer"}, "2020-09-29": {"type": "integer"}, "2020-09-30": {"type": "integer"}, "2020-10-01": {"type": "integer"}, "2020-10-02": {"type": "integer"}, "2020-10-03": {"type": "integer"}, "2020-10-04": {"type": "integer"}, "2020-10-05": {"type": "integer"}, "2020-10-06": {"type": "integer"}, "2020-10-07": {"type": "integer"}, "2020-10-08": {"type": "integer"}, "2020-10-09": {"type": "integer"}, "2020-10-10": {"type": "integer"}, "2020-10-11": {"type": "integer"}, "2020-10-12": {"type": "integer"}, "2020-10-13": {"type": "integer"}, "2020-10-14": {"type": "integer"}, "2020-10-15": {"type": "integer"}, "2020-10-16": {"type": "integer"}, "2020-10-17": {"type": "integer"}, "2020-10-18": {"type": "integer"}, "2020-10-19": {"type": "integer"}, "2020-10-20": {"type": "integer"}, "2020-10-21": {"type": "integer"}, "2020-10-22": {"type": "integer"}, "2020-10-23": {"type": "integer"}, "2020-10-24": {"type": "integer"}, "2020-10-25": {"type": "integer"}, "2020-10-26": {"type": "integer"}, "2020-10-27": {"type": "integer"}, "2020-10-28": {"type": "integer"}, "2020-10-29": {"type": "integer"}, "2020-10-30": {"type": "integer"}, "2020-10-31": {"type": "integer"}, "2020-11-01": {"type": "integer"}, "2020-11-02": {"type": "integer"}, "2020-11-03": {"type": "integer"}, "2020-11-04": {"type": "integer"}, "2020-11-05": {"type": "integer"}, "2020-11-06": {"type": "integer"}, "2020-11-07": {"type": "integer"}, "2020-11-08": {"type": "integer"}, "2020-11-09": {"type": "integer"}, "2020-11-10": {"type": "integer"}, "2020-11-11": {"type": "integer"}, "2020-11-12": {"type": "integer"}, "2020-11-13": {"type": "integer"}, "2020-11-14": {"type": "integer"}, "2020-11-15": {"type": "integer"}, "2020-11-16": {"type": "integer"}, "2020-11-17": {"type": "integer"}, "2020-11-18": {"type": "integer"}, "2020-11-19": {"type": "integer"}, "2020-11-20": {"type": "integer"}, "2020-11-21": {"type": "integer"}, "2020-11-22": {"type": "integer"}, "2020-11-23": {"type": "integer"}, "2020-11-24": {"type": "integer"}, "2020-11-25": {"type": "integer"}, "2020-11-26": {"type": "integer"}, "2020-11-27": {"type": "integer"}, "2020-11-28": {"type": "integer"}, "2020-11-29": {"type": "integer"}, "2020-11-30": {"type": "integer"}, "2020-12-01": {"type": "integer"}, "2020-12-02": {"type": "integer"}, "2020-12-03": {"type": "integer"}, "2020-12-04": {"type": "integer"}, "2020-12-05": {"type": "integer"}, "2020-12-06": {"type": "integer"}, "2020-12-07": {"type": "integer"}, "2020-12-08": {"type": "integer"}, "2020-12-09": {"type": "integer"}, "2020-12-10": {"type": "integer"}, "2020-12-11": {"type": "integer"}, "2020-12-12": {"type": "integer"}, "2020-12-13": {"type": "integer"}, "2020-12-14": {"type": "integer"}, "2020-12-15": {"type": "integer"}, "2020-12-16": {"type": "integer"}, "2020-12-17": {"type": "integer"}, "2020-12-18": {"type": "integer"}, "2020-12-19": {"type": "integer"}, "2020-12-20": {"type": "integer"}, "2020-12-21": {"type": "integer"}, "2020-12-22": {"type": "integer"}, "2020-12-23": {"type": "integer"}, "2020-12-24": {"type": "integer"}, "2020-12-25": {"type": "integer"}, "2020-12-26": {"type": "integer"}, "2020-12-27": {"type": "integer"}, "2020-12-28": {"type": "integer"}, "2020-12-29": {"type": "integer"}, "2020-12-30": {"type": "integer"}, "2020-12-31": {"type": "integer"}, "2021-01-01": {"type": "integer"}, "2021-01-02": {"type": "integer"}, "2021-01-03": {"type": "integer"}, "2021-01-04": {"type": "integer"}, "2021-01-05": {"type": "integer"}, "2021-01-06": {"type": "integer"}, "2021-01-07": {"type": "integer"}, "2021-01-08": {"type": "integer"}, "2021-01-09": {"type": "integer"}, "2021-01-10": {"type": "integer"}, "2021-01-11": {"type": "integer"}, "2021-01-12": {"type": "integer"}, "2021-01-13": {"type": "integer"}, "2021-01-14": {"type": "integer"}, "2021-01-15": {"type": "integer"}, "2021-01-16": {"type": "integer"}, "2021-01-17": {"type": "integer"}, "2021-01-18": {"type": "integer"}, "2021-01-19": {"type": "integer"}, "2021-01-20": {"type": "integer"}, "2021-01-21": {"type": "integer"}, "2021-01-22": {"type": "integer"}, "2021-01-23": {"type": "integer"}, "2021-01-24": {"type": "integer"}, "2021-01-25": {"type": "integer"}}, "required": ["2020-01-13", "2020-01-14", "2020-01-15", "2020-01-16", "2020-01-17", "2020-01-18", "2020-01-19", "2020-01-20", "2020-01-21", "2020-01-22", "2020-01-23", "2020-01-24", "2020-01-25", "2020-01-26", "2020-01-27", "2020-01-28", "2020-01-29", "2020-01-30", "2020-01-31", "2020-02-01", "2020-02-02", "2020-02-03", "2020-02-04", "2020-02-05", "2020-02-06", "2020-02-07", "2020-02-08", "2020-02-09", "2020-02-10", "2020-02-11", "2020-02-12", "2020-02-13", "2020-02-14", "2020-02-15", "2020-02-16", "2020-02-17", "2020-02-18", "2020-02-19", "2020-02-20", "2020-02-21", "2020-02-22", "2020-02-23", "2020-02-24", "2020-02-25", "2020-02-26", "2020-02-27", "2020-02-28", "2020-02-29", "2020-03-01", "2020-03-02", "2020-03-03", "2020-03-04", "2020-03-05", "2020-03-06", "2020-03-07", "2020-03-08", "2020-03-09", "2020-03-10", "2020-03-11", "2020-03-12", "2020-03-13", "2020-03-14", "2020-03-15", "2020-03-16", "2020-03-17", "2020-03-18", "2020-03-19", "2020-03-20", "2020-03-21", "2020-03-22", "2020-03-23", "2020-03-24", "2020-03-25", "2020-03-26", "2020-03-27", "2020-03-28", "2020-03-29", "2020-03-30", "2020-03-31", "2020-04-01", "2020-04-02", "2020-04-03", "2020-04-04", "2020-04-05", "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2020-04-11", "2020-04-12", "2020-04-13", "2020-04-14", "2020-04-15", "2020-04-16", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-04-21", "2020-04-22", "2020-04-23", "2020-04-24", "2020-04-25", "2020-04-26", "2020-04-27", "2020-04-28", "2020-04-29", "2020-04-30", "2020-05-01", "2020-05-02", "2020-05-03", "2020-05-04", "2020-05-05", "2020-05-06", "2020-05-07", "2020-05-08", "2020-05-09", "2020-05-10", "2020-05-11", "2020-05-12", "2020-05-13", "2020-05-14", "2020-05-15", "2020-05-16", "2020-05-17", "2020-05-18", "2020-05-19", "2020-05-20", "2020-05-21", "2020-05-22", "2020-05-23", "2020-05-24", "2020-05-25", "2020-05-26", "2020-05-27", "2020-05-28", "2020-05-29", "2020-05-30", "2020-05-31", "2020-06-01", "2020-06-02", "2020-06-03", "2020-06-04", "2020-06-05", "2020-06-06", "2020-06-07", "2020-06-08", "2020-06-09", "2020-06-10", "2020-06-11", "2020-06-12", "2020-06-13", "2020-06-14", "2020-06-15", "2020-06-16", "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17", "2020-07-18", "2020-07-19", "2020-07-20", "2020-07-21", "2020-07-22", "2020-07-23", "2020-07-24", "2020-07-25", "2020-07-26", "2020-07-27", "2020-07-28", "2020-07-29", "2020-07-30", "2020-07-31", "2020-08-01", "2020-08-02", "2020-08-03", "2020-08-04", "2020-08-05", "2020-08-06", "2020-08-07", "2020-08-08", "2020-08-09", "2020-08-10", "2020-08-11", "2020-08-12", "2020-08-13", "2020-08-14", "2020-08-15", "2020-08-16", "2020-08-17", "2020-08-18", "2020-08-19", "2020-08-20", "2020-08-21", "2020-08-22", "2020-08-23", "2020-08-24", "2020-08-25", "2020-08-26", "2020-08-27", "2020-08-28", "2020-08-29", "2020-08-30", "2020-08-31", "2020-09-01", "2020-09-02", "2020-09-03", "2020-09-04", "2020-09-05", "2020-09-06", "2020-09-07", "2020-09-08", "2020-09-09", "2020-09-10", "2020-09-11", "2020-09-12", "2020-09-13", "2020-09-14", "2020-09-15", "2020-09-16", "2020-09-17", "2020-09-18", "2020-09-19", "2020-09-20", "2020-09-21", "2020-09-22", "2020-09-23", "2020-09-24", "2020-09-25", "2020-09-26", "2020-09-27", "2020-09-28", "2020-09-29", "2020-09-30", "2020-10-01", "2020-10-02", "2020-10-03", "2020-10-04", "2020-10-05", "2020-10-06", "2020-10-07", "2020-10-08", "2020-10-09", "2020-10-10", "2020-10-11", "2020-10-12", "2020-10-13", "2020-10-14", "2020-10-15", "2020-10-16", "2020-10-17", "2020-10-18", "2020-10-19", "2020-10-20", "2020-10-21", "2020-10-22", "2020-10-23", "2020-10-24", "2020-10-25", "2020-10-26", "2020-10-27", "2020-10-28", "2020-10-29", "2020-10-30", "2020-10-31", "2020-11-01", "2020-11-02", "2020-11-03", "2020-11-04", "2020-11-05", "2020-11-06", "2020-11-07", "2020-11-08", "2020-11-09", "2020-11-10", "2020-11-11", "2020-11-12", "2020-11-13", "2020-11-14", "2020-11-15", "2020-11-16", "2020-11-17", "2020-11-18", "2020-11-19", "2020-11-20", "2020-11-21", "2020-11-22", "2020-11-23", "2020-11-24", "2020-11-25", "2020-11-26", "2020-11-27", "2020-11-28", "2020-11-29", "2020-11-30", "2020-12-01", "2020-12-02", "2020-12-03", "2020-12-04", "2020-12-05", "2020-12-06", "2020-12-07", "2020-12-08", "2020-12-09", "2020-12-10", "2020-12-11", "2020-12-12", "2020-12-13", "2020-12-14", "2020-12-15", "2020-12-16", "2020-12-17", "2020-12-18", "2020-12-19", "2020-12-20", "2020-12-21", "2020-12-22", "2020-12-23", "2020-12-24", "2020-12-25", "2020-12-26", "2020-12-27", "2020-12-28", "2020-12-29", "2020-12-30", "2020-12-31", "2021-01-01", "2021-01-02", "2021-01-03", "2021-01-04", "2021-01-05", "2021-01-06", "2021-01-07", "2021-01-08", "2021-01-09", "2021-01-10", "2021-01-11", "2021-01-12", "2021-01-13", "2021-01-14", "2021-01-15", "2021-01-16", "2021-01-17", "2021-01-18", "2021-01-19", "2021-01-20", "2021-01-21", "2021-01-22", "2021-01-23", "2021-01-24", "2021-01-25"]}}, "required": ["COVID case numbers and death numbers from the New York Times COVID-19 repository. COVID test numbers from the COVID Tracking Project"]}
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", "2020-01-22": "NA", "2020-01-23": "NA", "2020-01-24": "NA", "2020-01-25": "NA", "2020-01-26": "NA", "2020-01-27": 1, "2020-01-28": 1, "2020-01-29": 1, "2020-01-30": 1, "2020-01-31": 1, "2020-02-01": 1, "2020-02-02": 1, "2020-02-03": 1, "2020-02-04": 1, "2020-02-05": 1, "2020-02-06": 1, "2020-02-07": 1, "2020-02-08": 1, "2020-02-09": 0, "2020-02-10": 0, "2020-02-11": 0, "2020-02-12": 0, "2020-02-13": 0, "2020-02-14": 0, "2020-02-15": 0, "2020-02-16": 0, "2020-02-17": 2, "2020-02-18": 2, "2020-02-19": 2, "2020-02-20": 2, "2020-02-21": 2, "2020-02-22": 2, "2020-02-23": 2, "2020-02-24": 3, "2020-02-25": 3, "2020-02-26": 5, "2020-02-27": 5, "2020-02-28": 5, "2020-02-29": 6, "2020-03-01": 8, "2020-03-02": 9, "2020-03-03": 11, "2020-03-04": 14, "2020-03-05": 24, "2020-03-06": 35, "2020-03-07": 51, "2020-03-08": 66, "2020-03-09": 92, "2020-03-10": 128, "2020-03-11": 157, "2020-03-12": 206, "2020-03-13": 273, "2020-03-14": 352, "2020-03-15": 435, "2020-03-16": 536, "2020-03-17": 697, "2020-03-18": 1010, "2020-03-19": 1529, "2020-03-20": 2251, "2020-03-21": 3085, "2020-03-22": 4202, "2020-03-23": 5562, "2020-03-24": 6851, "2020-03-25": 8591, "2020-03-26": 10438, "2020-03-27": 12110, "2020-03-28": 14186, "2020-03-29": 15610, "2020-03-30": 17180, "2020-03-31": 19172, "2020-04-01": 20921, "2020-04-02": 22736, "2020-04-03": 24871, "2020-04-04": 26859, "2020-04-05": 27868, "2020-04-06": 29220, "2020-04-07": 30063, "2020-04-08": 30744, "2020-04-09": 31433, "2020-04-10": 31596, "2020-04-11": 31111, "2020-04-12": 31318, "2020-04-13": 30587, "2020-04-14": 30072, "2020-04-15": 29832, "2020-04-16": 29404, "2020-04-17": 29130, "2020-04-18": 28671, "2020-04-19": 28419, "2020-04-20": 28647, "2020-04-21": 28524, "2020-04-22": 28355, "2020-04-23": 28625, "2020-04-24": 29368, "2020-04-25": 30231, "2020-04-26": 30435, "2020-04-27": 29823, "2020-04-28": 29655, "2020-04-29": 29328, "2020-04-30": 28884, "2020-05-01": 28492, "2020-05-02": 27766, "2020-05-03": 27683, "2020-05-04": 27516, "2020-05-05": 27376, "2020-05-06": 27087, "2020-05-07": 26820, "2020-05-08": 25904, "2020-05-09": 25269, "2020-05-10": 24441, "2020-05-11": 23822, "2020-05-12": 23622, "2020-05-13": 23144, "2020-05-14": 22922, "2020-05-15": 22722, "2020-05-16": 22545, "2020-05-17": 22355, "2020-05-18": 22955, "2020-05-19": 22759, "2020-05-20": 23028, "2020-05-21": 22859, "2020-05-22": 22511, "2020-05-23": 22309, "2020-05-24": 22450, "2020-05-25": 22059, "2020-05-26": 21766, "2020-05-27": 21148, "2020-05-28": 20681, "2020-05-29": 20782, "2020-05-30": 20943, "2020-05-31": 21033, "2020-06-01": 21429, "2020-06-02": 21700, "2020-06-03": 21876, "2020-06-04": 21691, "2020-06-05": 22292, "2020-06-06": 22134, "2020-06-07": 21845, "2020-06-08": 21322, "2020-06-09": 21028, "2020-06-10": 21429, "2020-06-11": 21722, "2020-06-12": 21252, "2020-06-13": 21675, "2020-06-14": 21741, "2020-06-15": 22011, "2020-06-16": 22891, "2020-06-17": 23305, "2020-06-18": 23986, "2020-06-19": 24763, "2020-06-20": 25699, "2020-06-21": 26743, "2020-06-22": 28227, "2020-06-23": 29672, "2020-06-24": 31278, "2020-06-25": 32872, "2020-06-26": 34977, "2020-06-27": 36466, "2020-06-28": 38333, "2020-06-29": 39618, "2020-06-30": 41508, "2020-07-01": 43371, "2020-07-02": 45710, "2020-07-03": 47364, "2020-07-04": 48471, "2020-07-05": 49221, "2020-07-06": 50250, "2020-07-07": 51076, "2020-07-08": 52435, "2020-07-09": 53047, "2020-07-10": 54601, "2020-07-11": 56112, "2020-07-12": 57948, "2020-07-13": 60030, "2020-07-14": 61675, "2020-07-15": 62915, "2020-07-16": 65160, "2020-07-17": 65505, "2020-07-18": 65738, "2020-07-19": 66334, "2020-07-20": 66088, "2020-07-21": 65992, "2020-07-22": 66211, "2020-07-23": 65366, "2020-07-24": 65746, "2020-07-25": 66331, "2020-07-26": 65180, "2020-07-27": 65093, "2020-07-28": 64796, "2020-07-29": 64335, "2020-07-30": 64197, "2020-07-31": 63602, "2020-08-01": 62105, "2020-08-02": 61626, "2020-08-03": 59941, "2020-08-04": 58553, "2020-08-05": 56690, "2020-08-06": 55062, "2020-08-07": 53852, "2020-08-08": 53678, "2020-08-09": 53322, "2020-08-10": 53231, "2020-08-11": 53190, "2020-08-12": 53225, "2020-08-13": 52710, "2020-08-14": 52475, "2020-08-15": 51857, "2020-08-16": 51008, "2020-08-17": 49616, "2020-08-18": 48120, "2020-08-19": 46569, "2020-08-20": 45437, "2020-08-21": 43928, "2020-08-22": 43088, "2020-08-23": 41683, "2020-08-24": 42089, "2020-08-25": 41624, "2020-08-26": 41970, "2020-08-27": 41847, "2020-08-28": 41523, "2020-08-29": 41480, "2020-08-30": 41642, "2020-08-31": 41141, "2020-09-01": 41827, "2020-09-02": 41079, "2020-09-03": 41267, "2020-09-04": 42138, "2020-09-05": 41844, "2020-09-06": 41396, "2020-09-07": 39724, "2020-09-08": 37574, "2020-09-09": 36624, "2020-09-10": 35348, "2020-09-11": 34669, "2020-09-12": 34189, "2020-09-13": 34626, "2020-09-14": 36360, "2020-09-15": 37792, "2020-09-16": 38625, "2020-09-17": 39696, "2020-09-18": 39806, "2020-09-19": 40081, "2020-09-20": 40430, "2020-09-21": 42971, "2020-09-22": 42753, "2020-09-23": 43085, "2020-09-24": 42985, "2020-09-25": 43766, "2020-09-26": 44005, "2020-09-27": 44135, "2020-09-28": 41564, "2020-09-29": 42317, "2020-09-30": 42359, "2020-10-01": 42651, "2020-10-02": 42558, "2020-10-03": 43258, "2020-10-04": 43034, "2020-10-05": 43734, "2020-10-06": 43715, "2020-10-07": 45317, "2020-10-08": 46710, "2020-10-09": 47492, "2020-10-10": 48069, "2020-10-11": 49442, "2020-10-12": 50331, "2020-10-13": 51992, "2020-10-14": 52830, "2020-10-15": 54102, "2020-10-16": 55776, "2020-10-17": 55977, "2020-10-18": 56374, "2020-10-19": 58832, "2020-10-20": 59658, "2020-10-21": 60396, "2020-10-22": 61843, "2020-10-23": 63710, "2020-10-24": 67404, "2020-10-25": 69006, "2020-10-26": 70316, "2020-10-27": 72342, "2020-10-28": 74887, "2020-10-29": 76984, "2020-10-30": 79224, "2020-10-31": 79998, "2020-11-01": 82174, "2020-11-02": 84814, "2020-11-03": 87355, "2020-11-04": 91059, "2020-11-05": 95565, "2020-11-06": 100266, "2020-11-07": 106141, "2020-11-08": 110363, "2020-11-09": 115697, "2020-11-10": 122489, "2020-11-11": 127458, "2020-11-12": 133318, "2020-11-13": 140339, "2020-11-14": 145133, "2020-11-15": 149597, "2020-11-16": 154754, "2020-11-17": 157872, "2020-11-18": 162063, "2020-11-19": 165607, "2020-11-20": 168018, "2020-11-21": 169795, "2020-11-22": 170569, "2020-11-23": 172374, "2020-11-24": 174771, "2020-11-25": 175982, "2020-11-26": 163937, "2020-11-27": 164833, "2020-11-28": 161892, "2020-11-29": 161360, "2020-11-30": 159729, "2020-12-01": 160528, "2020-12-02": 163445, "2020-12-03": 179870, "2020-12-04": 183679, "2020-12-05": 191464, "2020-12-06": 196437, "2020-12-07": 201617, "2020-12-08": 206717, "2020-12-09": 209327, "2020-12-10": 210351, "2020-12-11": 217242, "2020-12-12": 217515, "2020-12-13": 219305, "2020-12-14": 218924, "2020-12-15": 216548, "2020-12-16": 220226, "2020-12-17": 222027, "2020-12-18": 217868, "2020-12-19": 215889, "2020-12-20": 215202, "2020-12-21": 215298, "2020-12-22": 215022, "2020-12-23": 212509, "2020-12-24": 206202, "2020-12-25": 184857, "2020-12-26": 188140, "2020-12-27": 184225, "2020-12-28": 182434, "2020-12-29": 182200, "2020-12-30": 182448, "2020-12-31": 187798, "2021-01-01": 194372, "2021-01-02": 205038, "2021-01-03": 212242, "2021-01-04": 214419, "2021-01-05": 219500, "2021-01-06": 223288, "2021-01-07": 230343, "2021-01-08": 252061, "2021-01-09": 246501, "2021-01-10": 247372, "2021-01-11": 250046, "2021-01-12": 249202, "2021-01-13": 245439, "2021-01-14": 239501, "2021-01-15": 231127, "2021-01-16": 223914, "2021-01-17": 218320, "2021-01-18": 206816, "2021-01-19": 200525, "2021-01-20": 194382, "2021-01-21": 187521, "2021-01-22": 180597, "2021-01-23": 175748, "2021-01-24": 170018, "2021-01-25": 171884}}
{"$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"}, "2020-01-15": {"type": "string"}, "2020-01-16": {"type": "string"}, "2020-01-17": {"type": "string"}, "2020-01-18": {"type": "string"}, "2020-01-19": {"type": "string"}, "2020-01-20": {"type": "string"}, "2020-01-21": {"type": "string"}, "2020-01-22": {"type": "string"}, "2020-01-23": {"type": "string"}, "2020-01-24": {"type": "string"}, "2020-01-25": {"type": "string"}, "2020-01-26": {"type": "string"}, "2020-01-27": {"type": "integer"}, "2020-01-28": {"type": "integer"}, "2020-01-29": {"type": "integer"}, "2020-01-30": {"type": "integer"}, "2020-01-31": {"type": "integer"}, "2020-02-01": {"type": "integer"}, "2020-02-02": {"type": "integer"}, "2020-02-03": {"type": "integer"}, "2020-02-04": {"type": "integer"}, "2020-02-05": {"type": "integer"}, "2020-02-06": {"type": "integer"}, "2020-02-07": {"type": "integer"}, "2020-02-08": {"type": "integer"}, "2020-02-09": {"type": "integer"}, "2020-02-10": {"type": "integer"}, "2020-02-11": {"type": "integer"}, "2020-02-12": {"type": "integer"}, "2020-02-13": {"type": "integer"}, "2020-02-14": {"type": "integer"}, "2020-02-15": {"type": "integer"}, "2020-02-16": {"type": "integer"}, "2020-02-17": {"type": "integer"}, "2020-02-18": {"type": "integer"}, "2020-02-19": {"type": "integer"}, "2020-02-20": {"type": "integer"}, "2020-02-21": {"type": "integer"}, "2020-02-22": {"type": "integer"}, "2020-02-23": {"type": "integer"}, "2020-02-24": {"type": "integer"}, "2020-02-25": {"type": "integer"}, "2020-02-26": {"type": "integer"}, "2020-02-27": {"type": "integer"}, "2020-02-28": {"type": "integer"}, "2020-02-29": {"type": "integer"}, "2020-03-01": {"type": "integer"}, "2020-03-02": {"type": "integer"}, "2020-03-03": {"type": "integer"}, "2020-03-04": {"type": "integer"}, "2020-03-05": {"type": "integer"}, "2020-03-06": {"type": "integer"}, "2020-03-07": {"type": "integer"}, "2020-03-08": {"type": "integer"}, "2020-03-09": {"type": "integer"}, "2020-03-10": {"type": "integer"}, "2020-03-11": {"type": "integer"}, "2020-03-12": {"type": "integer"}, "2020-03-13": {"type": "integer"}, "2020-03-14": {"type": "integer"}, "2020-03-15": {"type": "integer"}, "2020-03-16": {"type": "integer"}, "2020-03-17": {"type": "integer"}, "2020-03-18": {"type": "integer"}, "2020-03-19": {"type": "integer"}, "2020-03-20": {"type": "integer"}, "2020-03-21": {"type": "integer"}, "2020-03-22": {"type": "integer"}, "2020-03-23": {"type": "integer"}, "2020-03-24": {"type": "integer"}, "2020-03-25": {"type": "integer"}, "2020-03-26": {"type": "integer"}, "2020-03-27": {"type": "integer"}, "2020-03-28": {"type": "integer"}, "2020-03-29": {"type": "integer"}, "2020-03-30": {"type": "integer"}, "2020-03-31": {"type": "integer"}, "2020-04-01": {"type": "integer"}, "2020-04-02": {"type": "integer"}, "2020-04-03": {"type": "integer"}, "2020-04-04": {"type": "integer"}, "2020-04-05": {"type": "integer"}, "2020-04-06": {"type": "integer"}, "2020-04-07": {"type": "integer"}, "2020-04-08": {"type": "integer"}, "2020-04-09": {"type": "integer"}, "2020-04-10": {"type": "integer"}, "2020-04-11": {"type": "integer"}, "2020-04-12": {"type": "integer"}, "2020-04-13": {"type": "integer"}, "2020-04-14": {"type": "integer"}, "2020-04-15": {"type": "integer"}, "2020-04-16": {"type": "integer"}, "2020-04-17": {"type": "integer"}, "2020-04-18": {"type": "integer"}, "2020-04-19": {"type": "integer"}, "2020-04-20": {"type": "integer"}, "2020-04-21": {"type": "integer"}, "2020-04-22": {"type": "integer"}, "2020-04-23": {"type": "integer"}, "2020-04-24": {"type": "integer"}, "2020-04-25": {"type": "integer"}, "2020-04-26": {"type": "integer"}, "2020-04-27": {"type": "integer"}, "2020-04-28": {"type": "integer"}, "2020-04-29": {"type": "integer"}, "2020-04-30": {"type": "integer"}, "2020-05-01": {"type": "integer"}, "2020-05-02": {"type": "integer"}, "2020-05-03": {"type": "integer"}, "2020-05-04": {"type": "integer"}, "2020-05-05": {"type": "integer"}, "2020-05-06": {"type": "integer"}, "2020-05-07": {"type": "integer"}, "2020-05-08": {"type": "integer"}, "2020-05-09": {"type": "integer"}, "2020-05-10": {"type": "integer"}, "2020-05-11": {"type": "integer"}, "2020-05-12": {"type": "integer"}, "2020-05-13": {"type": "integer"}, "2020-05-14": {"type": "integer"}, "2020-05-15": {"type": "integer"}, "2020-05-16": {"type": "integer"}, "2020-05-17": {"type": "integer"}, "2020-05-18": {"type": "integer"}, "2020-05-19": {"type": "integer"}, "2020-05-20": {"type": "integer"}, "2020-05-21": {"type": "integer"}, "2020-05-22": {"type": "integer"}, "2020-05-23": {"type": "integer"}, "2020-05-24": {"type": "integer"}, "2020-05-25": {"type": "integer"}, "2020-05-26": {"type": "integer"}, "2020-05-27": {"type": "integer"}, "2020-05-28": {"type": "integer"}, "2020-05-29": {"type": "integer"}, "2020-05-30": {"type": "integer"}, "2020-05-31": {"type": "integer"}, "2020-06-01": {"type": "integer"}, "2020-06-02": {"type": "integer"}, "2020-06-03": {"type": "integer"}, "2020-06-04": {"type": "integer"}, "2020-06-05": {"type": "integer"}, "2020-06-06": {"type": "integer"}, "2020-06-07": {"type": "integer"}, "2020-06-08": {"type": "integer"}, "2020-06-09": {"type": "integer"}, "2020-06-10": {"type": "integer"}, "2020-06-11": {"type": "integer"}, "2020-06-12": {"type": "integer"}, "2020-06-13": {"type": "integer"}, "2020-06-14": {"type": "integer"}, "2020-06-15": {"type": "integer"}, "2020-06-16": {"type": "integer"}, "2020-06-17": {"type": "integer"}, "2020-06-18": {"type": "integer"}, "2020-06-19": {"type": "integer"}, "2020-06-20": {"type": "integer"}, "2020-06-21": {"type": "integer"}, "2020-06-22": {"type": "integer"}, "2020-06-23": {"type": "integer"}, "2020-06-24": {"type": "integer"}, "2020-06-25": {"type": "integer"}, "2020-06-26": {"type": "integer"}, "2020-06-27": {"type": "integer"}, "2020-06-28": {"type": "integer"}, "2020-06-29": {"type": "integer"}, "2020-06-30": {"type": "integer"}, "2020-07-01": {"type": "integer"}, "2020-07-02": {"type": "integer"}, "2020-07-03": {"type": "integer"}, "2020-07-04": {"type": "integer"}, "2020-07-05": {"type": "integer"}, "2020-07-06": {"type": "integer"}, "2020-07-07": {"type": "integer"}, "2020-07-08": {"type": "integer"}, "2020-07-09": {"type": "integer"}, "2020-07-10": {"type": "integer"}, "2020-07-11": {"type": "integer"}, "2020-07-12": {"type": "integer"}, "2020-07-13": {"type": "integer"}, "2020-07-14": {"type": "integer"}, "2020-07-15": {"type": "integer"}, "2020-07-16": {"type": "integer"}, "2020-07-17": {"type": "integer"}, "2020-07-18": {"type": "integer"}, "2020-07-19": {"type": "integer"}, "2020-07-20": {"type": "integer"}, "2020-07-21": {"type": "integer"}, "2020-07-22": {"type": "integer"}, "2020-07-23": {"type": "integer"}, "2020-07-24": {"type": "integer"}, "2020-07-25": {"type": "integer"}, "2020-07-26": {"type": "integer"}, "2020-07-27": {"type": "integer"}, "2020-07-28": {"type": "integer"}, "2020-07-29": {"type": "integer"}, "2020-07-30": {"type": "integer"}, "2020-07-31": {"type": "integer"}, "2020-08-01": {"type": "integer"}, "2020-08-02": {"type": "integer"}, "2020-08-03": {"type": "integer"}, "2020-08-04": {"type": "integer"}, "2020-08-05": {"type": "integer"}, "2020-08-06": {"type": "integer"}, "2020-08-07": {"type": "integer"}, "2020-08-08": {"type": "integer"}, "2020-08-09": {"type": "integer"}, "2020-08-10": {"type": "integer"}, "2020-08-11": {"type": "integer"}, "2020-08-12": {"type": "integer"}, "2020-08-13": {"type": "integer"}, "2020-08-14": {"type": "integer"}, "2020-08-15": {"type": "integer"}, "2020-08-16": {"type": "integer"}, "2020-08-17": {"type": "integer"}, "2020-08-18": {"type": "integer"}, "2020-08-19": {"type": "integer"}, "2020-08-20": {"type": "integer"}, "2020-08-21": {"type": "integer"}, "2020-08-22": {"type": "integer"}, "2020-08-23": {"type": "integer"}, "2020-08-24": {"type": "integer"}, "2020-08-25": {"type": "integer"}, "2020-08-26": {"type": "integer"}, "2020-08-27": {"type": "integer"}, "2020-08-28": {"type": "integer"}, "2020-08-29": {"type": "integer"}, "2020-08-30": {"type": "integer"}, "2020-08-31": {"type": "integer"}, "2020-09-01": {"type": "integer"}, "2020-09-02": {"type": "integer"}, "2020-09-03": {"type": "integer"}, "2020-09-04": {"type": "integer"}, "2020-09-05": {"type": "integer"}, "2020-09-06": {"type": "integer"}, "2020-09-07": {"type": "integer"}, "2020-09-08": {"type": "integer"}, "2020-09-09": {"type": "integer"}, "2020-09-10": {"type": "integer"}, "2020-09-11": {"type": "integer"}, "2020-09-12": {"type": "integer"}, "2020-09-13": {"type": "integer"}, "2020-09-14": {"type": "integer"}, "2020-09-15": {"type": "integer"}, "2020-09-16": {"type": "integer"}, "2020-09-17": {"type": "integer"}, "2020-09-18": {"type": "integer"}, "2020-09-19": {"type": "integer"}, "2020-09-20": {"type": "integer"}, "2020-09-21": {"type": "integer"}, "2020-09-22": {"type": "integer"}, "2020-09-23": {"type": "integer"}, "2020-09-24": {"type": "integer"}, "2020-09-25": {"type": "integer"}, "2020-09-26": {"type": "integer"}, "2020-09-27": {"type": "integer"}, "2020-09-28": {"type": "integer"}, "2020-09-29": {"type": "integer"}, "2020-09-30": {"type": "integer"}, "2020-10-01": {"type": "integer"}, "2020-10-02": {"type": "integer"}, "2020-10-03": {"type": "integer"}, "2020-10-04": {"type": "integer"}, "2020-10-05": {"type": "integer"}, "2020-10-06": {"type": "integer"}, "2020-10-07": {"type": "integer"}, "2020-10-08": {"type": "integer"}, "2020-10-09": {"type": "integer"}, "2020-10-10": {"type": "integer"}, "2020-10-11": {"type": "integer"}, "2020-10-12": {"type": "integer"}, "2020-10-13": {"type": "integer"}, "2020-10-14": {"type": "integer"}, "2020-10-15": {"type": "integer"}, "2020-10-16": {"type": "integer"}, "2020-10-17": {"type": "integer"}, "2020-10-18": {"type": "integer"}, "2020-10-19": {"type": "integer"}, "2020-10-20": {"type": "integer"}, "2020-10-21": {"type": "integer"}, "2020-10-22": {"type": "integer"}, "2020-10-23": {"type": "integer"}, "2020-10-24": {"type": "integer"}, "2020-10-25": {"type": "integer"}, "2020-10-26": {"type": "integer"}, "2020-10-27": {"type": "integer"}, "2020-10-28": {"type": "integer"}, "2020-10-29": {"type": "integer"}, "2020-10-30": {"type": "integer"}, "2020-10-31": {"type": "integer"}, "2020-11-01": {"type": "integer"}, "2020-11-02": {"type": "integer"}, "2020-11-03": {"type": "integer"}, "2020-11-04": {"type": "integer"}, "2020-11-05": {"type": "integer"}, "2020-11-06": {"type": "integer"}, "2020-11-07": {"type": "integer"}, "2020-11-08": {"type": "integer"}, "2020-11-09": {"type": "integer"}, "2020-11-10": {"type": "integer"}, "2020-11-11": {"type": "integer"}, "2020-11-12": {"type": "integer"}, "2020-11-13": {"type": "integer"}, "2020-11-14": {"type": "integer"}, "2020-11-15": {"type": "integer"}, "2020-11-16": {"type": "integer"}, "2020-11-17": {"type": "integer"}, "2020-11-18": {"type": "integer"}, "2020-11-19": {"type": "integer"}, "2020-11-20": {"type": "integer"}, "2020-11-21": {"type": "integer"}, "2020-11-22": {"type": "integer"}, "2020-11-23": {"type": "integer"}, "2020-11-24": {"type": "integer"}, "2020-11-25": {"type": "integer"}, "2020-11-26": {"type": "integer"}, "2020-11-27": {"type": "integer"}, "2020-11-28": {"type": "integer"}, "2020-11-29": {"type": "integer"}, "2020-11-30": {"type": "integer"}, "2020-12-01": {"type": "integer"}, "2020-12-02": {"type": "integer"}, "2020-12-03": {"type": "integer"}, "2020-12-04": {"type": "integer"}, "2020-12-05": {"type": "integer"}, "2020-12-06": {"type": "integer"}, "2020-12-07": {"type": "integer"}, "2020-12-08": {"type": "integer"}, "2020-12-09": {"type": "integer"}, "2020-12-10": {"type": "integer"}, "2020-12-11": {"type": "integer"}, "2020-12-12": {"type": "integer"}, "2020-12-13": {"type": "integer"}, "2020-12-14": {"type": "integer"}, "2020-12-15": {"type": "integer"}, "2020-12-16": {"type": "integer"}, "2020-12-17": {"type": "integer"}, "2020-12-18": {"type": "integer"}, "2020-12-19": {"type": "integer"}, "2020-12-20": {"type": "integer"}, "2020-12-21": {"type": "integer"}, "2020-12-22": {"type": "integer"}, "2020-12-23": {"type": "integer"}, "2020-12-24": {"type": "integer"}, "2020-12-25": {"type": "integer"}, "2020-12-26": {"type": "integer"}, "2020-12-27": {"type": "integer"}, "2020-12-28": {"type": "integer"}, "2020-12-29": {"type": "integer"}, "2020-12-30": {"type": "integer"}, "2020-12-31": {"type": "integer"}, "2021-01-01": {"type": "integer"}, "2021-01-02": {"type": "integer"}, "2021-01-03": {"type": "integer"}, "2021-01-04": {"type": "integer"}, "2021-01-05": {"type": "integer"}, "2021-01-06": {"type": "integer"}, "2021-01-07": {"type": "integer"}, "2021-01-08": {"type": "integer"}, "2021-01-09": {"type": "integer"}, "2021-01-10": {"type": "integer"}, "2021-01-11": {"type": "integer"}, "2021-01-12": {"type": "integer"}, "2021-01-13": {"type": "integer"}, "2021-01-14": {"type": "integer"}, "2021-01-15": {"type": "integer"}, "2021-01-16": {"type": "integer"}, "2021-01-17": {"type": "integer"}, "2021-01-18": {"type": "integer"}, "2021-01-19": {"type": "integer"}, "2021-01-20": {"type": "integer"}, "2021-01-21": {"type": "integer"}, "2021-01-22": {"type": "integer"}, "2021-01-23": {"type": "integer"}, "2021-01-24": {"type": "integer"}, "2021-01-25": {"type": "integer"}}, "required": ["2020-01-13", "2020-01-14", "2020-01-15", "2020-01-16", "2020-01-17", "2020-01-18", "2020-01-19", "2020-01-20", "2020-01-21", "2020-01-22", "2020-01-23", "2020-01-24", "2020-01-25", "2020-01-26", "2020-01-27", "2020-01-28", "2020-01-29", "2020-01-30", "2020-01-31", "2020-02-01", "2020-02-02", "2020-02-03", "2020-02-04", "2020-02-05", "2020-02-06", "2020-02-07", "2020-02-08", "2020-02-09", "2020-02-10", "2020-02-11", "2020-02-12", "2020-02-13", "2020-02-14", "2020-02-15", "2020-02-16", "2020-02-17", "2020-02-18", "2020-02-19", "2020-02-20", "2020-02-21", "2020-02-22", "2020-02-23", "2020-02-24", "2020-02-25", "2020-02-26", "2020-02-27", "2020-02-28", "2020-02-29", "2020-03-01", "2020-03-02", "2020-03-03", "2020-03-04", "2020-03-05", "2020-03-06", "2020-03-07", "2020-03-08", "2020-03-09", "2020-03-10", "2020-03-11", "2020-03-12", "2020-03-13", "2020-03-14", "2020-03-15", "2020-03-16", "2020-03-17", "2020-03-18", "2020-03-19", "2020-03-20", "2020-03-21", "2020-03-22", "2020-03-23", "2020-03-24", "2020-03-25", "2020-03-26", "2020-03-27", "2020-03-28", "2020-03-29", "2020-03-30", "2020-03-31", "2020-04-01", "2020-04-02", "2020-04-03", "2020-04-04", "2020-04-05", "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2020-04-11", "2020-04-12", "2020-04-13", "2020-04-14", "2020-04-15", "2020-04-16", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-04-21", "2020-04-22", "2020-04-23", "2020-04-24", "2020-04-25", "2020-04-26", "2020-04-27", "2020-04-28", "2020-04-29", "2020-04-30", "2020-05-01", "2020-05-02", "2020-05-03", "2020-05-04", "2020-05-05", "2020-05-06", "2020-05-07", "2020-05-08", "2020-05-09", "2020-05-10", "2020-05-11", "2020-05-12", "2020-05-13", "2020-05-14", "2020-05-15", "2020-05-16", "2020-05-17", "2020-05-18", "2020-05-19", "2020-05-20", "2020-05-21", "2020-05-22", "2020-05-23", "2020-05-24", "2020-05-25", "2020-05-26", "2020-05-27", "2020-05-28", "2020-05-29", "2020-05-30", "2020-05-31", "2020-06-01", "2020-06-02", "2020-06-03", "2020-06-04", "2020-06-05", "2020-06-06", "2020-06-07", "2020-06-08", "2020-06-09", "2020-06-10", "2020-06-11", "2020-06-12", "2020-06-13", "2020-06-14", "2020-06-15", "2020-06-16", "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17", "2020-07-18", "2020-07-19", "2020-07-20", "2020-07-21", "2020-07-22", "2020-07-23", "2020-07-24", "2020-07-25", "2020-07-26", "2020-07-27", "2020-07-28", "2020-07-29", "2020-07-30", "2020-07-31", "2020-08-01", "2020-08-02", "2020-08-03", "2020-08-04", "2020-08-05", "2020-08-06", "2020-08-07", "2020-08-08", "2020-08-09", "2020-08-10", "2020-08-11", "2020-08-12", "2020-08-13", "2020-08-14", "2020-08-15", "2020-08-16", "2020-08-17", "2020-08-18", "2020-08-19", "2020-08-20", "2020-08-21", "2020-08-22", "2020-08-23", "2020-08-24", "2020-08-25", "2020-08-26", "2020-08-27", "2020-08-28", "2020-08-29", "2020-08-30", "2020-08-31", "2020-09-01", "2020-09-02", "2020-09-03", "2020-09-04", "2020-09-05", "2020-09-06", "2020-09-07", "2020-09-08", "2020-09-09", "2020-09-10", "2020-09-11", "2020-09-12", "2020-09-13", "2020-09-14", "2020-09-15", "2020-09-16", "2020-09-17", "2020-09-18", "2020-09-19", "2020-09-20", "2020-09-21", "2020-09-22", "2020-09-23", "2020-09-24", "2020-09-25", "2020-09-26", "2020-09-27", "2020-09-28", "2020-09-29", "2020-09-30", "2020-10-01", "2020-10-02", "2020-10-03", "2020-10-04", "2020-10-05", "2020-10-06", "2020-10-07", "2020-10-08", "2020-10-09", "2020-10-10", "2020-10-11", "2020-10-12", "2020-10-13", "2020-10-14", "2020-10-15", "2020-10-16", "2020-10-17", "2020-10-18", "2020-10-19", "2020-10-20", "2020-10-21", "2020-10-22", "2020-10-23", "2020-10-24", "2020-10-25", "2020-10-26", "2020-10-27", "2020-10-28", "2020-10-29", "2020-10-30", "2020-10-31", "2020-11-01", "2020-11-02", "2020-11-03", "2020-11-04", "2020-11-05", "2020-11-06", "2020-11-07", "2020-11-08", "2020-11-09", "2020-11-10", "2020-11-11", "2020-11-12", "2020-11-13", "2020-11-14", "2020-11-15", "2020-11-16", "2020-11-17", "2020-11-18", "2020-11-19", "2020-11-20", "2020-11-21", "2020-11-22", "2020-11-23", "2020-11-24", "2020-11-25", "2020-11-26", "2020-11-27", "2020-11-28", "2020-11-29", "2020-11-30", "2020-12-01", "2020-12-02", "2020-12-03", "2020-12-04", "2020-12-05", "2020-12-06", "2020-12-07", "2020-12-08", "2020-12-09", "2020-12-10", "2020-12-11", "2020-12-12", "2020-12-13", "2020-12-14", "2020-12-15", "2020-12-16", "2020-12-17", "2020-12-18", "2020-12-19", "2020-12-20", "2020-12-21", "2020-12-22", "2020-12-23", "2020-12-24", "2020-12-25", "2020-12-26", "2020-12-27", "2020-12-28", "2020-12-29", "2020-12-30", "2020-12-31", "2021-01-01", "2021-01-02", "2021-01-03", "2021-01-04", "2021-01-05", "2021-01-06", "2021-01-07", "2021-01-08", "2021-01-09", "2021-01-10", "2021-01-11", "2021-01-12", "2021-01-13", "2021-01-14", "2021-01-15", "2021-01-16", "2021-01-17", "2021-01-18", "2021-01-19", "2021-01-20", "2021-01-21", "2021-01-22", "2021-01-23", "2021-01-24", "2021-01-25"]}}, "required": ["COVID case numbers and death numbers from the New York Times COVID-19 repository. COVID test numbers from the COVID Tracking Project"]}
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", "2020-01-22": "NA", "2020-01-23": "NA", "2020-01-24": "NA", "2020-01-25": "NA", "2020-01-26": "NA", "2020-01-27": 0, "2020-01-28": 0, "2020-01-29": 0, "2020-01-30": 0, "2020-01-31": 0, "2020-02-01": 0, "2020-02-02": 0, "2020-02-03": 0, "2020-02-04": 0, "2020-02-05": 0, "2020-02-06": 0, "2020-02-07": 0, "2020-02-08": 0, "2020-02-09": 0, "2020-02-10": 0, "2020-02-11": 0, "2020-02-12": 0, "2020-02-13": 0, "2020-02-14": 0, "2020-02-15": 0, "2020-02-16": 0, "2020-02-17": 0, "2020-02-18": 0, "2020-02-19": 0, "2020-02-20": 0, "2020-02-21": 0, "2020-02-22": 0, "2020-02-23": 0, "2020-02-24": 0, "2020-02-25": 0, "2020-02-26": 0, "2020-02-27": 0, "2020-02-28": 0, "2020-02-29": 0, "2020-03-01": 0, "2020-03-02": 1, "2020-03-03": 1, "2020-03-04": 2, "2020-03-05": 2, "2020-03-06": 2, "2020-03-07": 3, "2020-03-08": 3, "2020-03-09": 3, "2020-03-10": 3, "2020-03-11": 4, "2020-03-12": 4, "2020-03-13": 5, "2020-03-14": 6, "2020-03-15": 7, "2020-03-16": 9, "2020-03-17": 12, "2020-03-18": 18, "2020-03-19": 24, "2020-03-20": 32, "2020-03-21": 43, "2020-03-22": 55, "2020-03-23": 69, "2020-03-24": 95, "2020-03-25": 127, "2020-03-26": 163, "2020-03-27": 213, "2020-03-28": 277, "2020-03-29": 322, "2020-03-30": 398, "2020-03-31": 502, "2020-04-01": 608, "2020-04-02": 739, "2020-04-03": 878, "2020-04-04": 1024, "2020-04-05": 1160, "2020-04-06": 1285, "2020-04-07": 1470, "2020-04-08": 1623, "2020-04-09": 1751, "2020-04-10": 1875, "2020-04-11": 1950, "2020-04-12": 1995, "2020-04-13": 2029, "2020-04-14": 2097, "2020-04-15": 2191, "2020-04-16": 2225, "2020-04-17": 2229, "2020-04-18": 2210, "2020-04-19": 2190, "2020-04-20": 2201, "2020-04-21": 2196, "2020-04-22": 2142, "2020-04-23": 2114, "2020-04-24": 2090, "2020-04-25": 2092, "2020-04-26": 2051, "2020-04-27": 1995, "2020-04-28": 1955, "2020-04-29": 1976, "2020-04-30": 1984, "2020-05-01": 1932, "2020-05-02": 1878, "2020-05-03": 1889, "2020-05-04": 1839, "2020-05-05": 1816, "2020-05-06": 1843, "2020-05-07": 1808, "2020-05-08": 1781, "2020-05-09": 1762, "2020-05-10": 1705, "2020-05-11": 1689, "2020-05-12": 1606, "2020-05-13": 1472, "2020-05-14": 1441, "2020-05-15": 1443, "2020-05-16": 1411, "2020-05-17": 1398, "2020-05-18": 1379, "2020-05-19": 1361, "2020-05-20": 1319, "2020-05-21": 1258, "2020-05-22": 1215, "2020-05-23": 1190, "2020-05-24": 1158, "2020-05-25": 1110, "2020-05-26": 1000, "2020-05-27": 1001, "2020-05-28": 985, "2020-05-29": 971, "2020-05-30": 958, "2020-05-31": 956, "2020-06-01": 988, "2020-06-02": 1036, "2020-06-03": 964, "2020-06-04": 937, "2020-06-05": 926, "2020-06-06": 893, "2020-06-07": 862, "2020-06-08": 861, "2020-06-09": 854, "2020-06-10": 845, "2020-06-11": 826, "2020-06-12": 779, "2020-06-13": 774, "2020-06-14": 763, "2020-06-15": 724, "2020-06-16": 687, "2020-06-17": 663, "2020-06-18": 641, "2020-06-19": 630, "2020-06-20": 609, "2020-06-21": 601, "2020-06-22": 588, "2020-06-23": 587, "2020-06-24": 588, "2020-06-25": 575, "2020-06-26": 565, "2020-06-27": 560, "2020-06-28": 562, "2020-06-29": 561, "2020-06-30": 548, "2020-07-01": 530, "2020-07-02": 543, "2020-07-03": 536, "2020-07-04": 501, "2020-07-05": 500, "2020-07-06": 506, "2020-07-07": 546, "2020-07-08": 590, "2020-07-09": 607, "2020-07-10": 641, "2020-07-11": 699, "2020-07-12": 718, "2020-07-13": 723, "2020-07-14": 722, "2020-07-15": 725, "2020-07-16": 742, "2020-07-17": 752, "2020-07-18": 767, "2020-07-19": 769, "2020-07-20": 784, "2020-07-21": 809, "2020-07-22": 832, "2020-07-23": 854, "2020-07-24": 890, "2020-07-25": 904, "2020-07-26": 908, "2020-07-27": 916, "2020-07-28": 943, "2020-07-29": 981, "2020-07-30": 1001, "2020-07-31": 1041, "2020-08-01": 1066, "2020-08-02": 1063, "2020-08-03": 1067, "2020-08-04": 1071, "2020-08-05": 1049, "2020-08-06": 1021, "2020-08-07": 1010, "2020-08-08": 997, "2020-08-09": 1014, "2020-08-10": 1004, "2020-08-11": 1017, "2020-08-12": 1050, "2020-08-13": 1070, "2020-08-14": 1044, "2020-08-15": 1057, "2020-08-16": 1053, "2020-08-17": 1053, "2020-08-18": 1038, "2020-08-19": 1011, "2020-08-20": 987, "2020-08-21": 985, "2020-08-22": 970, "2020-08-23": 960, "2020-08-24": 955, "2020-08-25": 937, "2020-08-26": 922, "2020-08-27": 934, "2020-08-28": 912, "2020-08-29": 901, "2020-08-30": 891, "2020-08-31": 889, "2020-09-01": 872, "2020-09-02": 856, "2020-09-03": 849, "2020-09-04": 846, "2020-09-05": 822, "2020-09-06": 826, "2020-09-07": 794, "2020-09-08": 703, "2020-09-09": 716, "2020-09-10": 691, "2020-09-11": 726, "2020-09-12": 724, "2020-09-13": 724, "2020-09-14": 750, "2020-09-15": 867, "2020-09-16": 842, "2020-09-17": 831, "2020-09-18": 791, "2020-09-19": 788, "2020-09-20": 761, "2020-09-21": 759, "2020-09-22": 711, "2020-09-23": 727, "2020-09-24": 733, "2020-09-25": 720, "2020-09-26": 734, "2020-09-27": 742, "2020-09-28": 730, "2020-09-29": 727, "2020-09-30": 710, "2020-10-01": 705, "2020-10-02": 707, "2020-10-03": 698, "2020-10-04": 707, "2020-10-05": 717, "2020-10-06": 690, "2020-10-07": 693, "2020-10-08": 703, "2020-10-09": 711, "2020-10-10": 694, "2020-10-11": 707, "2020-10-12": 697, "2020-10-13": 711, "2020-10-14": 714, "2020-10-15": 696, "2020-10-16": 691, "2020-10-17": 704, "2020-10-18": 699, "2020-10-19": 723, "2020-10-20": 738, "2020-10-21": 766, "2020-10-22": 770, "2020-10-23": 776, "2020-10-24": 804, "2020-10-25": 797, "2020-10-26": 799, "2020-10-27": 807, "2020-10-28": 779, "2020-10-29": 805, "2020-10-30": 812, "2020-10-31": 808, "2020-11-01": 820, "2020-11-02": 820, "2020-11-03": 841, "2020-11-04": 863, "2020-11-05": 878, "2020-11-06": 916, "2020-11-07": 941, "2020-11-08": 946, "2020-11-09": 974, "2020-11-10": 1022, "2020-11-11": 1058, "2020-11-12": 1067, "2020-11-13": 1088, "2020-11-14": 1116, "2020-11-15": 1138, "2020-11-16": 1145, "2020-11-17": 1165, "2020-11-18": 1235, "2020-11-19": 1347, "2020-11-20": 1427, "2020-11-21": 1456, "2020-11-22": 1488, "2020-11-23": 1523, "2020-11-24": 1609, "2020-11-25": 1665, "2020-11-26": 1552, "2020-11-27": 1476, "2020-11-28": 1444, "2020-11-29": 1440, "2020-11-30": 1473, "2020-12-01": 1529, "2020-12-02": 1609, "2020-12-03": 1850, "2020-12-04": 2024, "2020-12-05": 2166, "2020-12-06": 2208, "2020-12-07": 2247, "2020-12-08": 2279, "2020-12-09": 2319, "2020-12-10": 2345, "2020-12-11": 2391, "2020-12-12": 2400, "2020-12-13": 2435, "2020-12-14": 2456, "2020-12-15": 2483, "2020-12-16": 2548, "2020-12-17": 2584, "2020-12-18": 2573, "2020-12-19": 2617, "2020-12-20": 2625, "2020-12-21": 2665, "2020-12-22": 2696, "2020-12-23": 2668, "2020-12-24": 2599, "2020-12-25": 2351, "2020-12-26": 2221, "2020-12-27": 2195, "2020-12-28": 2186, "2020-12-29": 2242, "2020-12-30": 2298, "2020-12-31": 2389, "2021-01-01": 2500, "2021-01-02": 2603, "2021-01-03": 2620, "2021-01-04": 2641, "2021-01-05": 2649, "2021-01-06": 2674, "2021-01-07": 2750, "2021-01-08": 3047, "2021-01-09": 3171, "2021-01-10": 3232, "2021-01-11": 3232, "2021-01-12": 3335, "2021-01-13": 3329, "2021-01-14": 3327, "2021-01-15": 3293, "2021-01-16": 3306, "2021-01-17": 3301, "2021-01-18": 3216, "2021-01-19": 2983, "2021-01-20": 3017, "2021-01-21": 3041, "2021-01-22": 3037, "2021-01-23": 3034, "2021-01-24": 3046, "2021-01-25": 3096}}
{"$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"}, "2020-01-15": {"type": "string"}, "2020-01-16": {"type": "string"}, "2020-01-17": {"type": "string"}, "2020-01-18": {"type": "string"}, "2020-01-19": {"type": "string"}, "2020-01-20": {"type": "string"}, "2020-01-21": {"type": "string"}, "2020-01-22": {"type": "string"}, "2020-01-23": {"type": "string"}, "2020-01-24": {"type": "string"}, "2020-01-25": {"type": "string"}, "2020-01-26": {"type": "string"}, "2020-01-27": {"type": "integer"}, "2020-01-28": {"type": "integer"}, "2020-01-29": {"type": "integer"}, "2020-01-30": {"type": "integer"}, "2020-01-31": {"type": "integer"}, "2020-02-01": {"type": "integer"}, "2020-02-02": {"type": "integer"}, "2020-02-03": {"type": "integer"}, "2020-02-04": {"type": "integer"}, "2020-02-05": {"type": "integer"}, "2020-02-06": {"type": "integer"}, "2020-02-07": {"type": "integer"}, "2020-02-08": {"type": "integer"}, "2020-02-09": {"type": "integer"}, "2020-02-10": {"type": "integer"}, "2020-02-11": {"type": "integer"}, "2020-02-12": {"type": "integer"}, "2020-02-13": {"type": "integer"}, "2020-02-14": {"type": "integer"}, "2020-02-15": {"type": "integer"}, "2020-02-16": {"type": "integer"}, "2020-02-17": {"type": "integer"}, "2020-02-18": {"type": "integer"}, "2020-02-19": {"type": "integer"}, "2020-02-20": {"type": "integer"}, "2020-02-21": {"type": "integer"}, "2020-02-22": {"type": "integer"}, "2020-02-23": {"type": "integer"}, "2020-02-24": {"type": "integer"}, "2020-02-25": {"type": "integer"}, "2020-02-26": {"type": "integer"}, "2020-02-27": {"type": "integer"}, "2020-02-28": {"type": "integer"}, "2020-02-29": {"type": "integer"}, "2020-03-01": {"type": "integer"}, "2020-03-02": {"type": "integer"}, "2020-03-03": {"type": "integer"}, "2020-03-04": {"type": "integer"}, "2020-03-05": {"type": "integer"}, "2020-03-06": {"type": "integer"}, "2020-03-07": {"type": "integer"}, "2020-03-08": {"type": "integer"}, "2020-03-09": {"type": "integer"}, "2020-03-10": {"type": "integer"}, "2020-03-11": {"type": "integer"}, "2020-03-12": {"type": "integer"}, "2020-03-13": {"type": "integer"}, "2020-03-14": {"type": "integer"}, "2020-03-15": {"type": "integer"}, "2020-03-16": {"type": "integer"}, "2020-03-17": {"type": "integer"}, "2020-03-18": {"type": "integer"}, "2020-03-19": {"type": "integer"}, "2020-03-20": {"type": "integer"}, "2020-03-21": {"type": "integer"}, "2020-03-22": {"type": "integer"}, "2020-03-23": {"type": "integer"}, "2020-03-24": {"type": "integer"}, "2020-03-25": {"type": "integer"}, "2020-03-26": {"type": "integer"}, "2020-03-27": {"type": "integer"}, "2020-03-28": {"type": "integer"}, "2020-03-29": {"type": "integer"}, "2020-03-30": {"type": "integer"}, "2020-03-31": {"type": "integer"}, "2020-04-01": {"type": "integer"}, "2020-04-02": {"type": "integer"}, "2020-04-03": {"type": "integer"}, "2020-04-04": {"type": "integer"}, "2020-04-05": {"type": "integer"}, "2020-04-06": {"type": "integer"}, "2020-04-07": {"type": "integer"}, "2020-04-08": {"type": "integer"}, "2020-04-09": {"type": "integer"}, "2020-04-10": {"type": "integer"}, "2020-04-11": {"type": "integer"}, "2020-04-12": {"type": "integer"}, "2020-04-13": {"type": "integer"}, "2020-04-14": {"type": "integer"}, "2020-04-15": {"type": "integer"}, "2020-04-16": {"type": "integer"}, "2020-04-17": {"type": "integer"}, "2020-04-18": {"type": "integer"}, "2020-04-19": {"type": "integer"}, "2020-04-20": {"type": "integer"}, "2020-04-21": {"type": "integer"}, "2020-04-22": {"type": "integer"}, "2020-04-23": {"type": "integer"}, "2020-04-24": {"type": "integer"}, "2020-04-25": {"type": "integer"}, "2020-04-26": {"type": "integer"}, "2020-04-27": {"type": "integer"}, "2020-04-28": {"type": "integer"}, "2020-04-29": {"type": "integer"}, "2020-04-30": {"type": "integer"}, "2020-05-01": {"type": "integer"}, "2020-05-02": {"type": "integer"}, "2020-05-03": {"type": "integer"}, "2020-05-04": {"type": "integer"}, "2020-05-05": {"type": "integer"}, "2020-05-06": {"type": "integer"}, "2020-05-07": {"type": "integer"}, "2020-05-08": {"type": "integer"}, "2020-05-09": {"type": "integer"}, "2020-05-10": {"type": "integer"}, "2020-05-11": {"type": "integer"}, "2020-05-12": {"type": "integer"}, "2020-05-13": {"type": "integer"}, "2020-05-14": {"type": "integer"}, "2020-05-15": {"type": "integer"}, "2020-05-16": {"type": "integer"}, "2020-05-17": {"type": "integer"}, "2020-05-18": {"type": "integer"}, "2020-05-19": {"type": "integer"}, "2020-05-20": {"type": "integer"}, "2020-05-21": {"type": "integer"}, "2020-05-22": {"type": "integer"}, "2020-05-23": {"type": "integer"}, "2020-05-24": {"type": "integer"}, "2020-05-25": {"type": "integer"}, "2020-05-26": {"type": "integer"}, "2020-05-27": {"type": "integer"}, "2020-05-28": {"type": "integer"}, "2020-05-29": {"type": "integer"}, "2020-05-30": {"type": "integer"}, "2020-05-31": {"type": "integer"}, "2020-06-01": {"type": "integer"}, "2020-06-02": {"type": "integer"}, "2020-06-03": {"type": "integer"}, "2020-06-04": {"type": "integer"}, "2020-06-05": {"type": "integer"}, "2020-06-06": {"type": "integer"}, "2020-06-07": {"type": "integer"}, "2020-06-08": {"type": "integer"}, "2020-06-09": {"type": "integer"}, "2020-06-10": {"type": "integer"}, "2020-06-11": {"type": "integer"}, "2020-06-12": {"type": "integer"}, "2020-06-13": {"type": "integer"}, "2020-06-14": {"type": "integer"}, "2020-06-15": {"type": "integer"}, "2020-06-16": {"type": "integer"}, "2020-06-17": {"type": "integer"}, "2020-06-18": {"type": "integer"}, "2020-06-19": {"type": "integer"}, "2020-06-20": {"type": "integer"}, "2020-06-21": {"type": "integer"}, "2020-06-22": {"type": "integer"}, "2020-06-23": {"type": "integer"}, "2020-06-24": {"type": "integer"}, "2020-06-25": {"type": "integer"}, "2020-06-26": {"type": "integer"}, "2020-06-27": {"type": "integer"}, "2020-06-28": {"type": "integer"}, "2020-06-29": {"type": "integer"}, "2020-06-30": {"type": "integer"}, "2020-07-01": {"type": "integer"}, "2020-07-02": {"type": "integer"}, "2020-07-03": {"type": "integer"}, "2020-07-04": {"type": "integer"}, "2020-07-05": {"type": "integer"}, "2020-07-06": {"type": "integer"}, "2020-07-07": {"type": "integer"}, "2020-07-08": {"type": "integer"}, "2020-07-09": {"type": "integer"}, "2020-07-10": {"type": "integer"}, "2020-07-11": {"type": "integer"}, "2020-07-12": {"type": "integer"}, "2020-07-13": {"type": "integer"}, "2020-07-14": {"type": "integer"}, "2020-07-15": {"type": "integer"}, "2020-07-16": {"type": "integer"}, "2020-07-17": {"type": "integer"}, "2020-07-18": {"type": "integer"}, "2020-07-19": {"type": "integer"}, "2020-07-20": {"type": "integer"}, "2020-07-21": {"type": "integer"}, "2020-07-22": {"type": "integer"}, "2020-07-23": {"type": "integer"}, "2020-07-24": {"type": "integer"}, "2020-07-25": {"type": "integer"}, "2020-07-26": {"type": "integer"}, "2020-07-27": {"type": "integer"}, "2020-07-28": {"type": "integer"}, "2020-07-29": {"type": "integer"}, "2020-07-30": {"type": "integer"}, "2020-07-31": {"type": "integer"}, "2020-08-01": {"type": "integer"}, "2020-08-02": {"type": "integer"}, "2020-08-03": {"type": "integer"}, "2020-08-04": {"type": "integer"}, "2020-08-05": {"type": "integer"}, "2020-08-06": {"type": "integer"}, "2020-08-07": {"type": "integer"}, "2020-08-08": {"type": "integer"}, "2020-08-09": {"type": "integer"}, "2020-08-10": {"type": "integer"}, "2020-08-11": {"type": "integer"}, "2020-08-12": {"type": "integer"}, "2020-08-13": {"type": "integer"}, "2020-08-14": {"type": "integer"}, "2020-08-15": {"type": "integer"}, "2020-08-16": {"type": "integer"}, "2020-08-17": {"type": "integer"}, "2020-08-18": {"type": "integer"}, "2020-08-19": {"type": "integer"}, "2020-08-20": {"type": "integer"}, "2020-08-21": {"type": "integer"}, "2020-08-22": {"type": "integer"}, "2020-08-23": {"type": "integer"}, "2020-08-24": {"type": "integer"}, "2020-08-25": {"type": "integer"}, "2020-08-26": {"type": "integer"}, "2020-08-27": {"type": "integer"}, "2020-08-28": {"type": "integer"}, "2020-08-29": {"type": "integer"}, "2020-08-30": {"type": "integer"}, "2020-08-31": {"type": "integer"}, "2020-09-01": {"type": "integer"}, "2020-09-02": {"type": "integer"}, "2020-09-03": {"type": "integer"}, "2020-09-04": {"type": "integer"}, "2020-09-05": {"type": "integer"}, "2020-09-06": {"type": "integer"}, "2020-09-07": {"type": "integer"}, "2020-09-08": {"type": "integer"}, "2020-09-09": {"type": "integer"}, "2020-09-10": {"type": "integer"}, "2020-09-11": {"type": "integer"}, "2020-09-12": {"type": "integer"}, "2020-09-13": {"type": "integer"}, "2020-09-14": {"type": "integer"}, "2020-09-15": {"type": "integer"}, "2020-09-16": {"type": "integer"}, "2020-09-17": {"type": "integer"}, "2020-09-18": {"type": "integer"}, "2020-09-19": {"type": "integer"}, "2020-09-20": {"type": "integer"}, "2020-09-21": {"type": "integer"}, "2020-09-22": {"type": "integer"}, "2020-09-23": {"type": "integer"}, "2020-09-24": {"type": "integer"}, "2020-09-25": {"type": "integer"}, "2020-09-26": {"type": "integer"}, "2020-09-27": {"type": "integer"}, "2020-09-28": {"type": "integer"}, "2020-09-29": {"type": "integer"}, "2020-09-30": {"type": "integer"}, "2020-10-01": {"type": "integer"}, "2020-10-02": {"type": "integer"}, "2020-10-03": {"type": "integer"}, "2020-10-04": {"type": "integer"}, "2020-10-05": {"type": "integer"}, "2020-10-06": {"type": "integer"}, "2020-10-07": {"type": "integer"}, "2020-10-08": {"type": "integer"}, "2020-10-09": {"type": "integer"}, "2020-10-10": {"type": "integer"}, "2020-10-11": {"type": "integer"}, "2020-10-12": {"type": "integer"}, "2020-10-13": {"type": "integer"}, "2020-10-14": {"type": "integer"}, "2020-10-15": {"type": "integer"}, "2020-10-16": {"type": "integer"}, "2020-10-17": {"type": "integer"}, "2020-10-18": {"type": "integer"}, "2020-10-19": {"type": "integer"}, "2020-10-20": {"type": "integer"}, "2020-10-21": {"type": "integer"}, "2020-10-22": {"type": "integer"}, "2020-10-23": {"type": "integer"}, "2020-10-24": {"type": "integer"}, "2020-10-25": {"type": "integer"}, "2020-10-26": {"type": "integer"}, "2020-10-27": {"type": "integer"}, "2020-10-28": {"type": "integer"}, "2020-10-29": {"type": "integer"}, "2020-10-30": {"type": "integer"}, "2020-10-31": {"type": "integer"}, "2020-11-01": {"type": "integer"}, "2020-11-02": {"type": "integer"}, "2020-11-03": {"type": "integer"}, "2020-11-04": {"type": "integer"}, "2020-11-05": {"type": "integer"}, "2020-11-06": {"type": "integer"}, "2020-11-07": {"type": "integer"}, "2020-11-08": {"type": "integer"}, "2020-11-09": {"type": "integer"}, "2020-11-10": {"type": "integer"}, "2020-11-11": {"type": "integer"}, "2020-11-12": {"type": "integer"}, "2020-11-13": {"type": "integer"}, "2020-11-14": {"type": "integer"}, "2020-11-15": {"type": "integer"}, "2020-11-16": {"type": "integer"}, "2020-11-17": {"type": "integer"}, "2020-11-18": {"type": "integer"}, "2020-11-19": {"type": "integer"}, "2020-11-20": {"type": "integer"}, "2020-11-21": {"type": "integer"}, "2020-11-22": {"type": "integer"}, "2020-11-23": {"type": "integer"}, "2020-11-24": {"type": "integer"}, "2020-11-25": {"type": "integer"}, "2020-11-26": {"type": "integer"}, "2020-11-27": {"type": "integer"}, "2020-11-28": {"type": "integer"}, "2020-11-29": {"type": "integer"}, "2020-11-30": {"type": "integer"}, "2020-12-01": {"type": "integer"}, "2020-12-02": {"type": "integer"}, "2020-12-03": {"type": "integer"}, "2020-12-04": {"type": "integer"}, "2020-12-05": {"type": "integer"}, "2020-12-06": {"type": "integer"}, "2020-12-07": {"type": "integer"}, "2020-12-08": {"type": "integer"}, "2020-12-09": {"type": "integer"}, "2020-12-10": {"type": "integer"}, "2020-12-11": {"type": "integer"}, "2020-12-12": {"type": "integer"}, "2020-12-13": {"type": "integer"}, "2020-12-14": {"type": "integer"}, "2020-12-15": {"type": "integer"}, "2020-12-16": {"type": "integer"}, "2020-12-17": {"type": "integer"}, "2020-12-18": {"type": "integer"}, "2020-12-19": {"type": "integer"}, "2020-12-20": {"type": "integer"}, "2020-12-21": {"type": "integer"}, "2020-12-22": {"type": "integer"}, "2020-12-23": {"type": "integer"}, "2020-12-24": {"type": "integer"}, "2020-12-25": {"type": "integer"}, "2020-12-26": {"type": "integer"}, "2020-12-27": {"type": "integer"}, "2020-12-28": {"type": "integer"}, "2020-12-29": {"type": "integer"}, "2020-12-30": {"type": "integer"}, "2020-12-31": {"type": "integer"}, "2021-01-01": {"type": "integer"}, "2021-01-02": {"type": "integer"}, "2021-01-03": {"type": "integer"}, "2021-01-04": {"type": "integer"}, "2021-01-05": {"type": "integer"}, "2021-01-06": {"type": "integer"}, "2021-01-07": {"type": "integer"}, "2021-01-08": {"type": "integer"}, "2021-01-09": {"type": "integer"}, "2021-01-10": {"type": "integer"}, "2021-01-11": {"type": "integer"}, "2021-01-12": {"type": "integer"}, "2021-01-13": {"type": "integer"}, "2021-01-14": {"type": "integer"}, "2021-01-15": {"type": "integer"}, "2021-01-16": {"type": "integer"}, "2021-01-17": {"type": "integer"}, "2021-01-18": {"type": "integer"}, "2021-01-19": {"type": "integer"}, "2021-01-20": {"type": "integer"}, "2021-01-21": {"type": "integer"}, "2021-01-22": {"type": "integer"}, "2021-01-23": {"type": "integer"}, "2021-01-24": {"type": "integer"}, "2021-01-25": {"type": "integer"}}, "required": ["2020-01-13", "2020-01-14", "2020-01-15", "2020-01-16", "2020-01-17", "2020-01-18", "2020-01-19", "2020-01-20", "2020-01-21", "2020-01-22", "2020-01-23", "2020-01-24", "2020-01-25", "2020-01-26", "2020-01-27", "2020-01-28", "2020-01-29", "2020-01-30", "2020-01-31", "2020-02-01", "2020-02-02", "2020-02-03", "2020-02-04", "2020-02-05", "2020-02-06", "2020-02-07", "2020-02-08", "2020-02-09", "2020-02-10", "2020-02-11", "2020-02-12", "2020-02-13", "2020-02-14", "2020-02-15", "2020-02-16", "2020-02-17", "2020-02-18", "2020-02-19", "2020-02-20", "2020-02-21", "2020-02-22", "2020-02-23", "2020-02-24", "2020-02-25", "2020-02-26", "2020-02-27", "2020-02-28", "2020-02-29", "2020-03-01", "2020-03-02", "2020-03-03", "2020-03-04", "2020-03-05", "2020-03-06", "2020-03-07", "2020-03-08", "2020-03-09", "2020-03-10", "2020-03-11", "2020-03-12", "2020-03-13", "2020-03-14", "2020-03-15", "2020-03-16", "2020-03-17", "2020-03-18", "2020-03-19", "2020-03-20", "2020-03-21", "2020-03-22", "2020-03-23", "2020-03-24", "2020-03-25", "2020-03-26", "2020-03-27", "2020-03-28", "2020-03-29", "2020-03-30", "2020-03-31", "2020-04-01", "2020-04-02", "2020-04-03", "2020-04-04", "2020-04-05", "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2020-04-11", "2020-04-12", "2020-04-13", "2020-04-14", "2020-04-15", "2020-04-16", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-04-21", "2020-04-22", "2020-04-23", "2020-04-24", "2020-04-25", "2020-04-26", "2020-04-27", "2020-04-28", "2020-04-29", "2020-04-30", "2020-05-01", "2020-05-02", "2020-05-03", "2020-05-04", "2020-05-05", "2020-05-06", "2020-05-07", "2020-05-08", "2020-05-09", "2020-05-10", "2020-05-11", "2020-05-12", "2020-05-13", "2020-05-14", "2020-05-15", "2020-05-16", "2020-05-17", "2020-05-18", "2020-05-19", "2020-05-20", "2020-05-21", "2020-05-22", "2020-05-23", "2020-05-24", "2020-05-25", "2020-05-26", "2020-05-27", "2020-05-28", "2020-05-29", "2020-05-30", "2020-05-31", "2020-06-01", "2020-06-02", "2020-06-03", "2020-06-04", "2020-06-05", "2020-06-06", "2020-06-07", "2020-06-08", "2020-06-09", "2020-06-10", "2020-06-11", "2020-06-12", "2020-06-13", "2020-06-14", "2020-06-15", "2020-06-16", "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17", "2020-07-18", "2020-07-19", "2020-07-20", "2020-07-21", "2020-07-22", "2020-07-23", "2020-07-24", "2020-07-25", "2020-07-26", "2020-07-27", "2020-07-28", "2020-07-29", "2020-07-30", "2020-07-31", "2020-08-01", "2020-08-02", "2020-08-03", "2020-08-04", "2020-08-05", "2020-08-06", "2020-08-07", "2020-08-08", "2020-08-09", "2020-08-10", "2020-08-11", "2020-08-12", "2020-08-13", "2020-08-14", "2020-08-15", "2020-08-16", "2020-08-17", "2020-08-18", "2020-08-19", "2020-08-20", "2020-08-21", "2020-08-22", "2020-08-23", "2020-08-24", "2020-08-25", "2020-08-26", "2020-08-27", "2020-08-28", "2020-08-29", "2020-08-30", "2020-08-31", "2020-09-01", "2020-09-02", "2020-09-03", "2020-09-04", "2020-09-05", "2020-09-06", "2020-09-07", "2020-09-08", "2020-09-09", "2020-09-10", "2020-09-11", "2020-09-12", "2020-09-13", "2020-09-14", "2020-09-15", "2020-09-16", "2020-09-17", "2020-09-18", "2020-09-19", "2020-09-20", "2020-09-21", "2020-09-22", "2020-09-23", "2020-09-24", "2020-09-25", "2020-09-26", "2020-09-27", "2020-09-28", "2020-09-29", "2020-09-30", "2020-10-01", "2020-10-02", "2020-10-03", "2020-10-04", "2020-10-05", "2020-10-06", "2020-10-07", "2020-10-08", "2020-10-09", "2020-10-10", "2020-10-11", "2020-10-12", "2020-10-13", "2020-10-14", "2020-10-15", "2020-10-16", "2020-10-17", "2020-10-18", "2020-10-19", "2020-10-20", "2020-10-21", "2020-10-22", "2020-10-23", "2020-10-24", "2020-10-25", "2020-10-26", "2020-10-27", "2020-10-28", "2020-10-29", "2020-10-30", "2020-10-31", "2020-11-01", "2020-11-02", "2020-11-03", "2020-11-04", "2020-11-05", "2020-11-06", "2020-11-07", "2020-11-08", "2020-11-09", "2020-11-10", "2020-11-11", "2020-11-12", "2020-11-13", "2020-11-14", "2020-11-15", "2020-11-16", "2020-11-17", "2020-11-18", "2020-11-19", "2020-11-20", "2020-11-21", "2020-11-22", "2020-11-23", "2020-11-24", "2020-11-25", "2020-11-26", "2020-11-27", "2020-11-28", "2020-11-29", "2020-11-30", "2020-12-01", "2020-12-02", "2020-12-03", "2020-12-04", "2020-12-05", "2020-12-06", "2020-12-07", "2020-12-08", "2020-12-09", "2020-12-10", "2020-12-11", "2020-12-12", "2020-12-13", "2020-12-14", "2020-12-15", "2020-12-16", "2020-12-17", "2020-12-18", "2020-12-19", "2020-12-20", "2020-12-21", "2020-12-22", "2020-12-23", "2020-12-24", "2020-12-25", "2020-12-26", "2020-12-27", "2020-12-28", "2020-12-29", "2020-12-30", "2020-12-31", "2021-01-01", "2021-01-02", "2021-01-03", "2021-01-04", "2021-01-05", "2021-01-06", "2021-01-07", "2021-01-08", "2021-01-09", "2021-01-10", "2021-01-11", "2021-01-12", "2021-01-13", "2021-01-14", "2021-01-15", "2021-01-16", "2021-01-17", "2021-01-18", "2021-01-19", "2021-01-20", "2021-01-21", "2021-01-22", "2021-01-23", "2021-01-24", "2021-01-25"]}}, "required": ["COVID case numbers and death numbers from the New York Times COVID-19 repository. COVID test numbers from the COVID Tracking Project"]}
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-22": 0, "2020-01-23": 0, "2020-01-24": 0, "2020-01-25": 0, "2020-01-26": 0, "2020-01-27": 0, "2020-01-28": 0, "2020-01-29": 0, "2020-01-30": 0, "2020-01-31": 0, "2020-02-01": 0, "2020-02-02": 0, "2020-02-03": 0, "2020-02-04": 0, "2020-02-05": 0, "2020-02-06": 0, "2020-02-07": 0, "2020-02-08": 0, "2020-02-09": 0, "2020-02-10": 0, "2020-02-11": 0, "2020-02-12": 0, "2020-02-13": 0, "2020-02-14": 0, "2020-02-15": 0, "2020-02-16": 0, "2020-02-17": 0, "2020-02-18": 0, "2020-02-19": 0, "2020-02-20": 0, "2020-02-21": 0, "2020-02-22": 0, "2020-02-23": 0, "2020-02-24": 0, "2020-02-25": 0, "2020-02-26": 1, "2020-02-27": 1, "2020-02-28": 1, "2020-02-29": 5, "2020-03-01": 14, "2020-03-02": 41, "2020-03-03": 76, "2020-03-04": 126, "2020-03-05": 339, "2020-03-06": 638, "2020-03-07": 751, "2020-03-08": 895, "2020-03-09": 1161, "2020-03-10": 1565, "2020-03-11": 2134, "2020-03-12": 2830, "2020-03-13": 3624, "2020-03-14": 4548, "2020-03-15": 5506, "2020-03-16": 8311, "2020-03-17": 10717, "2020-03-18": 13586, "2020-03-19": 17189, "2020-03-20": 21430, "2020-03-21": 27687, "2020-03-22": 32846, "2020-03-23": 38058, "2020-03-24": 45926, "2020-03-25": 55117, "2020-03-26": 64929, "2020-03-27": 74213, "2020-03-28": 84674, "2020-03-29": 91008, "2020-03-30": 98290, "2020-03-31": 103770, "2020-04-01": 107307, "2020-04-02": 110828, "2020-04-03": 115742, "2020-04-04": 130930, "2020-04-05": 134711, "2020-04-06": 139676, "2020-04-07": 146199, "2020-04-08": 151767, "2020-04-09": 158903, "2020-04-10": 161180, "2020-04-11": 148919, "2020-04-12": 152311, "2020-04-13": 149764, "2020-04-14": 148180, "2020-04-15": 146762, "2020-04-16": 146090, "2020-04-17": 146936, "2020-04-18": 147974, "2020-04-19": 150173, "2020-04-20": 152336, "2020-04-21": 153076, "2020-04-22": 179363, "2020-04-23": 183644, "2020-04-24": 194840, "2020-04-25": 211151, "2020-04-26": 217944, "2020-04-27": 223872, "2020-04-28": 233206, "2020-04-29": 220652, "2020-04-30": 226196, "2020-05-01": 234600, "2020-05-02": 230458, "2020-05-03": 235369, "2020-05-04": 241033, "2020-05-05": 248828, "2020-05-06": 253374, "2020-05-07": 263193, "2020-05-08": 263828, "2020-05-09": 273809, "2020-05-10": 278232, "2020-05-11": 297253, "2020-05-12": 304701, "2020-05-13": 312294, "2020-05-14": 320870, "2020-05-15": 329151, "2020-05-16": 336844, "2020-05-17": 352178, "2020-05-18": 349397, "2020-05-19": 362554, "2020-05-20": 377305, "2020-05-21": 387519, "2020-05-22": 399387, "2020-05-23": 407974, "2020-05-24": 410493, "2020-05-25": 421246, "2020-05-26": 405100, "2020-05-27": 388742, "2020-05-28": 389423, "2020-05-29": 398512, "2020-05-30": 399743, "2020-05-31": 400200, "2020-06-01": 399521, "2020-06-02": 418466, "2020-06-03": 444370, "2020-06-04": 448228, "2020-06-05": 451118, "2020-06-06": 462913, "2020-06-07": 468440, "2020-06-08": 465303, "2020-06-09": 462736, "2020-06-10": 457059, "2020-06-11": 454693, "2020-06-12": 467275, "2020-06-13": 467617, "2020-06-14": 472998, "2020-06-15": 479234, "2020-06-16": 487159, "2020-06-17": 496654, "2020-06-18": 506413, "2020-06-19": 507233, "2020-06-20": 516140, "2020-06-21": 517566, "2020-06-22": 524293, "2020-06-23": 527970, "2020-06-24": 533912, "2020-06-25": 557244, "2020-06-26": 561565, "2020-06-27": 571621, "2020-06-28": 587176, "2020-06-29": 598165, "2020-06-30": 622500, "2020-07-01": 639806, "2020-07-02": 641242, "2020-07-03": 656267, "2020-07-04": 654605, "2020-07-05": 659174, "2020-07-06": 654692, "2020-07-07": 653115, "2020-07-08": 654572, "2020-07-09": 653137, "2020-07-10": 663705, "2020-07-11": 678714, "2020-07-12": 696949, "2020-07-13": 718639, "2020-07-14": 737863, "2020-07-15": 755617, "2020-07-16": 779582, "2020-07-17": 781906, "2020-07-18": 782211, "2020-07-19": 779218, "2020-07-20": 780117, "2020-07-21": 774005, "2020-07-22": 771503, "2020-07-23": 762927, "2020-07-24": 774243, "2020-07-25": 777817, "2020-07-26": 787812, "2020-07-27": 792624, "2020-07-28": 796879, "2020-07-29": 799502, "2020-07-30": 799284, "2020-07-31": 769598, "2020-08-01": 760603, "2020-08-02": 748229, "2020-08-03": 741134, "2020-08-04": 732660, "2020-08-05": 718233, "2020-08-06": 711840, "2020-08-07": 718603, "2020-08-08": 717913, "2020-08-09": 718450, "2020-08-10": 724050, "2020-08-11": 731968, "2020-08-12": 703533, "2020-08-13": 713208, "2020-08-14": 724880, "2020-08-15": 730798, "2020-08-16": 727979, "2020-08-17": 719049, "2020-08-18": 704519, "2020-08-19": 733532, "2020-08-20": 715362, "2020-08-21": 703489, "2020-08-22": 702980, "2020-08-23": 691372, "2020-08-24": 697763, "2020-08-25": 695195, "2020-08-26": 685267, "2020-08-27": 694560, "2020-08-28": 694349, "2020-08-29": 695096, "2020-08-30": 711920, "2020-08-31": 707644, "2020-09-01": 709365, "2020-09-02": 709576, "2020-09-03": 705676, "2020-09-04": 729788, "2020-09-05": 735621, "2020-09-06": 724168, "2020-09-07": 711246, "2020-09-08": 686915, "2020-09-09": 678184, "2020-09-10": 662344, "2020-09-11": 636697, "2020-09-12": 642563, "2020-09-13": 639685, "2020-09-14": 665741, "2020-09-15": 692997, "2020-09-16": 702322, "2020-09-17": 725463, "2020-09-18": 740354, "2020-09-19": 754222, "2020-09-20": 780762, "2020-09-21": 768486, "2020-09-22": 774382, "2020-09-23": 798029, "2020-09-24": 798312, "2020-09-25": 808544, "2020-09-26": 806331, "2020-09-27": 790650, "2020-09-28": 811717, "2020-09-29": 817906, "2020-09-30": 805509, "2020-10-01": 810491, "2020-10-02": 819411, "2020-10-03": 810949, "2020-10-04": 827524, "2020-10-05": 836108, "2020-10-06": 833756, "2020-10-07": 845993, "2020-10-08": 868222, "2020-10-09": 873646, "2020-10-10": 894846, "2020-10-11": 895117, "2020-10-12": 897242, "2020-10-13": 919944, "2020-10-14": 901501, "2020-10-15": 897768, "2020-10-16": 895330, "2020-10-17": 899399, "2020-10-18": 894934, "2020-10-19": 918463, "2020-10-20": 906865, "2020-10-21": 922955, "2020-10-22": 932806, "2020-10-23": 948694, "2020-10-24": 947882, "2020-10-25": 970165, "2020-10-26": 966845, "2020-10-27": 974571, "2020-10-28": 991153, "2020-10-29": 1004121, "2020-10-30": 998434, "2020-10-31": 1015525, "2020-11-01": 1012690, "2020-11-02": 1024578, "2020-11-03": 1038347, "2020-11-04": 1049032, "2020-11-05": 1057754, "2020-11-06": 1067431, "2020-11-07": 1089120, "2020-11-08": 1097170, "2020-11-09": 1121053, "2020-11-10": 1134360, "2020-11-11": 1159363, "2020-11-12": 1163976, "2020-11-13": 1197751, "2020-11-14": 1206899, "2020-11-15": 1241514, "2020-11-16": 1242949, "2020-11-17": 1274915, "2020-11-18": 1289970, "2020-11-19": 1326681, "2020-11-20": 1353642, "2020-11-21": 1390687, "2020-11-22": 1414754, "2020-11-23": 1434680, "2020-11-24": 1469546, "2020-11-25": 1487373, "2020-11-26": 1426954, "2020-11-27": 1430961, "2020-11-28": 1394776, "2020-11-29": 1337728, "2020-11-30": 1328896, "2020-12-01": 1277681, "2020-12-02": 1252300, "2020-12-03": 1316777, "2020-12-04": 1300486, "2020-12-05": 1358478, "2020-12-06": 1400980, "2020-12-07": 1413213, "2020-12-08": 1456839, "2020-12-09": 1493642, "2020-12-10": 1494800, "2020-12-11": 1507412, "2020-12-12": 1456919, "2020-12-13": 1471771, "2020-12-14": 1525340, "2020-12-15": 1531629, "2020-12-16": 1526573, "2020-12-17": 1527547, "2020-12-18": 1556190, "2020-12-19": 1555908, "2020-12-20": 1558104, "2020-12-21": 1545869, "2020-12-22": 1534290, "2020-12-23": 1528853, "2020-12-24": 1526226, "2020-12-25": 1431199, "2020-12-26": 1473929, "2020-12-27": 1437879, "2020-12-28": 1373420, "2020-12-29": 1328491, "2020-12-30": 1297436, "2020-12-31": 1277922, "2021-01-01": 1272227, "2021-01-02": 1261857, "2021-01-03": 1268292, "2021-01-04": 1280175, "2021-01-05": 1323842, "2021-01-06": 1332481, "2021-01-07": 1352845, "2021-01-08": 1436122, "2021-01-09": 1436443, "2021-01-10": 1497104, "2021-01-11": 1526844, "2021-01-12": 1552647, "2021-01-13": 1582329, "2021-01-14": 1593824, "2021-01-15": 1619775, "2021-01-16": 1616318, "2021-01-17": 1602413, "2021-01-18": 1577683, "2021-01-19": 1546872, "2021-01-20": 1539120, "2021-01-21": 1522278, "2021-01-22": 1483321, "2021-01-23": 1461797, "2021-01-24": 1436158, "2021-01-25": 1441663}}
{"$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"}, "2020-01-15": {"type": "string"}, "2020-01-16": {"type": "string"}, "2020-01-17": {"type": "string"}, "2020-01-18": {"type": "string"}, "2020-01-19": {"type": "string"}, "2020-01-20": {"type": "integer"}, "2020-01-21": {"type": "integer"}, "2020-01-22": {"type": "integer"}, "2020-01-23": {"type": "integer"}, "2020-01-24": {"type": "integer"}, "2020-01-25": {"type": "integer"}, "2020-01-26": {"type": "integer"}, "2020-01-27": {"type": "integer"}, "2020-01-28": {"type": "integer"}, "2020-01-29": {"type": "integer"}, "2020-01-30": {"type": "integer"}, "2020-01-31": {"type": "integer"}, "2020-02-01": {"type": "integer"}, "2020-02-02": {"type": "integer"}, "2020-02-03": {"type": "integer"}, "2020-02-04": {"type": "integer"}, "2020-02-05": {"type": "integer"}, "2020-02-06": {"type": "integer"}, "2020-02-07": {"type": "integer"}, "2020-02-08": {"type": "integer"}, "2020-02-09": {"type": "integer"}, "2020-02-10": {"type": "integer"}, "2020-02-11": {"type": "integer"}, "2020-02-12": {"type": "integer"}, "2020-02-13": {"type": "integer"}, "2020-02-14": {"type": "integer"}, "2020-02-15": {"type": "integer"}, "2020-02-16": {"type": "integer"}, "2020-02-17": {"type": "integer"}, "2020-02-18": {"type": "integer"}, "2020-02-19": {"type": "integer"}, "2020-02-20": {"type": "integer"}, "2020-02-21": {"type": "integer"}, "2020-02-22": {"type": "integer"}, "2020-02-23": {"type": "integer"}, "2020-02-24": {"type": "integer"}, "2020-02-25": {"type": "integer"}, "2020-02-26": {"type": "integer"}, "2020-02-27": {"type": "integer"}, "2020-02-28": {"type": "integer"}, "2020-02-29": {"type": "integer"}, "2020-03-01": {"type": "integer"}, "2020-03-02": {"type": "integer"}, "2020-03-03": {"type": "integer"}, "2020-03-04": {"type": "integer"}, "2020-03-05": {"type": "integer"}, "2020-03-06": {"type": "integer"}, "2020-03-07": {"type": "integer"}, "2020-03-08": {"type": "integer"}, "2020-03-09": {"type": "integer"}, "2020-03-10": {"type": "integer"}, "2020-03-11": {"type": "integer"}, "2020-03-12": {"type": "integer"}, "2020-03-13": {"type": "integer"}, "2020-03-14": {"type": "integer"}, "2020-03-15": {"type": "integer"}, "2020-03-16": {"type": "integer"}, "2020-03-17": {"type": "integer"}, "2020-03-18": {"type": "integer"}, "2020-03-19": {"type": "integer"}, "2020-03-20": {"type": "integer"}, "2020-03-21": {"type": "integer"}, "2020-03-22": {"type": "integer"}, "2020-03-23": {"type": "integer"}, "2020-03-24": {"type": "integer"}, "2020-03-25": {"type": "integer"}, "2020-03-26": {"type": "integer"}, "2020-03-27": {"type": "integer"}, "2020-03-28": {"type": "integer"}, "2020-03-29": {"type": "integer"}, "2020-03-30": {"type": "integer"}, "2020-03-31": {"type": "integer"}, "2020-04-01": {"type": "integer"}, "2020-04-02": {"type": "integer"}, "2020-04-03": {"type": "integer"}, "2020-04-04": {"type": "integer"}, "2020-04-05": {"type": "integer"}, "2020-04-06": {"type": "integer"}, "2020-04-07": {"type": "integer"}, "2020-04-08": {"type": "integer"}, "2020-04-09": {"type": "integer"}, "2020-04-10": {"type": "integer"}, "2020-04-11": {"type": "integer"}, "2020-04-12": {"type": "integer"}, "2020-04-13": {"type": "integer"}, "2020-04-14": {"type": "integer"}, "2020-04-15": {"type": "integer"}, "2020-04-16": {"type": "integer"}, "2020-04-17": {"type": "integer"}, "2020-04-18": {"type": "integer"}, "2020-04-19": {"type": "integer"}, "2020-04-20": {"type": "integer"}, "2020-04-21": {"type": "integer"}, "2020-04-22": {"type": "integer"}, "2020-04-23": {"type": "integer"}, "2020-04-24": {"type": "integer"}, "2020-04-25": {"type": "integer"}, "2020-04-26": {"type": "integer"}, "2020-04-27": {"type": "integer"}, "2020-04-28": {"type": "integer"}, "2020-04-29": {"type": "integer"}, "2020-04-30": {"type": "integer"}, "2020-05-01": {"type": "integer"}, "2020-05-02": {"type": "integer"}, "2020-05-03": {"type": "integer"}, "2020-05-04": {"type": "integer"}, "2020-05-05": {"type": "integer"}, "2020-05-06": {"type": "integer"}, "2020-05-07": {"type": "integer"}, "2020-05-08": {"type": "integer"}, "2020-05-09": {"type": "integer"}, "2020-05-10": {"type": "integer"}, "2020-05-11": {"type": "integer"}, "2020-05-12": {"type": "integer"}, "2020-05-13": {"type": "integer"}, "2020-05-14": {"type": "integer"}, "2020-05-15": {"type": "integer"}, "2020-05-16": {"type": "integer"}, "2020-05-17": {"type": "integer"}, "2020-05-18": {"type": "integer"}, "2020-05-19": {"type": "integer"}, "2020-05-20": {"type": "integer"}, "2020-05-21": {"type": "integer"}, "2020-05-22": {"type": "integer"}, "2020-05-23": {"type": "integer"}, "2020-05-24": {"type": "integer"}, "2020-05-25": {"type": "integer"}, "2020-05-26": {"type": "integer"}, "2020-05-27": {"type": "integer"}, "2020-05-28": {"type": "integer"}, "2020-05-29": {"type": "integer"}, "2020-05-30": {"type": "integer"}, "2020-05-31": {"type": "integer"}, "2020-06-01": {"type": "integer"}, "2020-06-02": {"type": "integer"}, "2020-06-03": {"type": "integer"}, "2020-06-04": {"type": "integer"}, "2020-06-05": {"type": "integer"}, "2020-06-06": {"type": "integer"}, "2020-06-07": {"type": "integer"}, "2020-06-08": {"type": "integer"}, "2020-06-09": {"type": "integer"}, "2020-06-10": {"type": "integer"}, "2020-06-11": {"type": "integer"}, "2020-06-12": {"type": "integer"}, "2020-06-13": {"type": "integer"}, "2020-06-14": {"type": "integer"}, "2020-06-15": {"type": "integer"}, "2020-06-16": {"type": "integer"}, "2020-06-17": {"type": "integer"}, "2020-06-18": {"type": "integer"}, "2020-06-19": {"type": "integer"}, "2020-06-20": {"type": "integer"}, "2020-06-21": {"type": "integer"}, "2020-06-22": {"type": "integer"}, "2020-06-23": {"type": "integer"}, "2020-06-24": {"type": "integer"}, "2020-06-25": {"type": "integer"}, "2020-06-26": {"type": "integer"}, "2020-06-27": {"type": "integer"}, "2020-06-28": {"type": "integer"}, "2020-06-29": {"type": "integer"}, "2020-06-30": {"type": "integer"}, "2020-07-01": {"type": "integer"}, "2020-07-02": {"type": "integer"}, "2020-07-03": {"type": "integer"}, "2020-07-04": {"type": "integer"}, "2020-07-05": {"type": "integer"}, "2020-07-06": {"type": "integer"}, "2020-07-07": {"type": "integer"}, "2020-07-08": {"type": "integer"}, "2020-07-09": {"type": "integer"}, "2020-07-10": {"type": "integer"}, "2020-07-11": {"type": "integer"}, "2020-07-12": {"type": "integer"}, "2020-07-13": {"type": "integer"}, "2020-07-14": {"type": "integer"}, "2020-07-15": {"type": "integer"}, "2020-07-16": {"type": "integer"}, "2020-07-17": {"type": "integer"}, "2020-07-18": {"type": "integer"}, "2020-07-19": {"type": "integer"}, "2020-07-20": {"type": "integer"}, "2020-07-21": {"type": "integer"}, "2020-07-22": {"type": "integer"}, "2020-07-23": {"type": "integer"}, "2020-07-24": {"type": "integer"}, "2020-07-25": {"type": "integer"}, "2020-07-26": {"type": "integer"}, "2020-07-27": {"type": "integer"}, "2020-07-28": {"type": "integer"}, "2020-07-29": {"type": "integer"}, "2020-07-30": {"type": "integer"}, "2020-07-31": {"type": "integer"}, "2020-08-01": {"type": "integer"}, "2020-08-02": {"type": "integer"}, "2020-08-03": {"type": "integer"}, "2020-08-04": {"type": "integer"}, "2020-08-05": {"type": "integer"}, "2020-08-06": {"type": "integer"}, "2020-08-07": {"type": "integer"}, "2020-08-08": {"type": "integer"}, "2020-08-09": {"type": "integer"}, "2020-08-10": {"type": "integer"}, "2020-08-11": {"type": "integer"}, "2020-08-12": {"type": "integer"}, "2020-08-13": {"type": "integer"}, "2020-08-14": {"type": "integer"}, "2020-08-15": {"type": "integer"}, "2020-08-16": {"type": "integer"}, "2020-08-17": {"type": "integer"}, "2020-08-18": {"type": "integer"}, "2020-08-19": {"type": "integer"}, "2020-08-20": {"type": "integer"}, "2020-08-21": {"type": "integer"}, "2020-08-22": {"type": "integer"}, "2020-08-23": {"type": "integer"}, "2020-08-24": {"type": "integer"}, "2020-08-25": {"type": "integer"}, "2020-08-26": {"type": "integer"}, "2020-08-27": {"type": "integer"}, "2020-08-28": {"type": "integer"}, "2020-08-29": {"type": "integer"}, "2020-08-30": {"type": "integer"}, "2020-08-31": {"type": "integer"}, "2020-09-01": {"type": "integer"}, "2020-09-02": {"type": "integer"}, "2020-09-03": {"type": "integer"}, "2020-09-04": {"type": "integer"}, "2020-09-05": {"type": "integer"}, "2020-09-06": {"type": "integer"}, "2020-09-07": {"type": "integer"}, "2020-09-08": {"type": "integer"}, "2020-09-09": {"type": "integer"}, "2020-09-10": {"type": "integer"}, "2020-09-11": {"type": "integer"}, "2020-09-12": {"type": "integer"}, "2020-09-13": {"type": "integer"}, "2020-09-14": {"type": "integer"}, "2020-09-15": {"type": "integer"}, "2020-09-16": {"type": "integer"}, "2020-09-17": {"type": "integer"}, "2020-09-18": {"type": "integer"}, "2020-09-19": {"type": "integer"}, "2020-09-20": {"type": "integer"}, "2020-09-21": {"type": "integer"}, "2020-09-22": {"type": "integer"}, "2020-09-23": {"type": "integer"}, "2020-09-24": {"type": "integer"}, "2020-09-25": {"type": "integer"}, "2020-09-26": {"type": "integer"}, "2020-09-27": {"type": "integer"}, "2020-09-28": {"type": "integer"}, "2020-09-29": {"type": "integer"}, "2020-09-30": {"type": "integer"}, "2020-10-01": {"type": "integer"}, "2020-10-02": {"type": "integer"}, "2020-10-03": {"type": "integer"}, "2020-10-04": {"type": "integer"}, "2020-10-05": {"type": "integer"}, "2020-10-06": {"type": "integer"}, "2020-10-07": {"type": "integer"}, "2020-10-08": {"type": "integer"}, "2020-10-09": {"type": "integer"}, "2020-10-10": {"type": "integer"}, "2020-10-11": {"type": "integer"}, "2020-10-12": {"type": "integer"}, "2020-10-13": {"type": "integer"}, "2020-10-14": {"type": "integer"}, "2020-10-15": {"type": "integer"}, "2020-10-16": {"type": "integer"}, "2020-10-17": {"type": "integer"}, "2020-10-18": {"type": "integer"}, "2020-10-19": {"type": "integer"}, "2020-10-20": {"type": "integer"}, "2020-10-21": {"type": "integer"}, "2020-10-22": {"type": "integer"}, "2020-10-23": {"type": "integer"}, "2020-10-24": {"type": "integer"}, "2020-10-25": {"type": "integer"}, "2020-10-26": {"type": "integer"}, "2020-10-27": {"type": "integer"}, "2020-10-28": {"type": "integer"}, "2020-10-29": {"type": "integer"}, "2020-10-30": {"type": "integer"}, "2020-10-31": {"type": "integer"}, "2020-11-01": {"type": "integer"}, "2020-11-02": {"type": "integer"}, "2020-11-03": {"type": "integer"}, "2020-11-04": {"type": "integer"}, "2020-11-05": {"type": "integer"}, "2020-11-06": {"type": "integer"}, "2020-11-07": {"type": "integer"}, "2020-11-08": {"type": "integer"}, "2020-11-09": {"type": "integer"}, "2020-11-10": {"type": "integer"}, "2020-11-11": {"type": "integer"}, "2020-11-12": {"type": "integer"}, "2020-11-13": {"type": "integer"}, "2020-11-14": {"type": "integer"}, "2020-11-15": {"type": "integer"}, "2020-11-16": {"type": "integer"}, "2020-11-17": {"type": "integer"}, "2020-11-18": {"type": "integer"}, "2020-11-19": {"type": "integer"}, "2020-11-20": {"type": "integer"}, "2020-11-21": {"type": "integer"}, "2020-11-22": {"type": "integer"}, "2020-11-23": {"type": "integer"}, "2020-11-24": {"type": "integer"}, "2020-11-25": {"type": "integer"}, "2020-11-26": {"type": "integer"}, "2020-11-27": {"type": "integer"}, "2020-11-28": {"type": "integer"}, "2020-11-29": {"type": "integer"}, "2020-11-30": {"type": "integer"}, "2020-12-01": {"type": "integer"}, "2020-12-02": {"type": "integer"}, "2020-12-03": {"type": "integer"}, "2020-12-04": {"type": "integer"}, "2020-12-05": {"type": "integer"}, "2020-12-06": {"type": "integer"}, "2020-12-07": {"type": "integer"}, "2020-12-08": {"type": "integer"}, "2020-12-09": {"type": "integer"}, "2020-12-10": {"type": "integer"}, "2020-12-11": {"type": "integer"}, "2020-12-12": {"type": "integer"}, "2020-12-13": {"type": "integer"}, "2020-12-14": {"type": "integer"}, "2020-12-15": {"type": "integer"}, "2020-12-16": {"type": "integer"}, "2020-12-17": {"type": "integer"}, "2020-12-18": {"type": "integer"}, "2020-12-19": {"type": "integer"}, "2020-12-20": {"type": "integer"}, "2020-12-21": {"type": "integer"}, "2020-12-22": {"type": "integer"}, "2020-12-23": {"type": "integer"}, "2020-12-24": {"type": "integer"}, "2020-12-25": {"type": "integer"}, "2020-12-26": {"type": "integer"}, "2020-12-27": {"type": "integer"}, "2020-12-28": {"type": "integer"}, "2020-12-29": {"type": "integer"}, "2020-12-30": {"type": "integer"}, "2020-12-31": {"type": "integer"}, "2021-01-01": {"type": "integer"}, "2021-01-02": {"type": "integer"}, "2021-01-03": {"type": "integer"}, "2021-01-04": {"type": "integer"}, "2021-01-05": {"type": "integer"}, "2021-01-06": {"type": "integer"}, "2021-01-07": {"type": "integer"}, "2021-01-08": {"type": "integer"}, "2021-01-09": {"type": "integer"}, "2021-01-10": {"type": "integer"}, "2021-01-11": {"type": "integer"}, "2021-01-12": {"type": "integer"}, "2021-01-13": {"type": "integer"}, "2021-01-14": {"type": "integer"}, "2021-01-15": {"type": "integer"}, "2021-01-16": {"type": "integer"}, "2021-01-17": {"type": "integer"}, "2021-01-18": {"type": "integer"}, "2021-01-19": {"type": "integer"}, "2021-01-20": {"type": "integer"}, "2021-01-21": {"type": "integer"}, "2021-01-22": {"type": "integer"}, "2021-01-23": {"type": "integer"}, "2021-01-24": {"type": "integer"}, "2021-01-25": {"type": "integer"}}, "required": ["2020-01-13", "2020-01-14", "2020-01-15", "2020-01-16", "2020-01-17", "2020-01-18", "2020-01-19", "2020-01-20", "2020-01-21", "2020-01-22", "2020-01-23", "2020-01-24", "2020-01-25", "2020-01-26", "2020-01-27", "2020-01-28", "2020-01-29", "2020-01-30", "2020-01-31", "2020-02-01", "2020-02-02", "2020-02-03", "2020-02-04", "2020-02-05", "2020-02-06", "2020-02-07", "2020-02-08", "2020-02-09", "2020-02-10", "2020-02-11", "2020-02-12", "2020-02-13", "2020-02-14", "2020-02-15", "2020-02-16", "2020-02-17", "2020-02-18", "2020-02-19", "2020-02-20", "2020-02-21", "2020-02-22", "2020-02-23", "2020-02-24", "2020-02-25", "2020-02-26", "2020-02-27", "2020-02-28", "2020-02-29", "2020-03-01", "2020-03-02", "2020-03-03", "2020-03-04", "2020-03-05", "2020-03-06", "2020-03-07", "2020-03-08", "2020-03-09", "2020-03-10", "2020-03-11", "2020-03-12", "2020-03-13", "2020-03-14", "2020-03-15", "2020-03-16", "2020-03-17", "2020-03-18", "2020-03-19", "2020-03-20", "2020-03-21", "2020-03-22", "2020-03-23", "2020-03-24", "2020-03-25", "2020-03-26", "2020-03-27", "2020-03-28", "2020-03-29", "2020-03-30", "2020-03-31", "2020-04-01", "2020-04-02", "2020-04-03", "2020-04-04", "2020-04-05", "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2020-04-11", "2020-04-12", "2020-04-13", "2020-04-14", "2020-04-15", "2020-04-16", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-04-21", "2020-04-22", "2020-04-23", "2020-04-24", "2020-04-25", "2020-04-26", "2020-04-27", "2020-04-28", "2020-04-29", "2020-04-30", "2020-05-01", "2020-05-02", "2020-05-03", "2020-05-04", "2020-05-05", "2020-05-06", "2020-05-07", "2020-05-08", "2020-05-09", "2020-05-10", "2020-05-11", "2020-05-12", "2020-05-13", "2020-05-14", "2020-05-15", "2020-05-16", "2020-05-17", "2020-05-18", "2020-05-19", "2020-05-20", "2020-05-21", "2020-05-22", "2020-05-23", "2020-05-24", "2020-05-25", "2020-05-26", "2020-05-27", "2020-05-28", "2020-05-29", "2020-05-30", "2020-05-31", "2020-06-01", "2020-06-02", "2020-06-03", "2020-06-04", "2020-06-05", "2020-06-06", "2020-06-07", "2020-06-08", "2020-06-09", "2020-06-10", "2020-06-11", "2020-06-12", "2020-06-13", "2020-06-14", "2020-06-15", "2020-06-16", "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17", "2020-07-18", "2020-07-19", "2020-07-20", "2020-07-21", "2020-07-22", "2020-07-23", "2020-07-24", "2020-07-25", "2020-07-26", "2020-07-27", "2020-07-28", "2020-07-29", "2020-07-30", "2020-07-31", "2020-08-01", "2020-08-02", "2020-08-03", "2020-08-04", "2020-08-05", "2020-08-06", "2020-08-07", "2020-08-08", "2020-08-09", "2020-08-10", "2020-08-11", "2020-08-12", "2020-08-13", "2020-08-14", "2020-08-15", "2020-08-16", "2020-08-17", "2020-08-18", "2020-08-19", "2020-08-20", "2020-08-21", "2020-08-22", "2020-08-23", "2020-08-24", "2020-08-25", "2020-08-26", "2020-08-27", "2020-08-28", "2020-08-29", "2020-08-30", "2020-08-31", "2020-09-01", "2020-09-02", "2020-09-03", "2020-09-04", "2020-09-05", "2020-09-06", "2020-09-07", "2020-09-08", "2020-09-09", "2020-09-10", "2020-09-11", "2020-09-12", "2020-09-13", "2020-09-14", "2020-09-15", "2020-09-16", "2020-09-17", "2020-09-18", "2020-09-19", "2020-09-20", "2020-09-21", "2020-09-22", "2020-09-23", "2020-09-24", "2020-09-25", "2020-09-26", "2020-09-27", "2020-09-28", "2020-09-29", "2020-09-30", "2020-10-01", "2020-10-02", "2020-10-03", "2020-10-04", "2020-10-05", "2020-10-06", "2020-10-07", "2020-10-08", "2020-10-09", "2020-10-10", "2020-10-11", "2020-10-12", "2020-10-13", "2020-10-14", "2020-10-15", "2020-10-16", "2020-10-17", "2020-10-18", "2020-10-19", "2020-10-20", "2020-10-21", "2020-10-22", "2020-10-23", "2020-10-24", "2020-10-25", "2020-10-26", "2020-10-27", "2020-10-28", "2020-10-29", "2020-10-30", "2020-10-31", "2020-11-01", "2020-11-02", "2020-11-03", "2020-11-04", "2020-11-05", "2020-11-06", "2020-11-07", "2020-11-08", "2020-11-09", "2020-11-10", "2020-11-11", "2020-11-12", "2020-11-13", "2020-11-14", "2020-11-15", "2020-11-16", "2020-11-17", "2020-11-18", "2020-11-19", "2020-11-20", "2020-11-21", "2020-11-22", "2020-11-23", "2020-11-24", "2020-11-25", "2020-11-26", "2020-11-27", "2020-11-28", "2020-11-29", "2020-11-30", "2020-12-01", "2020-12-02", "2020-12-03", "2020-12-04", "2020-12-05", "2020-12-06", "2020-12-07", "2020-12-08", "2020-12-09", "2020-12-10", "2020-12-11", "2020-12-12", "2020-12-13", "2020-12-14", "2020-12-15", "2020-12-16", "2020-12-17", "2020-12-18", "2020-12-19", "2020-12-20", "2020-12-21", "2020-12-22", "2020-12-23", "2020-12-24", "2020-12-25", "2020-12-26", "2020-12-27", "2020-12-28", "2020-12-29", "2020-12-30", "2020-12-31", "2021-01-01", "2021-01-02", "2021-01-03", "2021-01-04", "2021-01-05", "2021-01-06", "2021-01-07", "2021-01-08", "2021-01-09", "2021-01-10", "2021-01-11", "2021-01-12", "2021-01-13", "2021-01-14", "2021-01-15", "2021-01-16", "2021-01-17", "2021-01-18", "2021-01-19", "2021-01-20", "2021-01-21", "2021-01-22", "2021-01-23", "2021-01-24", "2021-01-25"]}}, "required": ["COVID case numbers and death numbers from the New York Times COVID-19 repository. COVID test numbers from the COVID Tracking Project"]}
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-22": 2040082, "2020-02-29": 2083405, "2020-03-07": 2035913, "2020-03-14": 1957946, "2020-03-21": 2058942, "2020-03-28": 3396843, "2020-04-04": 8170510, "2020-04-11": 12447674, "2020-04-18": 16414193, "2020-04-25": 18876116, "2020-05-02": 25347306, "2020-05-09": 27243010, "2020-05-16": 31266980, "2020-05-23": 30047092, "2020-05-30": 29356488, "2020-06-06": 29441320, "2020-06-13": 30477236, "2020-06-20": 31100138, "2020-06-27": 31806294, "2020-07-04": 29020864, "2020-07-11": 31144780, "2020-07-18": 30054394, "2020-07-25": 30532156, "2020-08-01": 27673030, "2020-08-08": 27370252, "2020-08-15": 26295784, "2020-08-22": 28647660, "2020-08-29": 29365832, "2020-09-05": 29179868, "2020-09-12": 25273808, "2020-09-19": 26071346, "2020-09-26": 23402396, "2020-10-03": 23650000, "2020-10-10": 22401092, "2020-10-17": 22107612, "2020-10-24": 20455268, "2020-10-31": 20113548, "2020-11-07": 19212772, "2020-11-14": 19418504, "2020-11-21": 19038056, "2020-11-28": 18009260, "2020-12-05": 19479944, "2020-12-12": 19175072, "2020-12-19": 18240628, "2020-12-26": 17678526, "2021-01-02": 16668804, "2021-01-09": "NA"}}
{"$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": "integer"}, "2020-01-18": {"type": "integer"}, "2020-01-25": {"type": "integer"}, "2020-02-01": {"type": "integer"}, "2020-02-08": {"type": "integer"}, "2020-02-15": {"type": "integer"}, "2020-02-22": {"type": "integer"}, "2020-02-29": {"type": "integer"}, "2020-03-07": {"type": "integer"}, "2020-03-14": {"type": "integer"}, "2020-03-21": {"type": "integer"}, "2020-03-28": {"type": "integer"}, "2020-04-04": {"type": "integer"}, "2020-04-11": {"type": "integer"}, "2020-04-18": {"type": "integer"}, "2020-04-25": {"type": "integer"}, "2020-05-02": {"type": "integer"}, "2020-05-09": {"type": "integer"}, "2020-05-16": {"type": "integer"}, "2020-05-23": {"type": "integer"}, "2020-05-30": {"type": "integer"}, "2020-06-06": {"type": "integer"}, "2020-06-13": {"type": "integer"}, "2020-06-20": {"type": "integer"}, "2020-06-27": {"type": "integer"}, "2020-07-04": {"type": "integer"}, "2020-07-11": {"type": "integer"}, "2020-07-18": {"type": "integer"}, "2020-07-25": {"type": "integer"}, "2020-08-01": {"type": "integer"}, "2020-08-08": {"type": "integer"}, "2020-08-15": {"type": "integer"}, "2020-08-22": {"type": "integer"}, "2020-08-29": {"type": "integer"}, "2020-09-05": {"type": "integer"}, "2020-09-12": {"type": "integer"}, "2020-09-19": {"type": "integer"}, "2020-09-26": {"type": "integer"}, "2020-10-03": {"type": "integer"}, "2020-10-10": {"type": "integer"}, "2020-10-17": {"type": "integer"}, "2020-10-24": {"type": "integer"}, "2020-10-31": {"type": "integer"}, "2020-11-07": {"type": "integer"}, "2020-11-14": {"type": "integer"}, "2020-11-21": {"type": "integer"}, "2020-11-28": {"type": "integer"}, "2020-12-05": {"type": "integer"}, "2020-12-12": {"type": "integer"}, "2020-12-19": {"type": "integer"}, "2020-12-26": {"type": "integer"}, "2021-01-02": {"type": "integer"}, "2021-01-09": {"type": "string"}}, "required": ["2020-01-04", "2020-01-11", "2020-01-18", "2020-01-25", "2020-02-01", "2020-02-08", "2020-02-15", "2020-02-22", "2020-02-29", "2020-03-07", "2020-03-14", "2020-03-21", "2020-03-28", "2020-04-04", "2020-04-11", "2020-04-18", "2020-04-25", "2020-05-02", "2020-05-09", "2020-05-16", "2020-05-23", "2020-05-30", "2020-06-06", "2020-06-13", "2020-06-20", "2020-06-27", "2020-07-04", "2020-07-11", "2020-07-18", "2020-07-25", "2020-08-01", "2020-08-08", "2020-08-15", "2020-08-22", "2020-08-29", "2020-09-05", "2020-09-12", "2020-09-19", "2020-09-26", "2020-10-03", "2020-10-10", "2020-10-17", "2020-10-24", "2020-10-31", "2020-11-07", "2020-11-14", "2020-11-21", "2020-11-28", "2020-12-05", "2020-12-12", "2020-12-19", "2020-12-26", "2021-01-02", "2021-01-09"]}}, "required": ["Unemployment insurance claims data from the Department of Labor (national and state-level) and numerous individual state agencies (county-level)"]}
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": 0.0142, "2020-01-25": 0.0146, "2020-01-26": 0.0149, "2020-01-27": 0.0152, "2020-01-28": 0.0154, "2020-01-29": 0.0156, "2020-01-30": 0.0158, "2020-01-31": 0.0159, "2020-02-01": 0.0161, "2020-02-02": 0.0162, "2020-02-03": 0.0164, "2020-02-04": 0.0165, "2020-02-05": 0.0167, "2020-02-06": 0.017, "2020-02-07": 0.0172, "2020-02-08": 0.0174, "2020-02-09": 0.0177, "2020-02-10": 0.0179, "2020-02-11": 0.0183, "2020-02-12": 0.0186, "2020-02-13": 0.0189, "2020-02-14": 0.0192, "2020-02-15": 0.0195, "2020-02-16": 0.0199, "2020-02-17": 0.0202, "2020-02-18": 0.0205, "2020-02-19": 0.0208, "2020-02-20": 0.0212, "2020-02-21": 0.0215, "2020-02-22": 0.0218, "2020-02-23": 0.022, "2020-02-24": 0.0222, "2020-02-25": 0.0224, "2020-02-26": 0.0225, "2020-02-27": 0.0226, "2020-02-28": 0.0226, "2020-02-29": 0.0226, "2020-03-01": 0.0226, "2020-03-02": 0.0226, "2020-03-03": 0.0225, "2020-03-04": 0.0224, "2020-03-05": 0.0222, "2020-03-06": 0.0219, "2020-03-07": 0.0215, "2020-03-08": 0.021, "2020-03-09": 0.0202, "2020-03-10": 0.0192, "2020-03-11": 0.0179, "2020-03-12": 0.0162, "2020-03-13": 0.0139, "2020-03-14": 0.011, "2020-03-15": 0.00746, "2020-03-16": 0.00317, "2020-03-17": -0.00188, "2020-03-18": -0.00773, "2020-03-19": -0.0144, "2020-03-20": -0.022, "2020-03-21": -0.0304, "2020-03-22": -0.0396, "2020-03-23": -0.0495, "2020-03-24": -0.0599, "2020-03-25": -0.0708, "2020-03-26": -0.0819, "2020-03-27": -0.0934, "2020-03-28": -0.105, "2020-03-29": -0.116, "2020-03-30": -0.128, "2020-03-31": -0.139, "2020-04-01": -0.15, "2020-04-02": -0.16, "2020-04-03": -0.17, "2020-04-04": -0.179, "2020-04-05": -0.188, "2020-04-06": -0.195, "2020-04-07": -0.202, "2020-04-08": -0.209, "2020-04-09": -0.215, "2020-04-10": -0.22, "2020-04-11": -0.225, "2020-04-12": -0.228, "2020-04-13": -0.232, "2020-04-14": -0.234, "2020-04-15": -0.236, "2020-04-16": -0.237, "2020-04-17": -0.238, "2020-04-18": -0.239, "2020-04-19": -0.239, "2020-04-20": -0.239, "2020-04-21": -0.239, "2020-04-22": -0.239, "2020-04-23": -0.238, "2020-04-24": -0.237, "2020-04-25": -0.236, "2020-04-26": -0.234, "2020-04-27": -0.232, "2020-04-28": -0.231, "2020-04-29": -0.229, "2020-04-30": -0.227, "2020-05-01": -0.224, "2020-05-02": -0.222, "2020-05-03": -0.219, "2020-05-04": -0.216, "2020-05-05": -0.213, "2020-05-06": -0.21, "2020-05-07": -0.207, "2020-05-08": -0.204, "2020-05-09": -0.2, "2020-05-10": -0.197, "2020-05-11": -0.193, "2020-05-12": -0.19, "2020-05-13": -0.186, "2020-05-14": -0.183, "2020-05-15": -0.179, "2020-05-16": -0.176, "2020-05-17": -0.172, "2020-05-18": -0.169, "2020-05-19": -0.166, "2020-05-20": -0.162, "2020-05-21": -0.159, "2020-05-22": -0.156, "2020-05-23": -0.153, "2020-05-24": -0.15, "2020-05-25": -0.147, "2020-05-26": -0.144, "2020-05-27": -0.141, "2020-05-28": -0.139, "2020-05-29": -0.136, "2020-05-30": -0.134, "2020-05-31": -0.131, "2020-06-01": -0.129, "2020-06-02": -0.127, "2020-06-03": -0.125, "2020-06-04": -0.123, "2020-06-05": -0.121, "2020-06-06": -0.119, "2020-06-07": -0.118, "2020-06-08": -0.116, "2020-06-09": -0.114, "2020-06-10": -0.113, "2020-06-11": -0.111, "2020-06-12": -0.109, "2020-06-13": -0.108, "2020-06-14": -0.106, "2020-06-15": -0.105, "2020-06-16": -0.104, "2020-06-17": -0.102, "2020-06-18": -0.101, "2020-06-19": -0.1, "2020-06-20": -0.0989, "2020-06-21": -0.0979, "2020-06-22": -0.097, "2020-06-23": -0.0961, "2020-06-24": -0.0953, "2020-06-25": -0.0945, "2020-06-26": -0.0938, "2020-06-27": -0.0931, "2020-06-28": -0.0925, "2020-06-29": -0.0919, "2020-06-30": -0.0914, "2020-07-01": -0.0908, "2020-07-02": -0.0904, "2020-07-03": -0.0899, "2020-07-04": -0.0895, "2020-07-05": -0.0891, "2020-07-06": -0.0888, "2020-07-07": -0.0885, "2020-07-08": -0.0882, "2020-07-09": -0.0879, "2020-07-10": -0.0877, "2020-07-11": -0.0874, "2020-07-12": -0.0873, "2020-07-13": -0.0871, "2020-07-14": -0.0869, "2020-07-15": -0.0867, "2020-07-16": -0.0865, "2020-07-17": -0.0863, "2020-07-18": -0.0861, "2020-07-19": -0.0858, "2020-07-20": -0.0855, "2020-07-21": -0.0851, "2020-07-22": -0.0848, "2020-07-23": -0.0845, "2020-07-24": -0.0842, "2020-07-25": -0.0839, "2020-07-26": -0.0835, "2020-07-27": -0.0832, "2020-07-28": -0.0829, "2020-07-29": -0.0826, "2020-07-30": -0.0823, "2020-07-31": -0.082, "2020-08-01": -0.0817, "2020-08-02": -0.0814, "2020-08-03": -0.0811, "2020-08-04": -0.0807, "2020-08-05": -0.0804, "2020-08-06": -0.08, "2020-08-07": -0.0797, "2020-08-08": -0.0793, "2020-08-09": -0.0789, "2020-08-10": -0.0786, "2020-08-11": -0.0782, "2020-08-12": -0.0779, "2020-08-13": -0.0776, "2020-08-14": -0.0773, "2020-08-15": -0.077, "2020-08-16": -0.0767, "2020-08-17": -0.0763, "2020-08-18": -0.076, "2020-08-19": -0.0757, "2020-08-20": -0.0754, "2020-08-21": -0.0751, "2020-08-22": -0.0748, "2020-08-23": -0.0746, "2020-08-24": -0.0743, "2020-08-25": -0.074, "2020-08-26": -0.0737, "2020-08-27": -0.0735, "2020-08-28": -0.0733, "2020-08-29": -0.0731, "2020-08-30": -0.0729, "2020-08-31": -0.0728, "2020-09-01": -0.0727, "2020-09-02": -0.0726, "2020-09-03": -0.0727, "2020-09-04": -0.0728, "2020-09-05": -0.0729, "2020-09-06": -0.0731, "2020-09-07": -0.0732, "2020-09-08": -0.0734, "2020-09-09": -0.0734, "2020-09-10": -0.0734, "2020-09-11": -0.0732, "2020-09-12": -0.0729, "2020-09-13": -0.0725, "2020-09-14": -0.072, "2020-09-15": -0.0714, "2020-09-16": -0.0706, "2020-09-17": -0.0698, "2020-09-18": -0.0689, "2020-09-19": -0.0679, "2020-09-20": -0.0669, "2020-09-21": -0.0659, "2020-09-22": -0.0651, "2020-09-23": -0.0642, "2020-09-24": -0.0636, "2020-09-25": -0.0631, "2020-09-26": -0.0627, "2020-09-27": -0.0624, "2020-09-28": -0.0623, "2020-09-29": -0.0621, "2020-09-30": -0.0621, "2020-10-01": -0.062, "2020-10-02": -0.0619, "2020-10-03": -0.0618, "2020-10-04": -0.0617, "2020-10-05": -0.0615, "2020-10-06": -0.0613, "2020-10-07": -0.0611, "2020-10-08": -0.0609, "2020-10-09": -0.0607, "2020-10-10": -0.0606, "2020-10-11": -0.0606, "2020-10-12": -0.0606, "2020-10-13": -0.0608, "2020-10-14": -0.061, "2020-10-15": -0.0613, "2020-10-16": -0.0617, "2020-10-17": -0.0622, "2020-10-18": -0.0626, "2020-10-19": -0.0631, "2020-10-20": -0.0636, "2020-10-21": -0.0641, "2020-10-22": -0.0646, "2020-10-23": -0.0638, "2020-10-24": -0.063, "2020-10-25": -0.0623, "2020-10-26": -0.0624, "2020-10-27": -0.0625, "2020-10-28": -0.0626, "2020-10-29": -0.0627, "2020-10-30": -0.0628, "2020-10-31": -0.0629, "2020-11-01": -0.063, "2020-11-02": -0.0625, "2020-11-03": -0.0621, "2020-11-04": -0.0627, "2020-11-05": -0.0633, "2020-11-06": -0.064, "2020-11-07": -0.0647, "2020-11-08": -0.0654, "2020-11-09": -0.0666, "2020-11-10": -0.0679, "2020-11-11": -0.0679, "2020-11-12": -0.0679, "2020-11-13": -0.0678, "2020-11-14": -0.0678, "2020-11-15": -0.0678, "2020-11-16": -0.0667, "2020-11-17": -0.0655, "2020-11-18": -0.0659, "2020-11-19": -0.0664, "2020-11-20": -0.0668, "2020-11-21": -0.068, "2020-11-22": -0.0693, "2020-11-23": -0.0706, "2020-11-24": -0.0718, "2020-11-25": -0.0731, "2020-11-26": -0.0743, "2020-11-27": -0.0756, "2020-11-28": -0.0768, "2020-11-29": -0.0781, "2020-11-30": -0.0793, "2020-12-01": -0.079, "2020-12-02": -0.0788, "2020-12-03": -0.0785, "2020-12-04": -0.0782, "2020-12-05": -0.078, "2020-12-06": -0.0785, "2020-12-07": -0.0791, "2020-12-08": -0.0797, "2020-12-09": -0.0802, "2020-12-10": -0.0808, "2020-12-11": -0.0814, "2020-12-12": -0.0819, "2020-12-13": -0.0825, "2020-12-14": -0.0831, "2020-12-15": -0.0836, "2020-12-16": -0.0842, "2020-12-17": -0.0848, "2020-12-18": -0.0853, "2020-12-19": -0.0859, "2020-12-20": -0.0865}}
{"$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": "number"}, "2020-01-18": {"type": "number"}, "2020-01-19": {"type": "number"}, "2020-01-20": {"type": "number"}, "2020-01-21": {"type": "number"}, "2020-01-22": {"type": "number"}, "2020-01-23": {"type": "number"}, "2020-01-24": {"type": "number"}, "2020-01-25": {"type": "number"}, "2020-01-26": {"type": "number"}, "2020-01-27": {"type": "number"}, "2020-01-28": {"type": "number"}, "2020-01-29": {"type": "number"}, "2020-01-30": {"type": "number"}, "2020-01-31": {"type": "number"}, "2020-02-01": {"type": "number"}, "2020-02-02": {"type": "number"}, "2020-02-03": {"type": "number"}, "2020-02-04": {"type": "number"}, "2020-02-05": {"type": "number"}, "2020-02-06": {"type": "number"}, "2020-02-07": {"type": "number"}, "2020-02-08": {"type": "number"}, "2020-02-09": {"type": "number"}, "2020-02-10": {"type": "number"}, "2020-02-11": {"type": "number"}, "2020-02-12": {"type": "number"}, "2020-02-13": {"type": "number"}, "2020-02-14": {"type": "number"}, "2020-02-15": {"type": "number"}, "2020-02-16": {"type": "number"}, "2020-02-17": {"type": "number"}, "2020-02-18": {"type": "number"}, "2020-02-19": {"type": "number"}, "2020-02-20": {"type": "number"}, "2020-02-21": {"type": "number"}, "2020-02-22": {"type": "number"}, "2020-02-23": {"type": "number"}, "2020-02-24": {"type": "number"}, "2020-02-25": {"type": "number"}, "2020-02-26": {"type": "number"}, "2020-02-27": {"type": "number"}, "2020-02-28": {"type": "number"}, "2020-02-29": {"type": "number"}, "2020-03-01": {"type": "number"}, "2020-03-02": {"type": "number"}, "2020-03-03": {"type": "number"}, "2020-03-04": {"type": "number"}, "2020-03-05": {"type": "number"}, "2020-03-06": {"type": "number"}, "2020-03-07": {"type": "number"}, "2020-03-08": {"type": "number"}, "2020-03-09": {"type": "number"}, "2020-03-10": {"type": "number"}, "2020-03-11": {"type": "number"}, "2020-03-12": {"type": "number"}, "2020-03-13": {"type": "number"}, "2020-03-14": {"type": "number"}, "2020-03-15": {"type": "number"}, "2020-03-16": {"type": "number"}, "2020-03-17": {"type": "number"}, "2020-03-18": {"type": "number"}, "2020-03-19": {"type": "number"}, "2020-03-20": {"type": "number"}, "2020-03-21": {"type": "number"}, "2020-03-22": {"type": "number"}, "2020-03-23": {"type": "number"}, "2020-03-24": {"type": "number"}, "2020-03-25": {"type": "number"}, "2020-03-26": {"type": "number"}, "2020-03-27": {"type": "number"}, "2020-03-28": {"type": "number"}, "2020-03-29": {"type": "number"}, "2020-03-30": {"type": "number"}, "2020-03-31": {"type": "number"}, "2020-04-01": {"type": "number"}, "2020-04-02": {"type": "number"}, "2020-04-03": {"type": "number"}, "2020-04-04": {"type": "number"}, "2020-04-05": {"type": "number"}, "2020-04-06": {"type": "number"}, "2020-04-07": {"type": "number"}, "2020-04-08": {"type": "number"}, "2020-04-09": {"type": "number"}, "2020-04-10": {"type": "number"}, "2020-04-11": {"type": "number"}, "2020-04-12": {"type": "number"}, "2020-04-13": {"type": "number"}, "2020-04-14": {"type": "number"}, "2020-04-15": {"type": "number"}, "2020-04-16": {"type": "number"}, "2020-04-17": {"type": "number"}, "2020-04-18": {"type": "number"}, "2020-04-19": {"type": "number"}, "2020-04-20": {"type": "number"}, "2020-04-21": {"type": "number"}, "2020-04-22": {"type": "number"}, "2020-04-23": {"type": "number"}, "2020-04-24": {"type": "number"}, "2020-04-25": {"type": "number"}, "2020-04-26": {"type": "number"}, "2020-04-27": {"type": "number"}, "2020-04-28": {"type": "number"}, "2020-04-29": {"type": "number"}, "2020-04-30": {"type": "number"}, "2020-05-01": {"type": "number"}, "2020-05-02": {"type": "number"}, "2020-05-03": {"type": "number"}, "2020-05-04": {"type": "number"}, "2020-05-05": {"type": "number"}, "2020-05-06": {"type": "number"}, "2020-05-07": {"type": "number"}, "2020-05-08": {"type": "number"}, "2020-05-09": {"type": "number"}, "2020-05-10": {"type": "number"}, "2020-05-11": {"type": "number"}, "2020-05-12": {"type": "number"}, "2020-05-13": {"type": "number"}, "2020-05-14": {"type": "number"}, "2020-05-15": {"type": "number"}, "2020-05-16": {"type": "number"}, "2020-05-17": {"type": "number"}, "2020-05-18": {"type": "number"}, "2020-05-19": {"type": "number"}, "2020-05-20": {"type": "number"}, "2020-05-21": {"type": "number"}, "2020-05-22": {"type": "number"}, "2020-05-23": {"type": "number"}, "2020-05-24": {"type": "number"}, "2020-05-25": {"type": "number"}, "2020-05-26": {"type": "number"}, "2020-05-27": {"type": "number"}, "2020-05-28": {"type": "number"}, "2020-05-29": {"type": "number"}, "2020-05-30": {"type": "number"}, "2020-05-31": {"type": "number"}, "2020-06-01": {"type": "number"}, "2020-06-02": {"type": "number"}, "2020-06-03": {"type": "number"}, "2020-06-04": {"type": "number"}, "2020-06-05": {"type": "number"}, "2020-06-06": {"type": "number"}, "2020-06-07": {"type": "number"}, "2020-06-08": {"type": "number"}, "2020-06-09": {"type": "number"}, "2020-06-10": {"type": "number"}, "2020-06-11": {"type": "number"}, "2020-06-12": {"type": "number"}, "2020-06-13": {"type": "number"}, "2020-06-14": {"type": "number"}, "2020-06-15": {"type": "number"}, "2020-06-16": {"type": "number"}, "2020-06-17": {"type": "number"}, "2020-06-18": {"type": "number"}, "2020-06-19": {"type": "number"}, "2020-06-20": {"type": "number"}, "2020-06-21": {"type": "number"}, "2020-06-22": {"type": "number"}, "2020-06-23": {"type": "number"}, "2020-06-24": {"type": "number"}, "2020-06-25": {"type": "number"}, "2020-06-26": {"type": "number"}, "2020-06-27": {"type": "number"}, "2020-06-28": {"type": "number"}, "2020-06-29": {"type": "number"}, "2020-06-30": {"type": "number"}, "2020-07-01": {"type": "number"}, "2020-07-02": {"type": "number"}, "2020-07-03": {"type": "number"}, "2020-07-04": {"type": "number"}, "2020-07-05": {"type": "number"}, "2020-07-06": {"type": "number"}, "2020-07-07": {"type": "number"}, "2020-07-08": {"type": "number"}, "2020-07-09": {"type": "number"}, "2020-07-10": {"type": "number"}, "2020-07-11": {"type": "number"}, "2020-07-12": {"type": "number"}, "2020-07-13": {"type": "number"}, "2020-07-14": {"type": "number"}, "2020-07-15": {"type": "number"}, "2020-07-16": {"type": "number"}, "2020-07-17": {"type": "number"}, "2020-07-18": {"type": "number"}, "2020-07-19": {"type": "number"}, "2020-07-20": {"type": "number"}, "2020-07-21": {"type": "number"}, "2020-07-22": {"type": "number"}, "2020-07-23": {"type": "number"}, "2020-07-24": {"type": "number"}, "2020-07-25": {"type": "number"}, "2020-07-26": {"type": "number"}, "2020-07-27": {"type": "number"}, "2020-07-28": {"type": "number"}, "2020-07-29": {"type": "number"}, "2020-07-30": {"type": "number"}, "2020-07-31": {"type": "number"}, "2020-08-01": {"type": "number"}, "2020-08-02": {"type": "number"}, "2020-08-03": {"type": "number"}, "2020-08-04": {"type": "number"}, "2020-08-05": {"type": "number"}, "2020-08-06": {"type": "number"}, "2020-08-07": {"type": "number"}, "2020-08-08": {"type": "number"}, "2020-08-09": {"type": "number"}, "2020-08-10": {"type": "number"}, "2020-08-11": {"type": "number"}, "2020-08-12": {"type": "number"}, "2020-08-13": {"type": "number"}, "2020-08-14": {"type": "number"}, "2020-08-15": {"type": "number"}, "2020-08-16": {"type": "number"}, "2020-08-17": {"type": "number"}, "2020-08-18": {"type": "number"}, "2020-08-19": {"type": "number"}, "2020-08-20": {"type": "number"}, "2020-08-21": {"type": "number"}, "2020-08-22": {"type": "number"}, "2020-08-23": {"type": "number"}, "2020-08-24": {"type": "number"}, "2020-08-25": {"type": "number"}, "2020-08-26": {"type": "number"}, "2020-08-27": {"type": "number"}, "2020-08-28": {"type": "number"}, "2020-08-29": {"type": "number"}, "2020-08-30": {"type": "number"}, "2020-08-31": {"type": "number"}, "2020-09-01": {"type": "number"}, "2020-09-02": {"type": "number"}, "2020-09-03": {"type": "number"}, "2020-09-04": {"type": "number"}, "2020-09-05": {"type": "number"}, "2020-09-06": {"type": "number"}, "2020-09-07": {"type": "number"}, "2020-09-08": {"type": "number"}, "2020-09-09": {"type": "number"}, "2020-09-10": {"type": "number"}, "2020-09-11": {"type": "number"}, "2020-09-12": {"type": "number"}, "2020-09-13": {"type": "number"}, "2020-09-14": {"type": "number"}, "2020-09-15": {"type": "number"}, "2020-09-16": {"type": "number"}, "2020-09-17": {"type": "number"}, "2020-09-18": {"type": "number"}, "2020-09-19": {"type": "number"}, "2020-09-20": {"type": "number"}, "2020-09-21": {"type": "number"}, "2020-09-22": {"type": "number"}, "2020-09-23": {"type": "number"}, "2020-09-24": {"type": "number"}, "2020-09-25": {"type": "number"}, "2020-09-26": {"type": "number"}, "2020-09-27": {"type": "number"}, "2020-09-28": {"type": "number"}, "2020-09-29": {"type": "number"}, "2020-09-30": {"type": "number"}, "2020-10-01": {"type": "number"}, "2020-10-02": {"type": "number"}, "2020-10-03": {"type": "number"}, "2020-10-04": {"type": "number"}, "2020-10-05": {"type": "number"}, "2020-10-06": {"type": "number"}, "2020-10-07": {"type": "number"}, "2020-10-08": {"type": "number"}, "2020-10-09": {"type": "number"}, "2020-10-10": {"type": "number"}, "2020-10-11": {"type": "number"}, "2020-10-12": {"type": "number"}, "2020-10-13": {"type": "number"}, "2020-10-14": {"type": "number"}, "2020-10-15": {"type": "number"}, "2020-10-16": {"type": "number"}, "2020-10-17": {"type": "number"}, "2020-10-18": {"type": "number"}, "2020-10-19": {"type": "number"}, "2020-10-20": {"type": "number"}, "2020-10-21": {"type": "number"}, "2020-10-22": {"type": "number"}, "2020-10-23": {"type": "number"}, "2020-10-24": {"type": "number"}, "2020-10-25": {"type": "number"}, "2020-10-26": {"type": "number"}, "2020-10-27": {"type": "number"}, "2020-10-28": {"type": "number"}, "2020-10-29": {"type": "number"}, "2020-10-30": {"type": "number"}, "2020-10-31": {"type": "number"}, "2020-11-01": {"type": "number"}, "2020-11-02": {"type": "number"}, "2020-11-03": {"type": "number"}, "2020-11-04": {"type": "number"}, "2020-11-05": {"type": "number"}, "2020-11-06": {"type": "number"}, "2020-11-07": {"type": "number"}, "2020-11-08": {"type": "number"}, "2020-11-09": {"type": "number"}, "2020-11-10": {"type": "number"}, "2020-11-11": {"type": "number"}, "2020-11-12": {"type": "number"}, "2020-11-13": {"type": "number"}, "2020-11-14": {"type": "number"}, "2020-11-15": {"type": "number"}, "2020-11-16": {"type": "number"}, "2020-11-17": {"type": "number"}, "2020-11-18": {"type": "number"}, "2020-11-19": {"type": "number"}, "2020-11-20": {"type": "number"}, "2020-11-21": {"type": "number"}, "2020-11-22": {"type": "number"}, "2020-11-23": {"type": "number"}, "2020-11-24": {"type": "number"}, "2020-11-25": {"type": "number"}, "2020-11-26": {"type": "number"}, "2020-11-27": {"type": "number"}, "2020-11-28": {"type": "number"}, "2020-11-29": {"type": "number"}, "2020-11-30": {"type": "number"}, "2020-12-01": {"type": "number"}, "2020-12-02": {"type": "number"}, "2020-12-03": {"type": "number"}, "2020-12-04": {"type": "number"}, "2020-12-05": {"type": "number"}, "2020-12-06": {"type": "number"}, "2020-12-07": {"type": "number"}, "2020-12-08": {"type": "number"}, "2020-12-09": {"type": "number"}, "2020-12-10": {"type": "number"}, "2020-12-11": {"type": "number"}, "2020-12-12": {"type": "number"}, "2020-12-13": {"type": "number"}, "2020-12-14": {"type": "number"}, "2020-12-15": {"type": "number"}, "2020-12-16": {"type": "number"}, "2020-12-17": {"type": "number"}, "2020-12-18": {"type": "number"}, "2020-12-19": {"type": "number"}, "2020-12-20": {"type": "number"}}, "required": ["2020-01-14", "2020-01-15", "2020-01-16", "2020-01-17", "2020-01-18", "2020-01-19", "2020-01-20", "2020-01-21", "2020-01-22", "2020-01-23", "2020-01-24", "2020-01-25", "2020-01-26", "2020-01-27", "2020-01-28", "2020-01-29", "2020-01-30", "2020-01-31", "2020-02-01", "2020-02-02", "2020-02-03", "2020-02-04", "2020-02-05", "2020-02-06", "2020-02-07", "2020-02-08", "2020-02-09", "2020-02-10", "2020-02-11", "2020-02-12", "2020-02-13", "2020-02-14", "2020-02-15", "2020-02-16", "2020-02-17", "2020-02-18", "2020-02-19", "2020-02-20", "2020-02-21", "2020-02-22", "2020-02-23", "2020-02-24", "2020-02-25", "2020-02-26", "2020-02-27", "2020-02-28", "2020-02-29", "2020-03-01", "2020-03-02", "2020-03-03", "2020-03-04", "2020-03-05", "2020-03-06", "2020-03-07", "2020-03-08", "2020-03-09", "2020-03-10", "2020-03-11", "2020-03-12", "2020-03-13", "2020-03-14", "2020-03-15", "2020-03-16", "2020-03-17", "2020-03-18", "2020-03-19", "2020-03-20", "2020-03-21", "2020-03-22", "2020-03-23", "2020-03-24", "2020-03-25", "2020-03-26", "2020-03-27", "2020-03-28", "2020-03-29", "2020-03-30", "2020-03-31", "2020-04-01", "2020-04-02", "2020-04-03", "2020-04-04", "2020-04-05", "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2020-04-11", "2020-04-12", "2020-04-13", "2020-04-14", "2020-04-15", "2020-04-16", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-04-21", "2020-04-22", "2020-04-23", "2020-04-24", "2020-04-25", "2020-04-26", "2020-04-27", "2020-04-28", "2020-04-29", "2020-04-30", "2020-05-01", "2020-05-02", "2020-05-03", "2020-05-04", "2020-05-05", "2020-05-06", "2020-05-07", "2020-05-08", "2020-05-09", "2020-05-10", "2020-05-11", "2020-05-12", "2020-05-13", "2020-05-14", "2020-05-15", "2020-05-16", "2020-05-17", "2020-05-18", "2020-05-19", "2020-05-20", "2020-05-21", "2020-05-22", "2020-05-23", "2020-05-24", "2020-05-25", "2020-05-26", "2020-05-27", "2020-05-28", "2020-05-29", "2020-05-30", "2020-05-31", "2020-06-01", "2020-06-02", "2020-06-03", "2020-06-04", "2020-06-05", "2020-06-06", "2020-06-07", "2020-06-08", "2020-06-09", "2020-06-10", "2020-06-11", "2020-06-12", "2020-06-13", "2020-06-14", "2020-06-15", "2020-06-16", "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17", "2020-07-18", "2020-07-19", "2020-07-20", "2020-07-21", "2020-07-22", "2020-07-23", "2020-07-24", "2020-07-25", "2020-07-26", "2020-07-27", "2020-07-28", "2020-07-29", "2020-07-30", "2020-07-31", "2020-08-01", "2020-08-02", "2020-08-03", "2020-08-04", "2020-08-05", "2020-08-06", "2020-08-07", "2020-08-08", "2020-08-09", "2020-08-10", "2020-08-11", "2020-08-12", "2020-08-13", "2020-08-14", "2020-08-15", "2020-08-16", "2020-08-17", "2020-08-18", "2020-08-19", "2020-08-20", "2020-08-21", "2020-08-22", "2020-08-23", "2020-08-24", "2020-08-25", "2020-08-26", "2020-08-27", "2020-08-28", "2020-08-29", "2020-08-30", "2020-08-31", "2020-09-01", "2020-09-02", "2020-09-03", "2020-09-04", "2020-09-05", "2020-09-06", "2020-09-07", "2020-09-08", "2020-09-09", "2020-09-10", "2020-09-11", "2020-09-12", "2020-09-13", "2020-09-14", "2020-09-15", "2020-09-16", "2020-09-17", "2020-09-18", "2020-09-19", "2020-09-20", "2020-09-21", "2020-09-22", "2020-09-23", "2020-09-24", "2020-09-25", "2020-09-26", "2020-09-27", "2020-09-28", "2020-09-29", "2020-09-30", "2020-10-01", "2020-10-02", "2020-10-03", "2020-10-04", "2020-10-05", "2020-10-06", "2020-10-07", "2020-10-08", "2020-10-09", "2020-10-10", "2020-10-11", "2020-10-12", "2020-10-13", "2020-10-14", "2020-10-15", "2020-10-16", "2020-10-17", "2020-10-18", "2020-10-19", "2020-10-20", "2020-10-21", "2020-10-22", "2020-10-23", "2020-10-24", "2020-10-25", "2020-10-26", "2020-10-27", "2020-10-28", "2020-10-29", "2020-10-30", "2020-10-31", "2020-11-01", "2020-11-02", "2020-11-03", "2020-11-04", "2020-11-05", "2020-11-06", "2020-11-07", "2020-11-08", "2020-11-09", "2020-11-10", "2020-11-11", "2020-11-12", "2020-11-13", "2020-11-14", "2020-11-15", "2020-11-16", "2020-11-17", "2020-11-18", "2020-11-19", "2020-11-20", "2020-11-21", "2020-11-22", "2020-11-23", "2020-11-24", "2020-11-25", "2020-11-26", "2020-11-27", "2020-11-28", "2020-11-29", "2020-11-30", "2020-12-01", "2020-12-02", "2020-12-03", "2020-12-04", "2020-12-05", "2020-12-06", "2020-12-07", "2020-12-08", "2020-12-09", "2020-12-10", "2020-12-11", "2020-12-12", "2020-12-13", "2020-12-14", "2020-12-15", "2020-12-16", "2020-12-17", "2020-12-18", "2020-12-19", "2020-12-20"]}}, "required": ["Employment levels relative to Jan 4-31 from Paychex, Intuit, Earnin and Kronos."]}
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, "2020-03-20": 0.0405, "2020-03-27": -0.092, "2020-04-03": -0.229, "2020-04-10": -0.311, "2020-04-17": -0.387, "2020-04-24": -0.411, "2020-05-01": -0.385, "2020-05-08": -0.38, "2020-05-15": -0.367, "2020-05-22": -0.312, "2020-05-29": -0.316, "2020-06-05": -0.103, "2020-06-12": -0.162, "2020-06-19": -0.126, "2020-06-26": 0.067, "2020-07-03": -0.168, "2020-07-10": -0.235, "2020-07-17": -0.162, "2020-07-24": -0.175, "2020-07-31": -0.141, "2020-08-07": -0.0204, "2020-08-14": -0.245, "2020-08-21": -0.128, "2020-08-28": -0.101, "2020-09-04": -0.117, "2020-09-11": -0.2, "2020-09-18": -0.0354, "2020-09-25": -0.188, "2020-10-02": -0.0812, "2020-10-09": -0.15, "2020-10-16": -0.079, "2020-10-23": -0.0833, "2020-10-30": -0.158, "2020-11-06": -0.168, "2020-11-13": -0.186, "2020-11-20": -0.181, "2020-11-27": -0.166, "2020-12-04": -0.379, "2020-12-11": -0.135, "2020-12-18": -0.175, "2020-12-25": -0.15, "2021-01-01": -0.443, "2021-01-08": -0.104, "2021-01-15": 0.0456, "2021-01-22": -0.0377}}
{"$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-31": {"type": "number"}, "2020-02-07": {"type": "number"}, "2020-02-14": {"type": "number"}, "2020-02-21": {"type": "number"}, "2020-02-28": {"type": "number"}, "2020-03-06": {"type": "number"}, "2020-03-13": {"type": "number"}, "2020-03-20": {"type": "number"}, "2020-03-27": {"type": "number"}, "2020-04-03": {"type": "number"}, "2020-04-10": {"type": "number"}, "2020-04-17": {"type": "number"}, "2020-04-24": {"type": "number"}, "2020-05-01": {"type": "number"}, "2020-05-08": {"type": "number"}, "2020-05-15": {"type": "number"}, "2020-05-22": {"type": "number"}, "2020-05-29": {"type": "number"}, "2020-06-05": {"type": "number"}, "2020-06-12": {"type": "number"}, "2020-06-19": {"type": "number"}, "2020-06-26": {"type": "number"}, "2020-07-03": {"type": "number"}, "2020-07-10": {"type": "number"}, "2020-07-17": {"type": "number"}, "2020-07-24": {"type": "number"}, "2020-07-31": {"type": "number"}, "2020-08-07": {"type": "number"}, "2020-08-14": {"type": "number"}, "2020-08-21": {"type": "number"}, "2020-08-28": {"type": "number"}, "2020-09-04": {"type": "number"}, "2020-09-11": {"type": "number"}, "2020-09-18": {"type": "number"}, "2020-09-25": {"type": "number"}, "2020-10-02": {"type": "number"}, "2020-10-09": {"type": "number"}, "2020-10-16": {"type": "number"}, "2020-10-23": {"type": "number"}, "2020-10-30": {"type": "number"}, "2020-11-06": {"type": "number"}, "2020-11-13": {"type": "number"}, "2020-11-20": {"type": "number"}, "2020-11-27": {"type": "number"}, "2020-12-04": {"type": "number"}, "2020-12-11": {"type": "number"}, "2020-12-18": {"type": "number"}, "2020-12-25": {"type": "number"}, "2021-01-01": {"type": "number"}, "2021-01-08": {"type": "number"}, "2021-01-15": {"type": "number"}, "2021-01-22": {"type": "number"}}, "required": ["2020-01-10", "2020-01-17", "2020-01-24", "2020-01-31", "2020-02-07", "2020-02-14", "2020-02-21", "2020-02-28", "2020-03-06", "2020-03-13", "2020-03-20", "2020-03-27", "2020-04-03", "2020-04-10", "2020-04-17", "2020-04-24", "2020-05-01", "2020-05-08", "2020-05-15", "2020-05-22", "2020-05-29", "2020-06-05", "2020-06-12", "2020-06-19", "2020-06-26", "2020-07-03", "2020-07-10", "2020-07-17", "2020-07-24", "2020-07-31", "2020-08-07", "2020-08-14", "2020-08-21", "2020-08-28", "2020-09-04", "2020-09-11", "2020-09-18", "2020-09-25", "2020-10-02", "2020-10-09", "2020-10-16", "2020-10-23", "2020-10-30", "2020-11-06", "2020-11-13", "2020-11-20", "2020-11-27", "2020-12-04", "2020-12-11", "2020-12-18", "2020-12-25", "2021-01-01", "2021-01-08", "2021-01-15", "2021-01-22"]}}, "required": ["Average level of job postings relative to January 4-31 2020 from Burning Glass Technologies"]}
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, "2020-03-05": 0.0957, "2020-03-06": 0.0914, "2020-03-07": 0.0886, "2020-03-08": 0.0843, "2020-03-09": 0.0829, "2020-03-10": 0.0757, "2020-03-11": 0.0757, "2020-03-12": 0.0729, "2020-03-13": 0.0686, "2020-03-14": 0.0457, "2020-03-15": 0.0186, "2020-03-16": -0.00143, "2020-03-17": -0.0357, "2020-03-18": -0.0814, "2020-03-19": -0.13, "2020-03-20": -0.179, "2020-03-21": -0.227, "2020-03-22": -0.277, "2020-03-23": -0.32, "2020-03-24": -0.35, "2020-03-25": -0.373, "2020-03-26": -0.39, "2020-03-27": -0.404, "2020-03-28": -0.416, "2020-03-29": -0.42, "2020-03-30": -0.423, "2020-03-31": -0.424, "2020-04-01": -0.42, "2020-04-02": -0.42, "2020-04-03": -0.42, "2020-04-04": -0.42, "2020-04-05": -0.423, "2020-04-06": -0.426, "2020-04-07": -0.429, "2020-04-08": -0.436, "2020-04-09": -0.44, "2020-04-10": -0.441, "2020-04-11": -0.437, "2020-04-12": -0.457, "2020-04-13": -0.461, "2020-04-14": -0.459, "2020-04-15": -0.45, "2020-04-16": -0.444, "2020-04-17": -0.443, "2020-04-18": -0.443, "2020-04-19": -0.417, "2020-04-20": -0.409, "2020-04-21": -0.406, "2020-04-22": -0.409, "2020-04-23": -0.41, "2020-04-24": -0.407, "2020-04-25": -0.401, "2020-04-26": -0.397, "2020-04-27": -0.391, "2020-04-28": -0.386, "2020-04-29": -0.38, "2020-04-30": -0.371, "2020-05-01": -0.36, "2020-05-02": -0.35, "2020-05-03": -0.339, "2020-05-04": -0.33, "2020-05-05": -0.321, "2020-05-06": -0.314, "2020-05-07": -0.307, "2020-05-08": -0.307, "2020-05-09": -0.301, "2020-05-10": -0.296, "2020-05-11": -0.299, "2020-05-12": -0.299, "2020-05-13": -0.294, "2020-05-14": -0.293, "2020-05-15": -0.289, "2020-05-16": -0.289, "2020-05-17": -0.289, "2020-05-18": -0.281, "2020-05-19": -0.276, "2020-05-20": -0.27, "2020-05-21": -0.261, "2020-05-22": -0.254, "2020-05-23": -0.25, "2020-05-24": -0.243, "2020-05-25": -0.246, "2020-05-26": -0.24, "2020-05-27": -0.239, "2020-05-28": -0.237, "2020-05-29": -0.236, "2020-05-30": -0.231, "2020-05-31": -0.229, "2020-06-01": -0.217, "2020-06-02": -0.211, "2020-06-03": -0.204, "2020-06-04": -0.2, "2020-06-05": -0.196, "2020-06-06": -0.191, "2020-06-07": -0.186, "2020-06-08": -0.183, "2020-06-09": -0.18, "2020-06-10": -0.177, "2020-06-11": -0.173, "2020-06-12": -0.169, "2020-06-13": -0.164, "2020-06-14": -0.16, "2020-06-15": -0.157, "2020-06-16": -0.153, "2020-06-17": -0.15, "2020-06-18": -0.147, "2020-06-19": -0.144, "2020-06-20": -0.143, "2020-06-21": -0.144, "2020-06-22": -0.147, "2020-06-23": -0.147, "2020-06-24": -0.147, "2020-06-25": -0.147, "2020-06-26": -0.15, "2020-06-27": -0.153, "2020-06-28": -0.153, "2020-06-29": -0.149, "2020-06-30": -0.144, "2020-07-01": -0.137, "2020-07-02": -0.124, "2020-07-03": -0.114, "2020-07-04": -0.147, "2020-07-05": -0.131, "2020-07-06": -0.124, "2020-07-07": -0.129, "2020-07-08": -0.136, "2020-07-09": -0.149, "2020-07-10": -0.15, "2020-07-11": -0.15, "2020-07-12": -0.15, "2020-07-13": -0.15, "2020-07-14": -0.149, "2020-07-15": -0.149, "2020-07-16": -0.149, "2020-07-17": -0.147, "2020-07-18": -0.147, "2020-07-19": -0.147, "2020-07-20": -0.149, "2020-07-21": -0.15, "2020-07-22": -0.151, "2020-07-23": -0.153, "2020-07-24": -0.153, "2020-07-25": -0.153, "2020-07-26": -0.153, "2020-07-27": -0.153, "2020-07-28": -0.154, "2020-07-29": -0.154, "2020-07-30": -0.153, "2020-07-31": -0.149, "2020-08-01": -0.146, "2020-08-02": -0.144, "2020-08-03": -0.141, "2020-08-04": -0.14, "2020-08-05": -0.137, "2020-08-06": -0.137, "2020-08-07": -0.139, "2020-08-08": -0.139, "2020-08-09": -0.137, "2020-08-10": -0.14, "2020-08-11": -0.14, "2020-08-12": -0.143, "2020-08-13": -0.144, "2020-08-14": -0.146, "2020-08-15": -0.147, "2020-08-16": -0.149, "2020-08-17": -0.15, "2020-08-18": -0.151, "2020-08-19": -0.153, "2020-08-20": -0.153, "2020-08-21": -0.153, "2020-08-22": -0.151, "2020-08-23": -0.151, "2020-08-24": -0.153, "2020-08-25": -0.154, "2020-08-26": -0.154, "2020-08-27": -0.157, "2020-08-28": -0.159, "2020-08-29": -0.159, "2020-08-30": -0.157, "2020-08-31": -0.156, "2020-09-01": -0.151, "2020-09-02": -0.15, "2020-09-03": -0.143, "2020-09-04": -0.137, "2020-09-05": -0.134, "2020-09-06": -0.131, "2020-09-07": -0.133, "2020-09-08": -0.137, "2020-09-09": -0.141, "2020-09-10": -0.149, "2020-09-11": -0.154, "2020-09-12": -0.156, "2020-09-13": -0.16, "2020-09-14": -0.161, "2020-09-15": -0.159, "2020-09-16": -0.157, "2020-09-17": -0.157, "2020-09-18": -0.154, "2020-09-19": -0.15, "2020-09-20": -0.147, "2020-09-21": -0.147, "2020-09-22": -0.149, "2020-09-23": -0.149, "2020-09-24": -0.149, "2020-09-25": -0.15, "2020-09-26": -0.153, "2020-09-27": -0.154, "2020-09-28": -0.156, "2020-09-29": -0.157, "2020-09-30": -0.156, "2020-10-01": -0.151, "2020-10-02": -0.149, "2020-10-03": -0.146, "2020-10-04": -0.144, "2020-10-05": -0.141, "2020-10-06": -0.14, "2020-10-07": -0.141, "2020-10-08": -0.144, "2020-10-09": -0.147, "2020-10-10": -0.151, "2020-10-11": -0.154, "2020-10-12": -0.157, "2020-10-13": -0.157, "2020-10-14": -0.156, "2020-10-15": -0.156, "2020-10-16": -0.157, "2020-10-17": -0.154, "2020-10-18": -0.154, "2020-10-19": -0.159, "2020-10-20": -0.159, "2020-10-21": -0.161, "2020-10-22": -0.163, "2020-10-23": -0.163, "2020-10-24": -0.166, "2020-10-25": -0.169, "2020-10-26": -0.17, "2020-10-27": -0.17, "2020-10-28": -0.17, "2020-10-29": -0.171, "2020-10-30": -0.167, "2020-10-31": -0.167, "2020-11-01": -0.167, "2020-11-02": -0.164, "2020-11-03": -0.156, "2020-11-04": -0.159, "2020-11-05": -0.16, "2020-11-06": -0.166, "2020-11-07": -0.166, "2020-11-08": -0.164, "2020-11-09": -0.167, "2020-11-10": -0.177, "2020-11-11": -0.173, "2020-11-12": -0.18, "2020-11-13": -0.181, "2020-11-14": -0.184, "2020-11-15": -0.187, "2020-11-16": -0.189, "2020-11-17": -0.191, "2020-11-18": -0.193, "2020-11-19": -0.191, "2020-11-20": -0.193, "2020-11-21": -0.196, "2020-11-22": -0.197, "2020-11-23": -0.191, "2020-11-24": -0.18, "2020-11-25": -0.157, "2020-11-26": -0.253, "2020-11-27": -0.189, "2020-11-28": -0.189, "2020-11-29": -0.193, "2020-11-30": -0.196, "2020-12-01": -0.204, "2020-12-02": -0.204, "2020-12-03": -0.203, "2020-12-04": -0.203, "2020-12-05": -0.194, "2020-12-06": -0.194, "2020-12-07": -0.194, "2020-12-08": -0.197, "2020-12-09": -0.197, "2020-12-10": -0.199, "2020-12-11": -0.2, "2020-12-12": -0.2, "2020-12-13": -0.201, "2020-12-14": -0.2, "2020-12-15": -0.196, "2020-12-16": -0.197, "2020-12-17": -0.201, "2020-12-18": -0.199, "2020-12-19": -0.196, "2020-12-20": -0.19, "2020-12-21": -0.173, "2020-12-22": -0.156, "2020-12-23": -0.124, "2020-12-24": -0.147, "2020-12-25": -0.246, "2020-12-26": -0.174, "2020-12-27": -0.189, "2020-12-28": -0.201, "2020-12-29": -0.219, "2020-12-30": -0.209, "2020-12-31": -0.2, "2021-01-01": -0.259, "2021-01-02": -0.251, "2021-01-03": -0.251, "2021-01-04": -0.254, "2021-01-05": -0.259, "2021-01-06": -0.261, "2021-01-07": -0.264, "2021-01-08": -0.234, "2021-01-09": -0.23, "2021-01-10": -0.229, "2021-01-11": -0.237, "2021-01-12": -0.241, "2021-01-13": -0.243, "2021-01-14": -0.244, "2021-01-15": -0.246, "2021-01-16": -0.249, "2021-01-17": -0.247, "2021-01-18": -0.243, "2021-01-19": -0.247, "2021-01-20": -0.251, "2021-01-21": -0.253, "2021-01-22": -0.251, "2021-01-23": -0.251, "2021-01-24": -0.256}}
{"$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-27": {"type": "number"}, "2020-02-28": {"type": "number"}, "2020-02-29": {"type": "number"}, "2020-03-01": {"type": "number"}, "2020-03-02": {"type": "number"}, "2020-03-03": {"type": "number"}, "2020-03-04": {"type": "number"}, "2020-03-05": {"type": "number"}, "2020-03-06": {"type": "number"}, "2020-03-07": {"type": "number"}, "2020-03-08": {"type": "number"}, "2020-03-09": {"type": "number"}, "2020-03-10": {"type": "number"}, "2020-03-11": {"type": "number"}, "2020-03-12": {"type": "number"}, "2020-03-13": {"type": "number"}, "2020-03-14": {"type": "number"}, "2020-03-15": {"type": "number"}, "2020-03-16": {"type": "number"}, "2020-03-17": {"type": "number"}, "2020-03-18": {"type": "number"}, "2020-03-19": {"type": "number"}, "2020-03-20": {"type": "number"}, "2020-03-21": {"type": "number"}, "2020-03-22": {"type": "number"}, "2020-03-23": {"type": "number"}, "2020-03-24": {"type": "number"}, "2020-03-25": {"type": "number"}, "2020-03-26": {"type": "number"}, "2020-03-27": {"type": "number"}, "2020-03-28": {"type": "number"}, "2020-03-29": {"type": "number"}, "2020-03-30": {"type": "number"}, "2020-03-31": {"type": "number"}, "2020-04-01": {"type": "number"}, "2020-04-02": {"type": "number"}, "2020-04-03": {"type": "number"}, "2020-04-04": {"type": "number"}, "2020-04-05": {"type": "number"}, "2020-04-06": {"type": "number"}, "2020-04-07": {"type": "number"}, "2020-04-08": {"type": "number"}, "2020-04-09": {"type": "number"}, "2020-04-10": {"type": "number"}, "2020-04-11": {"type": "number"}, "2020-04-12": {"type": "number"}, "2020-04-13": {"type": "number"}, "2020-04-14": {"type": "number"}, "2020-04-15": {"type": "number"}, "2020-04-16": {"type": "number"}, "2020-04-17": {"type": "number"}, "2020-04-18": {"type": "number"}, "2020-04-19": {"type": "number"}, "2020-04-20": {"type": "number"}, "2020-04-21": {"type": "number"}, "2020-04-22": {"type": "number"}, "2020-04-23": {"type": "number"}, "2020-04-24": {"type": "number"}, "2020-04-25": {"type": "number"}, "2020-04-26": {"type": "number"}, "2020-04-27": {"type": "number"}, "2020-04-28": {"type": "number"}, "2020-04-29": {"type": "number"}, "2020-04-30": {"type": "number"}, "2020-05-01": {"type": "number"}, "2020-05-02": {"type": "number"}, "2020-05-03": {"type": "number"}, "2020-05-04": {"type": "number"}, "2020-05-05": {"type": "number"}, "2020-05-06": {"type": "number"}, "2020-05-07": {"type": "number"}, "2020-05-08": {"type": "number"}, "2020-05-09": {"type": "number"}, "2020-05-10": {"type": "number"}, "2020-05-11": {"type": "number"}, "2020-05-12": {"type": "number"}, "2020-05-13": {"type": "number"}, "2020-05-14": {"type": "number"}, "2020-05-15": {"type": "number"}, "2020-05-16": {"type": "number"}, "2020-05-17": {"type": "number"}, "2020-05-18": {"type": "number"}, "2020-05-19": {"type": "number"}, "2020-05-20": {"type": "number"}, "2020-05-21": {"type": "number"}, "2020-05-22": {"type": "number"}, "2020-05-23": {"type": "number"}, "2020-05-24": {"type": "number"}, "2020-05-25": {"type": "number"}, "2020-05-26": {"type": "number"}, "2020-05-27": {"type": "number"}, "2020-05-28": {"type": "number"}, "2020-05-29": {"type": "number"}, "2020-05-30": {"type": "number"}, "2020-05-31": {"type": "number"}, "2020-06-01": {"type": "number"}, "2020-06-02": {"type": "number"}, "2020-06-03": {"type": "number"}, "2020-06-04": {"type": "number"}, "2020-06-05": {"type": "number"}, "2020-06-06": {"type": "number"}, "2020-06-07": {"type": "number"}, "2020-06-08": {"type": "number"}, "2020-06-09": {"type": "number"}, "2020-06-10": {"type": "number"}, "2020-06-11": {"type": "number"}, "2020-06-12": {"type": "number"}, "2020-06-13": {"type": "number"}, "2020-06-14": {"type": "number"}, "2020-06-15": {"type": "number"}, "2020-06-16": {"type": "number"}, "2020-06-17": {"type": "number"}, "2020-06-18": {"type": "number"}, "2020-06-19": {"type": "number"}, "2020-06-20": {"type": "number"}, "2020-06-21": {"type": "number"}, "2020-06-22": {"type": "number"}, "2020-06-23": {"type": "number"}, "2020-06-24": {"type": "number"}, "2020-06-25": {"type": "number"}, "2020-06-26": {"type": "number"}, "2020-06-27": {"type": "number"}, "2020-06-28": {"type": "number"}, "2020-06-29": {"type": "number"}, "2020-06-30": {"type": "number"}, "2020-07-01": {"type": "number"}, "2020-07-02": {"type": "number"}, "2020-07-03": {"type": "number"}, "2020-07-04": {"type": "number"}, "2020-07-05": {"type": "number"}, "2020-07-06": {"type": "number"}, "2020-07-07": {"type": "number"}, "2020-07-08": {"type": "number"}, "2020-07-09": {"type": "number"}, "2020-07-10": {"type": "number"}, "2020-07-11": {"type": "number"}, "2020-07-12": {"type": "number"}, "2020-07-13": {"type": "number"}, "2020-07-14": {"type": "number"}, "2020-07-15": {"type": "number"}, "2020-07-16": {"type": "number"}, "2020-07-17": {"type": "number"}, "2020-07-18": {"type": "number"}, "2020-07-19": {"type": "number"}, "2020-07-20": {"type": "number"}, "2020-07-21": {"type": "number"}, "2020-07-22": {"type": "number"}, "2020-07-23": {"type": "number"}, "2020-07-24": {"type": "number"}, "2020-07-25": {"type": "number"}, "2020-07-26": {"type": "number"}, "2020-07-27": {"type": "number"}, "2020-07-28": {"type": "number"}, "2020-07-29": {"type": "number"}, "2020-07-30": {"type": "number"}, "2020-07-31": {"type": "number"}, "2020-08-01": {"type": "number"}, "2020-08-02": {"type": "number"}, "2020-08-03": {"type": "number"}, "2020-08-04": {"type": "number"}, "2020-08-05": {"type": "number"}, "2020-08-06": {"type": "number"}, "2020-08-07": {"type": "number"}, "2020-08-08": {"type": "number"}, "2020-08-09": {"type": "number"}, "2020-08-10": {"type": "number"}, "2020-08-11": {"type": "number"}, "2020-08-12": {"type": "number"}, "2020-08-13": {"type": "number"}, "2020-08-14": {"type": "number"}, "2020-08-15": {"type": "number"}, "2020-08-16": {"type": "number"}, "2020-08-17": {"type": "number"}, "2020-08-18": {"type": "number"}, "2020-08-19": {"type": "number"}, "2020-08-20": {"type": "number"}, "2020-08-21": {"type": "number"}, "2020-08-22": {"type": "number"}, "2020-08-23": {"type": "number"}, "2020-08-24": {"type": "number"}, "2020-08-25": {"type": "number"}, "2020-08-26": {"type": "number"}, "2020-08-27": {"type": "number"}, "2020-08-28": {"type": "number"}, "2020-08-29": {"type": "number"}, "2020-08-30": {"type": "number"}, "2020-08-31": {"type": "number"}, "2020-09-01": {"type": "number"}, "2020-09-02": {"type": "number"}, "2020-09-03": {"type": "number"}, "2020-09-04": {"type": "number"}, "2020-09-05": {"type": "number"}, "2020-09-06": {"type": "number"}, "2020-09-07": {"type": "number"}, "2020-09-08": {"type": "number"}, "2020-09-09": {"type": "number"}, "2020-09-10": {"type": "number"}, "2020-09-11": {"type": "number"}, "2020-09-12": {"type": "number"}, "2020-09-13": {"type": "number"}, "2020-09-14": {"type": "number"}, "2020-09-15": {"type": "number"}, "2020-09-16": {"type": "number"}, "2020-09-17": {"type": "number"}, "2020-09-18": {"type": "number"}, "2020-09-19": {"type": "number"}, "2020-09-20": {"type": "number"}, "2020-09-21": {"type": "number"}, "2020-09-22": {"type": "number"}, "2020-09-23": {"type": "number"}, "2020-09-24": {"type": "number"}, "2020-09-25": {"type": "number"}, "2020-09-26": {"type": "number"}, "2020-09-27": {"type": "number"}, "2020-09-28": {"type": "number"}, "2020-09-29": {"type": "number"}, "2020-09-30": {"type": "number"}, "2020-10-01": {"type": "number"}, "2020-10-02": {"type": "number"}, "2020-10-03": {"type": "number"}, "2020-10-04": {"type": "number"}, "2020-10-05": {"type": "number"}, "2020-10-06": {"type": "number"}, "2020-10-07": {"type": "number"}, "2020-10-08": {"type": "number"}, "2020-10-09": {"type": "number"}, "2020-10-10": {"type": "number"}, "2020-10-11": {"type": "number"}, "2020-10-12": {"type": "number"}, "2020-10-13": {"type": "number"}, "2020-10-14": {"type": "number"}, "2020-10-15": {"type": "number"}, "2020-10-16": {"type": "number"}, "2020-10-17": {"type": "number"}, "2020-10-18": {"type": "number"}, "2020-10-19": {"type": "number"}, "2020-10-20": {"type": "number"}, "2020-10-21": {"type": "number"}, "2020-10-22": {"type": "number"}, "2020-10-23": {"type": "number"}, "2020-10-24": {"type": "number"}, "2020-10-25": {"type": "number"}, "2020-10-26": {"type": "number"}, "2020-10-27": {"type": "number"}, "2020-10-28": {"type": "number"}, "2020-10-29": {"type": "number"}, "2020-10-30": {"type": "number"}, "2020-10-31": {"type": "number"}, "2020-11-01": {"type": "number"}, "2020-11-02": {"type": "number"}, "2020-11-03": {"type": "number"}, "2020-11-04": {"type": "number"}, "2020-11-05": {"type": "number"}, "2020-11-06": {"type": "number"}, "2020-11-07": {"type": "number"}, "2020-11-08": {"type": "number"}, "2020-11-09": {"type": "number"}, "2020-11-10": {"type": "number"}, "2020-11-11": {"type": "number"}, "2020-11-12": {"type": "number"}, "2020-11-13": {"type": "number"}, "2020-11-14": {"type": "number"}, "2020-11-15": {"type": "number"}, "2020-11-16": {"type": "number"}, "2020-11-17": {"type": "number"}, "2020-11-18": {"type": "number"}, "2020-11-19": {"type": "number"}, "2020-11-20": {"type": "number"}, "2020-11-21": {"type": "number"}, "2020-11-22": {"type": "number"}, "2020-11-23": {"type": "number"}, "2020-11-24": {"type": "number"}, "2020-11-25": {"type": "number"}, "2020-11-26": {"type": "number"}, "2020-11-27": {"type": "number"}, "2020-11-28": {"type": "number"}, "2020-11-29": {"type": "number"}, "2020-11-30": {"type": "number"}, "2020-12-01": {"type": "number"}, "2020-12-02": {"type": "number"}, "2020-12-03": {"type": "number"}, "2020-12-04": {"type": "number"}, "2020-12-05": {"type": "number"}, "2020-12-06": {"type": "number"}, "2020-12-07": {"type": "number"}, "2020-12-08": {"type": "number"}, "2020-12-09": {"type": "number"}, "2020-12-10": {"type": "number"}, "2020-12-11": {"type": "number"}, "2020-12-12": {"type": "number"}, "2020-12-13": {"type": "number"}, "2020-12-14": {"type": "number"}, "2020-12-15": {"type": "number"}, "2020-12-16": {"type": "number"}, "2020-12-17": {"type": "number"}, "2020-12-18": {"type": "number"}, "2020-12-19": {"type": "number"}, "2020-12-20": {"type": "number"}, "2020-12-21": {"type": "number"}, "2020-12-22": {"type": "number"}, "2020-12-23": {"type": "number"}, "2020-12-24": {"type": "number"}, "2020-12-25": {"type": "number"}, "2020-12-26": {"type": "number"}, "2020-12-27": {"type": "number"}, "2020-12-28": {"type": "number"}, "2020-12-29": {"type": "number"}, "2020-12-30": {"type": "number"}, "2020-12-31": {"type": "number"}, "2021-01-01": {"type": "number"}, "2021-01-02": {"type": "number"}, "2021-01-03": {"type": "number"}, "2021-01-04": {"type": "number"}, "2021-01-05": {"type": "number"}, "2021-01-06": {"type": "number"}, "2021-01-07": {"type": "number"}, "2021-01-08": {"type": "number"}, "2021-01-09": {"type": "number"}, "2021-01-10": {"type": "number"}, "2021-01-11": {"type": "number"}, "2021-01-12": {"type": "number"}, "2021-01-13": {"type": "number"}, "2021-01-14": {"type": "number"}, "2021-01-15": {"type": "number"}, "2021-01-16": {"type": "number"}, "2021-01-17": {"type": "number"}, "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-23": {"type": "number"}, "2021-01-24": {"type": "number"}}, "required": ["2020-02-24", "2020-02-25", "2020-02-26", "2020-02-27", "2020-02-28", "2020-02-29", "2020-03-01", "2020-03-02", "2020-03-03", "2020-03-04", "2020-03-05", "2020-03-06", "2020-03-07", "2020-03-08", "2020-03-09", "2020-03-10", "2020-03-11", "2020-03-12", "2020-03-13", "2020-03-14", "2020-03-15", "2020-03-16", "2020-03-17", "2020-03-18", "2020-03-19", "2020-03-20", "2020-03-21", "2020-03-22", "2020-03-23", "2020-03-24", "2020-03-25", "2020-03-26", "2020-03-27", "2020-03-28", "2020-03-29", "2020-03-30", "2020-03-31", "2020-04-01", "2020-04-02", "2020-04-03", "2020-04-04", "2020-04-05", "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2020-04-11", "2020-04-12", "2020-04-13", "2020-04-14", "2020-04-15", "2020-04-16", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-04-21", "2020-04-22", "2020-04-23", "2020-04-24", "2020-04-25", "2020-04-26", "2020-04-27", "2020-04-28", "2020-04-29", "2020-04-30", "2020-05-01", "2020-05-02", "2020-05-03", "2020-05-04", "2020-05-05", "2020-05-06", "2020-05-07", "2020-05-08", "2020-05-09", "2020-05-10", "2020-05-11", "2020-05-12", "2020-05-13", "2020-05-14", "2020-05-15", "2020-05-16", "2020-05-17", "2020-05-18", "2020-05-19", "2020-05-20", "2020-05-21", "2020-05-22", "2020-05-23", "2020-05-24", "2020-05-25", "2020-05-26", "2020-05-27", "2020-05-28", "2020-05-29", "2020-05-30", "2020-05-31", "2020-06-01", "2020-06-02", "2020-06-03", "2020-06-04", "2020-06-05", "2020-06-06", "2020-06-07", "2020-06-08", "2020-06-09", "2020-06-10", "2020-06-11", "2020-06-12", "2020-06-13", "2020-06-14", "2020-06-15", "2020-06-16", "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17", "2020-07-18", "2020-07-19", "2020-07-20", "2020-07-21", "2020-07-22", "2020-07-23", "2020-07-24", "2020-07-25", "2020-07-26", "2020-07-27", "2020-07-28", "2020-07-29", "2020-07-30", "2020-07-31", "2020-08-01", "2020-08-02", "2020-08-03", "2020-08-04", "2020-08-05", "2020-08-06", "2020-08-07", "2020-08-08", "2020-08-09", "2020-08-10", "2020-08-11", "2020-08-12", "2020-08-13", "2020-08-14", "2020-08-15", "2020-08-16", "2020-08-17", "2020-08-18", "2020-08-19", "2020-08-20", "2020-08-21", "2020-08-22", "2020-08-23", "2020-08-24", "2020-08-25", "2020-08-26", "2020-08-27", "2020-08-28", "2020-08-29", "2020-08-30", "2020-08-31", "2020-09-01", "2020-09-02", "2020-09-03", "2020-09-04", "2020-09-05", "2020-09-06", "2020-09-07", "2020-09-08", "2020-09-09", "2020-09-10", "2020-09-11", "2020-09-12", "2020-09-13", "2020-09-14", "2020-09-15", "2020-09-16", "2020-09-17", "2020-09-18", "2020-09-19", "2020-09-20", "2020-09-21", "2020-09-22", "2020-09-23", "2020-09-24", "2020-09-25", "2020-09-26", "2020-09-27", "2020-09-28", "2020-09-29", "2020-09-30", "2020-10-01", "2020-10-02", "2020-10-03", "2020-10-04", "2020-10-05", "2020-10-06", "2020-10-07", "2020-10-08", "2020-10-09", "2020-10-10", "2020-10-11", "2020-10-12", "2020-10-13", "2020-10-14", "2020-10-15", "2020-10-16", "2020-10-17", "2020-10-18", "2020-10-19", "2020-10-20", "2020-10-21", "2020-10-22", "2020-10-23", "2020-10-24", "2020-10-25", "2020-10-26", "2020-10-27", "2020-10-28", "2020-10-29", "2020-10-30", "2020-10-31", "2020-11-01", "2020-11-02", "2020-11-03", "2020-11-04", "2020-11-05", "2020-11-06", "2020-11-07", "2020-11-08", "2020-11-09", "2020-11-10", "2020-11-11", "2020-11-12", "2020-11-13", "2020-11-14", "2020-11-15", "2020-11-16", "2020-11-17", "2020-11-18", "2020-11-19", "2020-11-20", "2020-11-21", "2020-11-22", "2020-11-23", "2020-11-24", "2020-11-25", "2020-11-26", "2020-11-27", "2020-11-28", "2020-11-29", "2020-11-30", "2020-12-01", "2020-12-02", "2020-12-03", "2020-12-04", "2020-12-05", "2020-12-06", "2020-12-07", "2020-12-08", "2020-12-09", "2020-12-10", "2020-12-11", "2020-12-12", "2020-12-13", "2020-12-14", "2020-12-15", "2020-12-16", "2020-12-17", "2020-12-18", "2020-12-19", "2020-12-20", "2020-12-21", "2020-12-22", "2020-12-23", "2020-12-24", "2020-12-25", "2020-12-26", "2020-12-27", "2020-12-28", "2020-12-29", "2020-12-30", "2020-12-31", "2021-01-01", "2021-01-02", "2021-01-03", "2021-01-04", "2021-01-05", "2021-01-06", "2021-01-07", "2021-01-08", "2021-01-09", "2021-01-10", "2021-01-11", "2021-01-12", "2021-01-13", "2021-01-14", "2021-01-15", "2021-01-16", "2021-01-17", "2021-01-18", "2021-01-19", "2021-01-20", "2021-01-21", "2021-01-22", "2021-01-23", "2021-01-24"]}}, "required": ["GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports"]}
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, "2020-01-21": -0.00166, "2020-01-22": -0.00341, "2020-01-23": -0.00205, "2020-01-24": -0.000742, "2020-01-25": 0.002, "2020-01-26": -0.000794, "2020-01-27": -0.00515, "2020-01-28": -0.0046, "2020-01-29": -0.00313, "2020-01-30": 0.00589, "2020-01-31": 0.0103, "2020-02-01": 0.0102, "2020-02-02": 0.009, "2020-02-03": 0.0137, "2020-02-04": 0.013, "2020-02-05": 0.00822, "2020-02-06": -0.00401, "2020-02-07": -0.00965, "2020-02-08": -0.0101, "2020-02-09": -0.00828, "2020-02-10": -0.0136, "2020-02-11": -0.0141, "2020-02-12": -0.00969, "2020-02-13": -0.0224, "2020-02-14": -0.0233, "2020-02-15": -0.0226, "2020-02-16": -0.0237, "2020-02-17": -0.0225, "2020-02-18": -0.0256, "2020-02-19": -0.0257, "2020-02-20": -0.00565, "2020-02-21": -0.00496, "2020-02-22": -0.00648, "2020-02-23": -0.00623, "2020-02-24": -0.00552, "2020-02-25": -0.0112, "2020-02-26": -0.0187, "2020-02-27": -0.0277, "2020-02-28": -0.0312, "2020-02-29": -0.0301, "2020-03-01": -0.0327, "2020-03-02": -0.0331, "2020-03-03": -0.0274, "2020-03-04": -0.0239, "2020-03-05": -0.0258, "2020-03-06": -0.0274, "2020-03-07": -0.0271, "2020-03-08": -0.0266, "2020-03-09": -0.0292, "2020-03-10": -0.0333, "2020-03-11": -0.0359, "2020-03-12": -0.0399, "2020-03-13": -0.0435, "2020-03-14": -0.0462, "2020-03-15": -0.0491, "2020-03-16": -0.0587, "2020-03-17": -0.0774, "2020-03-18": -0.102, "2020-03-19": -0.13, "2020-03-20": -0.161, "2020-03-21": -0.191, "2020-03-22": -0.213, "2020-03-23": -0.245, "2020-03-24": -0.28, "2020-03-25": -0.313, "2020-03-26": -0.336, "2020-03-27": -0.352, "2020-03-28": -0.368, "2020-03-29": -0.375, "2020-03-30": -0.384, "2020-03-31": -0.385, "2020-04-01": -0.383, "2020-04-02": -0.388, "2020-04-03": -0.395, "2020-04-04": -0.398, "2020-04-05": -0.4, "2020-04-06": -0.401, "2020-04-07": -0.404, "2020-04-08": -0.412, "2020-04-09": -0.419, "2020-04-10": -0.426, "2020-04-11": -0.428, "2020-04-12": -0.437, "2020-04-13": -0.44, "2020-04-14": -0.438, "2020-04-15": -0.429, "2020-04-16": -0.419, "2020-04-17": -0.409, "2020-04-18": -0.405, "2020-04-19": -0.389, "2020-04-20": -0.379, "2020-04-21": -0.361, "2020-04-22": -0.36, "2020-04-23": -0.359, "2020-04-24": -0.357, "2020-04-25": -0.355, "2020-04-26": -0.359, "2020-04-27": -0.359, "2020-04-28": -0.369, "2020-04-29": -0.364, "2020-04-30": -0.358, "2020-05-01": -0.348, "2020-05-02": -0.341, "2020-05-03": -0.336, "2020-05-04": -0.327, "2020-05-05": -0.318, "2020-05-06": -0.312, "2020-05-07": -0.306, "2020-05-08": -0.304, "2020-05-09": -0.302, "2020-05-10": -0.303, "2020-05-11": -0.303, "2020-05-12": -0.299, "2020-05-13": -0.295, "2020-05-14": -0.289, "2020-05-15": -0.283, "2020-05-16": -0.279, "2020-05-17": -0.275, "2020-05-18": -0.268, "2020-05-19": -0.264, "2020-05-20": -0.257, "2020-05-21": -0.25, "2020-05-22": -0.246, "2020-05-23": -0.244, "2020-05-24": -0.243, "2020-05-25": -0.241, "2020-05-26": -0.24, "2020-05-27": -0.24, "2020-05-28": -0.24, "2020-05-29": -0.239, "2020-05-30": -0.241, "2020-05-31": -0.246, "2020-06-01": -0.251, "2020-06-02": -0.256, "2020-06-03": -0.263, "2020-06-04": -0.269, "2020-06-05": -0.274, "2020-06-06": -0.273, "2020-06-07": -0.27, "2020-06-08": -0.269, "2020-06-09": -0.267, "2020-06-10": -0.266, "2020-06-11": -0.268, "2020-06-12": -0.274, "2020-06-13": -0.275, "2020-06-14": -0.274, "2020-06-15": -0.272, "2020-06-16": -0.268, "2020-06-17": -0.259, "2020-06-18": -0.251, "2020-06-19": -0.241, "2020-06-20": -0.235, "2020-06-21": -0.234, "2020-06-22": -0.234, "2020-06-23": -0.235, "2020-06-24": -0.235, "2020-06-25": -0.233, "2020-06-26": -0.232, "2020-06-27": -0.232, "2020-06-28": -0.23, "2020-06-29": -0.23, "2020-06-30": -0.229, "2020-07-01": -0.23, "2020-07-02": -0.23, "2020-07-03": -0.256, "2020-07-04": -0.188, "2020-07-05": -0.211, "2020-07-06": -0.228, "2020-07-07": -0.228, "2020-07-08": -0.231, "2020-07-09": -0.233, "2020-07-10": -0.235, "2020-07-11": -0.235, "2020-07-12": -0.235, "2020-07-13": -0.239, "2020-07-14": -0.239, "2020-07-15": -0.239, "2020-07-16": -0.24, "2020-07-17": -0.241, "2020-07-18": -0.242, "2020-07-19": -0.242, "2020-07-20": -0.243, "2020-07-21": -0.244, "2020-07-22": -0.245, "2020-07-23": -0.245, "2020-07-24": -0.244, "2020-07-25": -0.244, "2020-07-26": -0.244, "2020-07-27": -0.244, "2020-07-28": -0.245, "2020-07-29": -0.244, "2020-07-30": -0.244, "2020-07-31": -0.244, "2020-08-01": -0.245, "2020-08-02": -0.248, "2020-08-03": -0.25, "2020-08-04": -0.255, "2020-08-05": -0.267, "2020-08-06": -0.272, "2020-08-07": -0.276, "2020-08-08": -0.271, "2020-08-09": -0.27, "2020-08-10": -0.272, "2020-08-11": -0.272, "2020-08-12": -0.265, "2020-08-13": -0.265, "2020-08-14": -0.264, "2020-08-15": -0.273, "2020-08-16": -0.273, "2020-08-17": -0.273, "2020-08-18": -0.271, "2020-08-19": -0.271, "2020-08-20": -0.271, "2020-08-21": -0.27, "2020-08-22": -0.27, "2020-08-23": -0.269, "2020-08-24": -0.269, "2020-08-25": -0.271, "2020-08-26": -0.271, "2020-08-27": -0.272, "2020-08-28": -0.271, "2020-08-29": -0.271, "2020-08-30": -0.271, "2020-08-31": -0.266, "2020-09-01": -0.262, "2020-09-02": -0.26, "2020-09-03": -0.255, "2020-09-04": -0.246, "2020-09-05": -0.248, "2020-09-06": -0.249, "2020-09-07": -0.261, "2020-09-08": -0.256, "2020-09-09": -0.258, "2020-09-10": -0.26, "2020-09-11": -0.265, "2020-09-12": -0.264, "2020-09-13": -0.266, "2020-09-14": -0.268, "2020-09-15": -0.268, "2020-09-16": -0.27, "2020-09-17": -0.272, "2020-09-18": -0.275, "2020-09-19": -0.274, "2020-09-20": -0.273, "2020-09-21": -0.273, "2020-09-22": -0.274, "2020-09-23": -0.273, "2020-09-24": -0.272, "2020-09-25": -0.272, "2020-09-26": -0.272, "2020-09-27": -0.272, "2020-09-28": -0.273, "2020-09-29": -0.272, "2020-09-30": -0.272, "2020-10-01": -0.27, "2020-10-02": -0.269, "2020-10-03": -0.267, "2020-10-04": -0.262, "2020-10-05": -0.26, "2020-10-06": -0.259, "2020-10-07": -0.26, "2020-10-08": -0.261, "2020-10-09": -0.262, "2020-10-10": -0.264, "2020-10-11": -0.267, "2020-10-12": -0.267, "2020-10-13": -0.266, "2020-10-14": -0.267, "2020-10-15": -0.266, "2020-10-16": -0.266, "2020-10-17": -0.263, "2020-10-18": -0.254, "2020-10-19": -0.257, "2020-10-20": -0.262, "2020-10-21": -0.26, "2020-10-22": -0.259, "2020-10-23": -0.259, "2020-10-24": -0.261, "2020-10-25": -0.269, "2020-10-26": -0.27, "2020-10-27": -0.266, "2020-10-28": -0.267, "2020-10-29": -0.27, "2020-10-30": -0.268, "2020-10-31": -0.266, "2020-11-01": -0.269, "2020-11-02": -0.27, "2020-11-03": -0.273, "2020-11-04": -0.277, "2020-11-05": -0.279, "2020-11-06": -0.281, "2020-11-07": -0.285, "2020-11-08": -0.284, "2020-11-09": -0.286, "2020-11-10": -0.286, "2020-11-11": -0.282, "2020-11-12": -0.285, "2020-11-13": -0.286, "2020-11-14": -0.285, "2020-11-15": -0.281, "2020-11-16": -0.278, "2020-11-17": -0.278, "2020-11-18": -0.276, "2020-11-19": -0.277, "2020-11-20": -0.278, "2020-11-21": -0.278, "2020-11-22": -0.282, "2020-11-23": -0.285, "2020-11-24": -0.286, "2020-11-25": -0.288, "2020-11-26": -0.293, "2020-11-27": -0.292, "2020-11-28": -0.273, "2020-11-29": -0.274, "2020-11-30": -0.252, "2020-12-01": -0.248, "2020-12-02": -0.248, "2020-12-03": -0.247, "2020-12-04": -0.248, "2020-12-05": -0.24, "2020-12-06": -0.278, "2020-12-07": -0.285, "2020-12-08": -0.289, "2020-12-09": -0.289, "2020-12-10": -0.288, "2020-12-11": -0.29, "2020-12-12": -0.29, "2020-12-13": -0.29, "2020-12-14": -0.291, "2020-12-15": -0.291, "2020-12-16": -0.294, "2020-12-17": -0.301, "2020-12-18": -0.302, "2020-12-19": -0.302, "2020-12-20": -0.3, "2020-12-21": -0.296, "2020-12-22": -0.296, "2020-12-23": -0.291, "2020-12-24": -0.29, "2020-12-25": -0.298, "2020-12-26": -0.293, "2020-12-27": -0.283, "2020-12-28": -0.284, "2020-12-29": -0.293, "2020-12-30": -0.296, "2020-12-31": -0.297}}
{"$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": {"type": "number"}, "2020-01-15": {"type": "number"}, "2020-01-16": {"type": "number"}, "2020-01-17": {"type": "number"}, "2020-01-18": {"type": "number"}, "2020-01-19": {"type": "number"}, "2020-01-20": {"type": "number"}, "2020-01-21": {"type": "number"}, "2020-01-22": {"type": "number"}, "2020-01-23": {"type": "number"}, "2020-01-24": {"type": "number"}, "2020-01-25": {"type": "number"}, "2020-01-26": {"type": "number"}, "2020-01-27": {"type": "number"}, "2020-01-28": {"type": "number"}, "2020-01-29": {"type": "number"}, "2020-01-30": {"type": "number"}, "2020-01-31": {"type": "number"}, "2020-02-01": {"type": "number"}, "2020-02-02": {"type": "number"}, "2020-02-03": {"type": "number"}, "2020-02-04": {"type": "number"}, "2020-02-05": {"type": "number"}, "2020-02-06": {"type": "number"}, "2020-02-07": {"type": "number"}, "2020-02-08": {"type": "number"}, "2020-02-09": {"type": "number"}, "2020-02-10": {"type": "number"}, "2020-02-11": {"type": "number"}, "2020-02-12": {"type": "number"}, "2020-02-13": {"type": "number"}, "2020-02-14": {"type": "number"}, "2020-02-15": {"type": "number"}, "2020-02-16": {"type": "number"}, "2020-02-17": {"type": "number"}, "2020-02-18": {"type": "number"}, "2020-02-19": {"type": "number"}, "2020-02-20": {"type": "number"}, "2020-02-21": {"type": "number"}, "2020-02-22": {"type": "number"}, "2020-02-23": {"type": "number"}, "2020-02-24": {"type": "number"}, "2020-02-25": {"type": "number"}, "2020-02-26": {"type": "number"}, "2020-02-27": {"type": "number"}, "2020-02-28": {"type": "number"}, "2020-02-29": {"type": "number"}, "2020-03-01": {"type": "number"}, "2020-03-02": {"type": "number"}, "2020-03-03": {"type": "number"}, "2020-03-04": {"type": "number"}, "2020-03-05": {"type": "number"}, "2020-03-06": {"type": "number"}, "2020-03-07": {"type": "number"}, "2020-03-08": {"type": "number"}, "2020-03-09": {"type": "number"}, "2020-03-10": {"type": "number"}, "2020-03-11": {"type": "number"}, "2020-03-12": {"type": "number"}, "2020-03-13": {"type": "number"}, "2020-03-14": {"type": "number"}, "2020-03-15": {"type": "number"}, "2020-03-16": {"type": "number"}, "2020-03-17": {"type": "number"}, "2020-03-18": {"type": "number"}, "2020-03-19": {"type": "number"}, "2020-03-20": {"type": "number"}, "2020-03-21": {"type": "number"}, "2020-03-22": {"type": "number"}, "2020-03-23": {"type": "number"}, "2020-03-24": {"type": "number"}, "2020-03-25": {"type": "number"}, "2020-03-26": {"type": "number"}, "2020-03-27": {"type": "number"}, "2020-03-28": {"type": "number"}, "2020-03-29": {"type": "number"}, "2020-03-30": {"type": "number"}, "2020-03-31": {"type": "number"}, "2020-04-01": {"type": "number"}, "2020-04-02": {"type": "number"}, "2020-04-03": {"type": "number"}, "2020-04-04": {"type": "number"}, "2020-04-05": {"type": "number"}, "2020-04-06": {"type": "number"}, "2020-04-07": {"type": "number"}, "2020-04-08": {"type": "number"}, "2020-04-09": {"type": "number"}, "2020-04-10": {"type": "number"}, "2020-04-11": {"type": "number"}, "2020-04-12": {"type": "number"}, "2020-04-13": {"type": "number"}, "2020-04-14": {"type": "number"}, "2020-04-15": {"type": "number"}, "2020-04-16": {"type": "number"}, "2020-04-17": {"type": "number"}, "2020-04-18": {"type": "number"}, "2020-04-19": {"type": "number"}, "2020-04-20": {"type": "number"}, "2020-04-21": {"type": "number"}, "2020-04-22": {"type": "number"}, "2020-04-23": {"type": "number"}, "2020-04-24": {"type": "number"}, "2020-04-25": {"type": "number"}, "2020-04-26": {"type": "number"}, "2020-04-27": {"type": "number"}, "2020-04-28": {"type": "number"}, "2020-04-29": {"type": "number"}, "2020-04-30": {"type": "number"}, "2020-05-01": {"type": "number"}, "2020-05-02": {"type": "number"}, "2020-05-03": {"type": "number"}, "2020-05-04": {"type": "number"}, "2020-05-05": {"type": "number"}, "2020-05-06": {"type": "number"}, "2020-05-07": {"type": "number"}, "2020-05-08": {"type": "number"}, "2020-05-09": {"type": "number"}, "2020-05-10": {"type": "number"}, "2020-05-11": {"type": "number"}, "2020-05-12": {"type": "number"}, "2020-05-13": {"type": "number"}, "2020-05-14": {"type": "number"}, "2020-05-15": {"type": "number"}, "2020-05-16": {"type": "number"}, "2020-05-17": {"type": "number"}, "2020-05-18": {"type": "number"}, "2020-05-19": {"type": "number"}, "2020-05-20": {"type": "number"}, "2020-05-21": {"type": "number"}, "2020-05-22": {"type": "number"}, "2020-05-23": {"type": "number"}, "2020-05-24": {"type": "number"}, "2020-05-25": {"type": "number"}, "2020-05-26": {"type": "number"}, "2020-05-27": {"type": "number"}, "2020-05-28": {"type": "number"}, "2020-05-29": {"type": "number"}, "2020-05-30": {"type": "number"}, "2020-05-31": {"type": "number"}, "2020-06-01": {"type": "number"}, "2020-06-02": {"type": "number"}, "2020-06-03": {"type": "number"}, "2020-06-04": {"type": "number"}, "2020-06-05": {"type": "number"}, "2020-06-06": {"type": "number"}, "2020-06-07": {"type": "number"}, "2020-06-08": {"type": "number"}, "2020-06-09": {"type": "number"}, "2020-06-10": {"type": "number"}, "2020-06-11": {"type": "number"}, "2020-06-12": {"type": "number"}, "2020-06-13": {"type": "number"}, "2020-06-14": {"type": "number"}, "2020-06-15": {"type": "number"}, "2020-06-16": {"type": "number"}, "2020-06-17": {"type": "number"}, "2020-06-18": {"type": "number"}, "2020-06-19": {"type": "number"}, "2020-06-20": {"type": "number"}, "2020-06-21": {"type": "number"}, "2020-06-22": {"type": "number"}, "2020-06-23": {"type": "number"}, "2020-06-24": {"type": "number"}, "2020-06-25": {"type": "number"}, "2020-06-26": {"type": "number"}, "2020-06-27": {"type": "number"}, "2020-06-28": {"type": "number"}, "2020-06-29": {"type": "number"}, "2020-06-30": {"type": "number"}, "2020-07-01": {"type": "number"}, "2020-07-02": {"type": "number"}, "2020-07-03": {"type": "number"}, "2020-07-04": {"type": "number"}, "2020-07-05": {"type": "number"}, "2020-07-06": {"type": "number"}, "2020-07-07": {"type": "number"}, "2020-07-08": {"type": "number"}, "2020-07-09": {"type": "number"}, "2020-07-10": {"type": "number"}, "2020-07-11": {"type": "number"}, "2020-07-12": {"type": "number"}, "2020-07-13": {"type": "number"}, "2020-07-14": {"type": "number"}, "2020-07-15": {"type": "number"}, "2020-07-16": {"type": "number"}, "2020-07-17": {"type": "number"}, "2020-07-18": {"type": "number"}, "2020-07-19": {"type": "number"}, "2020-07-20": {"type": "number"}, "2020-07-21": {"type": "number"}, "2020-07-22": {"type": "number"}, "2020-07-23": {"type": "number"}, "2020-07-24": {"type": "number"}, "2020-07-25": {"type": "number"}, "2020-07-26": {"type": "number"}, "2020-07-27": {"type": "number"}, "2020-07-28": {"type": "number"}, "2020-07-29": {"type": "number"}, "2020-07-30": {"type": "number"}, "2020-07-31": {"type": "number"}, "2020-08-01": {"type": "number"}, "2020-08-02": {"type": "number"}, "2020-08-03": {"type": "number"}, "2020-08-04": {"type": "number"}, "2020-08-05": {"type": "number"}, "2020-08-06": {"type": "number"}, "2020-08-07": {"type": "number"}, "2020-08-08": {"type": "number"}, "2020-08-09": {"type": "number"}, "2020-08-10": {"type": "number"}, "2020-08-11": {"type": "number"}, "2020-08-12": {"type": "number"}, "2020-08-13": {"type": "number"}, "2020-08-14": {"type": "number"}, "2020-08-15": {"type": "number"}, "2020-08-16": {"type": "number"}, "2020-08-17": {"type": "number"}, "2020-08-18": {"type": "number"}, "2020-08-19": {"type": "number"}, "2020-08-20": {"type": "number"}, "2020-08-21": {"type": "number"}, "2020-08-22": {"type": "number"}, "2020-08-23": {"type": "number"}, "2020-08-24": {"type": "number"}, "2020-08-25": {"type": "number"}, "2020-08-26": {"type": "number"}, "2020-08-27": {"type": "number"}, "2020-08-28": {"type": "number"}, "2020-08-29": {"type": "number"}, "2020-08-30": {"type": "number"}, "2020-08-31": {"type": "number"}, "2020-09-01": {"type": "number"}, "2020-09-02": {"type": "number"}, "2020-09-03": {"type": "number"}, "2020-09-04": {"type": "number"}, "2020-09-05": {"type": "number"}, "2020-09-06": {"type": "number"}, "2020-09-07": {"type": "number"}, "2020-09-08": {"type": "number"}, "2020-09-09": {"type": "number"}, "2020-09-10": {"type": "number"}, "2020-09-11": {"type": "number"}, "2020-09-12": {"type": "number"}, "2020-09-13": {"type": "number"}, "2020-09-14": {"type": "number"}, "2020-09-15": {"type": "number"}, "2020-09-16": {"type": "number"}, "2020-09-17": {"type": "number"}, "2020-09-18": {"type": "number"}, "2020-09-19": {"type": "number"}, "2020-09-20": {"type": "number"}, "2020-09-21": {"type": "number"}, "2020-09-22": {"type": "number"}, "2020-09-23": {"type": "number"}, "2020-09-24": {"type": "number"}, "2020-09-25": {"type": "number"}, "2020-09-26": {"type": "number"}, "2020-09-27": {"type": "number"}, "2020-09-28": {"type": "number"}, "2020-09-29": {"type": "number"}, "2020-09-30": {"type": "number"}, "2020-10-01": {"type": "number"}, "2020-10-02": {"type": "number"}, "2020-10-03": {"type": "number"}, "2020-10-04": {"type": "number"}, "2020-10-05": {"type": "number"}, "2020-10-06": {"type": "number"}, "2020-10-07": {"type": "number"}, "2020-10-08": {"type": "number"}, "2020-10-09": {"type": "number"}, "2020-10-10": {"type": "number"}, "2020-10-11": {"type": "number"}, "2020-10-12": {"type": "number"}, "2020-10-13": {"type": "number"}, "2020-10-14": {"type": "number"}, "2020-10-15": {"type": "number"}, "2020-10-16": {"type": "number"}, "2020-10-17": {"type": "number"}, "2020-10-18": {"type": "number"}, "2020-10-19": {"type": "number"}, "2020-10-20": {"type": "number"}, "2020-10-21": {"type": "number"}, "2020-10-22": {"type": "number"}, "2020-10-23": {"type": "number"}, "2020-10-24": {"type": "number"}, "2020-10-25": {"type": "number"}, "2020-10-26": {"type": "number"}, "2020-10-27": {"type": "number"}, "2020-10-28": {"type": "number"}, "2020-10-29": {"type": "number"}, "2020-10-30": {"type": "number"}, "2020-10-31": {"type": "number"}, "2020-11-01": {"type": "number"}, "2020-11-02": {"type": "number"}, "2020-11-03": {"type": "number"}, "2020-11-04": {"type": "number"}, "2020-11-05": {"type": "number"}, "2020-11-06": {"type": "number"}, "2020-11-07": {"type": "number"}, "2020-11-08": {"type": "number"}, "2020-11-09": {"type": "number"}, "2020-11-10": {"type": "number"}, "2020-11-11": {"type": "number"}, "2020-11-12": {"type": "number"}, "2020-11-13": {"type": "number"}, "2020-11-14": {"type": "number"}, "2020-11-15": {"type": "number"}, "2020-11-16": {"type": "number"}, "2020-11-17": {"type": "number"}, "2020-11-18": {"type": "number"}, "2020-11-19": {"type": "number"}, "2020-11-20": {"type": "number"}, "2020-11-21": {"type": "number"}, "2020-11-22": {"type": "number"}, "2020-11-23": {"type": "number"}, "2020-11-24": {"type": "number"}, "2020-11-25": {"type": "number"}, "2020-11-26": {"type": "number"}, "2020-11-27": {"type": "number"}, "2020-11-28": {"type": "number"}, "2020-11-29": {"type": "number"}, "2020-11-30": {"type": "number"}, "2020-12-01": {"type": "number"}, "2020-12-02": {"type": "number"}, "2020-12-03": {"type": "number"}, "2020-12-04": {"type": "number"}, "2020-12-05": {"type": "number"}, "2020-12-06": {"type": "number"}, "2020-12-07": {"type": "number"}, "2020-12-08": {"type": "number"}, "2020-12-09": {"type": "number"}, "2020-12-10": {"type": "number"}, "2020-12-11": {"type": "number"}, "2020-12-12": {"type": "number"}, "2020-12-13": {"type": "number"}, "2020-12-14": {"type": "number"}, "2020-12-15": {"type": "number"}, "2020-12-16": {"type": "number"}, "2020-12-17": {"type": "number"}, "2020-12-18": {"type": "number"}, "2020-12-19": {"type": "number"}, "2020-12-20": {"type": "number"}, "2020-12-21": {"type": "number"}, "2020-12-22": {"type": "number"}, "2020-12-23": {"type": "number"}, "2020-12-24": {"type": "number"}, "2020-12-25": {"type": "number"}, "2020-12-26": {"type": "number"}, "2020-12-27": {"type": "number"}, "2020-12-28": {"type": "number"}, "2020-12-29": {"type": "number"}, "2020-12-30": {"type": "number"}, "2020-12-31": {"type": "number"}}, "required": ["2020-01-10", "2020-01-11", "2020-01-12", "2020-01-13", "2020-01-14", "2020-01-15", "2020-01-16", "2020-01-17", "2020-01-18", "2020-01-19", "2020-01-20", "2020-01-21", "2020-01-22", "2020-01-23", "2020-01-24", "2020-01-25", "2020-01-26", "2020-01-27", "2020-01-28", "2020-01-29", "2020-01-30", "2020-01-31", "2020-02-01", "2020-02-02", "2020-02-03", "2020-02-04", "2020-02-05", "2020-02-06", "2020-02-07", "2020-02-08", "2020-02-09", "2020-02-10", "2020-02-11", "2020-02-12", "2020-02-13", "2020-02-14", "2020-02-15", "2020-02-16", "2020-02-17", "2020-02-18", "2020-02-19", "2020-02-20", "2020-02-21", "2020-02-22", "2020-02-23", "2020-02-24", "2020-02-25", "2020-02-26", "2020-02-27", "2020-02-28", "2020-02-29", "2020-03-01", "2020-03-02", "2020-03-03", "2020-03-04", "2020-03-05", "2020-03-06", "2020-03-07", "2020-03-08", "2020-03-09", "2020-03-10", "2020-03-11", "2020-03-12", "2020-03-13", "2020-03-14", "2020-03-15", "2020-03-16", "2020-03-17", "2020-03-18", "2020-03-19", "2020-03-20", "2020-03-21", "2020-03-22", "2020-03-23", "2020-03-24", "2020-03-25", "2020-03-26", "2020-03-27", "2020-03-28", "2020-03-29", "2020-03-30", "2020-03-31", "2020-04-01", "2020-04-02", "2020-04-03", "2020-04-04", "2020-04-05", "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2020-04-11", "2020-04-12", "2020-04-13", "2020-04-14", "2020-04-15", "2020-04-16", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-04-21", "2020-04-22", "2020-04-23", "2020-04-24", "2020-04-25", "2020-04-26", "2020-04-27", "2020-04-28", "2020-04-29", "2020-04-30", "2020-05-01", "2020-05-02", "2020-05-03", "2020-05-04", "2020-05-05", "2020-05-06", "2020-05-07", "2020-05-08", "2020-05-09", "2020-05-10", "2020-05-11", "2020-05-12", "2020-05-13", "2020-05-14", "2020-05-15", "2020-05-16", "2020-05-17", "2020-05-18", "2020-05-19", "2020-05-20", "2020-05-21", "2020-05-22", "2020-05-23", "2020-05-24", "2020-05-25", "2020-05-26", "2020-05-27", "2020-05-28", "2020-05-29", "2020-05-30", "2020-05-31", "2020-06-01", "2020-06-02", "2020-06-03", "2020-06-04", "2020-06-05", "2020-06-06", "2020-06-07", "2020-06-08", "2020-06-09", "2020-06-10", "2020-06-11", "2020-06-12", "2020-06-13", "2020-06-14", "2020-06-15", "2020-06-16", "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17", "2020-07-18", "2020-07-19", "2020-07-20", "2020-07-21", "2020-07-22", "2020-07-23", "2020-07-24", "2020-07-25", "2020-07-26", "2020-07-27", "2020-07-28", "2020-07-29", "2020-07-30", "2020-07-31", "2020-08-01", "2020-08-02", "2020-08-03", "2020-08-04", "2020-08-05", "2020-08-06", "2020-08-07", "2020-08-08", "2020-08-09", "2020-08-10", "2020-08-11", "2020-08-12", "2020-08-13", "2020-08-14", "2020-08-15", "2020-08-16", "2020-08-17", "2020-08-18", "2020-08-19", "2020-08-20", "2020-08-21", "2020-08-22", "2020-08-23", "2020-08-24", "2020-08-25", "2020-08-26", "2020-08-27", "2020-08-28", "2020-08-29", "2020-08-30", "2020-08-31", "2020-09-01", "2020-09-02", "2020-09-03", "2020-09-04", "2020-09-05", "2020-09-06", "2020-09-07", "2020-09-08", "2020-09-09", "2020-09-10", "2020-09-11", "2020-09-12", "2020-09-13", "2020-09-14", "2020-09-15", "2020-09-16", "2020-09-17", "2020-09-18", "2020-09-19", "2020-09-20", "2020-09-21", "2020-09-22", "2020-09-23", "2020-09-24", "2020-09-25", "2020-09-26", "2020-09-27", "2020-09-28", "2020-09-29", "2020-09-30", "2020-10-01", "2020-10-02", "2020-10-03", "2020-10-04", "2020-10-05", "2020-10-06", "2020-10-07", "2020-10-08", "2020-10-09", "2020-10-10", "2020-10-11", "2020-10-12", "2020-10-13", "2020-10-14", "2020-10-15", "2020-10-16", "2020-10-17", "2020-10-18", "2020-10-19", "2020-10-20", "2020-10-21", "2020-10-22", "2020-10-23", "2020-10-24", "2020-10-25", "2020-10-26", "2020-10-27", "2020-10-28", "2020-10-29", "2020-10-30", "2020-10-31", "2020-11-01", "2020-11-02", "2020-11-03", "2020-11-04", "2020-11-05", "2020-11-06", "2020-11-07", "2020-11-08", "2020-11-09", "2020-11-10", "2020-11-11", "2020-11-12", "2020-11-13", "2020-11-14", "2020-11-15", "2020-11-16", "2020-11-17", "2020-11-18", "2020-11-19", "2020-11-20", "2020-11-21", "2020-11-22", "2020-11-23", "2020-11-24", "2020-11-25", "2020-11-26", "2020-11-27", "2020-11-28", "2020-11-29", "2020-11-30", "2020-12-01", "2020-12-02", "2020-12-03", "2020-12-04", "2020-12-05", "2020-12-06", "2020-12-07", "2020-12-08", "2020-12-09", "2020-12-10", "2020-12-11", "2020-12-12", "2020-12-13", "2020-12-14", "2020-12-15", "2020-12-16", "2020-12-17", "2020-12-18", "2020-12-19", "2020-12-20", "2020-12-21", "2020-12-22", "2020-12-23", "2020-12-24", "2020-12-25", "2020-12-26", "2020-12-27", "2020-12-28", "2020-12-29", "2020-12-30", "2020-12-31"]}}, "required": ["Small business openings and revenue data from Womply"]}
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-21": 0.00599, "2020-01-22": -0.00126, "2020-01-23": 0.00105, "2020-01-24": 0.00592, "2020-01-25": 0.0161, "2020-01-26": 0.00699, "2020-01-27": -0.000725, "2020-01-28": -0.00333, "2020-01-29": -0.00355, "2020-01-30": 0.0114, "2020-01-31": 0.0222, "2020-02-01": -0.00027, "2020-02-02": -0.00246, "2020-02-03": 0.0211, "2020-02-04": 0.0151, "2020-02-05": 0.00523, "2020-02-06": -0.0111, "2020-02-07": -0.00909, "2020-02-08": 0.0251, "2020-02-09": 0.0593, "2020-02-10": 0.112, "2020-02-11": 0.12, "2020-02-12": 0.138, "2020-02-13": 0.124, "2020-02-14": 0.112, "2020-02-15": 0.0935, "2020-02-16": 0.0575, "2020-02-17": -0.015, "2020-02-18": 0.0463, "2020-02-19": 0.0414, "2020-02-20": 0.0633, "2020-02-21": 0.0585, "2020-02-22": 0.0505, "2020-02-23": 0.0477, "2020-02-24": -0.0179, "2020-02-25": -0.0245, "2020-02-26": -0.0121, "2020-02-27": -0.0327, "2020-02-28": -0.0303, "2020-02-29": -0.00762, "2020-03-01": -0.0307, "2020-03-02": -0.0164, "2020-03-03": -0.00612, "2020-03-04": -0.027, "2020-03-05": -0.0414, "2020-03-06": -0.0476, "2020-03-07": -0.044, "2020-03-08": -0.022, "2020-03-09": -0.0436, "2020-03-10": -0.0547, "2020-03-11": -0.0558, "2020-03-12": -0.0638, "2020-03-13": -0.0757, "2020-03-14": -0.0941, "2020-03-15": -0.116, "2020-03-16": -0.127, "2020-03-17": -0.161, "2020-03-18": -0.19, "2020-03-19": -0.222, "2020-03-20": -0.263, "2020-03-21": -0.305, "2020-03-22": -0.326, "2020-03-23": -0.364, "2020-03-24": -0.395, "2020-03-25": -0.424, "2020-03-26": -0.445, "2020-03-27": -0.468, "2020-03-28": -0.485, "2020-03-29": -0.494, "2020-03-30": -0.502, "2020-03-31": -0.498, "2020-04-01": -0.493, "2020-04-02": -0.489, "2020-04-03": -0.488, "2020-04-04": -0.49, "2020-04-05": -0.489, "2020-04-06": -0.485, "2020-04-07": -0.487, "2020-04-08": -0.486, "2020-04-09": -0.489, "2020-04-10": -0.489, "2020-04-11": -0.484, "2020-04-12": -0.491, "2020-04-13": -0.492, "2020-04-14": -0.485, "2020-04-15": -0.468, "2020-04-16": -0.458, "2020-04-17": -0.446, "2020-04-18": -0.44, "2020-04-19": -0.423, "2020-04-20": -0.409, "2020-04-21": -0.386, "2020-04-22": -0.392, "2020-04-23": -0.397, "2020-04-24": -0.395, "2020-04-25": -0.39, "2020-04-26": -0.391, "2020-04-27": -0.39, "2020-04-28": -0.402, "2020-04-29": -0.395, "2020-04-30": -0.384, "2020-05-01": -0.369, "2020-05-02": -0.355, "2020-05-03": -0.355, "2020-05-04": -0.344, "2020-05-05": -0.328, "2020-05-06": -0.319, "2020-05-07": -0.309, "2020-05-08": -0.305, "2020-05-09": -0.302, "2020-05-10": -0.297, "2020-05-11": -0.304, "2020-05-12": -0.311, "2020-05-13": -0.305, "2020-05-14": -0.301, "2020-05-15": -0.292, "2020-05-16": -0.288, "2020-05-17": -0.281, "2020-05-18": -0.265, "2020-05-19": -0.254, "2020-05-20": -0.248, "2020-05-21": -0.237, "2020-05-22": -0.228, "2020-05-23": -0.226, "2020-05-24": -0.226, "2020-05-25": -0.237, "2020-05-26": -0.225, "2020-05-27": -0.225, "2020-05-28": -0.226, "2020-05-29": -0.222, "2020-05-30": -0.227, "2020-05-31": -0.238, "2020-06-01": -0.231, "2020-06-02": -0.227, "2020-06-03": -0.242, "2020-06-04": -0.256, "2020-06-05": -0.269, "2020-06-06": -0.27, "2020-06-07": -0.262, "2020-06-08": -0.264, "2020-06-09": -0.27, "2020-06-10": -0.265, "2020-06-11": -0.258, "2020-06-12": -0.263, "2020-06-13": -0.261, "2020-06-14": -0.261, "2020-06-15": -0.259, "2020-06-16": -0.258, "2020-06-17": -0.25, "2020-06-18": -0.245, "2020-06-19": -0.234, "2020-06-20": -0.226, "2020-06-21": -0.219, "2020-06-22": -0.222, "2020-06-23": -0.222, "2020-06-24": -0.223, "2020-06-25": -0.224, "2020-06-26": -0.227, "2020-06-27": -0.233, "2020-06-28": -0.244, "2020-06-29": -0.241, "2020-06-30": -0.233, "2020-07-01": -0.238, "2020-07-02": -0.226, "2020-07-03": -0.266, "2020-07-04": -0.195, "2020-07-05": -0.199, "2020-07-06": -0.217, "2020-07-07": -0.221, "2020-07-08": -0.224, "2020-07-09": -0.24, "2020-07-10": -0.243, "2020-07-11": -0.245, "2020-07-12": -0.238, "2020-07-13": -0.249, "2020-07-14": -0.253, "2020-07-15": -0.25, "2020-07-16": -0.25, "2020-07-17": -0.249, "2020-07-18": -0.248, "2020-07-19": -0.247, "2020-07-20": -0.248, "2020-07-21": -0.252, "2020-07-22": -0.252, "2020-07-23": -0.24, "2020-07-24": -0.237, "2020-07-25": -0.239, "2020-07-26": -0.238, "2020-07-27": -0.24, "2020-07-28": -0.238, "2020-07-29": -0.239, "2020-07-30": -0.248, "2020-07-31": -0.248, "2020-08-01": -0.259, "2020-08-02": -0.266, "2020-08-03": -0.263, "2020-08-04": -0.271, "2020-08-05": -0.286, "2020-08-06": -0.293, "2020-08-07": -0.302, "2020-08-08": -0.29, "2020-08-09": -0.286, "2020-08-10": -0.294, "2020-08-11": -0.293, "2020-08-12": -0.286, "2020-08-13": -0.286, "2020-08-14": -0.287, "2020-08-15": -0.296, "2020-08-16": -0.296, "2020-08-17": -0.297, "2020-08-18": -0.294, "2020-08-19": -0.294, "2020-08-20": -0.292, "2020-08-21": -0.291, "2020-08-22": -0.285, "2020-08-23": -0.284, "2020-08-24": -0.285, "2020-08-25": -0.286, "2020-08-26": -0.284, "2020-08-27": -0.284, "2020-08-28": -0.284, "2020-08-29": -0.282, "2020-08-30": -0.291, "2020-08-31": -0.289, "2020-09-01": -0.281, "2020-09-02": -0.276, "2020-09-03": -0.271, "2020-09-04": -0.26, "2020-09-05": -0.259, "2020-09-06": -0.245, "2020-09-07": -0.267, "2020-09-08": -0.236, "2020-09-09": -0.243, "2020-09-10": -0.235, "2020-09-11": -0.241, "2020-09-12": -0.242, "2020-09-13": -0.249, "2020-09-14": -0.258, "2020-09-15": -0.26, "2020-09-16": -0.265, "2020-09-17": -0.266, "2020-09-18": -0.265, "2020-09-19": -0.259, "2020-09-20": -0.256, "2020-09-21": -0.256, "2020-09-22": -0.263, "2020-09-23": -0.26, "2020-09-24": -0.26, "2020-09-25": -0.261, "2020-09-26": -0.265, "2020-09-27": -0.264, "2020-09-28": -0.267, "2020-09-29": -0.265, "2020-09-30": -0.266, "2020-10-01": -0.268, "2020-10-02": -0.265, "2020-10-03": -0.267, "2020-10-04": -0.264, "2020-10-05": -0.258, "2020-10-06": -0.257, "2020-10-07": -0.259, "2020-10-08": -0.259, "2020-10-09": -0.262, "2020-10-10": -0.264, "2020-10-11": -0.264, "2020-10-12": -0.269, "2020-10-13": -0.265, "2020-10-14": -0.27, "2020-10-15": -0.263, "2020-10-16": -0.265, "2020-10-17": -0.26, "2020-10-18": -0.244, "2020-10-19": -0.253, "2020-10-20": -0.255, "2020-10-21": -0.252, "2020-10-22": -0.254, "2020-10-23": -0.253, "2020-10-24": -0.254, "2020-10-25": -0.269, "2020-10-26": -0.272, "2020-10-27": -0.267, "2020-10-28": -0.269, "2020-10-29": -0.269, "2020-10-30": -0.26, "2020-10-31": -0.262, "2020-11-01": -0.284, "2020-11-02": -0.278, "2020-11-03": -0.277, "2020-11-04": -0.288, "2020-11-05": -0.295, "2020-11-06": -0.308, "2020-11-07": -0.313, "2020-11-08": -0.3, "2020-11-09": -0.313, "2020-11-10": -0.318, "2020-11-11": -0.309, "2020-11-12": -0.314, "2020-11-13": -0.318, "2020-11-14": -0.322, "2020-11-15": -0.32, "2020-11-16": -0.313, "2020-11-17": -0.314, "2020-11-18": -0.306, "2020-11-19": -0.311, "2020-11-20": -0.312, "2020-11-21": -0.312, "2020-11-22": -0.314, "2020-11-23": -0.317, "2020-11-24": -0.312, "2020-11-25": -0.332, "2020-11-26": -0.344, "2020-11-27": -0.351, "2020-11-28": -0.322, "2020-11-29": -0.321, "2020-11-30": -0.324, "2020-12-01": -0.293, "2020-12-02": -0.281, "2020-12-03": -0.27, "2020-12-04": -0.27, "2020-12-05": -0.269, "2020-12-06": -0.291, "2020-12-07": -0.296, "2020-12-08": -0.315, "2020-12-09": -0.32, "2020-12-10": -0.316, "2020-12-11": -0.318, "2020-12-12": -0.315, "2020-12-13": -0.317, "2020-12-14": -0.331, "2020-12-15": -0.326, "2020-12-16": -0.332, "2020-12-17": -0.341, "2020-12-18": -0.351, "2020-12-19": -0.359, "2020-12-20": -0.362, "2020-12-21": -0.349, "2020-12-22": -0.348, "2020-12-23": -0.342, "2020-12-24": -0.343, "2020-12-25": -0.366, "2020-12-26": -0.345, "2020-12-27": -0.325, "2020-12-28": -0.316, "2020-12-29": -0.323, "2020-12-30": -0.321, "2020-12-31": -0.311}}
{"$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": {"type": "number"}, "2020-01-15": {"type": "number"}, "2020-01-16": {"type": "number"}, "2020-01-17": {"type": "number"}, "2020-01-18": {"type": "number"}, "2020-01-19": {"type": "number"}, "2020-01-20": {"type": "number"}, "2020-01-21": {"type": "number"}, "2020-01-22": {"type": "number"}, "2020-01-23": {"type": "number"}, "2020-01-24": {"type": "number"}, "2020-01-25": {"type": "number"}, "2020-01-26": {"type": "number"}, "2020-01-27": {"type": "number"}, "2020-01-28": {"type": "number"}, "2020-01-29": {"type": "number"}, "2020-01-30": {"type": "number"}, "2020-01-31": {"type": "number"}, "2020-02-01": {"type": "number"}, "2020-02-02": {"type": "number"}, "2020-02-03": {"type": "number"}, "2020-02-04": {"type": "number"}, "2020-02-05": {"type": "number"}, "2020-02-06": {"type": "number"}, "2020-02-07": {"type": "number"}, "2020-02-08": {"type": "number"}, "2020-02-09": {"type": "number"}, "2020-02-10": {"type": "number"}, "2020-02-11": {"type": "number"}, "2020-02-12": {"type": "number"}, "2020-02-13": {"type": "number"}, "2020-02-14": {"type": "number"}, "2020-02-15": {"type": "number"}, "2020-02-16": {"type": "number"}, "2020-02-17": {"type": "number"}, "2020-02-18": {"type": "number"}, "2020-02-19": {"type": "number"}, "2020-02-20": {"type": "number"}, "2020-02-21": {"type": "number"}, "2020-02-22": {"type": "number"}, "2020-02-23": {"type": "number"}, "2020-02-24": {"type": "number"}, "2020-02-25": {"type": "number"}, "2020-02-26": {"type": "number"}, "2020-02-27": {"type": "number"}, "2020-02-28": {"type": "number"}, "2020-02-29": {"type": "number"}, "2020-03-01": {"type": "number"}, "2020-03-02": {"type": "number"}, "2020-03-03": {"type": "number"}, "2020-03-04": {"type": "number"}, "2020-03-05": {"type": "number"}, "2020-03-06": {"type": "number"}, "2020-03-07": {"type": "number"}, "2020-03-08": {"type": "number"}, "2020-03-09": {"type": "number"}, "2020-03-10": {"type": "number"}, "2020-03-11": {"type": "number"}, "2020-03-12": {"type": "number"}, "2020-03-13": {"type": "number"}, "2020-03-14": {"type": "number"}, "2020-03-15": {"type": "number"}, "2020-03-16": {"type": "number"}, "2020-03-17": {"type": "number"}, "2020-03-18": {"type": "number"}, "2020-03-19": {"type": "number"}, "2020-03-20": {"type": "number"}, "2020-03-21": {"type": "number"}, "2020-03-22": {"type": "number"}, "2020-03-23": {"type": "number"}, "2020-03-24": {"type": "number"}, "2020-03-25": {"type": "number"}, "2020-03-26": {"type": "number"}, "2020-03-27": {"type": "number"}, "2020-03-28": {"type": "number"}, "2020-03-29": {"type": "number"}, "2020-03-30": {"type": "number"}, "2020-03-31": {"type": "number"}, "2020-04-01": {"type": "number"}, "2020-04-02": {"type": "number"}, "2020-04-03": {"type": "number"}, "2020-04-04": {"type": "number"}, "2020-04-05": {"type": "number"}, "2020-04-06": {"type": "number"}, "2020-04-07": {"type": "number"}, "2020-04-08": {"type": "number"}, "2020-04-09": {"type": "number"}, "2020-04-10": {"type": "number"}, "2020-04-11": {"type": "number"}, "2020-04-12": {"type": "number"}, "2020-04-13": {"type": "number"}, "2020-04-14": {"type": "number"}, "2020-04-15": {"type": "number"}, "2020-04-16": {"type": "number"}, "2020-04-17": {"type": "number"}, "2020-04-18": {"type": "number"}, "2020-04-19": {"type": "number"}, "2020-04-20": {"type": "number"}, "2020-04-21": {"type": "number"}, "2020-04-22": {"type": "number"}, "2020-04-23": {"type": "number"}, "2020-04-24": {"type": "number"}, "2020-04-25": {"type": "number"}, "2020-04-26": {"type": "number"}, "2020-04-27": {"type": "number"}, "2020-04-28": {"type": "number"}, "2020-04-29": {"type": "number"}, "2020-04-30": {"type": "number"}, "2020-05-01": {"type": "number"}, "2020-05-02": {"type": "number"}, "2020-05-03": {"type": "number"}, "2020-05-04": {"type": "number"}, "2020-05-05": {"type": "number"}, "2020-05-06": {"type": "number"}, "2020-05-07": {"type": "number"}, "2020-05-08": {"type": "number"}, "2020-05-09": {"type": "number"}, "2020-05-10": {"type": "number"}, "2020-05-11": {"type": "number"}, "2020-05-12": {"type": "number"}, "2020-05-13": {"type": "number"}, "2020-05-14": {"type": "number"}, "2020-05-15": {"type": "number"}, "2020-05-16": {"type": "number"}, "2020-05-17": {"type": "number"}, "2020-05-18": {"type": "number"}, "2020-05-19": {"type": "number"}, "2020-05-20": {"type": "number"}, "2020-05-21": {"type": "number"}, "2020-05-22": {"type": "number"}, "2020-05-23": {"type": "number"}, "2020-05-24": {"type": "number"}, "2020-05-25": {"type": "number"}, "2020-05-26": {"type": "number"}, "2020-05-27": {"type": "number"}, "2020-05-28": {"type": "number"}, "2020-05-29": {"type": "number"}, "2020-05-30": {"type": "number"}, "2020-05-31": {"type": "number"}, "2020-06-01": {"type": "number"}, "2020-06-02": {"type": "number"}, "2020-06-03": {"type": "number"}, "2020-06-04": {"type": "number"}, "2020-06-05": {"type": "number"}, "2020-06-06": {"type": "number"}, "2020-06-07": {"type": "number"}, "2020-06-08": {"type": "number"}, "2020-06-09": {"type": "number"}, "2020-06-10": {"type": "number"}, "2020-06-11": {"type": "number"}, "2020-06-12": {"type": "number"}, "2020-06-13": {"type": "number"}, "2020-06-14": {"type": "number"}, "2020-06-15": {"type": "number"}, "2020-06-16": {"type": "number"}, "2020-06-17": {"type": "number"}, "2020-06-18": {"type": "number"}, "2020-06-19": {"type": "number"}, "2020-06-20": {"type": "number"}, "2020-06-21": {"type": "number"}, "2020-06-22": {"type": "number"}, "2020-06-23": {"type": "number"}, "2020-06-24": {"type": "number"}, "2020-06-25": {"type": "number"}, "2020-06-26": {"type": "number"}, "2020-06-27": {"type": "number"}, "2020-06-28": {"type": "number"}, "2020-06-29": {"type": "number"}, "2020-06-30": {"type": "number"}, "2020-07-01": {"type": "number"}, "2020-07-02": {"type": "number"}, "2020-07-03": {"type": "number"}, "2020-07-04": {"type": "number"}, "2020-07-05": {"type": "number"}, "2020-07-06": {"type": "number"}, "2020-07-07": {"type": "number"}, "2020-07-08": {"type": "number"}, "2020-07-09": {"type": "number"}, "2020-07-10": {"type": "number"}, "2020-07-11": {"type": "number"}, "2020-07-12": {"type": "number"}, "2020-07-13": {"type": "number"}, "2020-07-14": {"type": "number"}, "2020-07-15": {"type": "number"}, "2020-07-16": {"type": "number"}, "2020-07-17": {"type": "number"}, "2020-07-18": {"type": "number"}, "2020-07-19": {"type": "number"}, "2020-07-20": {"type": "number"}, "2020-07-21": {"type": "number"}, "2020-07-22": {"type": "number"}, "2020-07-23": {"type": "number"}, "2020-07-24": {"type": "number"}, "2020-07-25": {"type": "number"}, "2020-07-26": {"type": "number"}, "2020-07-27": {"type": "number"}, "2020-07-28": {"type": "number"}, "2020-07-29": {"type": "number"}, "2020-07-30": {"type": "number"}, "2020-07-31": {"type": "number"}, "2020-08-01": {"type": "number"}, "2020-08-02": {"type": "number"}, "2020-08-03": {"type": "number"}, "2020-08-04": {"type": "number"}, "2020-08-05": {"type": "number"}, "2020-08-06": {"type": "number"}, "2020-08-07": {"type": "number"}, "2020-08-08": {"type": "number"}, "2020-08-09": {"type": "number"}, "2020-08-10": {"type": "number"}, "2020-08-11": {"type": "number"}, "2020-08-12": {"type": "number"}, "2020-08-13": {"type": "number"}, "2020-08-14": {"type": "number"}, "2020-08-15": {"type": "number"}, "2020-08-16": {"type": "number"}, "2020-08-17": {"type": "number"}, "2020-08-18": {"type": "number"}, "2020-08-19": {"type": "number"}, "2020-08-20": {"type": "number"}, "2020-08-21": {"type": "number"}, "2020-08-22": {"type": "number"}, "2020-08-23": {"type": "number"}, "2020-08-24": {"type": "number"}, "2020-08-25": {"type": "number"}, "2020-08-26": {"type": "number"}, "2020-08-27": {"type": "number"}, "2020-08-28": {"type": "number"}, "2020-08-29": {"type": "number"}, "2020-08-30": {"type": "number"}, "2020-08-31": {"type": "number"}, "2020-09-01": {"type": "number"}, "2020-09-02": {"type": "number"}, "2020-09-03": {"type": "number"}, "2020-09-04": {"type": "number"}, "2020-09-05": {"type": "number"}, "2020-09-06": {"type": "number"}, "2020-09-07": {"type": "number"}, "2020-09-08": {"type": "number"}, "2020-09-09": {"type": "number"}, "2020-09-10": {"type": "number"}, "2020-09-11": {"type": "number"}, "2020-09-12": {"type": "number"}, "2020-09-13": {"type": "number"}, "2020-09-14": {"type": "number"}, "2020-09-15": {"type": "number"}, "2020-09-16": {"type": "number"}, "2020-09-17": {"type": "number"}, "2020-09-18": {"type": "number"}, "2020-09-19": {"type": "number"}, "2020-09-20": {"type": "number"}, "2020-09-21": {"type": "number"}, "2020-09-22": {"type": "number"}, "2020-09-23": {"type": "number"}, "2020-09-24": {"type": "number"}, "2020-09-25": {"type": "number"}, "2020-09-26": {"type": "number"}, "2020-09-27": {"type": "number"}, "2020-09-28": {"type": "number"}, "2020-09-29": {"type": "number"}, "2020-09-30": {"type": "number"}, "2020-10-01": {"type": "number"}, "2020-10-02": {"type": "number"}, "2020-10-03": {"type": "number"}, "2020-10-04": {"type": "number"}, "2020-10-05": {"type": "number"}, "2020-10-06": {"type": "number"}, "2020-10-07": {"type": "number"}, "2020-10-08": {"type": "number"}, "2020-10-09": {"type": "number"}, "2020-10-10": {"type": "number"}, "2020-10-11": {"type": "number"}, "2020-10-12": {"type": "number"}, "2020-10-13": {"type": "number"}, "2020-10-14": {"type": "number"}, "2020-10-15": {"type": "number"}, "2020-10-16": {"type": "number"}, "2020-10-17": {"type": "number"}, "2020-10-18": {"type": "number"}, "2020-10-19": {"type": "number"}, "2020-10-20": {"type": "number"}, "2020-10-21": {"type": "number"}, "2020-10-22": {"type": "number"}, "2020-10-23": {"type": "number"}, "2020-10-24": {"type": "number"}, "2020-10-25": {"type": "number"}, "2020-10-26": {"type": "number"}, "2020-10-27": {"type": "number"}, "2020-10-28": {"type": "number"}, "2020-10-29": {"type": "number"}, "2020-10-30": {"type": "number"}, "2020-10-31": {"type": "number"}, "2020-11-01": {"type": "number"}, "2020-11-02": {"type": "number"}, "2020-11-03": {"type": "number"}, "2020-11-04": {"type": "number"}, "2020-11-05": {"type": "number"}, "2020-11-06": {"type": "number"}, "2020-11-07": {"type": "number"}, "2020-11-08": {"type": "number"}, "2020-11-09": {"type": "number"}, "2020-11-10": {"type": "number"}, "2020-11-11": {"type": "number"}, "2020-11-12": {"type": "number"}, "2020-11-13": {"type": "number"}, "2020-11-14": {"type": "number"}, "2020-11-15": {"type": "number"}, "2020-11-16": {"type": "number"}, "2020-11-17": {"type": "number"}, "2020-11-18": {"type": "number"}, "2020-11-19": {"type": "number"}, "2020-11-20": {"type": "number"}, "2020-11-21": {"type": "number"}, "2020-11-22": {"type": "number"}, "2020-11-23": {"type": "number"}, "2020-11-24": {"type": "number"}, "2020-11-25": {"type": "number"}, "2020-11-26": {"type": "number"}, "2020-11-27": {"type": "number"}, "2020-11-28": {"type": "number"}, "2020-11-29": {"type": "number"}, "2020-11-30": {"type": "number"}, "2020-12-01": {"type": "number"}, "2020-12-02": {"type": "number"}, "2020-12-03": {"type": "number"}, "2020-12-04": {"type": "number"}, "2020-12-05": {"type": "number"}, "2020-12-06": {"type": "number"}, "2020-12-07": {"type": "number"}, "2020-12-08": {"type": "number"}, "2020-12-09": {"type": "number"}, "2020-12-10": {"type": "number"}, "2020-12-11": {"type": "number"}, "2020-12-12": {"type": "number"}, "2020-12-13": {"type": "number"}, "2020-12-14": {"type": "number"}, "2020-12-15": {"type": "number"}, "2020-12-16": {"type": "number"}, "2020-12-17": {"type": "number"}, "2020-12-18": {"type": "number"}, "2020-12-19": {"type": "number"}, "2020-12-20": {"type": "number"}, "2020-12-21": {"type": "number"}, "2020-12-22": {"type": "number"}, "2020-12-23": {"type": "number"}, "2020-12-24": {"type": "number"}, "2020-12-25": {"type": "number"}, "2020-12-26": {"type": "number"}, "2020-12-27": {"type": "number"}, "2020-12-28": {"type": "number"}, "2020-12-29": {"type": "number"}, "2020-12-30": {"type": "number"}, "2020-12-31": {"type": "number"}}, "required": ["2020-01-10", "2020-01-11", "2020-01-12", "2020-01-13", "2020-01-14", "2020-01-15", "2020-01-16", "2020-01-17", "2020-01-18", "2020-01-19", "2020-01-20", "2020-01-21", "2020-01-22", "2020-01-23", "2020-01-24", "2020-01-25", "2020-01-26", "2020-01-27", "2020-01-28", "2020-01-29", "2020-01-30", "2020-01-31", "2020-02-01", "2020-02-02", "2020-02-03", "2020-02-04", "2020-02-05", "2020-02-06", "2020-02-07", "2020-02-08", "2020-02-09", "2020-02-10", "2020-02-11", "2020-02-12", "2020-02-13", "2020-02-14", "2020-02-15", "2020-02-16", "2020-02-17", "2020-02-18", "2020-02-19", "2020-02-20", "2020-02-21", "2020-02-22", "2020-02-23", "2020-02-24", "2020-02-25", "2020-02-26", "2020-02-27", "2020-02-28", "2020-02-29", "2020-03-01", "2020-03-02", "2020-03-03", "2020-03-04", "2020-03-05", "2020-03-06", "2020-03-07", "2020-03-08", "2020-03-09", "2020-03-10", "2020-03-11", "2020-03-12", "2020-03-13", "2020-03-14", "2020-03-15", "2020-03-16", "2020-03-17", "2020-03-18", "2020-03-19", "2020-03-20", "2020-03-21", "2020-03-22", "2020-03-23", "2020-03-24", "2020-03-25", "2020-03-26", "2020-03-27", "2020-03-28", "2020-03-29", "2020-03-30", "2020-03-31", "2020-04-01", "2020-04-02", "2020-04-03", "2020-04-04", "2020-04-05", "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2020-04-11", "2020-04-12", "2020-04-13", "2020-04-14", "2020-04-15", "2020-04-16", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-04-21", "2020-04-22", "2020-04-23", "2020-04-24", "2020-04-25", "2020-04-26", "2020-04-27", "2020-04-28", "2020-04-29", "2020-04-30", "2020-05-01", "2020-05-02", "2020-05-03", "2020-05-04", "2020-05-05", "2020-05-06", "2020-05-07", "2020-05-08", "2020-05-09", "2020-05-10", "2020-05-11", "2020-05-12", "2020-05-13", "2020-05-14", "2020-05-15", "2020-05-16", "2020-05-17", "2020-05-18", "2020-05-19", "2020-05-20", "2020-05-21", "2020-05-22", "2020-05-23", "2020-05-24", "2020-05-25", "2020-05-26", "2020-05-27", "2020-05-28", "2020-05-29", "2020-05-30", "2020-05-31", "2020-06-01", "2020-06-02", "2020-06-03", "2020-06-04", "2020-06-05", "2020-06-06", "2020-06-07", "2020-06-08", "2020-06-09", "2020-06-10", "2020-06-11", "2020-06-12", "2020-06-13", "2020-06-14", "2020-06-15", "2020-06-16", "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17", "2020-07-18", "2020-07-19", "2020-07-20", "2020-07-21", "2020-07-22", "2020-07-23", "2020-07-24", "2020-07-25", "2020-07-26", "2020-07-27", "2020-07-28", "2020-07-29", "2020-07-30", "2020-07-31", "2020-08-01", "2020-08-02", "2020-08-03", "2020-08-04", "2020-08-05", "2020-08-06", "2020-08-07", "2020-08-08", "2020-08-09", "2020-08-10", "2020-08-11", "2020-08-12", "2020-08-13", "2020-08-14", "2020-08-15", "2020-08-16", "2020-08-17", "2020-08-18", "2020-08-19", "2020-08-20", "2020-08-21", "2020-08-22", "2020-08-23", "2020-08-24", "2020-08-25", "2020-08-26", "2020-08-27", "2020-08-28", "2020-08-29", "2020-08-30", "2020-08-31", "2020-09-01", "2020-09-02", "2020-09-03", "2020-09-04", "2020-09-05", "2020-09-06", "2020-09-07", "2020-09-08", "2020-09-09", "2020-09-10", "2020-09-11", "2020-09-12", "2020-09-13", "2020-09-14", "2020-09-15", "2020-09-16", "2020-09-17", "2020-09-18", "2020-09-19", "2020-09-20", "2020-09-21", "2020-09-22", "2020-09-23", "2020-09-24", "2020-09-25", "2020-09-26", "2020-09-27", "2020-09-28", "2020-09-29", "2020-09-30", "2020-10-01", "2020-10-02", "2020-10-03", "2020-10-04", "2020-10-05", "2020-10-06", "2020-10-07", "2020-10-08", "2020-10-09", "2020-10-10", "2020-10-11", "2020-10-12", "2020-10-13", "2020-10-14", "2020-10-15", "2020-10-16", "2020-10-17", "2020-10-18", "2020-10-19", "2020-10-20", "2020-10-21", "2020-10-22", "2020-10-23", "2020-10-24", "2020-10-25", "2020-10-26", "2020-10-27", "2020-10-28", "2020-10-29", "2020-10-30", "2020-10-31", "2020-11-01", "2020-11-02", "2020-11-03", "2020-11-04", "2020-11-05", "2020-11-06", "2020-11-07", "2020-11-08", "2020-11-09", "2020-11-10", "2020-11-11", "2020-11-12", "2020-11-13", "2020-11-14", "2020-11-15", "2020-11-16", "2020-11-17", "2020-11-18", "2020-11-19", "2020-11-20", "2020-11-21", "2020-11-22", "2020-11-23", "2020-11-24", "2020-11-25", "2020-11-26", "2020-11-27", "2020-11-28", "2020-11-29", "2020-11-30", "2020-12-01", "2020-12-02", "2020-12-03", "2020-12-04", "2020-12-05", "2020-12-06", "2020-12-07", "2020-12-08", "2020-12-09", "2020-12-10", "2020-12-11", "2020-12-12", "2020-12-13", "2020-12-14", "2020-12-15", "2020-12-16", "2020-12-17", "2020-12-18", "2020-12-19", "2020-12-20", "2020-12-21", "2020-12-22", "2020-12-23", "2020-12-24", "2020-12-25", "2020-12-26", "2020-12-27", "2020-12-28", "2020-12-29", "2020-12-30", "2020-12-31"]}}, "required": ["Small business openings and revenue data from Womply"]}
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, "2020-03-05": 0.0154, "2020-03-06": 0.0154, "2020-03-07": 0.0129, "2020-03-08": 0.0129, "2020-03-09": 0.0112, "2020-03-10": 0.00844, "2020-03-11": 0.00684, "2020-03-12": 0.00396, "2020-03-13": -0.00157, "2020-03-14": -0.0116, "2020-03-15": -0.0232, "2020-03-16": -0.0368, "2020-03-17": -0.0507, "2020-03-18": -0.0715, "2020-03-19": -0.0916, "2020-03-20": -0.11, "2020-03-21": -0.132, "2020-03-22": -0.155, "2020-03-23": -0.171, "2020-03-24": -0.182, "2020-03-25": -0.191, "2020-03-26": -0.199, "2020-03-27": -0.205, "2020-03-28": -0.213, "2020-03-29": -0.216, "2020-03-30": -0.219, "2020-03-31": -0.221, "2020-04-01": -0.222, "2020-04-02": -0.224, "2020-04-03": -0.225, "2020-04-04": -0.225, "2020-04-05": -0.228, "2020-04-06": -0.23, "2020-04-07": -0.231, "2020-04-08": -0.233, "2020-04-09": -0.234, "2020-04-10": -0.237, "2020-04-11": -0.234, "2020-04-12": -0.234, "2020-04-13": -0.236, "2020-04-14": -0.235, "2020-04-15": -0.233, "2020-04-16": -0.232, "2020-04-17": -0.229, "2020-04-18": -0.229, "2020-04-19": -0.223, "2020-04-20": -0.22, "2020-04-21": -0.22, "2020-04-22": -0.22, "2020-04-23": -0.22, "2020-04-24": -0.218, "2020-04-25": -0.213, "2020-04-26": -0.213, "2020-04-27": -0.212, "2020-04-28": -0.2, "2020-04-29": -0.199, "2020-04-30": -0.196, "2020-05-01": -0.192, "2020-05-02": -0.187, "2020-05-03": -0.178, "2020-05-04": -0.175, "2020-05-05": -0.182, "2020-05-06": -0.178, "2020-05-07": -0.176, "2020-05-08": -0.176, "2020-05-09": -0.173, "2020-05-10": -0.17, "2020-05-11": -0.17, "2020-05-12": -0.169, "2020-05-13": -0.167, "2020-05-14": -0.167, "2020-05-15": -0.164, "2020-05-16": -0.164, "2020-05-17": -0.167, "2020-05-18": -0.166, "2020-05-19": -0.164, "2020-05-20": -0.163, "2020-05-21": -0.16, "2020-05-22": -0.158, "2020-05-23": -0.153, "2020-05-24": -0.145, "2020-05-25": -0.153, "2020-05-26": -0.143, "2020-05-27": -0.142, "2020-05-28": -0.14, "2020-05-29": -0.139, "2020-05-30": -0.136, "2020-05-31": -0.136, "2020-06-01": -0.131, "2020-06-02": -0.13, "2020-06-03": -0.128, "2020-06-04": -0.127, "2020-06-05": -0.125, "2020-06-06": -0.123, "2020-06-07": -0.12, "2020-06-08": -0.118, "2020-06-09": -0.117, "2020-06-10": -0.115, "2020-06-11": -0.114, "2020-06-12": -0.111, "2020-06-13": -0.109, "2020-06-14": -0.106, "2020-06-15": -0.106, "2020-06-16": -0.104, "2020-06-17": -0.103, "2020-06-18": -0.101, "2020-06-19": -0.0986, "2020-06-20": -0.096, "2020-06-21": -0.0931, "2020-06-22": -0.0931, "2020-06-23": -0.0931, "2020-06-24": -0.0931, "2020-06-25": -0.0931, "2020-06-26": -0.0959, "2020-06-27": -0.0984, "2020-06-28": -0.101, "2020-06-29": -0.0996, "2020-06-30": -0.0996, "2020-07-01": -0.098, "2020-07-02": -0.0966, "2020-07-03": -0.101, "2020-07-04": -0.0991, "2020-07-05": -0.0966, "2020-07-06": -0.0983, "2020-07-07": -0.0983, "2020-07-08": -0.0999, "2020-07-09": -0.101, "2020-07-10": -0.101, "2020-07-11": -0.101, "2020-07-12": -0.101, "2020-07-13": -0.0996, "2020-07-14": -0.0996, "2020-07-15": -0.0996, "2020-07-16": -0.0996, "2020-07-17": -0.0996, "2020-07-18": -0.0996, "2020-07-19": -0.0996, "2020-07-20": -0.0996, "2020-07-21": -0.0996, "2020-07-22": -0.0996, "2020-07-23": -0.0996, "2020-07-24": -0.0996, "2020-07-25": -0.0996, "2020-07-26": -0.0996, "2020-07-27": -0.0996, "2020-07-28": -0.0996, "2020-07-29": -0.098, "2020-07-30": -0.098, "2020-07-31": -0.0966, "2020-08-01": -0.0966, "2020-08-02": -0.0966, "2020-08-03": -0.0966, "2020-08-04": -0.0966, "2020-08-05": -0.0966, "2020-08-06": -0.0952, "2020-08-07": -0.0952, "2020-08-08": -0.0927, "2020-08-09": -0.0898, "2020-08-10": -0.0881, "2020-08-11": -0.0867, "2020-08-12": -0.0867, "2020-08-13": -0.0867, "2020-08-14": -0.0867, "2020-08-15": -0.0867, "2020-08-16": -0.0896, "2020-08-17": -0.0896, "2020-08-18": -0.0896, "2020-08-19": -0.0896, "2020-08-20": -0.0896, "2020-08-21": -0.0882, "2020-08-22": -0.0882, "2020-08-23": -0.0882, "2020-08-24": -0.0899, "2020-08-25": -0.0899, "2020-08-26": -0.0899, "2020-08-27": -0.0899, "2020-08-28": -0.0899, "2020-08-29": -0.0924, "2020-08-30": -0.0895, "2020-08-31": -0.0878, "2020-09-01": -0.0864, "2020-09-02": -0.0848, "2020-09-03": -0.082, "2020-09-04": -0.0806, "2020-09-05": -0.0756, "2020-09-06": -0.0727, "2020-09-07": -0.0845, "2020-09-08": -0.0727, "2020-09-09": -0.0727, "2020-09-10": -0.0741, "2020-09-11": -0.0741, "2020-09-12": -0.0766, "2020-09-13": -0.0824, "2020-09-14": -0.0807, "2020-09-15": -0.0807, "2020-09-16": -0.0807, "2020-09-17": -0.0807, "2020-09-18": -0.0807, "2020-09-19": -0.0782, "2020-09-20": -0.0753, "2020-09-21": -0.077, "2020-09-22": -0.077, "2020-09-23": -0.077, "2020-09-24": -0.077, "2020-09-25": -0.077, "2020-09-26": -0.077, "2020-09-27": -0.077, "2020-09-28": -0.077, "2020-09-29": -0.077, "2020-09-30": -0.0754, "2020-10-01": -0.074, "2020-10-02": -0.074, "2020-10-03": -0.074, "2020-10-04": -0.074, "2020-10-05": -0.0723, "2020-10-06": -0.0709, "2020-10-07": -0.0709, "2020-10-08": -0.0723, "2020-10-09": -0.0723, "2020-10-10": -0.0748, "2020-10-11": -0.0777, "2020-10-12": -0.0811, "2020-10-13": -0.0791, "2020-10-14": -0.0807, "2020-10-15": -0.0807, "2020-10-16": -0.0821, "2020-10-17": -0.0821, "2020-10-18": -0.0821, "2020-10-19": -0.0838, "2020-10-20": -0.0838, "2020-10-21": -0.0838, "2020-10-22": -0.0838, "2020-10-23": -0.0838, "2020-10-24": -0.0838, "2020-10-25": -0.0867, "2020-10-26": -0.0884, "2020-10-27": -0.0898, "2020-10-28": -0.0914, "2020-10-29": -0.0928, "2020-10-30": -0.0914, "2020-10-31": -0.0914, "2020-11-01": -0.0914, "2020-11-02": -0.0898, "2020-11-03": -0.0884, "2020-11-04": -0.0884, "2020-11-05": -0.0884, "2020-11-06": -0.0897, "2020-11-07": -0.0922, "2020-11-08": -0.0922, "2020-11-09": -0.0939, "2020-11-10": -0.0953, "2020-11-11": -0.0985, "2020-11-12": -0.0968, "2020-11-13": -0.0995, "2020-11-14": -0.102, "2020-11-15": -0.105, "2020-11-16": -0.105, "2020-11-17": -0.106, "2020-11-18": -0.108, "2020-11-19": -0.108, "2020-11-20": -0.108, "2020-11-21": -0.108, "2020-11-22": -0.108, "2020-11-23": -0.11, "2020-11-24": -0.11, "2020-11-25": -0.108, "2020-11-26": -0.127, "2020-11-27": -0.121, "2020-11-28": -0.115, "2020-11-29": -0.118, "2020-11-30": -0.116, "2020-12-01": -0.116, "2020-12-02": -0.116, "2020-12-03": -0.116, "2020-12-04": -0.118, "2020-12-05": -0.115, "2020-12-06": -0.115, "2020-12-07": -0.114, "2020-12-08": -0.114, "2020-12-09": -0.114, "2020-12-10": -0.114, "2020-12-11": -0.114, "2020-12-12": -0.114, "2020-12-13": -0.116, "2020-12-14": -0.116, "2020-12-15": -0.116, "2020-12-16": -0.12, "2020-12-17": -0.124, "2020-12-18": -0.124, "2020-12-19": -0.124, "2020-12-20": -0.121, "2020-12-21": -0.119, "2020-12-22": -0.118, "2020-12-23": -0.113, "2020-12-24": -0.121, "2020-12-25": -0.139, "2020-12-26": -0.125, "2020-12-27": -0.131, "2020-12-28": -0.138, "2020-12-29": -0.144, "2020-12-30": -0.145, "2020-12-31": -0.145, "2021-01-01": -0.164, "2021-01-02": -0.164, "2021-01-03": -0.164, "2021-01-04": -0.161, "2021-01-05": -0.158, "2021-01-06": -0.158, "2021-01-07": -0.157, "2021-01-08": -0.137, "2021-01-09": -0.135, "2021-01-10": -0.135, "2021-01-11": -0.135, "2021-01-12": -0.135, "2021-01-13": -0.133, "2021-01-14": -0.132, "2021-01-15": -0.132, "2021-01-16": -0.129, "2021-01-17": -0.126, "2021-01-18": -0.13, "2021-01-19": -0.13, "2021-01-20": -0.13, "2021-01-21": -0.13, "2021-01-22": -0.128, "2021-01-23": -0.128, "2021-01-24": -0.131}}
{"$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-27": {"type": "number"}, "2020-02-28": {"type": "number"}, "2020-02-29": {"type": "number"}, "2020-03-01": {"type": "number"}, "2020-03-02": {"type": "number"}, "2020-03-03": {"type": "number"}, "2020-03-04": {"type": "number"}, "2020-03-05": {"type": "number"}, "2020-03-06": {"type": "number"}, "2020-03-07": {"type": "number"}, "2020-03-08": {"type": "number"}, "2020-03-09": {"type": "number"}, "2020-03-10": {"type": "number"}, "2020-03-11": {"type": "number"}, "2020-03-12": {"type": "number"}, "2020-03-13": {"type": "number"}, "2020-03-14": {"type": "number"}, "2020-03-15": {"type": "number"}, "2020-03-16": {"type": "number"}, "2020-03-17": {"type": "number"}, "2020-03-18": {"type": "number"}, "2020-03-19": {"type": "number"}, "2020-03-20": {"type": "number"}, "2020-03-21": {"type": "number"}, "2020-03-22": {"type": "number"}, "2020-03-23": {"type": "number"}, "2020-03-24": {"type": "number"}, "2020-03-25": {"type": "number"}, "2020-03-26": {"type": "number"}, "2020-03-27": {"type": "number"}, "2020-03-28": {"type": "number"}, "2020-03-29": {"type": "number"}, "2020-03-30": {"type": "number"}, "2020-03-31": {"type": "number"}, "2020-04-01": {"type": "number"}, "2020-04-02": {"type": "number"}, "2020-04-03": {"type": "number"}, "2020-04-04": {"type": "number"}, "2020-04-05": {"type": "number"}, "2020-04-06": {"type": "number"}, "2020-04-07": {"type": "number"}, "2020-04-08": {"type": "number"}, "2020-04-09": {"type": "number"}, "2020-04-10": {"type": "number"}, "2020-04-11": {"type": "number"}, "2020-04-12": {"type": "number"}, "2020-04-13": {"type": "number"}, "2020-04-14": {"type": "number"}, "2020-04-15": {"type": "number"}, "2020-04-16": {"type": "number"}, "2020-04-17": {"type": "number"}, "2020-04-18": {"type": "number"}, "2020-04-19": {"type": "number"}, "2020-04-20": {"type": "number"}, "2020-04-21": {"type": "number"}, "2020-04-22": {"type": "number"}, "2020-04-23": {"type": "number"}, "2020-04-24": {"type": "number"}, "2020-04-25": {"type": "number"}, "2020-04-26": {"type": "number"}, "2020-04-27": {"type": "number"}, "2020-04-28": {"type": "number"}, "2020-04-29": {"type": "number"}, "2020-04-30": {"type": "number"}, "2020-05-01": {"type": "number"}, "2020-05-02": {"type": "number"}, "2020-05-03": {"type": "number"}, "2020-05-04": {"type": "number"}, "2020-05-05": {"type": "number"}, "2020-05-06": {"type": "number"}, "2020-05-07": {"type": "number"}, "2020-05-08": {"type": "number"}, "2020-05-09": {"type": "number"}, "2020-05-10": {"type": "number"}, "2020-05-11": {"type": "number"}, "2020-05-12": {"type": "number"}, "2020-05-13": {"type": "number"}, "2020-05-14": {"type": "number"}, "2020-05-15": {"type": "number"}, "2020-05-16": {"type": "number"}, "2020-05-17": {"type": "number"}, "2020-05-18": {"type": "number"}, "2020-05-19": {"type": "number"}, "2020-05-20": {"type": "number"}, "2020-05-21": {"type": "number"}, "2020-05-22": {"type": "number"}, "2020-05-23": {"type": "number"}, "2020-05-24": {"type": "number"}, "2020-05-25": {"type": "number"}, "2020-05-26": {"type": "number"}, "2020-05-27": {"type": "number"}, "2020-05-28": {"type": "number"}, "2020-05-29": {"type": "number"}, "2020-05-30": {"type": "number"}, "2020-05-31": {"type": "number"}, "2020-06-01": {"type": "number"}, "2020-06-02": {"type": "number"}, "2020-06-03": {"type": "number"}, "2020-06-04": {"type": "number"}, "2020-06-05": {"type": "number"}, "2020-06-06": {"type": "number"}, "2020-06-07": {"type": "number"}, "2020-06-08": {"type": "number"}, "2020-06-09": {"type": "number"}, "2020-06-10": {"type": "number"}, "2020-06-11": {"type": "number"}, "2020-06-12": {"type": "number"}, "2020-06-13": {"type": "number"}, "2020-06-14": {"type": "number"}, "2020-06-15": {"type": "number"}, "2020-06-16": {"type": "number"}, "2020-06-17": {"type": "number"}, "2020-06-18": {"type": "number"}, "2020-06-19": {"type": "number"}, "2020-06-20": {"type": "number"}, "2020-06-21": {"type": "number"}, "2020-06-22": {"type": "number"}, "2020-06-23": {"type": "number"}, "2020-06-24": {"type": "number"}, "2020-06-25": {"type": "number"}, "2020-06-26": {"type": "number"}, "2020-06-27": {"type": "number"}, "2020-06-28": {"type": "number"}, "2020-06-29": {"type": "number"}, "2020-06-30": {"type": "number"}, "2020-07-01": {"type": "number"}, "2020-07-02": {"type": "number"}, "2020-07-03": {"type": "number"}, "2020-07-04": {"type": "number"}, "2020-07-05": {"type": "number"}, "2020-07-06": {"type": "number"}, "2020-07-07": {"type": "number"}, "2020-07-08": {"type": "number"}, "2020-07-09": {"type": "number"}, "2020-07-10": {"type": "number"}, "2020-07-11": {"type": "number"}, "2020-07-12": {"type": "number"}, "2020-07-13": {"type": "number"}, "2020-07-14": {"type": "number"}, "2020-07-15": {"type": "number"}, "2020-07-16": {"type": "number"}, "2020-07-17": {"type": "number"}, "2020-07-18": {"type": "number"}, "2020-07-19": {"type": "number"}, "2020-07-20": {"type": "number"}, "2020-07-21": {"type": "number"}, "2020-07-22": {"type": "number"}, "2020-07-23": {"type": "number"}, "2020-07-24": {"type": "number"}, "2020-07-25": {"type": "number"}, "2020-07-26": {"type": "number"}, "2020-07-27": {"type": "number"}, "2020-07-28": {"type": "number"}, "2020-07-29": {"type": "number"}, "2020-07-30": {"type": "number"}, "2020-07-31": {"type": "number"}, "2020-08-01": {"type": "number"}, "2020-08-02": {"type": "number"}, "2020-08-03": {"type": "number"}, "2020-08-04": {"type": "number"}, "2020-08-05": {"type": "number"}, "2020-08-06": {"type": "number"}, "2020-08-07": {"type": "number"}, "2020-08-08": {"type": "number"}, "2020-08-09": {"type": "number"}, "2020-08-10": {"type": "number"}, "2020-08-11": {"type": "number"}, "2020-08-12": {"type": "number"}, "2020-08-13": {"type": "number"}, "2020-08-14": {"type": "number"}, "2020-08-15": {"type": "number"}, "2020-08-16": {"type": "number"}, "2020-08-17": {"type": "number"}, "2020-08-18": {"type": "number"}, "2020-08-19": {"type": "number"}, "2020-08-20": {"type": "number"}, "2020-08-21": {"type": "number"}, "2020-08-22": {"type": "number"}, "2020-08-23": {"type": "number"}, "2020-08-24": {"type": "number"}, "2020-08-25": {"type": "number"}, "2020-08-26": {"type": "number"}, "2020-08-27": {"type": "number"}, "2020-08-28": {"type": "number"}, "2020-08-29": {"type": "number"}, "2020-08-30": {"type": "number"}, "2020-08-31": {"type": "number"}, "2020-09-01": {"type": "number"}, "2020-09-02": {"type": "number"}, "2020-09-03": {"type": "number"}, "2020-09-04": {"type": "number"}, "2020-09-05": {"type": "number"}, "2020-09-06": {"type": "number"}, "2020-09-07": {"type": "number"}, "2020-09-08": {"type": "number"}, "2020-09-09": {"type": "number"}, "2020-09-10": {"type": "number"}, "2020-09-11": {"type": "number"}, "2020-09-12": {"type": "number"}, "2020-09-13": {"type": "number"}, "2020-09-14": {"type": "number"}, "2020-09-15": {"type": "number"}, "2020-09-16": {"type": "number"}, "2020-09-17": {"type": "number"}, "2020-09-18": {"type": "number"}, "2020-09-19": {"type": "number"}, "2020-09-20": {"type": "number"}, "2020-09-21": {"type": "number"}, "2020-09-22": {"type": "number"}, "2020-09-23": {"type": "number"}, "2020-09-24": {"type": "number"}, "2020-09-25": {"type": "number"}, "2020-09-26": {"type": "number"}, "2020-09-27": {"type": "number"}, "2020-09-28": {"type": "number"}, "2020-09-29": {"type": "number"}, "2020-09-30": {"type": "number"}, "2020-10-01": {"type": "number"}, "2020-10-02": {"type": "number"}, "2020-10-03": {"type": "number"}, "2020-10-04": {"type": "number"}, "2020-10-05": {"type": "number"}, "2020-10-06": {"type": "number"}, "2020-10-07": {"type": "number"}, "2020-10-08": {"type": "number"}, "2020-10-09": {"type": "number"}, "2020-10-10": {"type": "number"}, "2020-10-11": {"type": "number"}, "2020-10-12": {"type": "number"}, "2020-10-13": {"type": "number"}, "2020-10-14": {"type": "number"}, "2020-10-15": {"type": "number"}, "2020-10-16": {"type": "number"}, "2020-10-17": {"type": "number"}, "2020-10-18": {"type": "number"}, "2020-10-19": {"type": "number"}, "2020-10-20": {"type": "number"}, "2020-10-21": {"type": "number"}, "2020-10-22": {"type": "number"}, "2020-10-23": {"type": "number"}, "2020-10-24": {"type": "number"}, "2020-10-25": {"type": "number"}, "2020-10-26": {"type": "number"}, "2020-10-27": {"type": "number"}, "2020-10-28": {"type": "number"}, "2020-10-29": {"type": "number"}, "2020-10-30": {"type": "number"}, "2020-10-31": {"type": "number"}, "2020-11-01": {"type": "number"}, "2020-11-02": {"type": "number"}, "2020-11-03": {"type": "number"}, "2020-11-04": {"type": "number"}, "2020-11-05": {"type": "number"}, "2020-11-06": {"type": "number"}, "2020-11-07": {"type": "number"}, "2020-11-08": {"type": "number"}, "2020-11-09": {"type": "number"}, "2020-11-10": {"type": "number"}, "2020-11-11": {"type": "number"}, "2020-11-12": {"type": "number"}, "2020-11-13": {"type": "number"}, "2020-11-14": {"type": "number"}, "2020-11-15": {"type": "number"}, "2020-11-16": {"type": "number"}, "2020-11-17": {"type": "number"}, "2020-11-18": {"type": "number"}, "2020-11-19": {"type": "number"}, "2020-11-20": {"type": "number"}, "2020-11-21": {"type": "number"}, "2020-11-22": {"type": "number"}, "2020-11-23": {"type": "number"}, "2020-11-24": {"type": "number"}, "2020-11-25": {"type": "number"}, "2020-11-26": {"type": "number"}, "2020-11-27": {"type": "number"}, "2020-11-28": {"type": "number"}, "2020-11-29": {"type": "number"}, "2020-11-30": {"type": "number"}, "2020-12-01": {"type": "number"}, "2020-12-02": {"type": "number"}, "2020-12-03": {"type": "number"}, "2020-12-04": {"type": "number"}, "2020-12-05": {"type": "number"}, "2020-12-06": {"type": "number"}, "2020-12-07": {"type": "number"}, "2020-12-08": {"type": "number"}, "2020-12-09": {"type": "number"}, "2020-12-10": {"type": "number"}, "2020-12-11": {"type": "number"}, "2020-12-12": {"type": "number"}, "2020-12-13": {"type": "number"}, "2020-12-14": {"type": "number"}, "2020-12-15": {"type": "number"}, "2020-12-16": {"type": "number"}, "2020-12-17": {"type": "number"}, "2020-12-18": {"type": "number"}, "2020-12-19": {"type": "number"}, "2020-12-20": {"type": "number"}, "2020-12-21": {"type": "number"}, "2020-12-22": {"type": "number"}, "2020-12-23": {"type": "number"}, "2020-12-24": {"type": "number"}, "2020-12-25": {"type": "number"}, "2020-12-26": {"type": "number"}, "2020-12-27": {"type": "number"}, "2020-12-28": {"type": "number"}, "2020-12-29": {"type": "number"}, "2020-12-30": {"type": "number"}, "2020-12-31": {"type": "number"}, "2021-01-01": {"type": "number"}, "2021-01-02": {"type": "number"}, "2021-01-03": {"type": "number"}, "2021-01-04": {"type": "number"}, "2021-01-05": {"type": "number"}, "2021-01-06": {"type": "number"}, "2021-01-07": {"type": "number"}, "2021-01-08": {"type": "number"}, "2021-01-09": {"type": "number"}, "2021-01-10": {"type": "number"}, "2021-01-11": {"type": "number"}, "2021-01-12": {"type": "number"}, "2021-01-13": {"type": "number"}, "2021-01-14": {"type": "number"}, "2021-01-15": {"type": "number"}, "2021-01-16": {"type": "number"}, "2021-01-17": {"type": "number"}, "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-23": {"type": "number"}, "2021-01-24": {"type": "number"}}, "required": ["2020-02-24", "2020-02-25", "2020-02-26", "2020-02-27", "2020-02-28", "2020-02-29", "2020-03-01", "2020-03-02", "2020-03-03", "2020-03-04", "2020-03-05", "2020-03-06", "2020-03-07", "2020-03-08", "2020-03-09", "2020-03-10", "2020-03-11", "2020-03-12", "2020-03-13", "2020-03-14", "2020-03-15", "2020-03-16", "2020-03-17", "2020-03-18", "2020-03-19", "2020-03-20", "2020-03-21", "2020-03-22", "2020-03-23", "2020-03-24", "2020-03-25", "2020-03-26", "2020-03-27", "2020-03-28", "2020-03-29", "2020-03-30", "2020-03-31", "2020-04-01", "2020-04-02", "2020-04-03", "2020-04-04", "2020-04-05", "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2020-04-11", "2020-04-12", "2020-04-13", "2020-04-14", "2020-04-15", "2020-04-16", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-04-21", "2020-04-22", "2020-04-23", "2020-04-24", "2020-04-25", "2020-04-26", "2020-04-27", "2020-04-28", "2020-04-29", "2020-04-30", "2020-05-01", "2020-05-02", "2020-05-03", "2020-05-04", "2020-05-05", "2020-05-06", "2020-05-07", "2020-05-08", "2020-05-09", "2020-05-10", "2020-05-11", "2020-05-12", "2020-05-13", "2020-05-14", "2020-05-15", "2020-05-16", "2020-05-17", "2020-05-18", "2020-05-19", "2020-05-20", "2020-05-21", "2020-05-22", "2020-05-23", "2020-05-24", "2020-05-25", "2020-05-26", "2020-05-27", "2020-05-28", "2020-05-29", "2020-05-30", "2020-05-31", "2020-06-01", "2020-06-02", "2020-06-03", "2020-06-04", "2020-06-05", "2020-06-06", "2020-06-07", "2020-06-08", "2020-06-09", "2020-06-10", "2020-06-11", "2020-06-12", "2020-06-13", "2020-06-14", "2020-06-15", "2020-06-16", "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17", "2020-07-18", "2020-07-19", "2020-07-20", "2020-07-21", "2020-07-22", "2020-07-23", "2020-07-24", "2020-07-25", "2020-07-26", "2020-07-27", "2020-07-28", "2020-07-29", "2020-07-30", "2020-07-31", "2020-08-01", "2020-08-02", "2020-08-03", "2020-08-04", "2020-08-05", "2020-08-06", "2020-08-07", "2020-08-08", "2020-08-09", "2020-08-10", "2020-08-11", "2020-08-12", "2020-08-13", "2020-08-14", "2020-08-15", "2020-08-16", "2020-08-17", "2020-08-18", "2020-08-19", "2020-08-20", "2020-08-21", "2020-08-22", "2020-08-23", "2020-08-24", "2020-08-25", "2020-08-26", "2020-08-27", "2020-08-28", "2020-08-29", "2020-08-30", "2020-08-31", "2020-09-01", "2020-09-02", "2020-09-03", "2020-09-04", "2020-09-05", "2020-09-06", "2020-09-07", "2020-09-08", "2020-09-09", "2020-09-10", "2020-09-11", "2020-09-12", "2020-09-13", "2020-09-14", "2020-09-15", "2020-09-16", "2020-09-17", "2020-09-18", "2020-09-19", "2020-09-20", "2020-09-21", "2020-09-22", "2020-09-23", "2020-09-24", "2020-09-25", "2020-09-26", "2020-09-27", "2020-09-28", "2020-09-29", "2020-09-30", "2020-10-01", "2020-10-02", "2020-10-03", "2020-10-04", "2020-10-05", "2020-10-06", "2020-10-07", "2020-10-08", "2020-10-09", "2020-10-10", "2020-10-11", "2020-10-12", "2020-10-13", "2020-10-14", "2020-10-15", "2020-10-16", "2020-10-17", "2020-10-18", "2020-10-19", "2020-10-20", "2020-10-21", "2020-10-22", "2020-10-23", "2020-10-24", "2020-10-25", "2020-10-26", "2020-10-27", "2020-10-28", "2020-10-29", "2020-10-30", "2020-10-31", "2020-11-01", "2020-11-02", "2020-11-03", "2020-11-04", "2020-11-05", "2020-11-06", "2020-11-07", "2020-11-08", "2020-11-09", "2020-11-10", "2020-11-11", "2020-11-12", "2020-11-13", "2020-11-14", "2020-11-15", "2020-11-16", "2020-11-17", "2020-11-18", "2020-11-19", "2020-11-20", "2020-11-21", "2020-11-22", "2020-11-23", "2020-11-24", "2020-11-25", "2020-11-26", "2020-11-27", "2020-11-28", "2020-11-29", "2020-11-30", "2020-12-01", "2020-12-02", "2020-12-03", "2020-12-04", "2020-12-05", "2020-12-06", "2020-12-07", "2020-12-08", "2020-12-09", "2020-12-10", "2020-12-11", "2020-12-12", "2020-12-13", "2020-12-14", "2020-12-15", "2020-12-16", "2020-12-17", "2020-12-18", "2020-12-19", "2020-12-20", "2020-12-21", "2020-12-22", "2020-12-23", "2020-12-24", "2020-12-25", "2020-12-26", "2020-12-27", "2020-12-28", "2020-12-29", "2020-12-30", "2020-12-31", "2021-01-01", "2021-01-02", "2021-01-03", "2021-01-04", "2021-01-05", "2021-01-06", "2021-01-07", "2021-01-08", "2021-01-09", "2021-01-10", "2021-01-11", "2021-01-12", "2021-01-13", "2021-01-14", "2021-01-15", "2021-01-16", "2021-01-17", "2021-01-18", "2021-01-19", "2021-01-20", "2021-01-21", "2021-01-22", "2021-01-23", "2021-01-24"]}}, "required": ["GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports"]}
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": "NA", "2019-01-17": "NA", "2019-01-18": "NA", "2019-01-19": "NA", "2019-01-20": "NA", "2019-01-21": "NA", "2019-01-22": "NA", "2019-01-23": "NA", "2019-01-24": "NA", "2019-01-25": "NA", "2019-01-26": "NA", "2019-01-27": "NA", "2019-01-28": "NA", "2019-01-29": "NA", "2019-01-30": "NA", "2019-01-31": "NA", "2019-02-01": "NA", "2019-02-02": "NA", "2019-02-03": "NA", "2019-02-04": "NA", "2019-02-05": "NA", "2019-02-06": "NA", "2019-02-07": "NA", "2019-02-08": "NA", "2019-02-09": "NA", "2019-02-10": "NA", "2019-02-11": "NA", "2019-02-12": "NA", "2019-02-13": "NA", "2019-02-14": "NA", "2019-02-15": "NA", "2019-02-16": "NA", "2019-02-17": "NA", "2019-02-18": "NA", "2019-02-19": "NA", "2019-02-20": "NA", "2019-02-21": "NA", "2019-02-22": "NA", "2019-02-23": "NA", "2019-02-24": "NA", "2019-02-25": "NA", "2019-02-26": "NA", "2019-02-27": "NA", "2019-02-28": "NA", "2019-03-01": "NA", "2019-03-02": "NA", "2019-03-03": "NA", "2019-03-04": "NA", "2019-03-05": "NA", "2019-03-06": "NA", "2019-03-07": "NA", "2019-03-08": "NA", "2019-03-09": "NA", "2019-03-10": "NA", "2019-03-11": "NA", "2019-03-12": "NA", "2019-03-13": "NA", "2019-03-14": "NA", "2019-03-15": "NA", "2019-03-16": "NA", "2019-03-17": "NA", "2019-03-18": "NA", "2019-03-19": "NA", "2019-03-20": "NA", "2019-03-21": "NA", "2019-03-22": "NA", "2019-03-23": "NA", "2019-03-24": "NA", "2019-03-25": "NA", "2019-03-26": "NA", "2019-03-27": "NA", "2019-03-28": "NA", "2019-03-29": "NA", "2019-03-30": "NA", "2019-03-31": "NA", "2019-04-01": "NA", "2019-04-02": "NA", "2019-04-03": "NA", "2019-04-04": "NA", "2019-04-05": "NA", "2019-04-06": "NA", "2019-04-07": "NA", "2019-04-08": "NA", "2019-04-09": "NA", "2019-04-10": "NA", "2019-04-11": "NA", "2019-04-12": "NA", "2019-04-13": "NA", "2019-04-14": "NA", "2019-04-15": "NA", "2019-04-16": "NA", "2019-04-17": "NA", "2019-04-18": "NA", "2019-04-19": "NA", "2019-04-20": "NA", "2019-04-21": "NA", "2019-04-22": "NA", "2019-04-23": "NA", "2019-04-24": "NA", "2019-04-25": "NA", "2019-04-26": "NA", "2019-04-27": "NA", "2019-04-28": "NA", "2019-04-29": "NA", "2019-04-30": "NA", "2019-05-01": "NA", "2019-05-02": "NA", "2019-05-03": "NA", "2019-05-04": "NA", "2019-05-05": "NA", "2019-05-06": "NA", "2019-05-07": "NA", "2019-05-08": "NA", "2019-05-09": "NA", "2019-05-10": "NA", "2019-05-11": "NA", "2019-05-12": "NA", "2019-05-13": "NA", "2019-05-14": "NA", "2019-05-15": "NA", "2019-05-16": "NA", "2019-05-17": "NA", "2019-05-18": "NA", "2019-05-19": "NA", "2019-05-20": "NA", "2019-05-21": "NA", "2019-05-22": "NA", "2019-05-23": "NA", "2019-05-24": "NA", "2019-05-25": "NA", "2019-05-26": "NA", "2019-05-27": "NA", "2019-05-28": "NA", "2019-05-29": "NA", "2019-05-30": "NA", "2019-05-31": "NA", "2019-06-01": "NA", "2019-06-02": "NA", "2019-06-03": "NA", "2019-06-04": "NA", "2019-06-05": "NA", "2019-06-06": "NA", "2019-06-07": "NA", "2019-06-08": "NA", "2019-06-09": "NA", "2019-06-10": "NA", "2019-06-11": "NA", "2019-06-12": "NA", "2019-06-13": "NA", "2019-06-14": "NA", "2019-06-15": "NA", "2019-06-16": "NA", "2019-06-17": "NA", "2019-06-18": "NA", "2019-06-19": "NA", "2019-06-20": "NA", "2019-06-21": "NA", "2019-06-22": "NA", "2019-06-23": "NA", "2019-06-24": "NA", "2019-06-25": "NA", "2019-06-26": "NA", "2019-06-27": "NA", "2019-06-28": "NA", "2019-06-29": "NA", "2019-06-30": "NA", "2019-07-01": "NA", "2019-07-02": "NA", "2019-07-03": "NA", "2019-07-04": "NA", "2019-07-05": "NA", "2019-07-06": "NA", "2019-07-07": "NA", "2019-07-08": "NA", "2019-07-09": "NA", "2019-07-10": "NA", "2019-07-11": "NA", "2019-07-12": "NA", "2019-07-13": "NA", "2019-07-14": "NA", "2019-07-15": "NA", "2019-07-16": "NA", "2019-07-17": "NA", "2019-07-18": "NA", "2019-07-19": "NA", "2019-07-20": "NA", "2019-07-21": "NA", "2019-07-22": "NA", "2019-07-23": "NA", "2019-07-24": "NA", "2019-07-25": "NA", "2019-07-26": "NA", "2019-07-27": "NA", "2019-07-28": "NA", "2019-07-29": "NA", "2019-07-30": "NA", "2019-07-31": "NA", "2019-08-01": "NA", "2019-08-02": "NA", "2019-08-03": "NA", "2019-08-04": "NA", "2019-08-05": "NA", "2019-08-06": "NA", "2019-08-07": "NA", "2019-08-08": "NA", "2019-08-09": "NA", "2019-08-10": "NA", "2019-08-11": "NA", "2019-08-12": "NA", "2019-08-13": "NA", "2019-08-14": "NA", "2019-08-15": "NA", "2019-08-16": "NA", "2019-08-17": "NA", "2019-08-18": "NA", "2019-08-19": "NA", "2019-08-20": "NA", "2019-08-21": "NA", "2019-08-22": "NA", "2019-08-23": "NA", "2019-08-24": "NA", "2019-08-25": "NA", "2019-08-26": "NA", "2019-08-27": "NA", "2019-08-28": "NA", "2019-08-29": "NA", "2019-08-30": "NA", "2019-08-31": "NA", "2019-09-01": "NA", "2019-09-02": "NA", "2019-09-03": "NA", "2019-09-04": "NA", "2019-09-05": "NA", "2019-09-06": "NA", "2019-09-07": "NA", "2019-09-08": "NA", "2019-09-09": "NA", "2019-09-10": "NA", "2019-09-11": "NA", "2019-09-12": "NA", "2019-09-13": "NA", "2019-09-14": "NA", "2019-09-15": "NA", "2019-09-16": "NA", "2019-09-17": "NA", "2019-09-18": "NA", "2019-09-19": "NA", "2019-09-20": "NA", "2019-09-21": "NA", "2019-09-22": "NA", "2019-09-23": "NA", "2019-09-24": "NA", "2019-09-25": "NA", "2019-09-26": "NA", "2019-09-27": "NA", "2019-09-28": "NA", "2019-09-29": "NA", "2019-09-30": "NA", "2019-10-01": "NA", "2019-10-02": "NA", "2019-10-03": "NA", "2019-10-04": "NA", "2019-10-05": "NA", "2019-10-06": "NA", "2019-10-07": "NA", "2019-10-08": "NA", "2019-10-09": "NA", "2019-10-10": "NA", "2019-10-11": "NA", "2019-10-12": "NA", "2019-10-13": "NA", "2019-10-14": "NA", "2019-10-15": "NA", "2019-10-16": "NA", "2019-10-17": "NA", "2019-10-18": "NA", "2019-10-19": "NA", "2019-10-20": "NA", "2019-10-21": "NA", "2019-10-22": "NA", "2019-10-23": "NA", "2019-10-24": "NA", "2019-10-25": "NA", "2019-10-26": "NA", "2019-10-27": "NA", "2019-10-28": "NA", "2019-10-29": "NA", "2019-10-30": "NA", "2019-10-31": "NA", "2019-11-01": "NA", "2019-11-02": "NA", "2019-11-03": "NA", "2019-11-04": "NA", "2019-11-05": "NA", "2019-11-06": "NA", "2019-11-07": "NA", "2019-11-08": "NA", "2019-11-09": "NA", "2019-11-10": "NA", "2019-11-11": "NA", "2019-11-12": "NA", "2019-11-13": "NA", "2019-11-14": "NA", "2019-11-15": "NA", "2019-11-16": "NA", "2019-11-17": "NA", "2019-11-18": "NA", "2019-11-19": "NA", "2019-11-20": "NA", "2019-11-21": "NA", "2019-11-22": "NA", "2019-11-23": "NA", "2019-11-24": "NA", "2019-11-25": "NA", "2019-11-26": "NA", "2019-11-27": "NA", "2019-11-28": "NA", "2019-11-29": "NA", "2019-11-30": "NA", "2019-12-01": "NA", "2019-12-02": "NA", "2019-12-03": "NA", "2019-12-04": "NA", "2019-12-05": "NA", "2019-12-06": "NA", "2019-12-07": "NA", "2019-12-08": "NA", "2019-12-09": "NA", "2019-12-10": "NA", "2019-12-11": "NA", "2019-12-12": "NA", "2019-12-13": "NA", "2019-12-14": "NA", "2019-12-15": "NA", "2019-12-16": "NA", "2019-12-17": "NA", "2019-12-18": "NA", "2019-12-19": "NA", "2019-12-20": "NA", "2019-12-21": "NA", "2019-12-22": "NA", "2019-12-23": "NA", "2019-12-24": "NA", "2019-12-25": "NA", "2019-12-26": "NA", "2019-12-27": "NA", "2019-12-28": "NA", "2019-12-29": "NA", "2019-12-30": "NA", "2019-12-31": "NA", "2020-01-01": "NA", "2020-01-02": "NA", "2020-01-03": "NA", "2020-01-04": "NA", "2020-01-05": "NA", "2020-01-06": "NA", "2020-01-07": "NA", "2020-01-08": "NA", "2020-01-09": "NA", "2020-01-10": "NA", "2020-01-11": "NA", "2020-01-12": "NA", "2020-01-13": -0.00299, "2020-01-14": -0.000637, "2020-01-15": 0.0148, "2020-01-16": 0.0221, "2020-01-17": 0.0029, "2020-01-18": 0.00353, "2020-01-19": 0.011, "2020-01-20": 0.0235, "2020-01-21": 0.0115, "2020-01-22": -0.000439, "2020-01-23": -0.0113, "2020-01-24": 0.00905, "2020-01-25": 0.0154, "2020-01-26": 0.00514, "2020-01-27": -0.00782, "2020-01-28": -0.0103, "2020-01-29": -0.012, "2020-01-30": 0.000145, "2020-01-31": 0.00433, "2020-02-01": -0.00147, "2020-02-02": -0.0136, "2020-02-03": -0.00587, "2020-02-04": 0.00154, "2020-02-05": 0.00297, "2020-02-06": -0.00655, "2020-02-07": -0.0069, "2020-02-08": 0.00199, "2020-02-09": 0.0129, "2020-02-10": 0.0042, "2020-02-11": -0.00264, "2020-02-12": 0.00419, "2020-02-13": 0.00633, "2020-02-14": 0.00312, "2020-02-15": -0.00269, "2020-02-16": -0.00102, "2020-02-17": 0.0059, "2020-02-18": 0.00151, "2020-02-19": 0.000261, "2020-02-20": 0.00257, "2020-02-21": 0.00132, "2020-02-22": -0.00106, "2020-02-23": -0.00059, "2020-02-24": -0.00492, "2020-02-25": -0.0104, "2020-02-26": -0.0108, "2020-02-27": -0.0176, "2020-02-28": -0.0309, "2020-02-29": -0.0162, "2020-03-01": -0.0308, "2020-03-02": -0.0176, "2020-03-03": -0.012, "2020-03-04": -0.0175, "2020-03-05": -0.0194, "2020-03-06": -0.017, "2020-03-07": -0.0052, "2020-03-08": 0.00934, "2020-03-09": -0.00423, "2020-03-10": -0.0127, "2020-03-11": -0.0143, "2020-03-12": -0.0034, "2020-03-13": 0.00888, "2020-03-14": -0.000219, "2020-03-15": -0.0183, "2020-03-16": -0.0105, "2020-03-17": -0.0179, "2020-03-18": -0.0367, "2020-03-19": -0.067, "2020-03-20": -0.105, "2020-03-21": -0.138, "2020-03-22": -0.159, "2020-03-23": -0.202, "2020-03-24": -0.23, "2020-03-25": -0.25, "2020-03-26": -0.269, "2020-03-27": -0.294, "2020-03-28": -0.311, "2020-03-29": -0.324, "2020-03-30": -0.324, "2020-03-31": -0.313, "2020-04-01": -0.305, "2020-04-02": -0.302, "2020-04-03": -0.299, "2020-04-04": -0.295, "2020-04-05": -0.288, "2020-04-06": -0.284, "2020-04-07": -0.291, "2020-04-08": -0.298, "2020-04-09": -0.298, "2020-04-10": -0.298, "2020-04-11": -0.295, "2020-04-12": -0.316, "2020-04-13": -0.32, "2020-04-14": -0.287, "2020-04-15": -0.269, "2020-04-16": -0.261, "2020-04-17": -0.257, "2020-04-18": -0.253, "2020-04-19": -0.225, "2020-04-20": -0.216, "2020-04-21": -0.213, "2020-04-22": -0.221, "2020-04-23": -0.233, "2020-04-24": -0.23, "2020-04-25": -0.226, "2020-04-26": -0.225, "2020-04-27": -0.219, "2020-04-28": -0.234, "2020-04-29": -0.225, "2020-04-30": -0.205, "2020-05-01": -0.196, "2020-05-02": -0.19, "2020-05-03": -0.184, "2020-05-04": -0.172, "2020-05-05": -0.168, "2020-05-06": -0.168, "2020-05-07": -0.163, "2020-05-08": -0.16, "2020-05-09": -0.149, "2020-05-10": -0.155, "2020-05-11": -0.172, "2020-05-12": -0.174, "2020-05-13": -0.168, "2020-05-14": -0.165, "2020-05-15": -0.164, "2020-05-16": -0.167, "2020-05-17": -0.157, "2020-05-18": -0.14, "2020-05-19": -0.136, "2020-05-20": -0.135, "2020-05-21": -0.13, "2020-05-22": -0.123, "2020-05-23": -0.124, "2020-05-24": -0.128, "2020-05-25": -0.134, "2020-05-26": -0.136, "2020-05-27": -0.128, "2020-05-28": -0.13, "2020-05-29": -0.142, "2020-05-30": -0.144, "2020-05-31": -0.147, "2020-06-01": -0.129, "2020-06-02": -0.117, "2020-06-03": -0.131, "2020-06-04": -0.13, "2020-06-05": -0.115, "2020-06-06": -0.106, "2020-06-07": -0.0934, "2020-06-08": -0.097, "2020-06-09": -0.104, "2020-06-10": -0.097, "2020-06-11": -0.0944, "2020-06-12": -0.0957, "2020-06-13": -0.0976, "2020-06-14": -0.104, "2020-06-15": -0.105, "2020-06-16": -0.0929, "2020-06-17": -0.0859, "2020-06-18": -0.0787, "2020-06-19": -0.0714, "2020-06-20": -0.0634, "2020-06-21": -0.059, "2020-06-22": -0.0604, "2020-06-23": -0.0713, "2020-06-24": -0.0817, "2020-06-25": -0.0964, "2020-06-26": -0.106, "2020-06-27": -0.114, "2020-06-28": -0.12, "2020-06-29": -0.117, "2020-06-30": -0.104, "2020-07-01": -0.0962, "2020-07-02": -0.0835, "2020-07-03": -0.097, "2020-07-04": -0.0695, "2020-07-05": -0.0635, "2020-07-06": -0.0623, "2020-07-07": -0.0644, "2020-07-08": -0.0721, "2020-07-09": -0.079, "2020-07-10": -0.079, "2020-07-11": -0.0801, "2020-07-12": -0.0739, "2020-07-13": -0.0816, "2020-07-14": -0.085, "2020-07-15": -0.075, "2020-07-16": -0.0717, "2020-07-17": -0.0724, "2020-07-18": -0.0756, "2020-07-19": -0.0768, "2020-07-20": -0.0775, "2020-07-21": -0.082, "2020-07-22": -0.0859, "2020-07-23": -0.0835, "2020-07-24": -0.0762, "2020-07-25": -0.0741, "2020-07-26": -0.0735, "2020-07-27": -0.0762, "2020-07-28": -0.0783, "2020-07-29": -0.0781, "2020-07-30": -0.083, "2020-07-31": -0.0832, "2020-08-01": -0.0874, "2020-08-02": -0.0928, "2020-08-03": -0.0835, "2020-08-04": -0.0791, "2020-08-05": -0.08, "2020-08-06": -0.0745, "2020-08-07": -0.0728, "2020-08-08": -0.0625, "2020-08-09": -0.051, "2020-08-10": -0.0559, "2020-08-11": -0.0564, "2020-08-12": -0.0529, "2020-08-13": -0.0531, "2020-08-14": -0.0539, "2020-08-15": -0.0575, "2020-08-16": -0.0604, "2020-08-17": -0.0588, "2020-08-18": -0.0591, "2020-08-19": -0.057, "2020-08-20": -0.0542, "2020-08-21": -0.0516, "2020-08-22": -0.045, "2020-08-23": -0.0421, "2020-08-24": -0.0458, "2020-08-25": -0.0446, "2020-08-26": -0.0398, "2020-08-27": -0.0361, "2020-08-28": -0.0384, "2020-08-29": -0.0432, "2020-08-30": -0.052, "2020-08-31": -0.0461, "2020-09-01": -0.0323, "2020-09-02": -0.0247, "2020-09-03": -0.0189, "2020-09-04": -0.03, "2020-09-05": -0.0246, "2020-09-06": -0.0144, "2020-09-07": -0.0419, "2020-09-08": -0.0727, "2020-09-09": -0.0483, "2020-09-10": -0.0514, "2020-09-11": -0.057, "2020-09-12": -0.061, "2020-09-13": -0.0661, "2020-09-14": -0.0724, "2020-09-15": -0.063, "2020-09-16": -0.0708, "2020-09-17": -0.0654, "2020-09-18": -0.0529, "2020-09-19": -0.0423, "2020-09-20": -0.0349, "2020-09-21": -0.0346, "2020-09-22": -0.0408, "2020-09-23": -0.0334, "2020-09-24": -0.0312, "2020-09-25": -0.0352, "2020-09-26": -0.0381, "2020-09-27": -0.039, "2020-09-28": -0.0415, "2020-09-29": -0.0409, "2020-09-30": -0.0457, "2020-10-01": -0.0475, "2020-10-02": -0.0459, "2020-10-03": -0.046, "2020-10-04": -0.0438, "2020-10-05": -0.0366, "2020-10-06": -0.0354, "2020-10-07": -0.037, "2020-10-08": -0.0333, "2020-10-09": -0.0262, "2020-10-10": -0.0277, "2020-10-11": -0.0294, "2020-10-12": -0.0347, "2020-10-13": -0.0275, "2020-10-14": -0.0256, "2020-10-15": -0.0191, "2020-10-16": -0.0288, "2020-10-17": -0.0277, "2020-10-18": -0.0248, "2020-10-19": -0.0298, "2020-10-20": -0.0318, "2020-10-21": -0.0376, "2020-10-22": -0.0356, "2020-10-23": -0.031, "2020-10-24": -0.027, "2020-10-25": -0.0275, "2020-10-26": -0.0328, "2020-10-27": -0.0332, "2020-10-28": -0.0352, "2020-10-29": -0.0356, "2020-10-30": -0.0309, "2020-10-31": -0.0366, "2020-11-01": -0.0505, "2020-11-02": -0.0374, "2020-11-03": -0.0384, "2020-11-04": -0.0462, "2020-11-05": -0.0509, "2020-11-06": -0.0533, "2020-11-07": -0.0466, "2020-11-08": -0.0325, "2020-11-09": -0.0434, "2020-11-10": -0.0404, "2020-11-11": -0.0199, "2020-11-12": -0.0267, "2020-11-13": -0.0206, "2020-11-14": -0.0146, "2020-11-15": -0.0153, "2020-11-16": -0.0143, "2020-11-17": -0.0159, "2020-11-18": -0.003, "2020-11-19": -0.00806, "2020-11-20": -0.00965, "2020-11-21": -0.0123, "2020-11-22": -0.00794, "2020-11-23": -0.0136, "2020-11-24": -0.0143, "2020-11-25": -0.0666, "2020-11-26": -0.104, "2020-11-27": -0.122, "2020-11-28": -0.0969, "2020-11-29": -0.102, "2020-11-30": -0.154, "2020-12-01": -0.0723, "2020-12-02": -0.0506, "2020-12-03": -0.0321, "2020-12-04": -0.0281, "2020-12-05": -0.0567, "2020-12-06": -0.0209, "2020-12-07": -0.0244, "2020-12-08": -0.051, "2020-12-09": -0.058, "2020-12-10": -0.0415, "2020-12-11": -0.0405, "2020-12-12": -0.0427, "2020-12-13": -0.0489, "2020-12-14": -0.0563, "2020-12-15": -0.0497, "2020-12-16": -0.0566, "2020-12-17": -0.0688, "2020-12-18": -0.0739, "2020-12-19": -0.0759, "2020-12-20": -0.0841, "2020-12-21": -0.0634, "2020-12-22": -0.0456, "2020-12-23": -0.0334, "2020-12-24": -0.0129, "2020-12-25": -0.0149, "2020-12-26": -0.00324, "2020-12-27": -0.0119, "2020-12-28": -0.0268, "2020-12-29": -0.0515, "2020-12-30": -0.0785, "2020-12-31": -0.0894, "2021-01-01": -0.145, "2021-01-02": -0.0512, "2021-01-03": -0.0253, "2021-01-04": -0.0191, "2021-01-05": -0.0255, "2021-01-06": 0.0536, "2021-01-07": 0.11, "2021-01-08": -0.0141, "2021-01-09": 0.0439, "2021-01-10": 0.0908, "2021-01-11": 0.0662, "2021-01-12": 0.0477, "2021-01-13": 0.05, "2021-01-14": 0.0525, "2021-01-15": 0.036, "2021-01-16": 0.0429}}
{"$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": {"type": "string"}, "2019-01-10": {"type": "string"}, "2019-01-11": {"type": "string"}, "2019-01-12": {"type": "string"}, "2019-01-13": {"type": "string"}, "2019-01-14": {"type": "string"}, "2019-01-15": {"type": "string"}, "2019-01-16": {"type": "string"}, "2019-01-17": {"type": "string"}, "2019-01-18": {"type": "string"}, "2019-01-19": {"type": "string"}, "2019-01-20": {"type": "string"}, "2019-01-21": {"type": "string"}, "2019-01-22": {"type": "string"}, "2019-01-23": {"type": "string"}, "2019-01-24": {"type": "string"}, "2019-01-25": {"type": "string"}, "2019-01-26": {"type": "string"}, "2019-01-27": {"type": "string"}, "2019-01-28": {"type": "string"}, "2019-01-29": {"type": "string"}, "2019-01-30": {"type": "string"}, "2019-01-31": {"type": "string"}, "2019-02-01": {"type": "string"}, "2019-02-02": {"type": "string"}, "2019-02-03": {"type": "string"}, "2019-02-04": {"type": "string"}, "2019-02-05": {"type": "string"}, "2019-02-06": {"type": "string"}, "2019-02-07": {"type": "string"}, "2019-02-08": {"type": "string"}, "2019-02-09": {"type": "string"}, "2019-02-10": {"type": "string"}, "2019-02-11": {"type": "string"}, "2019-02-12": {"type": "string"}, "2019-02-13": {"type": "string"}, "2019-02-14": {"type": "string"}, "2019-02-15": {"type": "string"}, "2019-02-16": {"type": "string"}, "2019-02-17": {"type": "string"}, "2019-02-18": {"type": "string"}, "2019-02-19": {"type": "string"}, "2019-02-20": {"type": "string"}, "2019-02-21": {"type": "string"}, "2019-02-22": {"type": "string"}, "2019-02-23": {"type": "string"}, "2019-02-24": {"type": "string"}, "2019-02-25": {"type": "string"}, "2019-02-26": {"type": "string"}, "2019-02-27": {"type": "string"}, "2019-02-28": {"type": "string"}, "2019-03-01": {"type": "string"}, "2019-03-02": {"type": "string"}, "2019-03-03": {"type": "string"}, "2019-03-04": {"type": "string"}, "2019-03-05": {"type": "string"}, "2019-03-06": {"type": "string"}, "2019-03-07": {"type": "string"}, "2019-03-08": {"type": "string"}, "2019-03-09": {"type": "string"}, "2019-03-10": {"type": "string"}, "2019-03-11": {"type": "string"}, "2019-03-12": {"type": "string"}, "2019-03-13": {"type": "string"}, "2019-03-14": {"type": "string"}, "2019-03-15": {"type": "string"}, "2019-03-16": {"type": "string"}, "2019-03-17": {"type": "string"}, "2019-03-18": {"type": "string"}, "2019-03-19": {"type": "string"}, "2019-03-20": {"type": "string"}, "2019-03-21": {"type": "string"}, "2019-03-22": {"type": "string"}, "2019-03-23": {"type": "string"}, "2019-03-24": {"type": "string"}, "2019-03-25": {"type": "string"}, "2019-03-26": {"type": "string"}, "2019-03-27": {"type": "string"}, "2019-03-28": {"type": "string"}, "2019-03-29": {"type": "string"}, "2019-03-30": {"type": "string"}, "2019-03-31": {"type": "string"}, "2019-04-01": {"type": "string"}, "2019-04-02": {"type": "string"}, "2019-04-03": {"type": "string"}, "2019-04-04": {"type": "string"}, "2019-04-05": {"type": "string"}, "2019-04-06": {"type": "string"}, "2019-04-07": {"type": "string"}, "2019-04-08": {"type": "string"}, "2019-04-09": {"type": "string"}, "2019-04-10": {"type": "string"}, "2019-04-11": {"type": "string"}, "2019-04-12": {"type": "string"}, "2019-04-13": {"type": "string"}, "2019-04-14": {"type": "string"}, "2019-04-15": {"type": "string"}, "2019-04-16": {"type": "string"}, "2019-04-17": {"type": "string"}, "2019-04-18": {"type": "string"}, "2019-04-19": {"type": "string"}, "2019-04-20": {"type": "string"}, "2019-04-21": {"type": "string"}, "2019-04-22": {"type": "string"}, "2019-04-23": {"type": "string"}, "2019-04-24": {"type": "string"}, "2019-04-25": {"type": "string"}, "2019-04-26": {"type": "string"}, "2019-04-27": {"type": "string"}, "2019-04-28": {"type": "string"}, "2019-04-29": {"type": "string"}, "2019-04-30": {"type": "string"}, "2019-05-01": {"type": "string"}, "2019-05-02": {"type": "string"}, "2019-05-03": {"type": "string"}, "2019-05-04": {"type": "string"}, "2019-05-05": {"type": "string"}, "2019-05-06": {"type": "string"}, "2019-05-07": {"type": "string"}, "2019-05-08": {"type": "string"}, "2019-05-09": {"type": "string"}, "2019-05-10": {"type": "string"}, "2019-05-11": {"type": "string"}, "2019-05-12": {"type": "string"}, "2019-05-13": {"type": "string"}, "2019-05-14": {"type": "string"}, "2019-05-15": {"type": "string"}, "2019-05-16": {"type": "string"}, "2019-05-17": {"type": "string"}, "2019-05-18": {"type": "string"}, "2019-05-19": {"type": "string"}, "2019-05-20": {"type": "string"}, "2019-05-21": {"type": "string"}, "2019-05-22": {"type": "string"}, "2019-05-23": {"type": "string"}, "2019-05-24": {"type": "string"}, "2019-05-25": {"type": "string"}, "2019-05-26": {"type": "string"}, "2019-05-27": {"type": "string"}, "2019-05-28": {"type": "string"}, "2019-05-29": {"type": "string"}, "2019-05-30": {"type": "string"}, "2019-05-31": {"type": "string"}, "2019-06-01": {"type": "string"}, "2019-06-02": {"type": "string"}, "2019-06-03": {"type": "string"}, "2019-06-04": {"type": "string"}, "2019-06-05": {"type": "string"}, "2019-06-06": {"type": "string"}, "2019-06-07": {"type": "string"}, "2019-06-08": {"type": "string"}, "2019-06-09": {"type": "string"}, "2019-06-10": {"type": "string"}, "2019-06-11": {"type": "string"}, "2019-06-12": {"type": "string"}, "2019-06-13": {"type": "string"}, "2019-06-14": {"type": "string"}, "2019-06-15": {"type": "string"}, "2019-06-16": {"type": "string"}, "2019-06-17": {"type": "string"}, "2019-06-18": {"type": "string"}, "2019-06-19": {"type": "string"}, "2019-06-20": {"type": "string"}, "2019-06-21": {"type": "string"}, "2019-06-22": {"type": "string"}, "2019-06-23": {"type": "string"}, "2019-06-24": {"type": "string"}, "2019-06-25": {"type": "string"}, "2019-06-26": {"type": "string"}, "2019-06-27": {"type": "string"}, "2019-06-28": {"type": "string"}, "2019-06-29": {"type": "string"}, "2019-06-30": {"type": "string"}, "2019-07-01": {"type": "string"}, "2019-07-02": {"type": "string"}, "2019-07-03": {"type": "string"}, "2019-07-04": {"type": "string"}, "2019-07-05": {"type": "string"}, "2019-07-06": {"type": "string"}, "2019-07-07": {"type": "string"}, "2019-07-08": {"type": "string"}, "2019-07-09": {"type": "string"}, "2019-07-10": {"type": "string"}, "2019-07-11": {"type": "string"}, "2019-07-12": {"type": "string"}, "2019-07-13": {"type": "string"}, "2019-07-14": {"type": "string"}, "2019-07-15": {"type": "string"}, "2019-07-16": {"type": "string"}, "2019-07-17": {"type": "string"}, "2019-07-18": {"type": "string"}, "2019-07-19": {"type": "string"}, "2019-07-20": {"type": "string"}, "2019-07-21": {"type": "string"}, "2019-07-22": {"type": "string"}, "2019-07-23": {"type": "string"}, "2019-07-24": {"type": "string"}, "2019-07-25": {"type": "string"}, "2019-07-26": {"type": "string"}, "2019-07-27": {"type": "string"}, "2019-07-28": {"type": "string"}, "2019-07-29": {"type": "string"}, "2019-07-30": {"type": "string"}, "2019-07-31": {"type": "string"}, "2019-08-01": {"type": "string"}, "2019-08-02": {"type": "string"}, "2019-08-03": {"type": "string"}, "2019-08-04": {"type": "string"}, "2019-08-05": {"type": "string"}, "2019-08-06": {"type": "string"}, "2019-08-07": {"type": "string"}, "2019-08-08": {"type": "string"}, "2019-08-09": {"type": "string"}, "2019-08-10": {"type": "string"}, "2019-08-11": {"type": "string"}, "2019-08-12": {"type": "string"}, "2019-08-13": {"type": "string"}, "2019-08-14": {"type": "string"}, "2019-08-15": {"type": "string"}, "2019-08-16": {"type": "string"}, "2019-08-17": {"type": "string"}, "2019-08-18": {"type": "string"}, "2019-08-19": {"type": "string"}, "2019-08-20": {"type": "string"}, "2019-08-21": {"type": "string"}, "2019-08-22": {"type": "string"}, "2019-08-23": {"type": "string"}, "2019-08-24": {"type": "string"}, "2019-08-25": {"type": "string"}, "2019-08-26": {"type": "string"}, "2019-08-27": {"type": "string"}, "2019-08-28": {"type": "string"}, "2019-08-29": {"type": "string"}, "2019-08-30": {"type": "string"}, "2019-08-31": {"type": "string"}, "2019-09-01": {"type": "string"}, "2019-09-02": {"type": "string"}, "2019-09-03": {"type": "string"}, "2019-09-04": {"type": "string"}, "2019-09-05": {"type": "string"}, "2019-09-06": {"type": "string"}, "2019-09-07": {"type": "string"}, "2019-09-08": {"type": "string"}, "2019-09-09": {"type": "string"}, "2019-09-10": {"type": "string"}, "2019-09-11": {"type": "string"}, "2019-09-12": {"type": "string"}, "2019-09-13": {"type": "string"}, "2019-09-14": {"type": "string"}, "2019-09-15": {"type": "string"}, "2019-09-16": {"type": "string"}, "2019-09-17": {"type": "string"}, "2019-09-18": {"type": "string"}, "2019-09-19": {"type": "string"}, "2019-09-20": {"type": "string"}, "2019-09-21": {"type": "string"}, "2019-09-22": {"type": "string"}, "2019-09-23": {"type": "string"}, "2019-09-24": {"type": "string"}, "2019-09-25": {"type": "string"}, "2019-09-26": {"type": "string"}, "2019-09-27": {"type": "string"}, "2019-09-28": {"type": "string"}, "2019-09-29": {"type": "string"}, "2019-09-30": {"type": "string"}, "2019-10-01": {"type": "string"}, "2019-10-02": {"type": "string"}, "2019-10-03": {"type": "string"}, "2019-10-04": {"type": "string"}, "2019-10-05": {"type": "string"}, "2019-10-06": {"type": "string"}, "2019-10-07": {"type": "string"}, "2019-10-08": {"type": "string"}, "2019-10-09": {"type": "string"}, "2019-10-10": {"type": "string"}, "2019-10-11": {"type": "string"}, "2019-10-12": {"type": "string"}, "2019-10-13": {"type": "string"}, "2019-10-14": {"type": "string"}, "2019-10-15": {"type": "string"}, "2019-10-16": {"type": "string"}, "2019-10-17": {"type": "string"}, "2019-10-18": {"type": "string"}, "2019-10-19": {"type": "string"}, "2019-10-20": {"type": "string"}, "2019-10-21": {"type": "string"}, "2019-10-22": {"type": "string"}, "2019-10-23": {"type": "string"}, "2019-10-24": {"type": "string"}, "2019-10-25": {"type": "string"}, "2019-10-26": {"type": "string"}, "2019-10-27": {"type": "string"}, "2019-10-28": {"type": "string"}, "2019-10-29": {"type": "string"}, "2019-10-30": {"type": "string"}, "2019-10-31": {"type": "string"}, "2019-11-01": {"type": "string"}, "2019-11-02": {"type": "string"}, "2019-11-03": {"type": "string"}, "2019-11-04": {"type": "string"}, "2019-11-05": {"type": "string"}, "2019-11-06": {"type": "string"}, "2019-11-07": {"type": "string"}, "2019-11-08": {"type": "string"}, "2019-11-09": {"type": "string"}, "2019-11-10": {"type": "string"}, "2019-11-11": {"type": "string"}, "2019-11-12": {"type": "string"}, "2019-11-13": {"type": "string"}, "2019-11-14": {"type": "string"}, "2019-11-15": {"type": "string"}, "2019-11-16": {"type": "string"}, "2019-11-17": {"type": "string"}, "2019-11-18": {"type": "string"}, "2019-11-19": {"type": "string"}, "2019-11-20": {"type": "string"}, "2019-11-21": {"type": "string"}, "2019-11-22": {"type": "string"}, "2019-11-23": {"type": "string"}, "2019-11-24": {"type": "string"}, "2019-11-25": {"type": "string"}, "2019-11-26": {"type": "string"}, "2019-11-27": {"type": "string"}, "2019-11-28": {"type": "string"}, "2019-11-29": {"type": "string"}, "2019-11-30": {"type": "string"}, "2019-12-01": {"type": "string"}, "2019-12-02": {"type": "string"}, "2019-12-03": {"type": "string"}, "2019-12-04": {"type": "string"}, "2019-12-05": {"type": "string"}, "2019-12-06": {"type": "string"}, "2019-12-07": {"type": "string"}, "2019-12-08": {"type": "string"}, "2019-12-09": {"type": "string"}, "2019-12-10": {"type": "string"}, "2019-12-11": {"type": "string"}, "2019-12-12": {"type": "string"}, "2019-12-13": {"type": "string"}, "2019-12-14": {"type": "string"}, "2019-12-15": {"type": "string"}, "2019-12-16": {"type": "string"}, "2019-12-17": {"type": "string"}, "2019-12-18": {"type": "string"}, "2019-12-19": {"type": "string"}, "2019-12-20": {"type": "string"}, "2019-12-21": {"type": "string"}, "2019-12-22": {"type": "string"}, "2019-12-23": {"type": "string"}, "2019-12-24": {"type": "string"}, "2019-12-25": {"type": "string"}, "2019-12-26": {"type": "string"}, "2019-12-27": {"type": "string"}, "2019-12-28": {"type": "string"}, "2019-12-29": {"type": "string"}, "2019-12-30": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-01-01": {"type": "string"}, "2020-01-02": {"type": "string"}, "2020-01-03": {"type": "string"}, "2020-01-04": {"type": "string"}, "2020-01-05": {"type": "string"}, "2020-01-06": {"type": "string"}, "2020-01-07": {"type": "string"}, "2020-01-08": {"type": "string"}, "2020-01-09": {"type": "string"}, "2020-01-10": {"type": "string"}, "2020-01-11": {"type": "string"}, "2020-01-12": {"type": "string"}, "2020-01-13": {"type": "number"}, "2020-01-14": {"type": "number"}, "2020-01-15": {"type": "number"}, "2020-01-16": {"type": "number"}, "2020-01-17": {"type": "number"}, "2020-01-18": {"type": "number"}, "2020-01-19": {"type": "number"}, "2020-01-20": {"type": "number"}, "2020-01-21": {"type": "number"}, "2020-01-22": {"type": "number"}, "2020-01-23": {"type": "number"}, "2020-01-24": {"type": "number"}, "2020-01-25": {"type": "number"}, "2020-01-26": {"type": "number"}, "2020-01-27": {"type": "number"}, "2020-01-28": {"type": "number"}, "2020-01-29": {"type": "number"}, "2020-01-30": {"type": "number"}, "2020-01-31": {"type": "number"}, "2020-02-01": {"type": "number"}, "2020-02-02": {"type": "number"}, "2020-02-03": {"type": "number"}, "2020-02-04": {"type": "number"}, "2020-02-05": {"type": "number"}, "2020-02-06": {"type": "number"}, "2020-02-07": {"type": "number"}, "2020-02-08": {"type": "number"}, "2020-02-09": {"type": "number"}, "2020-02-10": {"type": "number"}, "2020-02-11": {"type": "number"}, "2020-02-12": {"type": "number"}, "2020-02-13": {"type": "number"}, "2020-02-14": {"type": "number"}, "2020-02-15": {"type": "number"}, "2020-02-16": {"type": "number"}, "2020-02-17": {"type": "number"}, "2020-02-18": {"type": "number"}, "2020-02-19": {"type": "number"}, "2020-02-20": {"type": "number"}, "2020-02-21": {"type": "number"}, "2020-02-22": {"type": "number"}, "2020-02-23": {"type": "number"}, "2020-02-24": {"type": "number"}, "2020-02-25": {"type": "number"}, "2020-02-26": {"type": "number"}, "2020-02-27": {"type": "number"}, "2020-02-28": {"type": "number"}, "2020-02-29": {"type": "number"}, "2020-03-01": {"type": "number"}, "2020-03-02": {"type": "number"}, "2020-03-03": {"type": "number"}, "2020-03-04": {"type": "number"}, "2020-03-05": {"type": "number"}, "2020-03-06": {"type": "number"}, "2020-03-07": {"type": "number"}, "2020-03-08": {"type": "number"}, "2020-03-09": {"type": "number"}, "2020-03-10": {"type": "number"}, "2020-03-11": {"type": "number"}, "2020-03-12": {"type": "number"}, "2020-03-13": {"type": "number"}, "2020-03-14": {"type": "number"}, "2020-03-15": {"type": "number"}, "2020-03-16": {"type": "number"}, "2020-03-17": {"type": "number"}, "2020-03-18": {"type": "number"}, "2020-03-19": {"type": "number"}, "2020-03-20": {"type": "number"}, "2020-03-21": {"type": "number"}, "2020-03-22": {"type": "number"}, "2020-03-23": {"type": "number"}, "2020-03-24": {"type": "number"}, "2020-03-25": {"type": "number"}, "2020-03-26": {"type": "number"}, "2020-03-27": {"type": "number"}, "2020-03-28": {"type": "number"}, "2020-03-29": {"type": "number"}, "2020-03-30": {"type": "number"}, "2020-03-31": {"type": "number"}, "2020-04-01": {"type": "number"}, "2020-04-02": {"type": "number"}, "2020-04-03": {"type": "number"}, "2020-04-04": {"type": "number"}, "2020-04-05": {"type": "number"}, "2020-04-06": {"type": "number"}, "2020-04-07": {"type": "number"}, "2020-04-08": {"type": "number"}, "2020-04-09": {"type": "number"}, "2020-04-10": {"type": "number"}, "2020-04-11": {"type": "number"}, "2020-04-12": {"type": "number"}, "2020-04-13": {"type": "number"}, "2020-04-14": {"type": "number"}, "2020-04-15": {"type": "number"}, "2020-04-16": {"type": "number"}, "2020-04-17": {"type": "number"}, "2020-04-18": {"type": "number"}, "2020-04-19": {"type": "number"}, "2020-04-20": {"type": "number"}, "2020-04-21": {"type": "number"}, "2020-04-22": {"type": "number"}, "2020-04-23": {"type": "number"}, "2020-04-24": {"type": "number"}, "2020-04-25": {"type": "number"}, "2020-04-26": {"type": "number"}, "2020-04-27": {"type": "number"}, "2020-04-28": {"type": "number"}, "2020-04-29": {"type": "number"}, "2020-04-30": {"type": "number"}, "2020-05-01": {"type": "number"}, "2020-05-02": {"type": "number"}, "2020-05-03": {"type": "number"}, "2020-05-04": {"type": "number"}, "2020-05-05": {"type": "number"}, "2020-05-06": {"type": "number"}, "2020-05-07": {"type": "number"}, "2020-05-08": {"type": "number"}, "2020-05-09": {"type": "number"}, "2020-05-10": {"type": "number"}, "2020-05-11": {"type": "number"}, "2020-05-12": {"type": "number"}, "2020-05-13": {"type": "number"}, "2020-05-14": {"type": "number"}, "2020-05-15": {"type": "number"}, "2020-05-16": {"type": "number"}, "2020-05-17": {"type": "number"}, "2020-05-18": {"type": "number"}, "2020-05-19": {"type": "number"}, "2020-05-20": {"type": "number"}, "2020-05-21": {"type": "number"}, "2020-05-22": {"type": "number"}, "2020-05-23": {"type": "number"}, "2020-05-24": {"type": "number"}, "2020-05-25": {"type": "number"}, "2020-05-26": {"type": "number"}, "2020-05-27": {"type": "number"}, "2020-05-28": {"type": "number"}, "2020-05-29": {"type": "number"}, "2020-05-30": {"type": "number"}, "2020-05-31": {"type": "number"}, "2020-06-01": {"type": "number"}, "2020-06-02": {"type": "number"}, "2020-06-03": {"type": "number"}, "2020-06-04": {"type": "number"}, "2020-06-05": {"type": "number"}, "2020-06-06": {"type": "number"}, "2020-06-07": {"type": "number"}, "2020-06-08": {"type": "number"}, "2020-06-09": {"type": "number"}, "2020-06-10": {"type": "number"}, "2020-06-11": {"type": "number"}, "2020-06-12": {"type": "number"}, "2020-06-13": {"type": "number"}, "2020-06-14": {"type": "number"}, "2020-06-15": {"type": "number"}, "2020-06-16": {"type": "number"}, "2020-06-17": {"type": "number"}, "2020-06-18": {"type": "number"}, "2020-06-19": {"type": "number"}, "2020-06-20": {"type": "number"}, "2020-06-21": {"type": "number"}, "2020-06-22": {"type": "number"}, "2020-06-23": {"type": "number"}, "2020-06-24": {"type": "number"}, "2020-06-25": {"type": "number"}, "2020-06-26": {"type": "number"}, "2020-06-27": {"type": "number"}, "2020-06-28": {"type": "number"}, "2020-06-29": {"type": "number"}, "2020-06-30": {"type": "number"}, "2020-07-01": {"type": "number"}, "2020-07-02": {"type": "number"}, "2020-07-03": {"type": "number"}, "2020-07-04": {"type": "number"}, "2020-07-05": {"type": "number"}, "2020-07-06": {"type": "number"}, "2020-07-07": {"type": "number"}, "2020-07-08": {"type": "number"}, "2020-07-09": {"type": "number"}, "2020-07-10": {"type": "number"}, "2020-07-11": {"type": "number"}, "2020-07-12": {"type": "number"}, "2020-07-13": {"type": "number"}, "2020-07-14": {"type": "number"}, "2020-07-15": {"type": "number"}, "2020-07-16": {"type": "number"}, "2020-07-17": {"type": "number"}, "2020-07-18": {"type": "number"}, "2020-07-19": {"type": "number"}, "2020-07-20": {"type": "number"}, "2020-07-21": {"type": "number"}, "2020-07-22": {"type": "number"}, "2020-07-23": {"type": "number"}, "2020-07-24": {"type": "number"}, "2020-07-25": {"type": "number"}, "2020-07-26": {"type": "number"}, "2020-07-27": {"type": "number"}, "2020-07-28": {"type": "number"}, "2020-07-29": {"type": "number"}, "2020-07-30": {"type": "number"}, "2020-07-31": {"type": "number"}, "2020-08-01": {"type": "number"}, "2020-08-02": {"type": "number"}, "2020-08-03": {"type": "number"}, "2020-08-04": {"type": "number"}, "2020-08-05": {"type": "number"}, "2020-08-06": {"type": "number"}, "2020-08-07": {"type": "number"}, "2020-08-08": {"type": "number"}, "2020-08-09": {"type": "number"}, "2020-08-10": {"type": "number"}, "2020-08-11": {"type": "number"}, "2020-08-12": {"type": "number"}, "2020-08-13": {"type": "number"}, "2020-08-14": {"type": "number"}, "2020-08-15": {"type": "number"}, "2020-08-16": {"type": "number"}, "2020-08-17": {"type": "number"}, "2020-08-18": {"type": "number"}, "2020-08-19": {"type": "number"}, "2020-08-20": {"type": "number"}, "2020-08-21": {"type": "number"}, "2020-08-22": {"type": "number"}, "2020-08-23": {"type": "number"}, "2020-08-24": {"type": "number"}, "2020-08-25": {"type": "number"}, "2020-08-26": {"type": "number"}, "2020-08-27": {"type": "number"}, "2020-08-28": {"type": "number"}, "2020-08-29": {"type": "number"}, "2020-08-30": {"type": "number"}, "2020-08-31": {"type": "number"}, "2020-09-01": {"type": "number"}, "2020-09-02": {"type": "number"}, "2020-09-03": {"type": "number"}, "2020-09-04": {"type": "number"}, "2020-09-05": {"type": "number"}, "2020-09-06": {"type": "number"}, "2020-09-07": {"type": "number"}, "2020-09-08": {"type": "number"}, "2020-09-09": {"type": "number"}, "2020-09-10": {"type": "number"}, "2020-09-11": {"type": "number"}, "2020-09-12": {"type": "number"}, "2020-09-13": {"type": "number"}, "2020-09-14": {"type": "number"}, "2020-09-15": {"type": "number"}, "2020-09-16": {"type": "number"}, "2020-09-17": {"type": "number"}, "2020-09-18": {"type": "number"}, "2020-09-19": {"type": "number"}, "2020-09-20": {"type": "number"}, "2020-09-21": {"type": "number"}, "2020-09-22": {"type": "number"}, "2020-09-23": {"type": "number"}, "2020-09-24": {"type": "number"}, "2020-09-25": {"type": "number"}, "2020-09-26": {"type": "number"}, "2020-09-27": {"type": "number"}, "2020-09-28": {"type": "number"}, "2020-09-29": {"type": "number"}, "2020-09-30": {"type": "number"}, "2020-10-01": {"type": "number"}, "2020-10-02": {"type": "number"}, "2020-10-03": {"type": "number"}, "2020-10-04": {"type": "number"}, "2020-10-05": {"type": "number"}, "2020-10-06": {"type": "number"}, "2020-10-07": {"type": "number"}, "2020-10-08": {"type": "number"}, "2020-10-09": {"type": "number"}, "2020-10-10": {"type": "number"}, "2020-10-11": {"type": "number"}, "2020-10-12": {"type": "number"}, "2020-10-13": {"type": "number"}, "2020-10-14": {"type": "number"}, "2020-10-15": {"type": "number"}, "2020-10-16": {"type": "number"}, "2020-10-17": {"type": "number"}, "2020-10-18": {"type": "number"}, "2020-10-19": {"type": "number"}, "2020-10-20": {"type": "number"}, "2020-10-21": {"type": "number"}, "2020-10-22": {"type": "number"}, "2020-10-23": {"type": "number"}, "2020-10-24": {"type": "number"}, "2020-10-25": {"type": "number"}, "2020-10-26": {"type": "number"}, "2020-10-27": {"type": "number"}, "2020-10-28": {"type": "number"}, "2020-10-29": {"type": "number"}, "2020-10-30": {"type": "number"}, "2020-10-31": {"type": "number"}, "2020-11-01": {"type": "number"}, "2020-11-02": {"type": "number"}, "2020-11-03": {"type": "number"}, "2020-11-04": {"type": "number"}, "2020-11-05": {"type": "number"}, "2020-11-06": {"type": "number"}, "2020-11-07": {"type": "number"}, "2020-11-08": {"type": "number"}, "2020-11-09": {"type": "number"}, "2020-11-10": {"type": "number"}, "2020-11-11": {"type": "number"}, "2020-11-12": {"type": "number"}, "2020-11-13": {"type": "number"}, "2020-11-14": {"type": "number"}, "2020-11-15": {"type": "number"}, "2020-11-16": {"type": "number"}, "2020-11-17": {"type": "number"}, "2020-11-18": {"type": "number"}, "2020-11-19": {"type": "number"}, "2020-11-20": {"type": "number"}, "2020-11-21": {"type": "number"}, "2020-11-22": {"type": "number"}, "2020-11-23": {"type": "number"}, "2020-11-24": {"type": "number"}, "2020-11-25": {"type": "number"}, "2020-11-26": {"type": "number"}, "2020-11-27": {"type": "number"}, "2020-11-28": {"type": "number"}, "2020-11-29": {"type": "number"}, "2020-11-30": {"type": "number"}, "2020-12-01": {"type": "number"}, "2020-12-02": {"type": "number"}, "2020-12-03": {"type": "number"}, "2020-12-04": {"type": "number"}, "2020-12-05": {"type": "number"}, "2020-12-06": {"type": "number"}, "2020-12-07": {"type": "number"}, "2020-12-08": {"type": "number"}, "2020-12-09": {"type": "number"}, "2020-12-10": {"type": "number"}, "2020-12-11": {"type": "number"}, "2020-12-12": {"type": "number"}, "2020-12-13": {"type": "number"}, "2020-12-14": {"type": "number"}, "2020-12-15": {"type": "number"}, "2020-12-16": {"type": "number"}, "2020-12-17": {"type": "number"}, "2020-12-18": {"type": "number"}, "2020-12-19": {"type": "number"}, "2020-12-20": {"type": "number"}, "2020-12-21": {"type": "number"}, "2020-12-22": {"type": "number"}, "2020-12-23": {"type": "number"}, "2020-12-24": {"type": "number"}, "2020-12-25": {"type": "number"}, "2020-12-26": {"type": "number"}, "2020-12-27": {"type": "number"}, "2020-12-28": {"type": "number"}, "2020-12-29": {"type": "number"}, "2020-12-30": {"type": "number"}, "2020-12-31": {"type": "number"}, "2021-01-01": {"type": "number"}, "2021-01-02": {"type": "number"}, "2021-01-03": {"type": "number"}, "2021-01-04": {"type": "number"}, "2021-01-05": {"type": "number"}, "2021-01-06": {"type": "number"}, "2021-01-07": {"type": "number"}, "2021-01-08": {"type": "number"}, "2021-01-09": {"type": "number"}, "2021-01-10": {"type": "number"}, "2021-01-11": {"type": "number"}, "2021-01-12": {"type": "number"}, "2021-01-13": {"type": "number"}, "2021-01-14": {"type": "number"}, "2021-01-15": {"type": "number"}, "2021-01-16": {"type": "number"}}, "required": ["2019-01-07", "2019-01-08", "2019-01-09", "2019-01-10", "2019-01-11", "2019-01-12", "2019-01-13", "2019-01-14", "2019-01-15", "2019-01-16", "2019-01-17", "2019-01-18", "2019-01-19", "2019-01-20", "2019-01-21", "2019-01-22", "2019-01-23", "2019-01-24", "2019-01-25", "2019-01-26", "2019-01-27", "2019-01-28", "2019-01-29", "2019-01-30", "2019-01-31", "2019-02-01", "2019-02-02", "2019-02-03", "2019-02-04", "2019-02-05", "2019-02-06", "2019-02-07", "2019-02-08", "2019-02-09", "2019-02-10", "2019-02-11", "2019-02-12", "2019-02-13", "2019-02-14", "2019-02-15", "2019-02-16", "2019-02-17", "2019-02-18", "2019-02-19", "2019-02-20", "2019-02-21", "2019-02-22", "2019-02-23", "2019-02-24", "2019-02-25", "2019-02-26", "2019-02-27", "2019-02-28", "2019-03-01", "2019-03-02", "2019-03-03", "2019-03-04", "2019-03-05", "2019-03-06", "2019-03-07", "2019-03-08", "2019-03-09", "2019-03-10", "2019-03-11", "2019-03-12", "2019-03-13", "2019-03-14", "2019-03-15", "2019-03-16", "2019-03-17", "2019-03-18", "2019-03-19", "2019-03-20", "2019-03-21", "2019-03-22", "2019-03-23", "2019-03-24", "2019-03-25", "2019-03-26", "2019-03-27", "2019-03-28", "2019-03-29", "2019-03-30", "2019-03-31", "2019-04-01", "2019-04-02", "2019-04-03", "2019-04-04", "2019-04-05", "2019-04-06", "2019-04-07", "2019-04-08", "2019-04-09", "2019-04-10", "2019-04-11", "2019-04-12", "2019-04-13", "2019-04-14", "2019-04-15", "2019-04-16", "2019-04-17", "2019-04-18", "2019-04-19", "2019-04-20", "2019-04-21", "2019-04-22", "2019-04-23", "2019-04-24", "2019-04-25", "2019-04-26", "2019-04-27", "2019-04-28", "2019-04-29", "2019-04-30", "2019-05-01", "2019-05-02", "2019-05-03", "2019-05-04", "2019-05-05", "2019-05-06", "2019-05-07", "2019-05-08", "2019-05-09", "2019-05-10", "2019-05-11", "2019-05-12", "2019-05-13", "2019-05-14", "2019-05-15", "2019-05-16", "2019-05-17", "2019-05-18", "2019-05-19", "2019-05-20", "2019-05-21", "2019-05-22", "2019-05-23", "2019-05-24", "2019-05-25", "2019-05-26", "2019-05-27", "2019-05-28", "2019-05-29", "2019-05-30", "2019-05-31", "2019-06-01", "2019-06-02", "2019-06-03", "2019-06-04", "2019-06-05", "2019-06-06", "2019-06-07", "2019-06-08", "2019-06-09", "2019-06-10", "2019-06-11", "2019-06-12", "2019-06-13", "2019-06-14", "2019-06-15", "2019-06-16", "2019-06-17", "2019-06-18", "2019-06-19", "2019-06-20", "2019-06-21", "2019-06-22", "2019-06-23", "2019-06-24", "2019-06-25", "2019-06-26", "2019-06-27", "2019-06-28", "2019-06-29", "2019-06-30", "2019-07-01", "2019-07-02", "2019-07-03", "2019-07-04", "2019-07-05", "2019-07-06", "2019-07-07", "2019-07-08", "2019-07-09", "2019-07-10", "2019-07-11", "2019-07-12", "2019-07-13", "2019-07-14", "2019-07-15", "2019-07-16", "2019-07-17", "2019-07-18", "2019-07-19", "2019-07-20", "2019-07-21", "2019-07-22", "2019-07-23", "2019-07-24", "2019-07-25", "2019-07-26", "2019-07-27", "2019-07-28", "2019-07-29", "2019-07-30", "2019-07-31", "2019-08-01", "2019-08-02", "2019-08-03", "2019-08-04", "2019-08-05", "2019-08-06", "2019-08-07", "2019-08-08", "2019-08-09", "2019-08-10", "2019-08-11", "2019-08-12", "2019-08-13", "2019-08-14", "2019-08-15", "2019-08-16", "2019-08-17", "2019-08-18", "2019-08-19", "2019-08-20", "2019-08-21", "2019-08-22", "2019-08-23", "2019-08-24", "2019-08-25", "2019-08-26", "2019-08-27", "2019-08-28", "2019-08-29", "2019-08-30", "2019-08-31", "2019-09-01", "2019-09-02", "2019-09-03", "2019-09-04", "2019-09-05", "2019-09-06", "2019-09-07", "2019-09-08", "2019-09-09", "2019-09-10", "2019-09-11", "2019-09-12", "2019-09-13", "2019-09-14", "2019-09-15", "2019-09-16", "2019-09-17", "2019-09-18", "2019-09-19", "2019-09-20", "2019-09-21", "2019-09-22", "2019-09-23", "2019-09-24", "2019-09-25", "2019-09-26", "2019-09-27", "2019-09-28", "2019-09-29", "2019-09-30", "2019-10-01", "2019-10-02", "2019-10-03", "2019-10-04", "2019-10-05", "2019-10-06", "2019-10-07", "2019-10-08", "2019-10-09", "2019-10-10", "2019-10-11", "2019-10-12", "2019-10-13", "2019-10-14", "2019-10-15", "2019-10-16", "2019-10-17", "2019-10-18", "2019-10-19", "2019-10-20", "2019-10-21", "2019-10-22", "2019-10-23", "2019-10-24", "2019-10-25", "2019-10-26", "2019-10-27", "2019-10-28", "2019-10-29", "2019-10-30", "2019-10-31", "2019-11-01", "2019-11-02", "2019-11-03", "2019-11-04", "2019-11-05", "2019-11-06", "2019-11-07", "2019-11-08", "2019-11-09", "2019-11-10", "2019-11-11", "2019-11-12", "2019-11-13", "2019-11-14", "2019-11-15", "2019-11-16", "2019-11-17", "2019-11-18", "2019-11-19", "2019-11-20", "2019-11-21", "2019-11-22", "2019-11-23", "2019-11-24", "2019-11-25", "2019-11-26", "2019-11-27", "2019-11-28", "2019-11-29", "2019-11-30", "2019-12-01", "2019-12-02", "2019-12-03", "2019-12-04", "2019-12-05", "2019-12-06", "2019-12-07", "2019-12-08", "2019-12-09", "2019-12-10", "2019-12-11", "2019-12-12", "2019-12-13", "2019-12-14", "2019-12-15", "2019-12-16", "2019-12-17", "2019-12-18", "2019-12-19", "2019-12-20", "2019-12-21", "2019-12-22", "2019-12-23", "2019-12-24", "2019-12-25", "2019-12-26", "2019-12-27", "2019-12-28", "2019-12-29", "2019-12-30", "2019-12-31", "2020-01-01", "2020-01-02", "2020-01-03", "2020-01-04", "2020-01-05", "2020-01-06", "2020-01-07", "2020-01-08", "2020-01-09", "2020-01-10", "2020-01-11", "2020-01-12", "2020-01-13", "2020-01-14", "2020-01-15", "2020-01-16", "2020-01-17", "2020-01-18", "2020-01-19", "2020-01-20", "2020-01-21", "2020-01-22", "2020-01-23", "2020-01-24", "2020-01-25", "2020-01-26", "2020-01-27", "2020-01-28", "2020-01-29", "2020-01-30", "2020-01-31", "2020-02-01", "2020-02-02", "2020-02-03", "2020-02-04", "2020-02-05", "2020-02-06", "2020-02-07", "2020-02-08", "2020-02-09", "2020-02-10", "2020-02-11", "2020-02-12", "2020-02-13", "2020-02-14", "2020-02-15", "2020-02-16", "2020-02-17", "2020-02-18", "2020-02-19", "2020-02-20", "2020-02-21", "2020-02-22", "2020-02-23", "2020-02-24", "2020-02-25", "2020-02-26", "2020-02-27", "2020-02-28", "2020-02-29", "2020-03-01", "2020-03-02", "2020-03-03", "2020-03-04", "2020-03-05", "2020-03-06", "2020-03-07", "2020-03-08", "2020-03-09", "2020-03-10", "2020-03-11", "2020-03-12", "2020-03-13", "2020-03-14", "2020-03-15", "2020-03-16", "2020-03-17", "2020-03-18", "2020-03-19", "2020-03-20", "2020-03-21", "2020-03-22", "2020-03-23", "2020-03-24", "2020-03-25", "2020-03-26", "2020-03-27", "2020-03-28", "2020-03-29", "2020-03-30", "2020-03-31", "2020-04-01", "2020-04-02", "2020-04-03", "2020-04-04", "2020-04-05", "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2020-04-11", "2020-04-12", "2020-04-13", "2020-04-14", "2020-04-15", "2020-04-16", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-04-21", "2020-04-22", "2020-04-23", "2020-04-24", "2020-04-25", "2020-04-26", "2020-04-27", "2020-04-28", "2020-04-29", "2020-04-30", "2020-05-01", "2020-05-02", "2020-05-03", "2020-05-04", "2020-05-05", "2020-05-06", "2020-05-07", "2020-05-08", "2020-05-09", "2020-05-10", "2020-05-11", "2020-05-12", "2020-05-13", "2020-05-14", "2020-05-15", "2020-05-16", "2020-05-17", "2020-05-18", "2020-05-19", "2020-05-20", "2020-05-21", "2020-05-22", "2020-05-23", "2020-05-24", "2020-05-25", "2020-05-26", "2020-05-27", "2020-05-28", "2020-05-29", "2020-05-30", "2020-05-31", "2020-06-01", "2020-06-02", "2020-06-03", "2020-06-04", "2020-06-05", "2020-06-06", "2020-06-07", "2020-06-08", "2020-06-09", "2020-06-10", "2020-06-11", "2020-06-12", "2020-06-13", "2020-06-14", "2020-06-15", "2020-06-16", "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17", "2020-07-18", "2020-07-19", "2020-07-20", "2020-07-21", "2020-07-22", "2020-07-23", "2020-07-24", "2020-07-25", "2020-07-26", "2020-07-27", "2020-07-28", "2020-07-29", "2020-07-30", "2020-07-31", "2020-08-01", "2020-08-02", "2020-08-03", "2020-08-04", "2020-08-05", "2020-08-06", "2020-08-07", "2020-08-08", "2020-08-09", "2020-08-10", "2020-08-11", "2020-08-12", "2020-08-13", "2020-08-14", "2020-08-15", "2020-08-16", "2020-08-17", "2020-08-18", "2020-08-19", "2020-08-20", "2020-08-21", "2020-08-22", "2020-08-23", "2020-08-24", "2020-08-25", "2020-08-26", "2020-08-27", "2020-08-28", "2020-08-29", "2020-08-30", "2020-08-31", "2020-09-01", "2020-09-02", "2020-09-03", "2020-09-04", "2020-09-05", "2020-09-06", "2020-09-07", "2020-09-08", "2020-09-09", "2020-09-10", "2020-09-11", "2020-09-12", "2020-09-13", "2020-09-14", "2020-09-15", "2020-09-16", "2020-09-17", "2020-09-18", "2020-09-19", "2020-09-20", "2020-09-21", "2020-09-22", "2020-09-23", "2020-09-24", "2020-09-25", "2020-09-26", "2020-09-27", "2020-09-28", "2020-09-29", "2020-09-30", "2020-10-01", "2020-10-02", "2020-10-03", "2020-10-04", "2020-10-05", "2020-10-06", "2020-10-07", "2020-10-08", "2020-10-09", "2020-10-10", "2020-10-11", "2020-10-12", "2020-10-13", "2020-10-14", "2020-10-15", "2020-10-16", "2020-10-17", "2020-10-18", "2020-10-19", "2020-10-20", "2020-10-21", "2020-10-22", "2020-10-23", "2020-10-24", "2020-10-25", "2020-10-26", "2020-10-27", "2020-10-28", "2020-10-29", "2020-10-30", "2020-10-31", "2020-11-01", "2020-11-02", "2020-11-03", "2020-11-04", "2020-11-05", "2020-11-06", "2020-11-07", "2020-11-08", "2020-11-09", "2020-11-10", "2020-11-11", "2020-11-12", "2020-11-13", "2020-11-14", "2020-11-15", "2020-11-16", "2020-11-17", "2020-11-18", "2020-11-19", "2020-11-20", "2020-11-21", "2020-11-22", "2020-11-23", "2020-11-24", "2020-11-25", "2020-11-26", "2020-11-27", "2020-11-28", "2020-11-29", "2020-11-30", "2020-12-01", "2020-12-02", "2020-12-03", "2020-12-04", "2020-12-05", "2020-12-06", "2020-12-07", "2020-12-08", "2020-12-09", "2020-12-10", "2020-12-11", "2020-12-12", "2020-12-13", "2020-12-14", "2020-12-15", "2020-12-16", "2020-12-17", "2020-12-18", "2020-12-19", "2020-12-20", "2020-12-21", "2020-12-22", "2020-12-23", "2020-12-24", "2020-12-25", "2020-12-26", "2020-12-27", "2020-12-28", "2020-12-29", "2020-12-30", "2020-12-31", "2021-01-01", "2021-01-02", "2021-01-03", "2021-01-04", "2021-01-05", "2021-01-06", "2021-01-07", "2021-01-08", "2021-01-09", "2021-01-10", "2021-01-11", "2021-01-12", "2021-01-13", "2021-01-14", "2021-01-15", "2021-01-16"]}}, "required": ["Credit/debit card spending relative to January 4-31 2020, seasonally adjusted, 7 day moving average from Affinity Solutions"]}
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, "2020-03-05": 0.0686, "2020-03-06": 0.0686, "2020-03-07": 0.07, "2020-03-08": 0.0671, "2020-03-09": 0.0671, "2020-03-10": 0.0629, "2020-03-11": 0.0686, "2020-03-12": 0.0914, "2020-03-13": 0.124, "2020-03-14": 0.139, "2020-03-15": 0.146, "2020-03-16": 0.167, "2020-03-17": 0.177, "2020-03-18": 0.174, "2020-03-19": 0.151, "2020-03-20": 0.121, "2020-03-21": 0.0929, "2020-03-22": 0.0571, "2020-03-23": 0.0129, "2020-03-24": -0.0243, "2020-03-25": -0.0571, "2020-03-26": -0.0871, "2020-03-27": -0.117, "2020-03-28": -0.141, "2020-03-29": -0.154, "2020-03-30": -0.166, "2020-03-31": -0.171, "2020-04-01": -0.166, "2020-04-02": -0.161, "2020-04-03": -0.156, "2020-04-04": -0.15, "2020-04-05": -0.147, "2020-04-06": -0.144, "2020-04-07": -0.141, "2020-04-08": -0.147, "2020-04-09": -0.15, "2020-04-10": -0.151, "2020-04-11": -0.14, "2020-04-12": -0.167, "2020-04-13": -0.176, "2020-04-14": -0.179, "2020-04-15": -0.176, "2020-04-16": -0.176, "2020-04-17": -0.181, "2020-04-18": -0.193, "2020-04-19": -0.164, "2020-04-20": -0.156, "2020-04-21": -0.153, "2020-04-22": -0.154, "2020-04-23": -0.156, "2020-04-24": -0.154, "2020-04-25": -0.149, "2020-04-26": -0.144, "2020-04-27": -0.14, "2020-04-28": -0.134, "2020-04-29": -0.13, "2020-04-30": -0.123, "2020-05-01": -0.11, "2020-05-02": -0.1, "2020-05-03": -0.0886, "2020-05-04": -0.08, "2020-05-05": -0.07, "2020-05-06": -0.0629, "2020-05-07": -0.0543, "2020-05-08": -0.0514, "2020-05-09": -0.0357, "2020-05-10": -0.0229, "2020-05-11": -0.0286, "2020-05-12": -0.0329, "2020-05-13": -0.0314, "2020-05-14": -0.0343, "2020-05-15": -0.0371, "2020-05-16": -0.0514, "2020-05-17": -0.0643, "2020-05-18": -0.06, "2020-05-19": -0.0571, "2020-05-20": -0.0543, "2020-05-21": -0.0486, "2020-05-22": -0.0414, "2020-05-23": -0.0371, "2020-05-24": -0.0286, "2020-05-25": -0.0286, "2020-05-26": -0.0271, "2020-05-27": -0.0286, "2020-05-28": -0.03, "2020-05-29": -0.0343, "2020-05-30": -0.0357, "2020-05-31": -0.0386, "2020-06-01": -0.03, "2020-06-02": -0.0257, "2020-06-03": -0.0186, "2020-06-04": -0.0143, "2020-06-05": -0.01, "2020-06-06": -0.00714, "2020-06-07": -0.00429, "2020-06-08": -0.00429, "2020-06-09": -0.00571, "2020-06-10": -0.00857, "2020-06-11": -0.01, "2020-06-12": -0.00857, "2020-06-13": -0.00714, "2020-06-14": -0.00714, "2020-06-15": -0.00714, "2020-06-16": -0.00429, "2020-06-17": -0.00286, "2020-06-18": -0.00143, "2020-06-19": 0, "2020-06-20": 0.00571, "2020-06-21": 0.0114, "2020-06-22": 0.00714, "2020-06-23": 0.00571, "2020-06-24": 0.00429, "2020-06-25": 0.00429, "2020-06-26": 0, "2020-06-27": -0.01, "2020-06-28": -0.0186, "2020-06-29": -0.0157, "2020-06-30": -0.0143, "2020-07-01": -0.00714, "2020-07-02": 0.00714, "2020-07-03": 0.0271, "2020-07-04": 0.00571, "2020-07-05": -0.00143, "2020-07-06": 0.00857, "2020-07-07": 0.00714, "2020-07-08": 0, "2020-07-09": -0.0143, "2020-07-10": -0.0157, "2020-07-11": -0.0143, "2020-07-12": -0.0129, "2020-07-13": -0.0129, "2020-07-14": -0.0129, "2020-07-15": -0.0129, "2020-07-16": -0.0143, "2020-07-17": -0.0129, "2020-07-18": -0.0143, "2020-07-19": -0.0157, "2020-07-20": -0.0186, "2020-07-21": -0.0214, "2020-07-22": -0.0243, "2020-07-23": -0.0271, "2020-07-24": -0.0286, "2020-07-25": -0.03, "2020-07-26": -0.0314, "2020-07-27": -0.0314, "2020-07-28": -0.0329, "2020-07-29": -0.0329, "2020-07-30": -0.0329, "2020-07-31": -0.03, "2020-08-01": -0.0271, "2020-08-02": -0.0257, "2020-08-03": -0.0214, "2020-08-04": -0.0214, "2020-08-05": -0.02, "2020-08-06": -0.02, "2020-08-07": -0.0243, "2020-08-08": -0.0257, "2020-08-09": -0.0257, "2020-08-10": -0.0314, "2020-08-11": -0.0314, "2020-08-12": -0.0343, "2020-08-13": -0.0357, "2020-08-14": -0.0357, "2020-08-15": -0.0371, "2020-08-16": -0.0386, "2020-08-17": -0.04, "2020-08-18": -0.0414, "2020-08-19": -0.0429, "2020-08-20": -0.0443, "2020-08-21": -0.0457, "2020-08-22": -0.0457, "2020-08-23": -0.0457, "2020-08-24": -0.0471, "2020-08-25": -0.0471, "2020-08-26": -0.0471, "2020-08-27": -0.05, "2020-08-28": -0.0529, "2020-08-29": -0.0557, "2020-08-30": -0.0571, "2020-08-31": -0.0571, "2020-09-01": -0.0543, "2020-09-02": -0.0543, "2020-09-03": -0.0471, "2020-09-04": -0.0386, "2020-09-05": -0.0329, "2020-09-06": -0.0286, "2020-09-07": -0.0286, "2020-09-08": -0.0329, "2020-09-09": -0.0357, "2020-09-10": -0.0429, "2020-09-11": -0.0514, "2020-09-12": -0.0571, "2020-09-13": -0.0614, "2020-09-14": -0.0614, "2020-09-15": -0.0614, "2020-09-16": -0.0629, "2020-09-17": -0.0643, "2020-09-18": -0.0629, "2020-09-19": -0.06, "2020-09-20": -0.06, "2020-09-21": -0.0614, "2020-09-22": -0.0629, "2020-09-23": -0.0614, "2020-09-24": -0.0614, "2020-09-25": -0.0629, "2020-09-26": -0.0643, "2020-09-27": -0.0657, "2020-09-28": -0.0657, "2020-09-29": -0.0671, "2020-09-30": -0.0643, "2020-10-01": -0.0571, "2020-10-02": -0.0529, "2020-10-03": -0.05, "2020-10-04": -0.0471, "2020-10-05": -0.0429, "2020-10-06": -0.0386, "2020-10-07": -0.04, "2020-10-08": -0.0443, "2020-10-09": -0.0471, "2020-10-10": -0.0514, "2020-10-11": -0.0543, "2020-10-12": -0.06, "2020-10-13": -0.0571, "2020-10-14": -0.0571, "2020-10-15": -0.0571, "2020-10-16": -0.0586, "2020-10-17": -0.0571, "2020-10-18": -0.0571, "2020-10-19": -0.0629, "2020-10-20": -0.0643, "2020-10-21": -0.0657, "2020-10-22": -0.0671, "2020-10-23": -0.0671, "2020-10-24": -0.0686, "2020-10-25": -0.07, "2020-10-26": -0.07, "2020-10-27": -0.07, "2020-10-28": -0.07, "2020-10-29": -0.0714, "2020-10-30": -0.0657, "2020-10-31": -0.0571, "2020-11-01": -0.0586, "2020-11-02": -0.0557, "2020-11-03": -0.0486, "2020-11-04": -0.0529, "2020-11-05": -0.0543, "2020-11-06": -0.0629, "2020-11-07": -0.0743, "2020-11-08": -0.0743, "2020-11-09": -0.0771, "2020-11-10": -0.0843, "2020-11-11": -0.0814, "2020-11-12": -0.0857, "2020-11-13": -0.0843, "2020-11-14": -0.0843, "2020-11-15": -0.0843, "2020-11-16": -0.0829, "2020-11-17": -0.0829, "2020-11-18": -0.0786, "2020-11-19": -0.0743, "2020-11-20": -0.0729, "2020-11-21": -0.07, "2020-11-22": -0.0671, "2020-11-23": -0.0586, "2020-11-24": -0.04, "2020-11-25": 0.00286, "2020-11-26": -0.0743, "2020-11-27": -0.0571, "2020-11-28": -0.0557, "2020-11-29": -0.0671, "2020-11-30": -0.07, "2020-12-01": -0.0857, "2020-12-02": -0.0871, "2020-12-03": -0.0857, "2020-12-04": -0.0871, "2020-12-05": -0.0743, "2020-12-06": -0.0771, "2020-12-07": -0.0729, "2020-12-08": -0.0771, "2020-12-09": -0.0771, "2020-12-10": -0.0786, "2020-12-11": -0.0786, "2020-12-12": -0.0771, "2020-12-13": -0.0757, "2020-12-14": -0.0743, "2020-12-15": -0.0657, "2020-12-16": -0.0629, "2020-12-17": -0.0671, "2020-12-18": -0.0643, "2020-12-19": -0.06, "2020-12-20": -0.0543, "2020-12-21": -0.0386, "2020-12-22": -0.0214, "2020-12-23": 0.0214, "2020-12-24": 0.03, "2020-12-25": -0.0986, "2020-12-26": -0.0443, "2020-12-27": -0.0643, "2020-12-28": -0.0814, "2020-12-29": -0.104, "2020-12-30": -0.0957, "2020-12-31": -0.0643, "2021-01-01": -0.147, "2021-01-02": -0.14, "2021-01-03": -0.137, "2021-01-04": -0.136, "2021-01-05": -0.136, "2021-01-06": -0.143, "2021-01-07": -0.144, "2021-01-08": -0.111, "2021-01-09": -0.106, "2021-01-10": -0.101, "2021-01-11": -0.107, "2021-01-12": -0.113, "2021-01-13": -0.114, "2021-01-14": -0.119, "2021-01-15": -0.121, "2021-01-16": -0.126, "2021-01-17": -0.129, "2021-01-18": -0.131, "2021-01-19": -0.134, "2021-01-20": -0.14, "2021-01-21": -0.14, "2021-01-22": -0.137, "2021-01-23": -0.137, "2021-01-24": -0.139}}
{"$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-27": {"type": "number"}, "2020-02-28": {"type": "number"}, "2020-02-29": {"type": "number"}, "2020-03-01": {"type": "number"}, "2020-03-02": {"type": "number"}, "2020-03-03": {"type": "number"}, "2020-03-04": {"type": "number"}, "2020-03-05": {"type": "number"}, "2020-03-06": {"type": "number"}, "2020-03-07": {"type": "number"}, "2020-03-08": {"type": "number"}, "2020-03-09": {"type": "number"}, "2020-03-10": {"type": "number"}, "2020-03-11": {"type": "number"}, "2020-03-12": {"type": "number"}, "2020-03-13": {"type": "number"}, "2020-03-14": {"type": "number"}, "2020-03-15": {"type": "number"}, "2020-03-16": {"type": "number"}, "2020-03-17": {"type": "number"}, "2020-03-18": {"type": "number"}, "2020-03-19": {"type": "number"}, "2020-03-20": {"type": "number"}, "2020-03-21": {"type": "number"}, "2020-03-22": {"type": "number"}, "2020-03-23": {"type": "number"}, "2020-03-24": {"type": "number"}, "2020-03-25": {"type": "number"}, "2020-03-26": {"type": "number"}, "2020-03-27": {"type": "number"}, "2020-03-28": {"type": "number"}, "2020-03-29": {"type": "number"}, "2020-03-30": {"type": "number"}, "2020-03-31": {"type": "number"}, "2020-04-01": {"type": "number"}, "2020-04-02": {"type": "number"}, "2020-04-03": {"type": "number"}, "2020-04-04": {"type": "number"}, "2020-04-05": {"type": "number"}, "2020-04-06": {"type": "number"}, "2020-04-07": {"type": "number"}, "2020-04-08": {"type": "number"}, "2020-04-09": {"type": "number"}, "2020-04-10": {"type": "number"}, "2020-04-11": {"type": "number"}, "2020-04-12": {"type": "number"}, "2020-04-13": {"type": "number"}, "2020-04-14": {"type": "number"}, "2020-04-15": {"type": "number"}, "2020-04-16": {"type": "number"}, "2020-04-17": {"type": "number"}, "2020-04-18": {"type": "number"}, "2020-04-19": {"type": "number"}, "2020-04-20": {"type": "number"}, "2020-04-21": {"type": "number"}, "2020-04-22": {"type": "number"}, "2020-04-23": {"type": "number"}, "2020-04-24": {"type": "number"}, "2020-04-25": {"type": "number"}, "2020-04-26": {"type": "number"}, "2020-04-27": {"type": "number"}, "2020-04-28": {"type": "number"}, "2020-04-29": {"type": "number"}, "2020-04-30": {"type": "number"}, "2020-05-01": {"type": "number"}, "2020-05-02": {"type": "number"}, "2020-05-03": {"type": "number"}, "2020-05-04": {"type": "number"}, "2020-05-05": {"type": "number"}, "2020-05-06": {"type": "number"}, "2020-05-07": {"type": "number"}, "2020-05-08": {"type": "number"}, "2020-05-09": {"type": "number"}, "2020-05-10": {"type": "number"}, "2020-05-11": {"type": "number"}, "2020-05-12": {"type": "number"}, "2020-05-13": {"type": "number"}, "2020-05-14": {"type": "number"}, "2020-05-15": {"type": "number"}, "2020-05-16": {"type": "number"}, "2020-05-17": {"type": "number"}, "2020-05-18": {"type": "number"}, "2020-05-19": {"type": "number"}, "2020-05-20": {"type": "number"}, "2020-05-21": {"type": "number"}, "2020-05-22": {"type": "number"}, "2020-05-23": {"type": "number"}, "2020-05-24": {"type": "number"}, "2020-05-25": {"type": "number"}, "2020-05-26": {"type": "number"}, "2020-05-27": {"type": "number"}, "2020-05-28": {"type": "number"}, "2020-05-29": {"type": "number"}, "2020-05-30": {"type": "number"}, "2020-05-31": {"type": "number"}, "2020-06-01": {"type": "number"}, "2020-06-02": {"type": "number"}, "2020-06-03": {"type": "number"}, "2020-06-04": {"type": "number"}, "2020-06-05": {"type": "number"}, "2020-06-06": {"type": "number"}, "2020-06-07": {"type": "number"}, "2020-06-08": {"type": "number"}, "2020-06-09": {"type": "number"}, "2020-06-10": {"type": "number"}, "2020-06-11": {"type": "number"}, "2020-06-12": {"type": "number"}, "2020-06-13": {"type": "number"}, "2020-06-14": {"type": "number"}, "2020-06-15": {"type": "number"}, "2020-06-16": {"type": "number"}, "2020-06-17": {"type": "number"}, "2020-06-18": {"type": "number"}, "2020-06-19": {"type": "integer"}, "2020-06-20": {"type": "number"}, "2020-06-21": {"type": "number"}, "2020-06-22": {"type": "number"}, "2020-06-23": {"type": "number"}, "2020-06-24": {"type": "number"}, "2020-06-25": {"type": "number"}, "2020-06-26": {"type": "integer"}, "2020-06-27": {"type": "number"}, "2020-06-28": {"type": "number"}, "2020-06-29": {"type": "number"}, "2020-06-30": {"type": "number"}, "2020-07-01": {"type": "number"}, "2020-07-02": {"type": "number"}, "2020-07-03": {"type": "number"}, "2020-07-04": {"type": "number"}, "2020-07-05": {"type": "number"}, "2020-07-06": {"type": "number"}, "2020-07-07": {"type": "number"}, "2020-07-08": {"type": "integer"}, "2020-07-09": {"type": "number"}, "2020-07-10": {"type": "number"}, "2020-07-11": {"type": "number"}, "2020-07-12": {"type": "number"}, "2020-07-13": {"type": "number"}, "2020-07-14": {"type": "number"}, "2020-07-15": {"type": "number"}, "2020-07-16": {"type": "number"}, "2020-07-17": {"type": "number"}, "2020-07-18": {"type": "number"}, "2020-07-19": {"type": "number"}, "2020-07-20": {"type": "number"}, "2020-07-21": {"type": "number"}, "2020-07-22": {"type": "number"}, "2020-07-23": {"type": "number"}, "2020-07-24": {"type": "number"}, "2020-07-25": {"type": "number"}, "2020-07-26": {"type": "number"}, "2020-07-27": {"type": "number"}, "2020-07-28": {"type": "number"}, "2020-07-29": {"type": "number"}, "2020-07-30": {"type": "number"}, "2020-07-31": {"type": "number"}, "2020-08-01": {"type": "number"}, "2020-08-02": {"type": "number"}, "2020-08-03": {"type": "number"}, "2020-08-04": {"type": "number"}, "2020-08-05": {"type": "number"}, "2020-08-06": {"type": "number"}, "2020-08-07": {"type": "number"}, "2020-08-08": {"type": "number"}, "2020-08-09": {"type": "number"}, "2020-08-10": {"type": "number"}, "2020-08-11": {"type": "number"}, "2020-08-12": {"type": "number"}, "2020-08-13": {"type": "number"}, "2020-08-14": {"type": "number"}, "2020-08-15": {"type": "number"}, "2020-08-16": {"type": "number"}, "2020-08-17": {"type": "number"}, "2020-08-18": {"type": "number"}, "2020-08-19": {"type": "number"}, "2020-08-20": {"type": "number"}, "2020-08-21": {"type": "number"}, "2020-08-22": {"type": "number"}, "2020-08-23": {"type": "number"}, "2020-08-24": {"type": "number"}, "2020-08-25": {"type": "number"}, "2020-08-26": {"type": "number"}, "2020-08-27": {"type": "number"}, "2020-08-28": {"type": "number"}, "2020-08-29": {"type": "number"}, "2020-08-30": {"type": "number"}, "2020-08-31": {"type": "number"}, "2020-09-01": {"type": "number"}, "2020-09-02": {"type": "number"}, "2020-09-03": {"type": "number"}, "2020-09-04": {"type": "number"}, "2020-09-05": {"type": "number"}, "2020-09-06": {"type": "number"}, "2020-09-07": {"type": "number"}, "2020-09-08": {"type": "number"}, "2020-09-09": {"type": "number"}, "2020-09-10": {"type": "number"}, "2020-09-11": {"type": "number"}, "2020-09-12": {"type": "number"}, "2020-09-13": {"type": "number"}, "2020-09-14": {"type": "number"}, "2020-09-15": {"type": "number"}, "2020-09-16": {"type": "number"}, "2020-09-17": {"type": "number"}, "2020-09-18": {"type": "number"}, "2020-09-19": {"type": "number"}, "2020-09-20": {"type": "number"}, "2020-09-21": {"type": "number"}, "2020-09-22": {"type": "number"}, "2020-09-23": {"type": "number"}, "2020-09-24": {"type": "number"}, "2020-09-25": {"type": "number"}, "2020-09-26": {"type": "number"}, "2020-09-27": {"type": "number"}, "2020-09-28": {"type": "number"}, "2020-09-29": {"type": "number"}, "2020-09-30": {"type": "number"}, "2020-10-01": {"type": "number"}, "2020-10-02": {"type": "number"}, "2020-10-03": {"type": "number"}, "2020-10-04": {"type": "number"}, "2020-10-05": {"type": "number"}, "2020-10-06": {"type": "number"}, "2020-10-07": {"type": "number"}, "2020-10-08": {"type": "number"}, "2020-10-09": {"type": "number"}, "2020-10-10": {"type": "number"}, "2020-10-11": {"type": "number"}, "2020-10-12": {"type": "number"}, "2020-10-13": {"type": "number"}, "2020-10-14": {"type": "number"}, "2020-10-15": {"type": "number"}, "2020-10-16": {"type": "number"}, "2020-10-17": {"type": "number"}, "2020-10-18": {"type": "number"}, "2020-10-19": {"type": "number"}, "2020-10-20": {"type": "number"}, "2020-10-21": {"type": "number"}, "2020-10-22": {"type": "number"}, "2020-10-23": {"type": "number"}, "2020-10-24": {"type": "number"}, "2020-10-25": {"type": "number"}, "2020-10-26": {"type": "number"}, "2020-10-27": {"type": "number"}, "2020-10-28": {"type": "number"}, "2020-10-29": {"type": "number"}, "2020-10-30": {"type": "number"}, "2020-10-31": {"type": "number"}, "2020-11-01": {"type": "number"}, "2020-11-02": {"type": "number"}, "2020-11-03": {"type": "number"}, "2020-11-04": {"type": "number"}, "2020-11-05": {"type": "number"}, "2020-11-06": {"type": "number"}, "2020-11-07": {"type": "number"}, "2020-11-08": {"type": "number"}, "2020-11-09": {"type": "number"}, "2020-11-10": {"type": "number"}, "2020-11-11": {"type": "number"}, "2020-11-12": {"type": "number"}, "2020-11-13": {"type": "number"}, "2020-11-14": {"type": "number"}, "2020-11-15": {"type": "number"}, "2020-11-16": {"type": "number"}, "2020-11-17": {"type": "number"}, "2020-11-18": {"type": "number"}, "2020-11-19": {"type": "number"}, "2020-11-20": {"type": "number"}, "2020-11-21": {"type": "number"}, "2020-11-22": {"type": "number"}, "2020-11-23": {"type": "number"}, "2020-11-24": {"type": "number"}, "2020-11-25": {"type": "number"}, "2020-11-26": {"type": "number"}, "2020-11-27": {"type": "number"}, "2020-11-28": {"type": "number"}, "2020-11-29": {"type": "number"}, "2020-11-30": {"type": "number"}, "2020-12-01": {"type": "number"}, "2020-12-02": {"type": "number"}, "2020-12-03": {"type": "number"}, "2020-12-04": {"type": "number"}, "2020-12-05": {"type": "number"}, "2020-12-06": {"type": "number"}, "2020-12-07": {"type": "number"}, "2020-12-08": {"type": "number"}, "2020-12-09": {"type": "number"}, "2020-12-10": {"type": "number"}, "2020-12-11": {"type": "number"}, "2020-12-12": {"type": "number"}, "2020-12-13": {"type": "number"}, "2020-12-14": {"type": "number"}, "2020-12-15": {"type": "number"}, "2020-12-16": {"type": "number"}, "2020-12-17": {"type": "number"}, "2020-12-18": {"type": "number"}, "2020-12-19": {"type": "number"}, "2020-12-20": {"type": "number"}, "2020-12-21": {"type": "number"}, "2020-12-22": {"type": "number"}, "2020-12-23": {"type": "number"}, "2020-12-24": {"type": "number"}, "2020-12-25": {"type": "number"}, "2020-12-26": {"type": "number"}, "2020-12-27": {"type": "number"}, "2020-12-28": {"type": "number"}, "2020-12-29": {"type": "number"}, "2020-12-30": {"type": "number"}, "2020-12-31": {"type": "number"}, "2021-01-01": {"type": "number"}, "2021-01-02": {"type": "number"}, "2021-01-03": {"type": "number"}, "2021-01-04": {"type": "number"}, "2021-01-05": {"type": "number"}, "2021-01-06": {"type": "number"}, "2021-01-07": {"type": "number"}, "2021-01-08": {"type": "number"}, "2021-01-09": {"type": "number"}, "2021-01-10": {"type": "number"}, "2021-01-11": {"type": "number"}, "2021-01-12": {"type": "number"}, "2021-01-13": {"type": "number"}, "2021-01-14": {"type": "number"}, "2021-01-15": {"type": "number"}, "2021-01-16": {"type": "number"}, "2021-01-17": {"type": "number"}, "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-23": {"type": "number"}, "2021-01-24": {"type": "number"}}, "required": ["2020-02-24", "2020-02-25", "2020-02-26", "2020-02-27", "2020-02-28", "2020-02-29", "2020-03-01", "2020-03-02", "2020-03-03", "2020-03-04", "2020-03-05", "2020-03-06", "2020-03-07", "2020-03-08", "2020-03-09", "2020-03-10", "2020-03-11", "2020-03-12", "2020-03-13", "2020-03-14", "2020-03-15", "2020-03-16", "2020-03-17", "2020-03-18", "2020-03-19", "2020-03-20", "2020-03-21", "2020-03-22", "2020-03-23", "2020-03-24", "2020-03-25", "2020-03-26", "2020-03-27", "2020-03-28", "2020-03-29", "2020-03-30", "2020-03-31", "2020-04-01", "2020-04-02", "2020-04-03", "2020-04-04", "2020-04-05", "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2020-04-11", "2020-04-12", "2020-04-13", "2020-04-14", "2020-04-15", "2020-04-16", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-04-21", "2020-04-22", "2020-04-23", "2020-04-24", "2020-04-25", "2020-04-26", "2020-04-27", "2020-04-28", "2020-04-29", "2020-04-30", "2020-05-01", "2020-05-02", "2020-05-03", "2020-05-04", "2020-05-05", "2020-05-06", "2020-05-07", "2020-05-08", "2020-05-09", "2020-05-10", "2020-05-11", "2020-05-12", "2020-05-13", "2020-05-14", "2020-05-15", "2020-05-16", "2020-05-17", "2020-05-18", "2020-05-19", "2020-05-20", "2020-05-21", "2020-05-22", "2020-05-23", "2020-05-24", "2020-05-25", "2020-05-26", "2020-05-27", "2020-05-28", "2020-05-29", "2020-05-30", "2020-05-31", "2020-06-01", "2020-06-02", "2020-06-03", "2020-06-04", "2020-06-05", "2020-06-06", "2020-06-07", "2020-06-08", "2020-06-09", "2020-06-10", "2020-06-11", "2020-06-12", "2020-06-13", "2020-06-14", "2020-06-15", "2020-06-16", "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17", "2020-07-18", "2020-07-19", "2020-07-20", "2020-07-21", "2020-07-22", "2020-07-23", "2020-07-24", "2020-07-25", "2020-07-26", "2020-07-27", "2020-07-28", "2020-07-29", "2020-07-30", "2020-07-31", "2020-08-01", "2020-08-02", "2020-08-03", "2020-08-04", "2020-08-05", "2020-08-06", "2020-08-07", "2020-08-08", "2020-08-09", "2020-08-10", "2020-08-11", "2020-08-12", "2020-08-13", "2020-08-14", "2020-08-15", "2020-08-16", "2020-08-17", "2020-08-18", "2020-08-19", "2020-08-20", "2020-08-21", "2020-08-22", "2020-08-23", "2020-08-24", "2020-08-25", "2020-08-26", "2020-08-27", "2020-08-28", "2020-08-29", "2020-08-30", "2020-08-31", "2020-09-01", "2020-09-02", "2020-09-03", "2020-09-04", "2020-09-05", "2020-09-06", "2020-09-07", "2020-09-08", "2020-09-09", "2020-09-10", "2020-09-11", "2020-09-12", "2020-09-13", "2020-09-14", "2020-09-15", "2020-09-16", "2020-09-17", "2020-09-18", "2020-09-19", "2020-09-20", "2020-09-21", "2020-09-22", "2020-09-23", "2020-09-24", "2020-09-25", "2020-09-26", "2020-09-27", "2020-09-28", "2020-09-29", "2020-09-30", "2020-10-01", "2020-10-02", "2020-10-03", "2020-10-04", "2020-10-05", "2020-10-06", "2020-10-07", "2020-10-08", "2020-10-09", "2020-10-10", "2020-10-11", "2020-10-12", "2020-10-13", "2020-10-14", "2020-10-15", "2020-10-16", "2020-10-17", "2020-10-18", "2020-10-19", "2020-10-20", "2020-10-21", "2020-10-22", "2020-10-23", "2020-10-24", "2020-10-25", "2020-10-26", "2020-10-27", "2020-10-28", "2020-10-29", "2020-10-30", "2020-10-31", "2020-11-01", "2020-11-02", "2020-11-03", "2020-11-04", "2020-11-05", "2020-11-06", "2020-11-07", "2020-11-08", "2020-11-09", "2020-11-10", "2020-11-11", "2020-11-12", "2020-11-13", "2020-11-14", "2020-11-15", "2020-11-16", "2020-11-17", "2020-11-18", "2020-11-19", "2020-11-20", "2020-11-21", "2020-11-22", "2020-11-23", "2020-11-24", "2020-11-25", "2020-11-26", "2020-11-27", "2020-11-28", "2020-11-29", "2020-11-30", "2020-12-01", "2020-12-02", "2020-12-03", "2020-12-04", "2020-12-05", "2020-12-06", "2020-12-07", "2020-12-08", "2020-12-09", "2020-12-10", "2020-12-11", "2020-12-12", "2020-12-13", "2020-12-14", "2020-12-15", "2020-12-16", "2020-12-17", "2020-12-18", "2020-12-19", "2020-12-20", "2020-12-21", "2020-12-22", "2020-12-23", "2020-12-24", "2020-12-25", "2020-12-26", "2020-12-27", "2020-12-28", "2020-12-29", "2020-12-30", "2020-12-31", "2021-01-01", "2021-01-02", "2021-01-03", "2021-01-04", "2021-01-05", "2021-01-06", "2021-01-07", "2021-01-08", "2021-01-09", "2021-01-10", "2021-01-11", "2021-01-12", "2021-01-13", "2021-01-14", "2021-01-15", "2021-01-16", "2021-01-17", "2021-01-18", "2021-01-19", "2021-01-20", "2021-01-21", "2021-01-22", "2021-01-23", "2021-01-24"]}}, "required": ["GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports"]}
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.167, "2020-03-06": 0.17, "2020-03-07": 0.181, "2020-03-08": 0.213, "2020-03-09": 0.243, "2020-03-10": 0.24, "2020-03-11": 0.253, "2020-03-12": 0.25, "2020-03-13": 0.239, "2020-03-14": 0.201, "2020-03-15": 0.151, "2020-03-16": 0.106, "2020-03-17": 0.0914, "2020-03-18": 0.0629, "2020-03-19": 0.0386, "2020-03-20": 0.03, "2020-03-21": 0.0214, "2020-03-22": -0.00286, "2020-03-23": -0.0343, "2020-03-24": -0.06, "2020-03-25": -0.0786, "2020-03-26": -0.0771, "2020-03-27": -0.0843, "2020-03-28": -0.116, "2020-03-29": -0.126, "2020-03-30": -0.114, "2020-03-31": -0.123, "2020-04-01": -0.123, "2020-04-02": -0.14, "2020-04-03": -0.16, "2020-04-04": -0.159, "2020-04-05": -0.16, "2020-04-06": -0.153, "2020-04-07": -0.133, "2020-04-08": -0.131, "2020-04-09": -0.149, "2020-04-10": -0.149, "2020-04-11": -0.137, "2020-04-12": -0.16, "2020-04-13": -0.19, "2020-04-14": -0.209, "2020-04-15": -0.223, "2020-04-16": -0.213, "2020-04-17": -0.214, "2020-04-18": -0.22, "2020-04-19": -0.183, "2020-04-20": -0.149, "2020-04-21": -0.139, "2020-04-22": -0.129, "2020-04-23": -0.129, "2020-04-24": -0.117, "2020-04-25": -0.0857, "2020-04-26": -0.0871, "2020-04-27": -0.0829, "2020-04-28": -0.0629, "2020-04-29": -0.06, "2020-04-30": -0.05, "2020-05-01": -0.02, "2020-05-02": 0.0171, "2020-05-03": 0.0643, "2020-05-04": 0.0771, "2020-05-05": 0.0757, "2020-05-06": 0.0943, "2020-05-07": 0.134, "2020-05-08": 0.121, "2020-05-09": 0.0943, "2020-05-10": 0.0714, "2020-05-11": 0.06, "2020-05-12": 0.0671, "2020-05-13": 0.0843, "2020-05-14": 0.0786, "2020-05-15": 0.111, "2020-05-16": 0.144, "2020-05-17": 0.16, "2020-05-18": 0.167, "2020-05-19": 0.174, "2020-05-20": 0.181, "2020-05-21": 0.201, "2020-05-22": 0.216, "2020-05-23": 0.231, "2020-05-24": 0.289, "2020-05-25": 0.371, "2020-05-26": 0.307, "2020-05-27": 0.32, "2020-05-28": 0.313, "2020-05-29": 0.31, "2020-05-30": 0.317, "2020-05-31": 0.303, "2020-06-01": 0.34, "2020-06-02": 0.35, "2020-06-03": 0.351, "2020-06-04": 0.371, "2020-06-05": 0.379, "2020-06-06": 0.383, "2020-06-07": 0.391, "2020-06-08": 0.407, "2020-06-09": 0.409, "2020-06-10": 0.419, "2020-06-11": 0.431, "2020-06-12": 0.464, "2020-06-13": 0.497, "2020-06-14": 0.519, "2020-06-15": 0.527, "2020-06-16": 0.557, "2020-06-17": 0.583, "2020-06-18": 0.597, "2020-06-19": 0.601, "2020-06-20": 0.594, "2020-06-21": 0.581, "2020-06-22": 0.579, "2020-06-23": 0.574, "2020-06-24": 0.573, "2020-06-25": 0.58, "2020-06-26": 0.576, "2020-06-27": 0.566, "2020-06-28": 0.56, "2020-06-29": 0.564, "2020-06-30": 0.559, "2020-07-01": 0.554, "2020-07-02": 0.573, "2020-07-03": 0.614, "2020-07-04": 0.6, "2020-07-05": 0.57, "2020-07-06": 0.576, "2020-07-07": 0.577, "2020-07-08": 0.574, "2020-07-09": 0.549, "2020-07-10": 0.529, "2020-07-11": 0.529, "2020-07-12": 0.541, "2020-07-13": 0.549, "2020-07-14": 0.56, "2020-07-15": 0.566, "2020-07-16": 0.57, "2020-07-17": 0.586, "2020-07-18": 0.603, "2020-07-19": 0.597, "2020-07-20": 0.594, "2020-07-21": 0.587, "2020-07-22": 0.574, "2020-07-23": 0.564, "2020-07-24": 0.566, "2020-07-25": 0.57, "2020-07-26": 0.577, "2020-07-27": 0.573, "2020-07-28": 0.571, "2020-07-29": 0.584, "2020-07-30": 0.586, "2020-07-31": 0.587, "2020-08-01": 0.576, "2020-08-02": 0.557, "2020-08-03": 0.556, "2020-08-04": 0.549, "2020-08-05": 0.556, "2020-08-06": 0.564, "2020-08-07": 0.566, "2020-08-08": 0.58, "2020-08-09": 0.6, "2020-08-10": 0.6, "2020-08-11": 0.613, "2020-08-12": 0.599, "2020-08-13": 0.586, "2020-08-14": 0.58, "2020-08-15": 0.563, "2020-08-16": 0.537, "2020-08-17": 0.53, "2020-08-18": 0.52, "2020-08-19": 0.51, "2020-08-20": 0.51, "2020-08-21": 0.503, "2020-08-22": 0.501, "2020-08-23": 0.504, "2020-08-24": 0.49, "2020-08-25": 0.471, "2020-08-26": 0.469, "2020-08-27": 0.451, "2020-08-28": 0.436, "2020-08-29": 0.411, "2020-08-30": 0.424, "2020-08-31": 0.421, "2020-09-01": 0.42, "2020-09-02": 0.41, "2020-09-03": 0.416, "2020-09-04": 0.441, "2020-09-05": 0.487, "2020-09-06": 0.519, "2020-09-07": 0.583, "2020-09-08": 0.501, "2020-09-09": 0.486, "2020-09-10": 0.46, "2020-09-11": 0.431, "2020-09-12": 0.387, "2020-09-13": 0.326, "2020-09-14": 0.326, "2020-09-15": 0.343, "2020-09-16": 0.36, "2020-09-17": 0.37, "2020-09-18": 0.37, "2020-09-19": 0.387, "2020-09-20": 0.399, "2020-09-21": 0.391, "2020-09-22": 0.38, "2020-09-23": 0.367, "2020-09-24": 0.354, "2020-09-25": 0.34, "2020-09-26": 0.326, "2020-09-27": 0.31, "2020-09-28": 0.291, "2020-09-29": 0.267, "2020-09-30": 0.253, "2020-10-01": 0.247, "2020-10-02": 0.237, "2020-10-03": 0.223, "2020-10-04": 0.209, "2020-10-05": 0.213, "2020-10-06": 0.233, "2020-10-07": 0.243, "2020-10-08": 0.254, "2020-10-09": 0.271, "2020-10-10": 0.277, "2020-10-11": 0.277, "2020-10-12": 0.269, "2020-10-13": 0.267, "2020-10-14": 0.269, "2020-10-15": 0.26, "2020-10-16": 0.229, "2020-10-17": 0.221, "2020-10-18": 0.211, "2020-10-19": 0.196, "2020-10-20": 0.184, "2020-10-21": 0.167, "2020-10-22": 0.163, "2020-10-23": 0.166, "2020-10-24": 0.147, "2020-10-25": 0.123, "2020-10-26": 0.104, "2020-10-27": 0.0914, "2020-10-28": 0.07, "2020-10-29": 0.0329, "2020-10-30": 0.02, "2020-10-31": 0.0186, "2020-11-01": 0.01, "2020-11-02": 0.0143, "2020-11-03": 0.0329, "2020-11-04": 0.0414, "2020-11-05": 0.06, "2020-11-06": 0.0671, "2020-11-07": 0.0614, "2020-11-08": 0.0871, "2020-11-09": 0.0914, "2020-11-10": 0.0686, "2020-11-11": 0.0486, "2020-11-12": 0.0414, "2020-11-13": 0.0171, "2020-11-14": -0.0129, "2020-11-15": -0.0429, "2020-11-16": -0.0529, "2020-11-17": -0.0671, "2020-11-18": -0.0914, "2020-11-19": -0.0829, "2020-11-20": -0.0743, "2020-11-21": -0.0714, "2020-11-22": -0.0786, "2020-11-23": -0.0814, "2020-11-24": -0.0771, "2020-11-25": -0.0686, "2020-11-26": -0.0871, "2020-11-27": -0.0671, "2020-11-28": -0.0843, "2020-11-29": -0.0829, "2020-11-30": -0.106, "2020-12-01": -0.119, "2020-12-02": -0.123, "2020-12-03": -0.133, "2020-12-04": -0.15, "2020-12-05": -0.161, "2020-12-06": -0.163, "2020-12-07": -0.156, "2020-12-08": -0.156, "2020-12-09": -0.15, "2020-12-10": -0.144, "2020-12-11": -0.143, "2020-12-12": -0.146, "2020-12-13": -0.149, "2020-12-14": -0.157, "2020-12-15": -0.161, "2020-12-16": -0.183, "2020-12-17": -0.204, "2020-12-18": -0.213, "2020-12-19": -0.22, "2020-12-20": -0.224, "2020-12-21": -0.197, "2020-12-22": -0.176, "2020-12-23": -0.149, "2020-12-24": -0.171, "2020-12-25": -0.199, "2020-12-26": -0.183, "2020-12-27": -0.173, "2020-12-28": -0.177, "2020-12-29": -0.18, "2020-12-30": -0.157, "2020-12-31": -0.163, "2021-01-01": -0.179, "2021-01-02": -0.169, "2021-01-03": -0.186, "2021-01-04": -0.201, "2021-01-05": -0.219, "2021-01-06": -0.211, "2021-01-07": -0.209, "2021-01-08": -0.22, "2021-01-09": -0.229, "2021-01-10": -0.226, "2021-01-11": -0.233, "2021-01-12": -0.236, "2021-01-13": -0.23, "2021-01-14": -0.223, "2021-01-15": -0.217, "2021-01-16": -0.209, "2021-01-17": -0.193, "2021-01-18": -0.164, "2021-01-19": -0.166, "2021-01-20": -0.171, "2021-01-21": -0.174, "2021-01-22": -0.174, "2021-01-23": -0.181, "2021-01-24": -0.206}}
{"$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-27": {"type": "number"}, "2020-02-28": {"type": "number"}, "2020-02-29": {"type": "number"}, "2020-03-01": {"type": "number"}, "2020-03-02": {"type": "number"}, "2020-03-03": {"type": "number"}, "2020-03-04": {"type": "number"}, "2020-03-05": {"type": "number"}, "2020-03-06": {"type": "number"}, "2020-03-07": {"type": "number"}, "2020-03-08": {"type": "number"}, "2020-03-09": {"type": "number"}, "2020-03-10": {"type": "number"}, "2020-03-11": {"type": "number"}, "2020-03-12": {"type": "number"}, "2020-03-13": {"type": "number"}, "2020-03-14": {"type": "number"}, "2020-03-15": {"type": "number"}, "2020-03-16": {"type": "number"}, "2020-03-17": {"type": "number"}, "2020-03-18": {"type": "number"}, "2020-03-19": {"type": "number"}, "2020-03-20": {"type": "number"}, "2020-03-21": {"type": "number"}, "2020-03-22": {"type": "number"}, "2020-03-23": {"type": "number"}, "2020-03-24": {"type": "number"}, "2020-03-25": {"type": "number"}, "2020-03-26": {"type": "number"}, "2020-03-27": {"type": "number"}, "2020-03-28": {"type": "number"}, "2020-03-29": {"type": "number"}, "2020-03-30": {"type": "number"}, "2020-03-31": {"type": "number"}, "2020-04-01": {"type": "number"}, "2020-04-02": {"type": "number"}, "2020-04-03": {"type": "number"}, "2020-04-04": {"type": "number"}, "2020-04-05": {"type": "number"}, "2020-04-06": {"type": "number"}, "2020-04-07": {"type": "number"}, "2020-04-08": {"type": "number"}, "2020-04-09": {"type": "number"}, "2020-04-10": {"type": "number"}, "2020-04-11": {"type": "number"}, "2020-04-12": {"type": "number"}, "2020-04-13": {"type": "number"}, "2020-04-14": {"type": "number"}, "2020-04-15": {"type": "number"}, "2020-04-16": {"type": "number"}, "2020-04-17": {"type": "number"}, "2020-04-18": {"type": "number"}, "2020-04-19": {"type": "number"}, "2020-04-20": {"type": "number"}, "2020-04-21": {"type": "number"}, "2020-04-22": {"type": "number"}, "2020-04-23": {"type": "number"}, "2020-04-24": {"type": "number"}, "2020-04-25": {"type": "number"}, "2020-04-26": {"type": "number"}, "2020-04-27": {"type": "number"}, "2020-04-28": {"type": "number"}, "2020-04-29": {"type": "number"}, "2020-04-30": {"type": "number"}, "2020-05-01": {"type": "number"}, "2020-05-02": {"type": "number"}, "2020-05-03": {"type": "number"}, "2020-05-04": {"type": "number"}, "2020-05-05": {"type": "number"}, "2020-05-06": {"type": "number"}, "2020-05-07": {"type": "number"}, "2020-05-08": {"type": "number"}, "2020-05-09": {"type": "number"}, "2020-05-10": {"type": "number"}, "2020-05-11": {"type": "number"}, "2020-05-12": {"type": "number"}, "2020-05-13": {"type": "number"}, "2020-05-14": {"type": "number"}, "2020-05-15": {"type": "number"}, "2020-05-16": {"type": "number"}, "2020-05-17": {"type": "number"}, "2020-05-18": {"type": "number"}, "2020-05-19": {"type": "number"}, "2020-05-20": {"type": "number"}, "2020-05-21": {"type": "number"}, "2020-05-22": {"type": "number"}, "2020-05-23": {"type": "number"}, "2020-05-24": {"type": "number"}, "2020-05-25": {"type": "number"}, "2020-05-26": {"type": "number"}, "2020-05-27": {"type": "number"}, "2020-05-28": {"type": "number"}, "2020-05-29": {"type": "number"}, "2020-05-30": {"type": "number"}, "2020-05-31": {"type": "number"}, "2020-06-01": {"type": "number"}, "2020-06-02": {"type": "number"}, "2020-06-03": {"type": "number"}, "2020-06-04": {"type": "number"}, "2020-06-05": {"type": "number"}, "2020-06-06": {"type": "number"}, "2020-06-07": {"type": "number"}, "2020-06-08": {"type": "number"}, "2020-06-09": {"type": "number"}, "2020-06-10": {"type": "number"}, "2020-06-11": {"type": "number"}, "2020-06-12": {"type": "number"}, "2020-06-13": {"type": "number"}, "2020-06-14": {"type": "number"}, "2020-06-15": {"type": "number"}, "2020-06-16": {"type": "number"}, "2020-06-17": {"type": "number"}, "2020-06-18": {"type": "number"}, "2020-06-19": {"type": "number"}, "2020-06-20": {"type": "number"}, "2020-06-21": {"type": "number"}, "2020-06-22": {"type": "number"}, "2020-06-23": {"type": "number"}, "2020-06-24": {"type": "number"}, "2020-06-25": {"type": "number"}, "2020-06-26": {"type": "number"}, "2020-06-27": {"type": "number"}, "2020-06-28": {"type": "number"}, "2020-06-29": {"type": "number"}, "2020-06-30": {"type": "number"}, "2020-07-01": {"type": "number"}, "2020-07-02": {"type": "number"}, "2020-07-03": {"type": "number"}, "2020-07-04": {"type": "number"}, "2020-07-05": {"type": "number"}, "2020-07-06": {"type": "number"}, "2020-07-07": {"type": "number"}, "2020-07-08": {"type": "number"}, "2020-07-09": {"type": "number"}, "2020-07-10": {"type": "number"}, "2020-07-11": {"type": "number"}, "2020-07-12": {"type": "number"}, "2020-07-13": {"type": "number"}, "2020-07-14": {"type": "number"}, "2020-07-15": {"type": "number"}, "2020-07-16": {"type": "number"}, "2020-07-17": {"type": "number"}, "2020-07-18": {"type": "number"}, "2020-07-19": {"type": "number"}, "2020-07-20": {"type": "number"}, "2020-07-21": {"type": "number"}, "2020-07-22": {"type": "number"}, "2020-07-23": {"type": "number"}, "2020-07-24": {"type": "number"}, "2020-07-25": {"type": "number"}, "2020-07-26": {"type": "number"}, "2020-07-27": {"type": "number"}, "2020-07-28": {"type": "number"}, "2020-07-29": {"type": "number"}, "2020-07-30": {"type": "number"}, "2020-07-31": {"type": "number"}, "2020-08-01": {"type": "number"}, "2020-08-02": {"type": "number"}, "2020-08-03": {"type": "number"}, "2020-08-04": {"type": "number"}, "2020-08-05": {"type": "number"}, "2020-08-06": {"type": "number"}, "2020-08-07": {"type": "number"}, "2020-08-08": {"type": "number"}, "2020-08-09": {"type": "number"}, "2020-08-10": {"type": "number"}, "2020-08-11": {"type": "number"}, "2020-08-12": {"type": "number"}, "2020-08-13": {"type": "number"}, "2020-08-14": {"type": "number"}, "2020-08-15": {"type": "number"}, "2020-08-16": {"type": "number"}, "2020-08-17": {"type": "number"}, "2020-08-18": {"type": "number"}, "2020-08-19": {"type": "number"}, "2020-08-20": {"type": "number"}, "2020-08-21": {"type": "number"}, "2020-08-22": {"type": "number"}, "2020-08-23": {"type": "number"}, "2020-08-24": {"type": "number"}, "2020-08-25": {"type": "number"}, "2020-08-26": {"type": "number"}, "2020-08-27": {"type": "number"}, "2020-08-28": {"type": "number"}, "2020-08-29": {"type": "number"}, "2020-08-30": {"type": "number"}, "2020-08-31": {"type": "number"}, "2020-09-01": {"type": "number"}, "2020-09-02": {"type": "number"}, "2020-09-03": {"type": "number"}, "2020-09-04": {"type": "number"}, "2020-09-05": {"type": "number"}, "2020-09-06": {"type": "number"}, "2020-09-07": {"type": "number"}, "2020-09-08": {"type": "number"}, "2020-09-09": {"type": "number"}, "2020-09-10": {"type": "number"}, "2020-09-11": {"type": "number"}, "2020-09-12": {"type": "number"}, "2020-09-13": {"type": "number"}, "2020-09-14": {"type": "number"}, "2020-09-15": {"type": "number"}, "2020-09-16": {"type": "number"}, "2020-09-17": {"type": "number"}, "2020-09-18": {"type": "number"}, "2020-09-19": {"type": "number"}, "2020-09-20": {"type": "number"}, "2020-09-21": {"type": "number"}, "2020-09-22": {"type": "number"}, "2020-09-23": {"type": "number"}, "2020-09-24": {"type": "number"}, "2020-09-25": {"type": "number"}, "2020-09-26": {"type": "number"}, "2020-09-27": {"type": "number"}, "2020-09-28": {"type": "number"}, "2020-09-29": {"type": "number"}, "2020-09-30": {"type": "number"}, "2020-10-01": {"type": "number"}, "2020-10-02": {"type": "number"}, "2020-10-03": {"type": "number"}, "2020-10-04": {"type": "number"}, "2020-10-05": {"type": "number"}, "2020-10-06": {"type": "number"}, "2020-10-07": {"type": "number"}, "2020-10-08": {"type": "number"}, "2020-10-09": {"type": "number"}, "2020-10-10": {"type": "number"}, "2020-10-11": {"type": "number"}, "2020-10-12": {"type": "number"}, "2020-10-13": {"type": "number"}, "2020-10-14": {"type": "number"}, "2020-10-15": {"type": "number"}, "2020-10-16": {"type": "number"}, "2020-10-17": {"type": "number"}, "2020-10-18": {"type": "number"}, "2020-10-19": {"type": "number"}, "2020-10-20": {"type": "number"}, "2020-10-21": {"type": "number"}, "2020-10-22": {"type": "number"}, "2020-10-23": {"type": "number"}, "2020-10-24": {"type": "number"}, "2020-10-25": {"type": "number"}, "2020-10-26": {"type": "number"}, "2020-10-27": {"type": "number"}, "2020-10-28": {"type": "number"}, "2020-10-29": {"type": "number"}, "2020-10-30": {"type": "number"}, "2020-10-31": {"type": "number"}, "2020-11-01": {"type": "number"}, "2020-11-02": {"type": "number"}, "2020-11-03": {"type": "number"}, "2020-11-04": {"type": "number"}, "2020-11-05": {"type": "number"}, "2020-11-06": {"type": "number"}, "2020-11-07": {"type": "number"}, "2020-11-08": {"type": "number"}, "2020-11-09": {"type": "number"}, "2020-11-10": {"type": "number"}, "2020-11-11": {"type": "number"}, "2020-11-12": {"type": "number"}, "2020-11-13": {"type": "number"}, "2020-11-14": {"type": "number"}, "2020-11-15": {"type": "number"}, "2020-11-16": {"type": "number"}, "2020-11-17": {"type": "number"}, "2020-11-18": {"type": "number"}, "2020-11-19": {"type": "number"}, "2020-11-20": {"type": "number"}, "2020-11-21": {"type": "number"}, "2020-11-22": {"type": "number"}, "2020-11-23": {"type": "number"}, "2020-11-24": {"type": "number"}, "2020-11-25": {"type": "number"}, "2020-11-26": {"type": "number"}, "2020-11-27": {"type": "number"}, "2020-11-28": {"type": "number"}, "2020-11-29": {"type": "number"}, "2020-11-30": {"type": "number"}, "2020-12-01": {"type": "number"}, "2020-12-02": {"type": "number"}, "2020-12-03": {"type": "number"}, "2020-12-04": {"type": "number"}, "2020-12-05": {"type": "number"}, "2020-12-06": {"type": "number"}, "2020-12-07": {"type": "number"}, "2020-12-08": {"type": "number"}, "2020-12-09": {"type": "number"}, "2020-12-10": {"type": "number"}, "2020-12-11": {"type": "number"}, "2020-12-12": {"type": "number"}, "2020-12-13": {"type": "number"}, "2020-12-14": {"type": "number"}, "2020-12-15": {"type": "number"}, "2020-12-16": {"type": "number"}, "2020-12-17": {"type": "number"}, "2020-12-18": {"type": "number"}, "2020-12-19": {"type": "number"}, "2020-12-20": {"type": "number"}, "2020-12-21": {"type": "number"}, "2020-12-22": {"type": "number"}, "2020-12-23": {"type": "number"}, "2020-12-24": {"type": "number"}, "2020-12-25": {"type": "number"}, "2020-12-26": {"type": "number"}, "2020-12-27": {"type": "number"}, "2020-12-28": {"type": "number"}, "2020-12-29": {"type": "number"}, "2020-12-30": {"type": "number"}, "2020-12-31": {"type": "number"}, "2021-01-01": {"type": "number"}, "2021-01-02": {"type": "number"}, "2021-01-03": {"type": "number"}, "2021-01-04": {"type": "number"}, "2021-01-05": {"type": "number"}, "2021-01-06": {"type": "number"}, "2021-01-07": {"type": "number"}, "2021-01-08": {"type": "number"}, "2021-01-09": {"type": "number"}, "2021-01-10": {"type": "number"}, "2021-01-11": {"type": "number"}, "2021-01-12": {"type": "number"}, "2021-01-13": {"type": "number"}, "2021-01-14": {"type": "number"}, "2021-01-15": {"type": "number"}, "2021-01-16": {"type": "number"}, "2021-01-17": {"type": "number"}, "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-23": {"type": "number"}, "2021-01-24": {"type": "number"}}, "required": ["2020-02-24", "2020-02-25", "2020-02-26", "2020-02-27", "2020-02-28", "2020-02-29", "2020-03-01", "2020-03-02", "2020-03-03", "2020-03-04", "2020-03-05", "2020-03-06", "2020-03-07", "2020-03-08", "2020-03-09", "2020-03-10", "2020-03-11", "2020-03-12", "2020-03-13", "2020-03-14", "2020-03-15", "2020-03-16", "2020-03-17", "2020-03-18", "2020-03-19", "2020-03-20", "2020-03-21", "2020-03-22", "2020-03-23", "2020-03-24", "2020-03-25", "2020-03-26", "2020-03-27", "2020-03-28", "2020-03-29", "2020-03-30", "2020-03-31", "2020-04-01", "2020-04-02", "2020-04-03", "2020-04-04", "2020-04-05", "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2020-04-11", "2020-04-12", "2020-04-13", "2020-04-14", "2020-04-15", "2020-04-16", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-04-21", "2020-04-22", "2020-04-23", "2020-04-24", "2020-04-25", "2020-04-26", "2020-04-27", "2020-04-28", "2020-04-29", "2020-04-30", "2020-05-01", "2020-05-02", "2020-05-03", "2020-05-04", "2020-05-05", "2020-05-06", "2020-05-07", "2020-05-08", "2020-05-09", "2020-05-10", "2020-05-11", "2020-05-12", "2020-05-13", "2020-05-14", "2020-05-15", "2020-05-16", "2020-05-17", "2020-05-18", "2020-05-19", "2020-05-20", "2020-05-21", "2020-05-22", "2020-05-23", "2020-05-24", "2020-05-25", "2020-05-26", "2020-05-27", "2020-05-28", "2020-05-29", "2020-05-30", "2020-05-31", "2020-06-01", "2020-06-02", "2020-06-03", "2020-06-04", "2020-06-05", "2020-06-06", "2020-06-07", "2020-06-08", "2020-06-09", "2020-06-10", "2020-06-11", "2020-06-12", "2020-06-13", "2020-06-14", "2020-06-15", "2020-06-16", "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17", "2020-07-18", "2020-07-19", "2020-07-20", "2020-07-21", "2020-07-22", "2020-07-23", "2020-07-24", "2020-07-25", "2020-07-26", "2020-07-27", "2020-07-28", "2020-07-29", "2020-07-30", "2020-07-31", "2020-08-01", "2020-08-02", "2020-08-03", "2020-08-04", "2020-08-05", "2020-08-06", "2020-08-07", "2020-08-08", "2020-08-09", "2020-08-10", "2020-08-11", "2020-08-12", "2020-08-13", "2020-08-14", "2020-08-15", "2020-08-16", "2020-08-17", "2020-08-18", "2020-08-19", "2020-08-20", "2020-08-21", "2020-08-22", "2020-08-23", "2020-08-24", "2020-08-25", "2020-08-26", "2020-08-27", "2020-08-28", "2020-08-29", "2020-08-30", "2020-08-31", "2020-09-01", "2020-09-02", "2020-09-03", "2020-09-04", "2020-09-05", "2020-09-06", "2020-09-07", "2020-09-08", "2020-09-09", "2020-09-10", "2020-09-11", "2020-09-12", "2020-09-13", "2020-09-14", "2020-09-15", "2020-09-16", "2020-09-17", "2020-09-18", "2020-09-19", "2020-09-20", "2020-09-21", "2020-09-22", "2020-09-23", "2020-09-24", "2020-09-25", "2020-09-26", "2020-09-27", "2020-09-28", "2020-09-29", "2020-09-30", "2020-10-01", "2020-10-02", "2020-10-03", "2020-10-04", "2020-10-05", "2020-10-06", "2020-10-07", "2020-10-08", "2020-10-09", "2020-10-10", "2020-10-11", "2020-10-12", "2020-10-13", "2020-10-14", "2020-10-15", "2020-10-16", "2020-10-17", "2020-10-18", "2020-10-19", "2020-10-20", "2020-10-21", "2020-10-22", "2020-10-23", "2020-10-24", "2020-10-25", "2020-10-26", "2020-10-27", "2020-10-28", "2020-10-29", "2020-10-30", "2020-10-31", "2020-11-01", "2020-11-02", "2020-11-03", "2020-11-04", "2020-11-05", "2020-11-06", "2020-11-07", "2020-11-08", "2020-11-09", "2020-11-10", "2020-11-11", "2020-11-12", "2020-11-13", "2020-11-14", "2020-11-15", "2020-11-16", "2020-11-17", "2020-11-18", "2020-11-19", "2020-11-20", "2020-11-21", "2020-11-22", "2020-11-23", "2020-11-24", "2020-11-25", "2020-11-26", "2020-11-27", "2020-11-28", "2020-11-29", "2020-11-30", "2020-12-01", "2020-12-02", "2020-12-03", "2020-12-04", "2020-12-05", "2020-12-06", "2020-12-07", "2020-12-08", "2020-12-09", "2020-12-10", "2020-12-11", "2020-12-12", "2020-12-13", "2020-12-14", "2020-12-15", "2020-12-16", "2020-12-17", "2020-12-18", "2020-12-19", "2020-12-20", "2020-12-21", "2020-12-22", "2020-12-23", "2020-12-24", "2020-12-25", "2020-12-26", "2020-12-27", "2020-12-28", "2020-12-29", "2020-12-30", "2020-12-31", "2021-01-01", "2021-01-02", "2021-01-03", "2021-01-04", "2021-01-05", "2021-01-06", "2021-01-07", "2021-01-08", "2021-01-09", "2021-01-10", "2021-01-11", "2021-01-12", "2021-01-13", "2021-01-14", "2021-01-15", "2021-01-16", "2021-01-17", "2021-01-18", "2021-01-19", "2021-01-20", "2021-01-21", "2021-01-22", "2021-01-23", "2021-01-24"]}}, "required": ["GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports"]}
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": -0.01, "2020-03-05": -0.0114, "2020-03-06": -0.0114, "2020-03-07": -0.01, "2020-03-08": -0.01, "2020-03-09": -0.00857, "2020-03-10": -0.00571, "2020-03-11": -0.00429, "2020-03-12": -0.00143, "2020-03-13": 0.00429, "2020-03-14": 0.01, "2020-03-15": 0.0157, "2020-03-16": 0.0271, "2020-03-17": 0.0414, "2020-03-18": 0.06, "2020-03-19": 0.08, "2020-03-20": 0.0986, "2020-03-21": 0.111, "2020-03-22": 0.123, "2020-03-23": 0.136, "2020-03-24": 0.147, "2020-03-25": 0.156, "2020-03-26": 0.163, "2020-03-27": 0.17, "2020-03-28": 0.174, "2020-03-29": 0.176, "2020-03-30": 0.179, "2020-03-31": 0.18, "2020-04-01": 0.181, "2020-04-02": 0.183, "2020-04-03": 0.184, "2020-04-04": 0.184, "2020-04-05": 0.186, "2020-04-06": 0.187, "2020-04-07": 0.189, "2020-04-08": 0.19, "2020-04-09": 0.191, "2020-04-10": 0.194, "2020-04-11": 0.193, "2020-04-12": 0.193, "2020-04-13": 0.194, "2020-04-14": 0.193, "2020-04-15": 0.191, "2020-04-16": 0.19, "2020-04-17": 0.187, "2020-04-18": 0.187, "2020-04-19": 0.184, "2020-04-20": 0.181, "2020-04-21": 0.181, "2020-04-22": 0.181, "2020-04-23": 0.181, "2020-04-24": 0.18, "2020-04-25": 0.177, "2020-04-26": 0.177, "2020-04-27": 0.176, "2020-04-28": 0.164, "2020-04-29": 0.163, "2020-04-30": 0.16, "2020-05-01": 0.156, "2020-05-02": 0.153, "2020-05-03": 0.149, "2020-05-04": 0.146, "2020-05-05": 0.153, "2020-05-06": 0.15, "2020-05-07": 0.147, "2020-05-08": 0.147, "2020-05-09": 0.146, "2020-05-10": 0.144, "2020-05-11": 0.144, "2020-05-12": 0.143, "2020-05-13": 0.141, "2020-05-14": 0.141, "2020-05-15": 0.139, "2020-05-16": 0.139, "2020-05-17": 0.14, "2020-05-18": 0.139, "2020-05-19": 0.137, "2020-05-20": 0.136, "2020-05-21": 0.133, "2020-05-22": 0.131, "2020-05-23": 0.129, "2020-05-24": 0.124, "2020-05-25": 0.131, "2020-05-26": 0.123, "2020-05-27": 0.121, "2020-05-28": 0.12, "2020-05-29": 0.119, "2020-05-30": 0.117, "2020-05-31": 0.117, "2020-06-01": 0.113, "2020-06-02": 0.111, "2020-06-03": 0.11, "2020-06-04": 0.109, "2020-06-05": 0.107, "2020-06-06": 0.106, "2020-06-07": 0.104, "2020-06-08": 0.103, "2020-06-09": 0.101, "2020-06-10": 0.1, "2020-06-11": 0.0986, "2020-06-12": 0.0957, "2020-06-13": 0.0943, "2020-06-14": 0.0929, "2020-06-15": 0.0929, "2020-06-16": 0.0914, "2020-06-17": 0.09, "2020-06-18": 0.0886, "2020-06-19": 0.0857, "2020-06-20": 0.0843, "2020-06-21": 0.0829, "2020-06-22": 0.0829, "2020-06-23": 0.0829, "2020-06-24": 0.0829, "2020-06-25": 0.0829, "2020-06-26": 0.0857, "2020-06-27": 0.0871, "2020-06-28": 0.0886, "2020-06-29": 0.0871, "2020-06-30": 0.0871, "2020-07-01": 0.0857, "2020-07-02": 0.0843, "2020-07-03": 0.0886, "2020-07-04": 0.0857, "2020-07-05": 0.0843, "2020-07-06": 0.0857, "2020-07-07": 0.0857, "2020-07-08": 0.0871, "2020-07-09": 0.0886, "2020-07-10": 0.0886, "2020-07-11": 0.0886, "2020-07-12": 0.0886, "2020-07-13": 0.0871, "2020-07-14": 0.0871, "2020-07-15": 0.0871, "2020-07-16": 0.0871, "2020-07-17": 0.0871, "2020-07-18": 0.0871, "2020-07-19": 0.0871, "2020-07-20": 0.0871, "2020-07-21": 0.0871, "2020-07-22": 0.0871, "2020-07-23": 0.0871, "2020-07-24": 0.0871, "2020-07-25": 0.0871, "2020-07-26": 0.0871, "2020-07-27": 0.0871, "2020-07-28": 0.0871, "2020-07-29": 0.0857, "2020-07-30": 0.0857, "2020-07-31": 0.0843, "2020-08-01": 0.0843, "2020-08-02": 0.0843, "2020-08-03": 0.0843, "2020-08-04": 0.0843, "2020-08-05": 0.0843, "2020-08-06": 0.0829, "2020-08-07": 0.0829, "2020-08-08": 0.0814, "2020-08-09": 0.08, "2020-08-10": 0.0786, "2020-08-11": 0.0771, "2020-08-12": 0.0771, "2020-08-13": 0.0771, "2020-08-14": 0.0771, "2020-08-15": 0.0771, "2020-08-16": 0.0786, "2020-08-17": 0.0786, "2020-08-18": 0.0786, "2020-08-19": 0.0786, "2020-08-20": 0.0786, "2020-08-21": 0.0771, "2020-08-22": 0.0771, "2020-08-23": 0.0771, "2020-08-24": 0.0786, "2020-08-25": 0.0786, "2020-08-26": 0.0786, "2020-08-27": 0.0786, "2020-08-28": 0.0786, "2020-08-29": 0.08, "2020-08-30": 0.0786, "2020-08-31": 0.0771, "2020-09-01": 0.0757, "2020-09-02": 0.0743, "2020-09-03": 0.0714, "2020-09-04": 0.07, "2020-09-05": 0.0671, "2020-09-06": 0.0657, "2020-09-07": 0.0757, "2020-09-08": 0.0657, "2020-09-09": 0.0657, "2020-09-10": 0.0671, "2020-09-11": 0.0671, "2020-09-12": 0.0686, "2020-09-13": 0.0714, "2020-09-14": 0.07, "2020-09-15": 0.07, "2020-09-16": 0.07, "2020-09-17": 0.07, "2020-09-18": 0.07, "2020-09-19": 0.0686, "2020-09-20": 0.0671, "2020-09-21": 0.0686, "2020-09-22": 0.0686, "2020-09-23": 0.0686, "2020-09-24": 0.0686, "2020-09-25": 0.0686, "2020-09-26": 0.0686, "2020-09-27": 0.0686, "2020-09-28": 0.0686, "2020-09-29": 0.0686, "2020-09-30": 0.0671, "2020-10-01": 0.0657, "2020-10-02": 0.0657, "2020-10-03": 0.0657, "2020-10-04": 0.0657, "2020-10-05": 0.0643, "2020-10-06": 0.0629, "2020-10-07": 0.0629, "2020-10-08": 0.0643, "2020-10-09": 0.0643, "2020-10-10": 0.0657, "2020-10-11": 0.0671, "2020-10-12": 0.07, "2020-10-13": 0.0686, "2020-10-14": 0.07, "2020-10-15": 0.07, "2020-10-16": 0.0714, "2020-10-17": 0.0714, "2020-10-18": 0.0714, "2020-10-19": 0.0729, "2020-10-20": 0.0729, "2020-10-21": 0.0729, "2020-10-22": 0.0729, "2020-10-23": 0.0729, "2020-10-24": 0.0729, "2020-10-25": 0.0743, "2020-10-26": 0.0757, "2020-10-27": 0.0771, "2020-10-28": 0.0786, "2020-10-29": 0.08, "2020-10-30": 0.0786, "2020-10-31": 0.0786, "2020-11-01": 0.0786, "2020-11-02": 0.0771, "2020-11-03": 0.0757, "2020-11-04": 0.0757, "2020-11-05": 0.0757, "2020-11-06": 0.0771, "2020-11-07": 0.0786, "2020-11-08": 0.0786, "2020-11-09": 0.08, "2020-11-10": 0.0814, "2020-11-11": 0.0843, "2020-11-12": 0.0829, "2020-11-13": 0.0857, "2020-11-14": 0.0871, "2020-11-15": 0.0886, "2020-11-16": 0.0886, "2020-11-17": 0.09, "2020-11-18": 0.0914, "2020-11-19": 0.0914, "2020-11-20": 0.0914, "2020-11-21": 0.0914, "2020-11-22": 0.0914, "2020-11-23": 0.0929, "2020-11-24": 0.0929, "2020-11-25": 0.0914, "2020-11-26": 0.11, "2020-11-27": 0.104, "2020-11-28": 0.0957, "2020-11-29": 0.0971, "2020-11-30": 0.0971, "2020-12-01": 0.0971, "2020-12-02": 0.0971, "2020-12-03": 0.0971, "2020-12-04": 0.0986, "2020-12-05": 0.0971, "2020-12-06": 0.0971, "2020-12-07": 0.0957, "2020-12-08": 0.0957, "2020-12-09": 0.0957, "2020-12-10": 0.0957, "2020-12-11": 0.0957, "2020-12-12": 0.0957, "2020-12-13": 0.0971, "2020-12-14": 0.0971, "2020-12-15": 0.0971, "2020-12-16": 0.1, "2020-12-17": 0.104, "2020-12-18": 0.104, "2020-12-19": 0.104, "2020-12-20": 0.103, "2020-12-21": 0.101, "2020-12-22": 0.1, "2020-12-23": 0.0957, "2020-12-24": 0.103, "2020-12-25": 0.121, "2020-12-26": 0.104, "2020-12-27": 0.107, "2020-12-28": 0.113, "2020-12-29": 0.119, "2020-12-30": 0.12, "2020-12-31": 0.12, "2021-01-01": 0.14, "2021-01-02": 0.14, "2021-01-03": 0.14, "2021-01-04": 0.137, "2021-01-05": 0.134, "2021-01-06": 0.134, "2021-01-07": 0.133, "2021-01-08": 0.113, "2021-01-09": 0.111, "2021-01-10": 0.111, "2021-01-11": 0.111, "2021-01-12": 0.111, "2021-01-13": 0.11, "2021-01-14": 0.109, "2021-01-15": 0.109, "2021-01-16": 0.107, "2021-01-17": 0.106, "2021-01-18": 0.109, "2021-01-19": 0.109, "2021-01-20": 0.109, "2021-01-21": 0.109, "2021-01-22": 0.107, "2021-01-23": 0.107, "2021-01-24": 0.109}}
{"$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-02-27": {"type": "number"}, "2020-02-28": {"type": "number"}, "2020-02-29": {"type": "number"}, "2020-03-01": {"type": "number"}, "2020-03-02": {"type": "number"}, "2020-03-03": {"type": "number"}, "2020-03-04": {"type": "number"}, "2020-03-05": {"type": "number"}, "2020-03-06": {"type": "number"}, "2020-03-07": {"type": "number"}, "2020-03-08": {"type": "number"}, "2020-03-09": {"type": "number"}, "2020-03-10": {"type": "number"}, "2020-03-11": {"type": "number"}, "2020-03-12": {"type": "number"}, "2020-03-13": {"type": "number"}, "2020-03-14": {"type": "number"}, "2020-03-15": {"type": "number"}, "2020-03-16": {"type": "number"}, "2020-03-17": {"type": "number"}, "2020-03-18": {"type": "number"}, "2020-03-19": {"type": "number"}, "2020-03-20": {"type": "number"}, "2020-03-21": {"type": "number"}, "2020-03-22": {"type": "number"}, "2020-03-23": {"type": "number"}, "2020-03-24": {"type": "number"}, "2020-03-25": {"type": "number"}, "2020-03-26": {"type": "number"}, "2020-03-27": {"type": "number"}, "2020-03-28": {"type": "number"}, "2020-03-29": {"type": "number"}, "2020-03-30": {"type": "number"}, "2020-03-31": {"type": "number"}, "2020-04-01": {"type": "number"}, "2020-04-02": {"type": "number"}, "2020-04-03": {"type": "number"}, "2020-04-04": {"type": "number"}, "2020-04-05": {"type": "number"}, "2020-04-06": {"type": "number"}, "2020-04-07": {"type": "number"}, "2020-04-08": {"type": "number"}, "2020-04-09": {"type": "number"}, "2020-04-10": {"type": "number"}, "2020-04-11": {"type": "number"}, "2020-04-12": {"type": "number"}, "2020-04-13": {"type": "number"}, "2020-04-14": {"type": "number"}, "2020-04-15": {"type": "number"}, "2020-04-16": {"type": "number"}, "2020-04-17": {"type": "number"}, "2020-04-18": {"type": "number"}, "2020-04-19": {"type": "number"}, "2020-04-20": {"type": "number"}, "2020-04-21": {"type": "number"}, "2020-04-22": {"type": "number"}, "2020-04-23": {"type": "number"}, "2020-04-24": {"type": "number"}, "2020-04-25": {"type": "number"}, "2020-04-26": {"type": "number"}, "2020-04-27": {"type": "number"}, "2020-04-28": {"type": "number"}, "2020-04-29": {"type": "number"}, "2020-04-30": {"type": "number"}, "2020-05-01": {"type": "number"}, "2020-05-02": {"type": "number"}, "2020-05-03": {"type": "number"}, "2020-05-04": {"type": "number"}, "2020-05-05": {"type": "number"}, "2020-05-06": {"type": "number"}, "2020-05-07": {"type": "number"}, "2020-05-08": {"type": "number"}, "2020-05-09": {"type": "number"}, "2020-05-10": {"type": "number"}, "2020-05-11": {"type": "number"}, "2020-05-12": {"type": "number"}, "2020-05-13": {"type": "number"}, "2020-05-14": {"type": "number"}, "2020-05-15": {"type": "number"}, "2020-05-16": {"type": "number"}, "2020-05-17": {"type": "number"}, "2020-05-18": {"type": "number"}, "2020-05-19": {"type": "number"}, "2020-05-20": {"type": "number"}, "2020-05-21": {"type": "number"}, "2020-05-22": {"type": "number"}, "2020-05-23": {"type": "number"}, "2020-05-24": {"type": "number"}, "2020-05-25": {"type": "number"}, "2020-05-26": {"type": "number"}, "2020-05-27": {"type": "number"}, "2020-05-28": {"type": "number"}, "2020-05-29": {"type": "number"}, "2020-05-30": {"type": "number"}, "2020-05-31": {"type": "number"}, "2020-06-01": {"type": "number"}, "2020-06-02": {"type": "number"}, "2020-06-03": {"type": "number"}, "2020-06-04": {"type": "number"}, "2020-06-05": {"type": "number"}, "2020-06-06": {"type": "number"}, "2020-06-07": {"type": "number"}, "2020-06-08": {"type": "number"}, "2020-06-09": {"type": "number"}, "2020-06-10": {"type": "number"}, "2020-06-11": {"type": "number"}, "2020-06-12": {"type": "number"}, "2020-06-13": {"type": "number"}, "2020-06-14": {"type": "number"}, "2020-06-15": {"type": "number"}, "2020-06-16": {"type": "number"}, "2020-06-17": {"type": "number"}, "2020-06-18": {"type": "number"}, "2020-06-19": {"type": "number"}, "2020-06-20": {"type": "number"}, "2020-06-21": {"type": "number"}, "2020-06-22": {"type": "number"}, "2020-06-23": {"type": "number"}, "2020-06-24": {"type": "number"}, "2020-06-25": {"type": "number"}, "2020-06-26": {"type": "number"}, "2020-06-27": {"type": "number"}, "2020-06-28": {"type": "number"}, "2020-06-29": {"type": "number"}, "2020-06-30": {"type": "number"}, "2020-07-01": {"type": "number"}, "2020-07-02": {"type": "number"}, "2020-07-03": {"type": "number"}, "2020-07-04": {"type": "number"}, "2020-07-05": {"type": "number"}, "2020-07-06": {"type": "number"}, "2020-07-07": {"type": "number"}, "2020-07-08": {"type": "number"}, "2020-07-09": {"type": "number"}, "2020-07-10": {"type": "number"}, "2020-07-11": {"type": "number"}, "2020-07-12": {"type": "number"}, "2020-07-13": {"type": "number"}, "2020-07-14": {"type": "number"}, "2020-07-15": {"type": "number"}, "2020-07-16": {"type": "number"}, "2020-07-17": {"type": "number"}, "2020-07-18": {"type": "number"}, "2020-07-19": {"type": "number"}, "2020-07-20": {"type": "number"}, "2020-07-21": {"type": "number"}, "2020-07-22": {"type": "number"}, "2020-07-23": {"type": "number"}, "2020-07-24": {"type": "number"}, "2020-07-25": {"type": "number"}, "2020-07-26": {"type": "number"}, "2020-07-27": {"type": "number"}, "2020-07-28": {"type": "number"}, "2020-07-29": {"type": "number"}, "2020-07-30": {"type": "number"}, "2020-07-31": {"type": "number"}, "2020-08-01": {"type": "number"}, "2020-08-02": {"type": "number"}, "2020-08-03": {"type": "number"}, "2020-08-04": {"type": "number"}, "2020-08-05": {"type": "number"}, "2020-08-06": {"type": "number"}, "2020-08-07": {"type": "number"}, "2020-08-08": {"type": "number"}, "2020-08-09": {"type": "number"}, "2020-08-10": {"type": "number"}, "2020-08-11": {"type": "number"}, "2020-08-12": {"type": "number"}, "2020-08-13": {"type": "number"}, "2020-08-14": {"type": "number"}, "2020-08-15": {"type": "number"}, "2020-08-16": {"type": "number"}, "2020-08-17": {"type": "number"}, "2020-08-18": {"type": "number"}, "2020-08-19": {"type": "number"}, "2020-08-20": {"type": "number"}, "2020-08-21": {"type": "number"}, "2020-08-22": {"type": "number"}, "2020-08-23": {"type": "number"}, "2020-08-24": {"type": "number"}, "2020-08-25": {"type": "number"}, "2020-08-26": {"type": "number"}, "2020-08-27": {"type": "number"}, "2020-08-28": {"type": "number"}, "2020-08-29": {"type": "number"}, "2020-08-30": {"type": "number"}, "2020-08-31": {"type": "number"}, "2020-09-01": {"type": "number"}, "2020-09-02": {"type": "number"}, "2020-09-03": {"type": "number"}, "2020-09-04": {"type": "number"}, "2020-09-05": {"type": "number"}, "2020-09-06": {"type": "number"}, "2020-09-07": {"type": "number"}, "2020-09-08": {"type": "number"}, "2020-09-09": {"type": "number"}, "2020-09-10": {"type": "number"}, "2020-09-11": {"type": "number"}, "2020-09-12": {"type": "number"}, "2020-09-13": {"type": "number"}, "2020-09-14": {"type": "number"}, "2020-09-15": {"type": "number"}, "2020-09-16": {"type": "number"}, "2020-09-17": {"type": "number"}, "2020-09-18": {"type": "number"}, "2020-09-19": {"type": "number"}, "2020-09-20": {"type": "number"}, "2020-09-21": {"type": "number"}, "2020-09-22": {"type": "number"}, "2020-09-23": {"type": "number"}, "2020-09-24": {"type": "number"}, "2020-09-25": {"type": "number"}, "2020-09-26": {"type": "number"}, "2020-09-27": {"type": "number"}, "2020-09-28": {"type": "number"}, "2020-09-29": {"type": "number"}, "2020-09-30": {"type": "number"}, "2020-10-01": {"type": "number"}, "2020-10-02": {"type": "number"}, "2020-10-03": {"type": "number"}, "2020-10-04": {"type": "number"}, "2020-10-05": {"type": "number"}, "2020-10-06": {"type": "number"}, "2020-10-07": {"type": "number"}, "2020-10-08": {"type": "number"}, "2020-10-09": {"type": "number"}, "2020-10-10": {"type": "number"}, "2020-10-11": {"type": "number"}, "2020-10-12": {"type": "number"}, "2020-10-13": {"type": "number"}, "2020-10-14": {"type": "number"}, "2020-10-15": {"type": "number"}, "2020-10-16": {"type": "number"}, "2020-10-17": {"type": "number"}, "2020-10-18": {"type": "number"}, "2020-10-19": {"type": "number"}, "2020-10-20": {"type": "number"}, "2020-10-21": {"type": "number"}, "2020-10-22": {"type": "number"}, "2020-10-23": {"type": "number"}, "2020-10-24": {"type": "number"}, "2020-10-25": {"type": "number"}, "2020-10-26": {"type": "number"}, "2020-10-27": {"type": "number"}, "2020-10-28": {"type": "number"}, "2020-10-29": {"type": "number"}, "2020-10-30": {"type": "number"}, "2020-10-31": {"type": "number"}, "2020-11-01": {"type": "number"}, "2020-11-02": {"type": "number"}, "2020-11-03": {"type": "number"}, "2020-11-04": {"type": "number"}, "2020-11-05": {"type": "number"}, "2020-11-06": {"type": "number"}, "2020-11-07": {"type": "number"}, "2020-11-08": {"type": "number"}, "2020-11-09": {"type": "number"}, "2020-11-10": {"type": "number"}, "2020-11-11": {"type": "number"}, "2020-11-12": {"type": "number"}, "2020-11-13": {"type": "number"}, "2020-11-14": {"type": "number"}, "2020-11-15": {"type": "number"}, "2020-11-16": {"type": "number"}, "2020-11-17": {"type": "number"}, "2020-11-18": {"type": "number"}, "2020-11-19": {"type": "number"}, "2020-11-20": {"type": "number"}, "2020-11-21": {"type": "number"}, "2020-11-22": {"type": "number"}, "2020-11-23": {"type": "number"}, "2020-11-24": {"type": "number"}, "2020-11-25": {"type": "number"}, "2020-11-26": {"type": "number"}, "2020-11-27": {"type": "number"}, "2020-11-28": {"type": "number"}, "2020-11-29": {"type": "number"}, "2020-11-30": {"type": "number"}, "2020-12-01": {"type": "number"}, "2020-12-02": {"type": "number"}, "2020-12-03": {"type": "number"}, "2020-12-04": {"type": "number"}, "2020-12-05": {"type": "number"}, "2020-12-06": {"type": "number"}, "2020-12-07": {"type": "number"}, "2020-12-08": {"type": "number"}, "2020-12-09": {"type": "number"}, "2020-12-10": {"type": "number"}, "2020-12-11": {"type": "number"}, "2020-12-12": {"type": "number"}, "2020-12-13": {"type": "number"}, "2020-12-14": {"type": "number"}, "2020-12-15": {"type": "number"}, "2020-12-16": {"type": "number"}, "2020-12-17": {"type": "number"}, "2020-12-18": {"type": "number"}, "2020-12-19": {"type": "number"}, "2020-12-20": {"type": "number"}, "2020-12-21": {"type": "number"}, "2020-12-22": {"type": "number"}, "2020-12-23": {"type": "number"}, "2020-12-24": {"type": "number"}, "2020-12-25": {"type": "number"}, "2020-12-26": {"type": "number"}, "2020-12-27": {"type": "number"}, "2020-12-28": {"type": "number"}, "2020-12-29": {"type": "number"}, "2020-12-30": {"type": "number"}, "2020-12-31": {"type": "number"}, "2021-01-01": {"type": "number"}, "2021-01-02": {"type": "number"}, "2021-01-03": {"type": "number"}, "2021-01-04": {"type": "number"}, "2021-01-05": {"type": "number"}, "2021-01-06": {"type": "number"}, "2021-01-07": {"type": "number"}, "2021-01-08": {"type": "number"}, "2021-01-09": {"type": "number"}, "2021-01-10": {"type": "number"}, "2021-01-11": {"type": "number"}, "2021-01-12": {"type": "number"}, "2021-01-13": {"type": "number"}, "2021-01-14": {"type": "number"}, "2021-01-15": {"type": "number"}, "2021-01-16": {"type": "number"}, "2021-01-17": {"type": "number"}, "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-23": {"type": "number"}, "2021-01-24": {"type": "number"}}, "required": ["2020-02-24", "2020-02-25", "2020-02-26", "2020-02-27", "2020-02-28", "2020-02-29", "2020-03-01", "2020-03-02", "2020-03-03", "2020-03-04", "2020-03-05", "2020-03-06", "2020-03-07", "2020-03-08", "2020-03-09", "2020-03-10", "2020-03-11", "2020-03-12", "2020-03-13", "2020-03-14", "2020-03-15", "2020-03-16", "2020-03-17", "2020-03-18", "2020-03-19", "2020-03-20", "2020-03-21", "2020-03-22", "2020-03-23", "2020-03-24", "2020-03-25", "2020-03-26", "2020-03-27", "2020-03-28", "2020-03-29", "2020-03-30", "2020-03-31", "2020-04-01", "2020-04-02", "2020-04-03", "2020-04-04", "2020-04-05", "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2020-04-11", "2020-04-12", "2020-04-13", "2020-04-14", "2020-04-15", "2020-04-16", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-04-21", "2020-04-22", "2020-04-23", "2020-04-24", "2020-04-25", "2020-04-26", "2020-04-27", "2020-04-28", "2020-04-29", "2020-04-30", "2020-05-01", "2020-05-02", "2020-05-03", "2020-05-04", "2020-05-05", "2020-05-06", "2020-05-07", "2020-05-08", "2020-05-09", "2020-05-10", "2020-05-11", "2020-05-12", "2020-05-13", "2020-05-14", "2020-05-15", "2020-05-16", "2020-05-17", "2020-05-18", "2020-05-19", "2020-05-20", "2020-05-21", "2020-05-22", "2020-05-23", "2020-05-24", "2020-05-25", "2020-05-26", "2020-05-27", "2020-05-28", "2020-05-29", "2020-05-30", "2020-05-31", "2020-06-01", "2020-06-02", "2020-06-03", "2020-06-04", "2020-06-05", "2020-06-06", "2020-06-07", "2020-06-08", "2020-06-09", "2020-06-10", "2020-06-11", "2020-06-12", "2020-06-13", "2020-06-14", "2020-06-15", "2020-06-16", "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17", "2020-07-18", "2020-07-19", "2020-07-20", "2020-07-21", "2020-07-22", "2020-07-23", "2020-07-24", "2020-07-25", "2020-07-26", "2020-07-27", "2020-07-28", "2020-07-29", "2020-07-30", "2020-07-31", "2020-08-01", "2020-08-02", "2020-08-03", "2020-08-04", "2020-08-05", "2020-08-06", "2020-08-07", "2020-08-08", "2020-08-09", "2020-08-10", "2020-08-11", "2020-08-12", "2020-08-13", "2020-08-14", "2020-08-15", "2020-08-16", "2020-08-17", "2020-08-18", "2020-08-19", "2020-08-20", "2020-08-21", "2020-08-22", "2020-08-23", "2020-08-24", "2020-08-25", "2020-08-26", "2020-08-27", "2020-08-28", "2020-08-29", "2020-08-30", "2020-08-31", "2020-09-01", "2020-09-02", "2020-09-03", "2020-09-04", "2020-09-05", "2020-09-06", "2020-09-07", "2020-09-08", "2020-09-09", "2020-09-10", "2020-09-11", "2020-09-12", "2020-09-13", "2020-09-14", "2020-09-15", "2020-09-16", "2020-09-17", "2020-09-18", "2020-09-19", "2020-09-20", "2020-09-21", "2020-09-22", "2020-09-23", "2020-09-24", "2020-09-25", "2020-09-26", "2020-09-27", "2020-09-28", "2020-09-29", "2020-09-30", "2020-10-01", "2020-10-02", "2020-10-03", "2020-10-04", "2020-10-05", "2020-10-06", "2020-10-07", "2020-10-08", "2020-10-09", "2020-10-10", "2020-10-11", "2020-10-12", "2020-10-13", "2020-10-14", "2020-10-15", "2020-10-16", "2020-10-17", "2020-10-18", "2020-10-19", "2020-10-20", "2020-10-21", "2020-10-22", "2020-10-23", "2020-10-24", "2020-10-25", "2020-10-26", "2020-10-27", "2020-10-28", "2020-10-29", "2020-10-30", "2020-10-31", "2020-11-01", "2020-11-02", "2020-11-03", "2020-11-04", "2020-11-05", "2020-11-06", "2020-11-07", "2020-11-08", "2020-11-09", "2020-11-10", "2020-11-11", "2020-11-12", "2020-11-13", "2020-11-14", "2020-11-15", "2020-11-16", "2020-11-17", "2020-11-18", "2020-11-19", "2020-11-20", "2020-11-21", "2020-11-22", "2020-11-23", "2020-11-24", "2020-11-25", "2020-11-26", "2020-11-27", "2020-11-28", "2020-11-29", "2020-11-30", "2020-12-01", "2020-12-02", "2020-12-03", "2020-12-04", "2020-12-05", "2020-12-06", "2020-12-07", "2020-12-08", "2020-12-09", "2020-12-10", "2020-12-11", "2020-12-12", "2020-12-13", "2020-12-14", "2020-12-15", "2020-12-16", "2020-12-17", "2020-12-18", "2020-12-19", "2020-12-20", "2020-12-21", "2020-12-22", "2020-12-23", "2020-12-24", "2020-12-25", "2020-12-26", "2020-12-27", "2020-12-28", "2020-12-29", "2020-12-30", "2020-12-31", "2021-01-01", "2021-01-02", "2021-01-03", "2021-01-04", "2021-01-05", "2021-01-06", "2021-01-07", "2021-01-08", "2021-01-09", "2021-01-10", "2021-01-11", "2021-01-12", "2021-01-13", "2021-01-14", "2021-01-15", "2021-01-16", "2021-01-17", "2021-01-18", "2021-01-19", "2021-01-20", "2021-01-21", "2021-01-22", "2021-01-23", "2021-01-24"]}}, "required": ["GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports"]}
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-03-05": 0.04, "2020-03-06": 0.0357, "2020-03-07": 0.0357, "2020-03-08": 0.0329, "2020-03-09": 0.0286, "2020-03-10": 0.02, "2020-03-11": 0.0143, "2020-03-12": 0.00286, "2020-03-13": -0.0143, "2020-03-14": -0.0386, "2020-03-15": -0.0643, "2020-03-16": -0.0943, "2020-03-17": -0.127, "2020-03-18": -0.167, "2020-03-19": -0.21, "2020-03-20": -0.249, "2020-03-21": -0.286, "2020-03-22": -0.33, "2020-03-23": -0.366, "2020-03-24": -0.394, "2020-03-25": -0.419, "2020-03-26": -0.436, "2020-03-27": -0.453, "2020-03-28": -0.471, "2020-03-29": -0.481, "2020-03-30": -0.486, "2020-03-31": -0.49, "2020-04-01": -0.491, "2020-04-02": -0.496, "2020-04-03": -0.499, "2020-04-04": -0.5, "2020-04-05": -0.504, "2020-04-06": -0.507, "2020-04-07": -0.51, "2020-04-08": -0.514, "2020-04-09": -0.519, "2020-04-10": -0.523, "2020-04-11": -0.521, "2020-04-12": -0.524, "2020-04-13": -0.529, "2020-04-14": -0.527, "2020-04-15": -0.524, "2020-04-16": -0.519, "2020-04-17": -0.514, "2020-04-18": -0.511, "2020-04-19": -0.503, "2020-04-20": -0.494, "2020-04-21": -0.493, "2020-04-22": -0.491, "2020-04-23": -0.491, "2020-04-24": -0.49, "2020-04-25": -0.483, "2020-04-26": -0.48, "2020-04-27": -0.479, "2020-04-28": -0.473, "2020-04-29": -0.47, "2020-04-30": -0.466, "2020-05-01": -0.456, "2020-05-02": -0.446, "2020-05-03": -0.434, "2020-05-04": -0.429, "2020-05-05": -0.426, "2020-05-06": -0.421, "2020-05-07": -0.414, "2020-05-08": -0.414, "2020-05-09": -0.414, "2020-05-10": -0.41, "2020-05-11": -0.41, "2020-05-12": -0.407, "2020-05-13": -0.403, "2020-05-14": -0.403, "2020-05-15": -0.399, "2020-05-16": -0.397, "2020-05-17": -0.4, "2020-05-18": -0.399, "2020-05-19": -0.397, "2020-05-20": -0.394, "2020-05-21": -0.387, "2020-05-22": -0.381, "2020-05-23": -0.376, "2020-05-24": -0.367, "2020-05-25": -0.374, "2020-05-26": -0.363, "2020-05-27": -0.361, "2020-05-28": -0.361, "2020-05-29": -0.361, "2020-05-30": -0.356, "2020-05-31": -0.351, "2020-06-01": -0.341, "2020-06-02": -0.34, "2020-06-03": -0.337, "2020-06-04": -0.334, "2020-06-05": -0.331, "2020-06-06": -0.33, "2020-06-07": -0.327, "2020-06-08": -0.324, "2020-06-09": -0.321, "2020-06-10": -0.319, "2020-06-11": -0.316, "2020-06-12": -0.31, "2020-06-13": -0.303, "2020-06-14": -0.296, "2020-06-15": -0.293, "2020-06-16": -0.289, "2020-06-17": -0.286, "2020-06-18": -0.283, "2020-06-19": -0.28, "2020-06-20": -0.28, "2020-06-21": -0.28, "2020-06-22": -0.28, "2020-06-23": -0.279, "2020-06-24": -0.277, "2020-06-25": -0.274, "2020-06-26": -0.274, "2020-06-27": -0.274, "2020-06-28": -0.273, "2020-06-29": -0.271, "2020-06-30": -0.271, "2020-07-01": -0.267, "2020-07-02": -0.26, "2020-07-03": -0.263, "2020-07-04": -0.274, "2020-07-05": -0.261, "2020-07-06": -0.259, "2020-07-07": -0.257, "2020-07-08": -0.261, "2020-07-09": -0.27, "2020-07-10": -0.274, "2020-07-11": -0.276, "2020-07-12": -0.277, "2020-07-13": -0.279, "2020-07-14": -0.281, "2020-07-15": -0.283, "2020-07-16": -0.284, "2020-07-17": -0.281, "2020-07-18": -0.281, "2020-07-19": -0.283, "2020-07-20": -0.284, "2020-07-21": -0.286, "2020-07-22": -0.287, "2020-07-23": -0.287, "2020-07-24": -0.289, "2020-07-25": -0.289, "2020-07-26": -0.289, "2020-07-27": -0.289, "2020-07-28": -0.289, "2020-07-29": -0.287, "2020-07-30": -0.287, "2020-07-31": -0.284, "2020-08-01": -0.283, "2020-08-02": -0.283, "2020-08-03": -0.281, "2020-08-04": -0.283, "2020-08-05": -0.281, "2020-08-06": -0.28, "2020-08-07": -0.281, "2020-08-08": -0.281, "2020-08-09": -0.279, "2020-08-10": -0.28, "2020-08-11": -0.277, "2020-08-12": -0.28, "2020-08-13": -0.281, "2020-08-14": -0.281, "2020-08-15": -0.283, "2020-08-16": -0.286, "2020-08-17": -0.286, "2020-08-18": -0.287, "2020-08-19": -0.287, "2020-08-20": -0.287, "2020-08-21": -0.287, "2020-08-22": -0.287, "2020-08-23": -0.286, "2020-08-24": -0.287, "2020-08-25": -0.289, "2020-08-26": -0.289, "2020-08-27": -0.29, "2020-08-28": -0.291, "2020-08-29": -0.294, "2020-08-30": -0.293, "2020-08-31": -0.291, "2020-09-01": -0.289, "2020-09-02": -0.289, "2020-09-03": -0.283, "2020-09-04": -0.276, "2020-09-05": -0.269, "2020-09-06": -0.271, "2020-09-07": -0.283, "2020-09-08": -0.271, "2020-09-09": -0.271, "2020-09-10": -0.277, "2020-09-11": -0.284, "2020-09-12": -0.29, "2020-09-13": -0.291, "2020-09-14": -0.293, "2020-09-15": -0.294, "2020-09-16": -0.294, "2020-09-17": -0.294, "2020-09-18": -0.294, "2020-09-19": -0.293, "2020-09-20": -0.291, "2020-09-21": -0.291, "2020-09-22": -0.294, "2020-09-23": -0.296, "2020-09-24": -0.297, "2020-09-25": -0.299, "2020-09-26": -0.301, "2020-09-27": -0.303, "2020-09-28": -0.306, "2020-09-29": -0.307, "2020-09-30": -0.307, "2020-10-01": -0.304, "2020-10-02": -0.301, "2020-10-03": -0.297, "2020-10-04": -0.296, "2020-10-05": -0.291, "2020-10-06": -0.287, "2020-10-07": -0.287, "2020-10-08": -0.287, "2020-10-09": -0.287, "2020-10-10": -0.29, "2020-10-11": -0.291, "2020-10-12": -0.297, "2020-10-13": -0.293, "2020-10-14": -0.29, "2020-10-15": -0.289, "2020-10-16": -0.29, "2020-10-17": -0.287, "2020-10-18": -0.284, "2020-10-19": -0.286, "2020-10-20": -0.284, "2020-10-21": -0.286, "2020-10-22": -0.287, "2020-10-23": -0.287, "2020-10-24": -0.291, "2020-10-25": -0.297, "2020-10-26": -0.299, "2020-10-27": -0.3, "2020-10-28": -0.303, "2020-10-29": -0.309, "2020-10-30": -0.311, "2020-10-31": -0.311, "2020-11-01": -0.314, "2020-11-02": -0.316, "2020-11-03": -0.317, "2020-11-04": -0.32, "2020-11-05": -0.319, "2020-11-06": -0.32, "2020-11-07": -0.326, "2020-11-08": -0.326, "2020-11-09": -0.327, "2020-11-10": -0.329, "2020-11-11": -0.333, "2020-11-12": -0.333, "2020-11-13": -0.336, "2020-11-14": -0.339, "2020-11-15": -0.343, "2020-11-16": -0.344, "2020-11-17": -0.347, "2020-11-18": -0.349, "2020-11-19": -0.347, "2020-11-20": -0.344, "2020-11-21": -0.34, "2020-11-22": -0.34, "2020-11-23": -0.34, "2020-11-24": -0.334, "2020-11-25": -0.324, "2020-11-26": -0.369, "2020-11-27": -0.354, "2020-11-28": -0.343, "2020-11-29": -0.337, "2020-11-30": -0.346, "2020-12-01": -0.35, "2020-12-02": -0.351, "2020-12-03": -0.353, "2020-12-04": -0.36, "2020-12-05": -0.361, "2020-12-06": -0.366, "2020-12-07": -0.367, "2020-12-08": -0.373, "2020-12-09": -0.374, "2020-12-10": -0.376, "2020-12-11": -0.376, "2020-12-12": -0.374, "2020-12-13": -0.374, "2020-12-14": -0.376, "2020-12-15": -0.373, "2020-12-16": -0.376, "2020-12-17": -0.383, "2020-12-18": -0.38, "2020-12-19": -0.37, "2020-12-20": -0.361, "2020-12-21": -0.353, "2020-12-22": -0.346, "2020-12-23": -0.33, "2020-12-24": -0.346, "2020-12-25": -0.39, "2020-12-26": -0.363, "2020-12-27": -0.366, "2020-12-28": -0.373, "2020-12-29": -0.381, "2020-12-30": -0.376, "2020-12-31": -0.38, "2021-01-01": -0.419, "2021-01-02": -0.413, "2021-01-03": -0.416, "2021-01-04": -0.414, "2021-01-05": -0.414, "2021-01-06": -0.414, "2021-01-07": -0.411, "2021-01-08": -0.383, "2021-01-09": -0.386, "2021-01-10": -0.393, "2021-01-11": -0.397, "2021-01-12": -0.4, "2021-01-13": -0.4, "2021-01-14": -0.4, "2021-01-15": -0.399, "2021-01-16": -0.4, "2021-01-17": -0.4, "2021-01-18": -0.403, "2021-01-19": -0.404, "2021-01-20": -0.407, "2021-01-21": -0.409, "2021-01-22": -0.409, "2021-01-23": -0.411, "2021-01-24": -0.414}}
{"$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-27": {"type": "number"}, "2020-02-28": {"type": "number"}, "2020-02-29": {"type": "number"}, "2020-03-01": {"type": "number"}, "2020-03-02": {"type": "number"}, "2020-03-03": {"type": "number"}, "2020-03-04": {"type": "number"}, "2020-03-05": {"type": "number"}, "2020-03-06": {"type": "number"}, "2020-03-07": {"type": "number"}, "2020-03-08": {"type": "number"}, "2020-03-09": {"type": "number"}, "2020-03-10": {"type": "number"}, "2020-03-11": {"type": "number"}, "2020-03-12": {"type": "number"}, "2020-03-13": {"type": "number"}, "2020-03-14": {"type": "number"}, "2020-03-15": {"type": "number"}, "2020-03-16": {"type": "number"}, "2020-03-17": {"type": "number"}, "2020-03-18": {"type": "number"}, "2020-03-19": {"type": "number"}, "2020-03-20": {"type": "number"}, "2020-03-21": {"type": "number"}, "2020-03-22": {"type": "number"}, "2020-03-23": {"type": "number"}, "2020-03-24": {"type": "number"}, "2020-03-25": {"type": "number"}, "2020-03-26": {"type": "number"}, "2020-03-27": {"type": "number"}, "2020-03-28": {"type": "number"}, "2020-03-29": {"type": "number"}, "2020-03-30": {"type": "number"}, "2020-03-31": {"type": "number"}, "2020-04-01": {"type": "number"}, "2020-04-02": {"type": "number"}, "2020-04-03": {"type": "number"}, "2020-04-04": {"type": "number"}, "2020-04-05": {"type": "number"}, "2020-04-06": {"type": "number"}, "2020-04-07": {"type": "number"}, "2020-04-08": {"type": "number"}, "2020-04-09": {"type": "number"}, "2020-04-10": {"type": "number"}, "2020-04-11": {"type": "number"}, "2020-04-12": {"type": "number"}, "2020-04-13": {"type": "number"}, "2020-04-14": {"type": "number"}, "2020-04-15": {"type": "number"}, "2020-04-16": {"type": "number"}, "2020-04-17": {"type": "number"}, "2020-04-18": {"type": "number"}, "2020-04-19": {"type": "number"}, "2020-04-20": {"type": "number"}, "2020-04-21": {"type": "number"}, "2020-04-22": {"type": "number"}, "2020-04-23": {"type": "number"}, "2020-04-24": {"type": "number"}, "2020-04-25": {"type": "number"}, "2020-04-26": {"type": "number"}, "2020-04-27": {"type": "number"}, "2020-04-28": {"type": "number"}, "2020-04-29": {"type": "number"}, "2020-04-30": {"type": "number"}, "2020-05-01": {"type": "number"}, "2020-05-02": {"type": "number"}, "2020-05-03": {"type": "number"}, "2020-05-04": {"type": "number"}, "2020-05-05": {"type": "number"}, "2020-05-06": {"type": "number"}, "2020-05-07": {"type": "number"}, "2020-05-08": {"type": "number"}, "2020-05-09": {"type": "number"}, "2020-05-10": {"type": "number"}, "2020-05-11": {"type": "number"}, "2020-05-12": {"type": "number"}, "2020-05-13": {"type": "number"}, "2020-05-14": {"type": "number"}, "2020-05-15": {"type": "number"}, "2020-05-16": {"type": "number"}, "2020-05-17": {"type": "number"}, "2020-05-18": {"type": "number"}, "2020-05-19": {"type": "number"}, "2020-05-20": {"type": "number"}, "2020-05-21": {"type": "number"}, "2020-05-22": {"type": "number"}, "2020-05-23": {"type": "number"}, "2020-05-24": {"type": "number"}, "2020-05-25": {"type": "number"}, "2020-05-26": {"type": "number"}, "2020-05-27": {"type": "number"}, "2020-05-28": {"type": "number"}, "2020-05-29": {"type": "number"}, "2020-05-30": {"type": "number"}, "2020-05-31": {"type": "number"}, "2020-06-01": {"type": "number"}, "2020-06-02": {"type": "number"}, "2020-06-03": {"type": "number"}, "2020-06-04": {"type": "number"}, "2020-06-05": {"type": "number"}, "2020-06-06": {"type": "number"}, "2020-06-07": {"type": "number"}, "2020-06-08": {"type": "number"}, "2020-06-09": {"type": "number"}, "2020-06-10": {"type": "number"}, "2020-06-11": {"type": "number"}, "2020-06-12": {"type": "number"}, "2020-06-13": {"type": "number"}, "2020-06-14": {"type": "number"}, "2020-06-15": {"type": "number"}, "2020-06-16": {"type": "number"}, "2020-06-17": {"type": "number"}, "2020-06-18": {"type": "number"}, "2020-06-19": {"type": "number"}, "2020-06-20": {"type": "number"}, "2020-06-21": {"type": "number"}, "2020-06-22": {"type": "number"}, "2020-06-23": {"type": "number"}, "2020-06-24": {"type": "number"}, "2020-06-25": {"type": "number"}, "2020-06-26": {"type": "number"}, "2020-06-27": {"type": "number"}, "2020-06-28": {"type": "number"}, "2020-06-29": {"type": "number"}, "2020-06-30": {"type": "number"}, "2020-07-01": {"type": "number"}, "2020-07-02": {"type": "number"}, "2020-07-03": {"type": "number"}, "2020-07-04": {"type": "number"}, "2020-07-05": {"type": "number"}, "2020-07-06": {"type": "number"}, "2020-07-07": {"type": "number"}, "2020-07-08": {"type": "number"}, "2020-07-09": {"type": "number"}, "2020-07-10": {"type": "number"}, "2020-07-11": {"type": "number"}, "2020-07-12": {"type": "number"}, "2020-07-13": {"type": "number"}, "2020-07-14": {"type": "number"}, "2020-07-15": {"type": "number"}, "2020-07-16": {"type": "number"}, "2020-07-17": {"type": "number"}, "2020-07-18": {"type": "number"}, "2020-07-19": {"type": "number"}, "2020-07-20": {"type": "number"}, "2020-07-21": {"type": "number"}, "2020-07-22": {"type": "number"}, "2020-07-23": {"type": "number"}, "2020-07-24": {"type": "number"}, "2020-07-25": {"type": "number"}, "2020-07-26": {"type": "number"}, "2020-07-27": {"type": "number"}, "2020-07-28": {"type": "number"}, "2020-07-29": {"type": "number"}, "2020-07-30": {"type": "number"}, "2020-07-31": {"type": "number"}, "2020-08-01": {"type": "number"}, "2020-08-02": {"type": "number"}, "2020-08-03": {"type": "number"}, "2020-08-04": {"type": "number"}, "2020-08-05": {"type": "number"}, "2020-08-06": {"type": "number"}, "2020-08-07": {"type": "number"}, "2020-08-08": {"type": "number"}, "2020-08-09": {"type": "number"}, "2020-08-10": {"type": "number"}, "2020-08-11": {"type": "number"}, "2020-08-12": {"type": "number"}, "2020-08-13": {"type": "number"}, "2020-08-14": {"type": "number"}, "2020-08-15": {"type": "number"}, "2020-08-16": {"type": "number"}, "2020-08-17": {"type": "number"}, "2020-08-18": {"type": "number"}, "2020-08-19": {"type": "number"}, "2020-08-20": {"type": "number"}, "2020-08-21": {"type": "number"}, "2020-08-22": {"type": "number"}, "2020-08-23": {"type": "number"}, "2020-08-24": {"type": "number"}, "2020-08-25": {"type": "number"}, "2020-08-26": {"type": "number"}, "2020-08-27": {"type": "number"}, "2020-08-28": {"type": "number"}, "2020-08-29": {"type": "number"}, "2020-08-30": {"type": "number"}, "2020-08-31": {"type": "number"}, "2020-09-01": {"type": "number"}, "2020-09-02": {"type": "number"}, "2020-09-03": {"type": "number"}, "2020-09-04": {"type": "number"}, "2020-09-05": {"type": "number"}, "2020-09-06": {"type": "number"}, "2020-09-07": {"type": "number"}, "2020-09-08": {"type": "number"}, "2020-09-09": {"type": "number"}, "2020-09-10": {"type": "number"}, "2020-09-11": {"type": "number"}, "2020-09-12": {"type": "number"}, "2020-09-13": {"type": "number"}, "2020-09-14": {"type": "number"}, "2020-09-15": {"type": "number"}, "2020-09-16": {"type": "number"}, "2020-09-17": {"type": "number"}, "2020-09-18": {"type": "number"}, "2020-09-19": {"type": "number"}, "2020-09-20": {"type": "number"}, "2020-09-21": {"type": "number"}, "2020-09-22": {"type": "number"}, "2020-09-23": {"type": "number"}, "2020-09-24": {"type": "number"}, "2020-09-25": {"type": "number"}, "2020-09-26": {"type": "number"}, "2020-09-27": {"type": "number"}, "2020-09-28": {"type": "number"}, "2020-09-29": {"type": "number"}, "2020-09-30": {"type": "number"}, "2020-10-01": {"type": "number"}, "2020-10-02": {"type": "number"}, "2020-10-03": {"type": "number"}, "2020-10-04": {"type": "number"}, "2020-10-05": {"type": "number"}, "2020-10-06": {"type": "number"}, "2020-10-07": {"type": "number"}, "2020-10-08": {"type": "number"}, "2020-10-09": {"type": "number"}, "2020-10-10": {"type": "number"}, "2020-10-11": {"type": "number"}, "2020-10-12": {"type": "number"}, "2020-10-13": {"type": "number"}, "2020-10-14": {"type": "number"}, "2020-10-15": {"type": "number"}, "2020-10-16": {"type": "number"}, "2020-10-17": {"type": "number"}, "2020-10-18": {"type": "number"}, "2020-10-19": {"type": "number"}, "2020-10-20": {"type": "number"}, "2020-10-21": {"type": "number"}, "2020-10-22": {"type": "number"}, "2020-10-23": {"type": "number"}, "2020-10-24": {"type": "number"}, "2020-10-25": {"type": "number"}, "2020-10-26": {"type": "number"}, "2020-10-27": {"type": "number"}, "2020-10-28": {"type": "number"}, "2020-10-29": {"type": "number"}, "2020-10-30": {"type": "number"}, "2020-10-31": {"type": "number"}, "2020-11-01": {"type": "number"}, "2020-11-02": {"type": "number"}, "2020-11-03": {"type": "number"}, "2020-11-04": {"type": "number"}, "2020-11-05": {"type": "number"}, "2020-11-06": {"type": "number"}, "2020-11-07": {"type": "number"}, "2020-11-08": {"type": "number"}, "2020-11-09": {"type": "number"}, "2020-11-10": {"type": "number"}, "2020-11-11": {"type": "number"}, "2020-11-12": {"type": "number"}, "2020-11-13": {"type": "number"}, "2020-11-14": {"type": "number"}, "2020-11-15": {"type": "number"}, "2020-11-16": {"type": "number"}, "2020-11-17": {"type": "number"}, "2020-11-18": {"type": "number"}, "2020-11-19": {"type": "number"}, "2020-11-20": {"type": "number"}, "2020-11-21": {"type": "number"}, "2020-11-22": {"type": "number"}, "2020-11-23": {"type": "number"}, "2020-11-24": {"type": "number"}, "2020-11-25": {"type": "number"}, "2020-11-26": {"type": "number"}, "2020-11-27": {"type": "number"}, "2020-11-28": {"type": "number"}, "2020-11-29": {"type": "number"}, "2020-11-30": {"type": "number"}, "2020-12-01": {"type": "number"}, "2020-12-02": {"type": "number"}, "2020-12-03": {"type": "number"}, "2020-12-04": {"type": "number"}, "2020-12-05": {"type": "number"}, "2020-12-06": {"type": "number"}, "2020-12-07": {"type": "number"}, "2020-12-08": {"type": "number"}, "2020-12-09": {"type": "number"}, "2020-12-10": {"type": "number"}, "2020-12-11": {"type": "number"}, "2020-12-12": {"type": "number"}, "2020-12-13": {"type": "number"}, "2020-12-14": {"type": "number"}, "2020-12-15": {"type": "number"}, "2020-12-16": {"type": "number"}, "2020-12-17": {"type": "number"}, "2020-12-18": {"type": "number"}, "2020-12-19": {"type": "number"}, "2020-12-20": {"type": "number"}, "2020-12-21": {"type": "number"}, "2020-12-22": {"type": "number"}, "2020-12-23": {"type": "number"}, "2020-12-24": {"type": "number"}, "2020-12-25": {"type": "number"}, "2020-12-26": {"type": "number"}, "2020-12-27": {"type": "number"}, "2020-12-28": {"type": "number"}, "2020-12-29": {"type": "number"}, "2020-12-30": {"type": "number"}, "2020-12-31": {"type": "number"}, "2021-01-01": {"type": "number"}, "2021-01-02": {"type": "number"}, "2021-01-03": {"type": "number"}, "2021-01-04": {"type": "number"}, "2021-01-05": {"type": "number"}, "2021-01-06": {"type": "number"}, "2021-01-07": {"type": "number"}, "2021-01-08": {"type": "number"}, "2021-01-09": {"type": "number"}, "2021-01-10": {"type": "number"}, "2021-01-11": {"type": "number"}, "2021-01-12": {"type": "number"}, "2021-01-13": {"type": "number"}, "2021-01-14": {"type": "number"}, "2021-01-15": {"type": "number"}, "2021-01-16": {"type": "number"}, "2021-01-17": {"type": "number"}, "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-23": {"type": "number"}, "2021-01-24": {"type": "number"}}, "required": ["2020-02-24", "2020-02-25", "2020-02-26", "2020-02-27", "2020-02-28", "2020-02-29", "2020-03-01", "2020-03-02", "2020-03-03", "2020-03-04", "2020-03-05", "2020-03-06", "2020-03-07", "2020-03-08", "2020-03-09", "2020-03-10", "2020-03-11", "2020-03-12", "2020-03-13", "2020-03-14", "2020-03-15", "2020-03-16", "2020-03-17", "2020-03-18", "2020-03-19", "2020-03-20", "2020-03-21", "2020-03-22", "2020-03-23", "2020-03-24", "2020-03-25", "2020-03-26", "2020-03-27", "2020-03-28", "2020-03-29", "2020-03-30", "2020-03-31", "2020-04-01", "2020-04-02", "2020-04-03", "2020-04-04", "2020-04-05", "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2020-04-11", "2020-04-12", "2020-04-13", "2020-04-14", "2020-04-15", "2020-04-16", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-04-21", "2020-04-22", "2020-04-23", "2020-04-24", "2020-04-25", "2020-04-26", "2020-04-27", "2020-04-28", "2020-04-29", "2020-04-30", "2020-05-01", "2020-05-02", "2020-05-03", "2020-05-04", "2020-05-05", "2020-05-06", "2020-05-07", "2020-05-08", "2020-05-09", "2020-05-10", "2020-05-11", "2020-05-12", "2020-05-13", "2020-05-14", "2020-05-15", "2020-05-16", "2020-05-17", "2020-05-18", "2020-05-19", "2020-05-20", "2020-05-21", "2020-05-22", "2020-05-23", "2020-05-24", "2020-05-25", "2020-05-26", "2020-05-27", "2020-05-28", "2020-05-29", "2020-05-30", "2020-05-31", "2020-06-01", "2020-06-02", "2020-06-03", "2020-06-04", "2020-06-05", "2020-06-06", "2020-06-07", "2020-06-08", "2020-06-09", "2020-06-10", "2020-06-11", "2020-06-12", "2020-06-13", "2020-06-14", "2020-06-15", "2020-06-16", "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17", "2020-07-18", "2020-07-19", "2020-07-20", "2020-07-21", "2020-07-22", "2020-07-23", "2020-07-24", "2020-07-25", "2020-07-26", "2020-07-27", "2020-07-28", "2020-07-29", "2020-07-30", "2020-07-31", "2020-08-01", "2020-08-02", "2020-08-03", "2020-08-04", "2020-08-05", "2020-08-06", "2020-08-07", "2020-08-08", "2020-08-09", "2020-08-10", "2020-08-11", "2020-08-12", "2020-08-13", "2020-08-14", "2020-08-15", "2020-08-16", "2020-08-17", "2020-08-18", "2020-08-19", "2020-08-20", "2020-08-21", "2020-08-22", "2020-08-23", "2020-08-24", "2020-08-25", "2020-08-26", "2020-08-27", "2020-08-28", "2020-08-29", "2020-08-30", "2020-08-31", "2020-09-01", "2020-09-02", "2020-09-03", "2020-09-04", "2020-09-05", "2020-09-06", "2020-09-07", "2020-09-08", "2020-09-09", "2020-09-10", "2020-09-11", "2020-09-12", "2020-09-13", "2020-09-14", "2020-09-15", "2020-09-16", "2020-09-17", "2020-09-18", "2020-09-19", "2020-09-20", "2020-09-21", "2020-09-22", "2020-09-23", "2020-09-24", "2020-09-25", "2020-09-26", "2020-09-27", "2020-09-28", "2020-09-29", "2020-09-30", "2020-10-01", "2020-10-02", "2020-10-03", "2020-10-04", "2020-10-05", "2020-10-06", "2020-10-07", "2020-10-08", "2020-10-09", "2020-10-10", "2020-10-11", "2020-10-12", "2020-10-13", "2020-10-14", "2020-10-15", "2020-10-16", "2020-10-17", "2020-10-18", "2020-10-19", "2020-10-20", "2020-10-21", "2020-10-22", "2020-10-23", "2020-10-24", "2020-10-25", "2020-10-26", "2020-10-27", "2020-10-28", "2020-10-29", "2020-10-30", "2020-10-31", "2020-11-01", "2020-11-02", "2020-11-03", "2020-11-04", "2020-11-05", "2020-11-06", "2020-11-07", "2020-11-08", "2020-11-09", "2020-11-10", "2020-11-11", "2020-11-12", "2020-11-13", "2020-11-14", "2020-11-15", "2020-11-16", "2020-11-17", "2020-11-18", "2020-11-19", "2020-11-20", "2020-11-21", "2020-11-22", "2020-11-23", "2020-11-24", "2020-11-25", "2020-11-26", "2020-11-27", "2020-11-28", "2020-11-29", "2020-11-30", "2020-12-01", "2020-12-02", "2020-12-03", "2020-12-04", "2020-12-05", "2020-12-06", "2020-12-07", "2020-12-08", "2020-12-09", "2020-12-10", "2020-12-11", "2020-12-12", "2020-12-13", "2020-12-14", "2020-12-15", "2020-12-16", "2020-12-17", "2020-12-18", "2020-12-19", "2020-12-20", "2020-12-21", "2020-12-22", "2020-12-23", "2020-12-24", "2020-12-25", "2020-12-26", "2020-12-27", "2020-12-28", "2020-12-29", "2020-12-30", "2020-12-31", "2021-01-01", "2021-01-02", "2021-01-03", "2021-01-04", "2021-01-05", "2021-01-06", "2021-01-07", "2021-01-08", "2021-01-09", "2021-01-10", "2021-01-11", "2021-01-12", "2021-01-13", "2021-01-14", "2021-01-15", "2021-01-16", "2021-01-17", "2021-01-18", "2021-01-19", "2021-01-20", "2021-01-21", "2021-01-22", "2021-01-23", "2021-01-24"]}}, "required": ["GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports"]}
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, "2020-03-05": 0.0286, "2020-03-06": 0.0286, "2020-03-07": 0.03, "2020-03-08": 0.0286, "2020-03-09": 0.0243, "2020-03-10": 0.0186, "2020-03-11": 0.0129, "2020-03-12": 0.00429, "2020-03-13": -0.00857, "2020-03-14": -0.0171, "2020-03-15": -0.03, "2020-03-16": -0.0586, "2020-03-17": -0.0943, "2020-03-18": -0.137, "2020-03-19": -0.18, "2020-03-20": -0.221, "2020-03-21": -0.254, "2020-03-22": -0.289, "2020-03-23": -0.319, "2020-03-24": -0.344, "2020-03-25": -0.366, "2020-03-26": -0.386, "2020-03-27": -0.4, "2020-03-28": -0.414, "2020-03-29": -0.424, "2020-03-30": -0.434, "2020-03-31": -0.44, "2020-04-01": -0.444, "2020-04-02": -0.449, "2020-04-03": -0.454, "2020-04-04": -0.459, "2020-04-05": -0.461, "2020-04-06": -0.464, "2020-04-07": -0.467, "2020-04-08": -0.47, "2020-04-09": -0.473, "2020-04-10": -0.481, "2020-04-11": -0.483, "2020-04-12": -0.49, "2020-04-13": -0.491, "2020-04-14": -0.49, "2020-04-15": -0.487, "2020-04-16": -0.483, "2020-04-17": -0.471, "2020-04-18": -0.464, "2020-04-19": -0.453, "2020-04-20": -0.449, "2020-04-21": -0.447, "2020-04-22": -0.447, "2020-04-23": -0.447, "2020-04-24": -0.447, "2020-04-25": -0.446, "2020-04-26": -0.444, "2020-04-27": -0.441, "2020-04-28": -0.44, "2020-04-29": -0.437, "2020-04-30": -0.434, "2020-05-01": -0.43, "2020-05-02": -0.426, "2020-05-03": -0.419, "2020-05-04": -0.416, "2020-05-05": -0.411, "2020-05-06": -0.407, "2020-05-07": -0.403, "2020-05-08": -0.4, "2020-05-09": -0.396, "2020-05-10": -0.39, "2020-05-11": -0.387, "2020-05-12": -0.384, "2020-05-13": -0.381, "2020-05-14": -0.38, "2020-05-15": -0.379, "2020-05-16": -0.376, "2020-05-17": -0.373, "2020-05-18": -0.37, "2020-05-19": -0.367, "2020-05-20": -0.366, "2020-05-21": -0.363, "2020-05-22": -0.361, "2020-05-23": -0.357, "2020-05-24": -0.356, "2020-05-25": -0.401, "2020-05-26": -0.353, "2020-05-27": -0.349, "2020-05-28": -0.344, "2020-05-29": -0.339, "2020-05-30": -0.326, "2020-05-31": -0.314, "2020-06-01": -0.31, "2020-06-02": -0.307, "2020-06-03": -0.306, "2020-06-04": -0.304, "2020-06-05": -0.303, "2020-06-06": -0.304, "2020-06-07": -0.304, "2020-06-08": -0.303, "2020-06-09": -0.301, "2020-06-10": -0.3, "2020-06-11": -0.299, "2020-06-12": -0.297, "2020-06-13": -0.293, "2020-06-14": -0.289, "2020-06-15": -0.287, "2020-06-16": -0.287, "2020-06-17": -0.287, "2020-06-18": -0.287, "2020-06-19": -0.289, "2020-06-20": -0.29, "2020-06-21": -0.29, "2020-06-22": -0.294, "2020-06-23": -0.297, "2020-06-24": -0.297, "2020-06-25": -0.297, "2020-06-26": -0.297, "2020-06-27": -0.299, "2020-06-28": -0.297, "2020-06-29": -0.294, "2020-06-30": -0.293, "2020-07-01": -0.294, "2020-07-02": -0.299, "2020-07-03": -0.329, "2020-07-04": -0.321, "2020-07-05": -0.309, "2020-07-06": -0.306, "2020-07-07": -0.309, "2020-07-08": -0.309, "2020-07-09": -0.307, "2020-07-10": -0.309, "2020-07-11": -0.309, "2020-07-12": -0.313, "2020-07-13": -0.309, "2020-07-14": -0.307, "2020-07-15": -0.307, "2020-07-16": -0.306, "2020-07-17": -0.306, "2020-07-18": -0.307, "2020-07-19": -0.309, "2020-07-20": -0.309, "2020-07-21": -0.309, "2020-07-22": -0.309, "2020-07-23": -0.309, "2020-07-24": -0.309, "2020-07-25": -0.309, "2020-07-26": -0.309, "2020-07-27": -0.309, "2020-07-28": -0.309, "2020-07-29": -0.31, "2020-07-30": -0.311, "2020-07-31": -0.311, "2020-08-01": -0.313, "2020-08-02": -0.314, "2020-08-03": -0.314, "2020-08-04": -0.316, "2020-08-05": -0.314, "2020-08-06": -0.313, "2020-08-07": -0.313, "2020-08-08": -0.311, "2020-08-09": -0.31, "2020-08-10": -0.31, "2020-08-11": -0.309, "2020-08-12": -0.309, "2020-08-13": -0.309, "2020-08-14": -0.309, "2020-08-15": -0.31, "2020-08-16": -0.311, "2020-08-17": -0.311, "2020-08-18": -0.309, "2020-08-19": -0.307, "2020-08-20": -0.306, "2020-08-21": -0.304, "2020-08-22": -0.301, "2020-08-23": -0.299, "2020-08-24": -0.296, "2020-08-25": -0.297, "2020-08-26": -0.296, "2020-08-27": -0.296, "2020-08-28": -0.294, "2020-08-29": -0.296, "2020-08-30": -0.296, "2020-08-31": -0.294, "2020-09-01": -0.293, "2020-09-02": -0.293, "2020-09-03": -0.291, "2020-09-04": -0.293, "2020-09-05": -0.299, "2020-09-06": -0.303, "2020-09-07": -0.354, "2020-09-08": -0.304, "2020-09-09": -0.304, "2020-09-10": -0.304, "2020-09-11": -0.3, "2020-09-12": -0.293, "2020-09-13": -0.289, "2020-09-14": -0.284, "2020-09-15": -0.279, "2020-09-16": -0.276, "2020-09-17": -0.273, "2020-09-18": -0.271, "2020-09-19": -0.27, "2020-09-20": -0.269, "2020-09-21": -0.27, "2020-09-22": -0.27, "2020-09-23": -0.269, "2020-09-24": -0.267, "2020-09-25": -0.266, "2020-09-26": -0.264, "2020-09-27": -0.263, "2020-09-28": -0.261, "2020-09-29": -0.26, "2020-09-30": -0.26, "2020-10-01": -0.257, "2020-10-02": -0.256, "2020-10-03": -0.257, "2020-10-04": -0.259, "2020-10-05": -0.259, "2020-10-06": -0.259, "2020-10-07": -0.257, "2020-10-08": -0.259, "2020-10-09": -0.26, "2020-10-10": -0.26, "2020-10-11": -0.26, "2020-10-12": -0.267, "2020-10-13": -0.26, "2020-10-14": -0.259, "2020-10-15": -0.259, "2020-10-16": -0.259, "2020-10-17": -0.259, "2020-10-18": -0.259, "2020-10-19": -0.257, "2020-10-20": -0.256, "2020-10-21": -0.256, "2020-10-22": -0.254, "2020-10-23": -0.253, "2020-10-24": -0.251, "2020-10-25": -0.253, "2020-10-26": -0.253, "2020-10-27": -0.253, "2020-10-28": -0.253, "2020-10-29": -0.254, "2020-10-30": -0.254, "2020-10-31": -0.254, "2020-11-01": -0.254, "2020-11-02": -0.254, "2020-11-03": -0.257, "2020-11-04": -0.257, "2020-11-05": -0.256, "2020-11-06": -0.254, "2020-11-07": -0.254, "2020-11-08": -0.253, "2020-11-09": -0.253, "2020-11-10": -0.25, "2020-11-11": -0.261, "2020-11-12": -0.253, "2020-11-13": -0.254, "2020-11-14": -0.254, "2020-11-15": -0.256, "2020-11-16": -0.256, "2020-11-17": -0.257, "2020-11-18": -0.26, "2020-11-19": -0.259, "2020-11-20": -0.259, "2020-11-21": -0.259, "2020-11-22": -0.257, "2020-11-23": -0.263, "2020-11-24": -0.269, "2020-11-25": -0.28, "2020-11-26": -0.34, "2020-11-27": -0.311, "2020-11-28": -0.28, "2020-11-29": -0.283, "2020-11-30": -0.279, "2020-12-01": -0.274, "2020-12-02": -0.274, "2020-12-03": -0.276, "2020-12-04": -0.276, "2020-12-05": -0.263, "2020-12-06": -0.263, "2020-12-07": -0.261, "2020-12-08": -0.26, "2020-12-09": -0.26, "2020-12-10": -0.26, "2020-12-11": -0.261, "2020-12-12": -0.263, "2020-12-13": -0.264, "2020-12-14": -0.264, "2020-12-15": -0.266, "2020-12-16": -0.269, "2020-12-17": -0.276, "2020-12-18": -0.277, "2020-12-19": -0.277, "2020-12-20": -0.274, "2020-12-21": -0.28, "2020-12-22": -0.287, "2020-12-23": -0.296, "2020-12-24": -0.321, "2020-12-25": -0.36, "2020-12-26": -0.31, "2020-12-27": -0.317, "2020-12-28": -0.327, "2020-12-29": -0.337, "2020-12-30": -0.351, "2020-12-31": -0.359, "2021-01-01": -0.399, "2021-01-02": -0.391, "2021-01-03": -0.39, "2021-01-04": -0.376, "2021-01-05": -0.36, "2021-01-06": -0.359, "2021-01-07": -0.353, "2021-01-08": -0.291, "2021-01-09": -0.279, "2021-01-10": -0.279, "2021-01-11": -0.277, "2021-01-12": -0.276, "2021-01-13": -0.276, "2021-01-14": -0.276, "2021-01-15": -0.277, "2021-01-16": -0.28, "2021-01-17": -0.281, "2021-01-18": -0.3, "2021-01-19": -0.301, "2021-01-20": -0.301, "2021-01-21": -0.3, "2021-01-22": -0.297, "2021-01-23": -0.296, "2021-01-24": -0.294}}
{"$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-27": {"type": "number"}, "2020-02-28": {"type": "number"}, "2020-02-29": {"type": "number"}, "2020-03-01": {"type": "number"}, "2020-03-02": {"type": "number"}, "2020-03-03": {"type": "number"}, "2020-03-04": {"type": "number"}, "2020-03-05": {"type": "number"}, "2020-03-06": {"type": "number"}, "2020-03-07": {"type": "number"}, "2020-03-08": {"type": "number"}, "2020-03-09": {"type": "number"}, "2020-03-10": {"type": "number"}, "2020-03-11": {"type": "number"}, "2020-03-12": {"type": "number"}, "2020-03-13": {"type": "number"}, "2020-03-14": {"type": "number"}, "2020-03-15": {"type": "number"}, "2020-03-16": {"type": "number"}, "2020-03-17": {"type": "number"}, "2020-03-18": {"type": "number"}, "2020-03-19": {"type": "number"}, "2020-03-20": {"type": "number"}, "2020-03-21": {"type": "number"}, "2020-03-22": {"type": "number"}, "2020-03-23": {"type": "number"}, "2020-03-24": {"type": "number"}, "2020-03-25": {"type": "number"}, "2020-03-26": {"type": "number"}, "2020-03-27": {"type": "number"}, "2020-03-28": {"type": "number"}, "2020-03-29": {"type": "number"}, "2020-03-30": {"type": "number"}, "2020-03-31": {"type": "number"}, "2020-04-01": {"type": "number"}, "2020-04-02": {"type": "number"}, "2020-04-03": {"type": "number"}, "2020-04-04": {"type": "number"}, "2020-04-05": {"type": "number"}, "2020-04-06": {"type": "number"}, "2020-04-07": {"type": "number"}, "2020-04-08": {"type": "number"}, "2020-04-09": {"type": "number"}, "2020-04-10": {"type": "number"}, "2020-04-11": {"type": "number"}, "2020-04-12": {"type": "number"}, "2020-04-13": {"type": "number"}, "2020-04-14": {"type": "number"}, "2020-04-15": {"type": "number"}, "2020-04-16": {"type": "number"}, "2020-04-17": {"type": "number"}, "2020-04-18": {"type": "number"}, "2020-04-19": {"type": "number"}, "2020-04-20": {"type": "number"}, "2020-04-21": {"type": "number"}, "2020-04-22": {"type": "number"}, "2020-04-23": {"type": "number"}, "2020-04-24": {"type": "number"}, "2020-04-25": {"type": "number"}, "2020-04-26": {"type": "number"}, "2020-04-27": {"type": "number"}, "2020-04-28": {"type": "number"}, "2020-04-29": {"type": "number"}, "2020-04-30": {"type": "number"}, "2020-05-01": {"type": "number"}, "2020-05-02": {"type": "number"}, "2020-05-03": {"type": "number"}, "2020-05-04": {"type": "number"}, "2020-05-05": {"type": "number"}, "2020-05-06": {"type": "number"}, "2020-05-07": {"type": "number"}, "2020-05-08": {"type": "number"}, "2020-05-09": {"type": "number"}, "2020-05-10": {"type": "number"}, "2020-05-11": {"type": "number"}, "2020-05-12": {"type": "number"}, "2020-05-13": {"type": "number"}, "2020-05-14": {"type": "number"}, "2020-05-15": {"type": "number"}, "2020-05-16": {"type": "number"}, "2020-05-17": {"type": "number"}, "2020-05-18": {"type": "number"}, "2020-05-19": {"type": "number"}, "2020-05-20": {"type": "number"}, "2020-05-21": {"type": "number"}, "2020-05-22": {"type": "number"}, "2020-05-23": {"type": "number"}, "2020-05-24": {"type": "number"}, "2020-05-25": {"type": "number"}, "2020-05-26": {"type": "number"}, "2020-05-27": {"type": "number"}, "2020-05-28": {"type": "number"}, "2020-05-29": {"type": "number"}, "2020-05-30": {"type": "number"}, "2020-05-31": {"type": "number"}, "2020-06-01": {"type": "number"}, "2020-06-02": {"type": "number"}, "2020-06-03": {"type": "number"}, "2020-06-04": {"type": "number"}, "2020-06-05": {"type": "number"}, "2020-06-06": {"type": "number"}, "2020-06-07": {"type": "number"}, "2020-06-08": {"type": "number"}, "2020-06-09": {"type": "number"}, "2020-06-10": {"type": "number"}, "2020-06-11": {"type": "number"}, "2020-06-12": {"type": "number"}, "2020-06-13": {"type": "number"}, "2020-06-14": {"type": "number"}, "2020-06-15": {"type": "number"}, "2020-06-16": {"type": "number"}, "2020-06-17": {"type": "number"}, "2020-06-18": {"type": "number"}, "2020-06-19": {"type": "number"}, "2020-06-20": {"type": "number"}, "2020-06-21": {"type": "number"}, "2020-06-22": {"type": "number"}, "2020-06-23": {"type": "number"}, "2020-06-24": {"type": "number"}, "2020-06-25": {"type": "number"}, "2020-06-26": {"type": "number"}, "2020-06-27": {"type": "number"}, "2020-06-28": {"type": "number"}, "2020-06-29": {"type": "number"}, "2020-06-30": {"type": "number"}, "2020-07-01": {"type": "number"}, "2020-07-02": {"type": "number"}, "2020-07-03": {"type": "number"}, "2020-07-04": {"type": "number"}, "2020-07-05": {"type": "number"}, "2020-07-06": {"type": "number"}, "2020-07-07": {"type": "number"}, "2020-07-08": {"type": "number"}, "2020-07-09": {"type": "number"}, "2020-07-10": {"type": "number"}, "2020-07-11": {"type": "number"}, "2020-07-12": {"type": "number"}, "2020-07-13": {"type": "number"}, "2020-07-14": {"type": "number"}, "2020-07-15": {"type": "number"}, "2020-07-16": {"type": "number"}, "2020-07-17": {"type": "number"}, "2020-07-18": {"type": "number"}, "2020-07-19": {"type": "number"}, "2020-07-20": {"type": "number"}, "2020-07-21": {"type": "number"}, "2020-07-22": {"type": "number"}, "2020-07-23": {"type": "number"}, "2020-07-24": {"type": "number"}, "2020-07-25": {"type": "number"}, "2020-07-26": {"type": "number"}, "2020-07-27": {"type": "number"}, "2020-07-28": {"type": "number"}, "2020-07-29": {"type": "number"}, "2020-07-30": {"type": "number"}, "2020-07-31": {"type": "number"}, "2020-08-01": {"type": "number"}, "2020-08-02": {"type": "number"}, "2020-08-03": {"type": "number"}, "2020-08-04": {"type": "number"}, "2020-08-05": {"type": "number"}, "2020-08-06": {"type": "number"}, "2020-08-07": {"type": "number"}, "2020-08-08": {"type": "number"}, "2020-08-09": {"type": "number"}, "2020-08-10": {"type": "number"}, "2020-08-11": {"type": "number"}, "2020-08-12": {"type": "number"}, "2020-08-13": {"type": "number"}, "2020-08-14": {"type": "number"}, "2020-08-15": {"type": "number"}, "2020-08-16": {"type": "number"}, "2020-08-17": {"type": "number"}, "2020-08-18": {"type": "number"}, "2020-08-19": {"type": "number"}, "2020-08-20": {"type": "number"}, "2020-08-21": {"type": "number"}, "2020-08-22": {"type": "number"}, "2020-08-23": {"type": "number"}, "2020-08-24": {"type": "number"}, "2020-08-25": {"type": "number"}, "2020-08-26": {"type": "number"}, "2020-08-27": {"type": "number"}, "2020-08-28": {"type": "number"}, "2020-08-29": {"type": "number"}, "2020-08-30": {"type": "number"}, "2020-08-31": {"type": "number"}, "2020-09-01": {"type": "number"}, "2020-09-02": {"type": "number"}, "2020-09-03": {"type": "number"}, "2020-09-04": {"type": "number"}, "2020-09-05": {"type": "number"}, "2020-09-06": {"type": "number"}, "2020-09-07": {"type": "number"}, "2020-09-08": {"type": "number"}, "2020-09-09": {"type": "number"}, "2020-09-10": {"type": "number"}, "2020-09-11": {"type": "number"}, "2020-09-12": {"type": "number"}, "2020-09-13": {"type": "number"}, "2020-09-14": {"type": "number"}, "2020-09-15": {"type": "number"}, "2020-09-16": {"type": "number"}, "2020-09-17": {"type": "number"}, "2020-09-18": {"type": "number"}, "2020-09-19": {"type": "number"}, "2020-09-20": {"type": "number"}, "2020-09-21": {"type": "number"}, "2020-09-22": {"type": "number"}, "2020-09-23": {"type": "number"}, "2020-09-24": {"type": "number"}, "2020-09-25": {"type": "number"}, "2020-09-26": {"type": "number"}, "2020-09-27": {"type": "number"}, "2020-09-28": {"type": "number"}, "2020-09-29": {"type": "number"}, "2020-09-30": {"type": "number"}, "2020-10-01": {"type": "number"}, "2020-10-02": {"type": "number"}, "2020-10-03": {"type": "number"}, "2020-10-04": {"type": "number"}, "2020-10-05": {"type": "number"}, "2020-10-06": {"type": "number"}, "2020-10-07": {"type": "number"}, "2020-10-08": {"type": "number"}, "2020-10-09": {"type": "number"}, "2020-10-10": {"type": "number"}, "2020-10-11": {"type": "number"}, "2020-10-12": {"type": "number"}, "2020-10-13": {"type": "number"}, "2020-10-14": {"type": "number"}, "2020-10-15": {"type": "number"}, "2020-10-16": {"type": "number"}, "2020-10-17": {"type": "number"}, "2020-10-18": {"type": "number"}, "2020-10-19": {"type": "number"}, "2020-10-20": {"type": "number"}, "2020-10-21": {"type": "number"}, "2020-10-22": {"type": "number"}, "2020-10-23": {"type": "number"}, "2020-10-24": {"type": "number"}, "2020-10-25": {"type": "number"}, "2020-10-26": {"type": "number"}, "2020-10-27": {"type": "number"}, "2020-10-28": {"type": "number"}, "2020-10-29": {"type": "number"}, "2020-10-30": {"type": "number"}, "2020-10-31": {"type": "number"}, "2020-11-01": {"type": "number"}, "2020-11-02": {"type": "number"}, "2020-11-03": {"type": "number"}, "2020-11-04": {"type": "number"}, "2020-11-05": {"type": "number"}, "2020-11-06": {"type": "number"}, "2020-11-07": {"type": "number"}, "2020-11-08": {"type": "number"}, "2020-11-09": {"type": "number"}, "2020-11-10": {"type": "number"}, "2020-11-11": {"type": "number"}, "2020-11-12": {"type": "number"}, "2020-11-13": {"type": "number"}, "2020-11-14": {"type": "number"}, "2020-11-15": {"type": "number"}, "2020-11-16": {"type": "number"}, "2020-11-17": {"type": "number"}, "2020-11-18": {"type": "number"}, "2020-11-19": {"type": "number"}, "2020-11-20": {"type": "number"}, "2020-11-21": {"type": "number"}, "2020-11-22": {"type": "number"}, "2020-11-23": {"type": "number"}, "2020-11-24": {"type": "number"}, "2020-11-25": {"type": "number"}, "2020-11-26": {"type": "number"}, "2020-11-27": {"type": "number"}, "2020-11-28": {"type": "number"}, "2020-11-29": {"type": "number"}, "2020-11-30": {"type": "number"}, "2020-12-01": {"type": "number"}, "2020-12-02": {"type": "number"}, "2020-12-03": {"type": "number"}, "2020-12-04": {"type": "number"}, "2020-12-05": {"type": "number"}, "2020-12-06": {"type": "number"}, "2020-12-07": {"type": "number"}, "2020-12-08": {"type": "number"}, "2020-12-09": {"type": "number"}, "2020-12-10": {"type": "number"}, "2020-12-11": {"type": "number"}, "2020-12-12": {"type": "number"}, "2020-12-13": {"type": "number"}, "2020-12-14": {"type": "number"}, "2020-12-15": {"type": "number"}, "2020-12-16": {"type": "number"}, "2020-12-17": {"type": "number"}, "2020-12-18": {"type": "number"}, "2020-12-19": {"type": "number"}, "2020-12-20": {"type": "number"}, "2020-12-21": {"type": "number"}, "2020-12-22": {"type": "number"}, "2020-12-23": {"type": "number"}, "2020-12-24": {"type": "number"}, "2020-12-25": {"type": "number"}, "2020-12-26": {"type": "number"}, "2020-12-27": {"type": "number"}, "2020-12-28": {"type": "number"}, "2020-12-29": {"type": "number"}, "2020-12-30": {"type": "number"}, "2020-12-31": {"type": "number"}, "2021-01-01": {"type": "number"}, "2021-01-02": {"type": "number"}, "2021-01-03": {"type": "number"}, "2021-01-04": {"type": "number"}, "2021-01-05": {"type": "number"}, "2021-01-06": {"type": "number"}, "2021-01-07": {"type": "number"}, "2021-01-08": {"type": "number"}, "2021-01-09": {"type": "number"}, "2021-01-10": {"type": "number"}, "2021-01-11": {"type": "number"}, "2021-01-12": {"type": "number"}, "2021-01-13": {"type": "number"}, "2021-01-14": {"type": "number"}, "2021-01-15": {"type": "number"}, "2021-01-16": {"type": "number"}, "2021-01-17": {"type": "number"}, "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-23": {"type": "number"}, "2021-01-24": {"type": "number"}}, "required": ["2020-02-24", "2020-02-25", "2020-02-26", "2020-02-27", "2020-02-28", "2020-02-29", "2020-03-01", "2020-03-02", "2020-03-03", "2020-03-04", "2020-03-05", "2020-03-06", "2020-03-07", "2020-03-08", "2020-03-09", "2020-03-10", "2020-03-11", "2020-03-12", "2020-03-13", "2020-03-14", "2020-03-15", "2020-03-16", "2020-03-17", "2020-03-18", "2020-03-19", "2020-03-20", "2020-03-21", "2020-03-22", "2020-03-23", "2020-03-24", "2020-03-25", "2020-03-26", "2020-03-27", "2020-03-28", "2020-03-29", "2020-03-30", "2020-03-31", "2020-04-01", "2020-04-02", "2020-04-03", "2020-04-04", "2020-04-05", "2020-04-06", "2020-04-07", "2020-04-08", "2020-04-09", "2020-04-10", "2020-04-11", "2020-04-12", "2020-04-13", "2020-04-14", "2020-04-15", "2020-04-16", "2020-04-17", "2020-04-18", "2020-04-19", "2020-04-20", "2020-04-21", "2020-04-22", "2020-04-23", "2020-04-24", "2020-04-25", "2020-04-26", "2020-04-27", "2020-04-28", "2020-04-29", "2020-04-30", "2020-05-01", "2020-05-02", "2020-05-03", "2020-05-04", "2020-05-05", "2020-05-06", "2020-05-07", "2020-05-08", "2020-05-09", "2020-05-10", "2020-05-11", "2020-05-12", "2020-05-13", "2020-05-14", "2020-05-15", "2020-05-16", "2020-05-17", "2020-05-18", "2020-05-19", "2020-05-20", "2020-05-21", "2020-05-22", "2020-05-23", "2020-05-24", "2020-05-25", "2020-05-26", "2020-05-27", "2020-05-28", "2020-05-29", "2020-05-30", "2020-05-31", "2020-06-01", "2020-06-02", "2020-06-03", "2020-06-04", "2020-06-05", "2020-06-06", "2020-06-07", "2020-06-08", "2020-06-09", "2020-06-10", "2020-06-11", "2020-06-12", "2020-06-13", "2020-06-14", "2020-06-15", "2020-06-16", "2020-06-17", "2020-06-18", "2020-06-19", "2020-06-20", "2020-06-21", "2020-06-22", "2020-06-23", "2020-06-24", "2020-06-25", "2020-06-26", "2020-06-27", "2020-06-28", "2020-06-29", "2020-06-30", "2020-07-01", "2020-07-02", "2020-07-03", "2020-07-04", "2020-07-05", "2020-07-06", "2020-07-07", "2020-07-08", "2020-07-09", "2020-07-10", "2020-07-11", "2020-07-12", "2020-07-13", "2020-07-14", "2020-07-15", "2020-07-16", "2020-07-17", "2020-07-18", "2020-07-19", "2020-07-20", "2020-07-21", "2020-07-22", "2020-07-23", "2020-07-24", "2020-07-25", "2020-07-26", "2020-07-27", "2020-07-28", "2020-07-29", "2020-07-30", "2020-07-31", "2020-08-01", "2020-08-02", "2020-08-03", "2020-08-04", "2020-08-05", "2020-08-06", "2020-08-07", "2020-08-08", "2020-08-09", "2020-08-10", "2020-08-11", "2020-08-12", "2020-08-13", "2020-08-14", "2020-08-15", "2020-08-16", "2020-08-17", "2020-08-18", "2020-08-19", "2020-08-20", "2020-08-21", "2020-08-22", "2020-08-23", "2020-08-24", "2020-08-25", "2020-08-26", "2020-08-27", "2020-08-28", "2020-08-29", "2020-08-30", "2020-08-31", "2020-09-01", "2020-09-02", "2020-09-03", "2020-09-04", "2020-09-05", "2020-09-06", "2020-09-07", "2020-09-08", "2020-09-09", "2020-09-10", "2020-09-11", "2020-09-12", "2020-09-13", "2020-09-14", "2020-09-15", "2020-09-16", "2020-09-17", "2020-09-18", "2020-09-19", "2020-09-20", "2020-09-21", "2020-09-22", "2020-09-23", "2020-09-24", "2020-09-25", "2020-09-26", "2020-09-27", "2020-09-28", "2020-09-29", "2020-09-30", "2020-10-01", "2020-10-02", "2020-10-03", "2020-10-04", "2020-10-05", "2020-10-06", "2020-10-07", "2020-10-08", "2020-10-09", "2020-10-10", "2020-10-11", "2020-10-12", "2020-10-13", "2020-10-14", "2020-10-15", "2020-10-16", "2020-10-17", "2020-10-18", "2020-10-19", "2020-10-20", "2020-10-21", "2020-10-22", "2020-10-23", "2020-10-24", "2020-10-25", "2020-10-26", "2020-10-27", "2020-10-28", "2020-10-29", "2020-10-30", "2020-10-31", "2020-11-01", "2020-11-02", "2020-11-03", "2020-11-04", "2020-11-05", "2020-11-06", "2020-11-07", "2020-11-08", "2020-11-09", "2020-11-10", "2020-11-11", "2020-11-12", "2020-11-13", "2020-11-14", "2020-11-15", "2020-11-16", "2020-11-17", "2020-11-18", "2020-11-19", "2020-11-20", "2020-11-21", "2020-11-22", "2020-11-23", "2020-11-24", "2020-11-25", "2020-11-26", "2020-11-27", "2020-11-28", "2020-11-29", "2020-11-30", "2020-12-01", "2020-12-02", "2020-12-03", "2020-12-04", "2020-12-05", "2020-12-06", "2020-12-07", "2020-12-08", "2020-12-09", "2020-12-10", "2020-12-11", "2020-12-12", "2020-12-13", "2020-12-14", "2020-12-15", "2020-12-16", "2020-12-17", "2020-12-18", "2020-12-19", "2020-12-20", "2020-12-21", "2020-12-22", "2020-12-23", "2020-12-24", "2020-12-25", "2020-12-26", "2020-12-27", "2020-12-28", "2020-12-29", "2020-12-30", "2020-12-31", "2021-01-01", "2021-01-02", "2021-01-03", "2021-01-04", "2021-01-05", "2021-01-06", "2021-01-07", "2021-01-08", "2021-01-09", "2021-01-10", "2021-01-11", "2021-01-12", "2021-01-13", "2021-01-14", "2021-01-15", "2021-01-16", "2021-01-17", "2021-01-18", "2021-01-19", "2021-01-20", "2021-01-21", "2021-01-22", "2021-01-23", "2021-01-24"]}}, "required": ["GPS mobility data indexed to Jan 3-Feb 6 2020 from Google COVID-19 Community Mobility Reports"]}
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, "PriceDate": "2022-02-17T21:10:00Z", "Change": 0, "ChangePct": 0, "MarketCap": 40764358656, "PECurrFY": 9.09, "GrowthRate5Y": -8.918, "IssueId": 149059}, {"Company": "TD Synnex Corp", "Symbol": "SNX", "Rating": "Strong Buy", "Price": 104.55, "PriceDate": "2022-02-17T21:10:00Z", "Change": 0, "ChangePct": 0, "MarketCap": 9762577408, "PECurrFY": 9.46, "GrowthRate5Y": 17.801, "IssueId": 257155}, {"Company": "CDW Corp", "Symbol": "CDW", "Rating": "Buy", "Price": 182.28, "PriceDate": "2022-02-17T21:00:00Z", "Change": 0, "ChangePct": 0, "MarketCap": 24260491264, "PECurrFY": 19.79, "GrowthRate5Y": 21.343, "IssueId": 59090211}, {"Company": "Lenovo Group Ltd", "Symbol": "LNVGY", "Rating": "Strong Buy", "Price": 22.22, "PriceDate": "2022-02-17T20:45:43Z", "Change": 0, "ChangePct": 0, "MarketCap": 13366293504, "PECurrFY": null, "GrowthRate5Y": -10.008, "IssueId": 185010}, {"Company": "Western Digital Corp", "Symbol": "WDC", "Rating": "Buy", "Price": 56.449999999999996, "PriceDate": "2022-02-17T21:00:00Z", "Change": 0, "ChangePct": 0, "MarketCap": 16817489920, "PECurrFY": 6.7, "GrowthRate5Y": -19.274, "IssueId": 284350}, {"Company": "Seagate Technology Holdings PLC", "Symbol": "STX", "Rating": "Buy", "Price": 111.19, "PriceDate": "2022-02-17T21:00:00Z", "Change": 0, "ChangePct": 0, "MarketCap": 23796439040, "PECurrFY": 12.4, "GrowthRate5Y": 7.974, "IssueId": 261883}, {"Company": "Insight Enterprises Inc", "Symbol": "NSIT", "Rating": "Strong Buy", "Price": 98.8, "PriceDate": "2022-02-17T21:00:01Z", "Change": 0, "ChangePct": 0, "MarketCap": 3344851712, "PECurrFY": 12.85, "GrowthRate5Y": 27.774, "IssueId": 217382}, {"Company": "NetApp Inc", "Symbol": "NTAP", "Rating": "Buy", "Price": 91.07, "PriceDate": "2022-02-17T21:00:01Z", "Change": 0, "ChangePct": 0, "MarketCap": 19864840192, "PECurrFY": 17.88, "GrowthRate5Y": 14.977, "IssueId": 217706}, {"Company": "Concentrix Corp", "Symbol": "CNXC", "Rating": "Strong Buy", "Price": 199.94, "PriceDate": "2022-02-17T21:00:00Z", "Change": 0, "ChangePct": 0, "MarketCap": 10329634816, "PECurrFY": 16.73, "GrowthRate5Y": null, "IssueId": 628975301}, {"Company": "Vertiv Holdings Co", "Symbol": "VRT", "Rating": "Buy", "Price": 20.689999999999998, "PriceDate": "2022-02-17T21:10:00Z", "Change": 0, "ChangePct": 0, "MarketCap": 7451843584, "PECurrFY": 21.74, "GrowthRate5Y": null, "IssueId": 481092004}]}
{"$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": "integer"}, "ChangePct": {"type": "integer"}, "MarketCap": {"type": "integer"}, "PECurrFY": {"type": ["null", "number"]}, "GrowthRate5Y": {"type": ["null", "number"]}, "IssueId": {"type": "integer"}}, "required": ["Change", "ChangePct", "Company", "GrowthRate5Y", "IssueId", "MarketCap", "PECurrFY", "Price", "PriceDate", "Rating", "Symbol"]}}}, "required": ["Peers"]}
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": "170.71%", "EventData": {"div_amount": "0.22", "yrhiind": "N", "announce_time": "A", "next_earnings_date_today": "N", "yrloind": "N", "next_earnings_date": "04/26/2022", "div_ex_date": "02/04/2022", "div_ex_date_today": "N", "is_halted": "N"}, "high": "171.91", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "168.88", "sharesout": "16,319.44M", "yrhiprice": "182.94", "altSymbol": "AAPL.O", "change_pct": "-2.13%", "last": "168.88", "eps": "6.02", "last_timedate": "02/17/22 EST", "volume": "65,471,985", "realTime": "true", "ExtendedMktQuote": {"last_timedate": "02/17/22 EST", "change_pct": "-0.02%", "volume": "3,147,976", "last": "168.84", "changetype": "DOWN", "change": "-0.04", "source": "Last NYSE Arca, VOL From CTA", "type": "POST_MKT", "volume_alt": "3.1M"}, "TTMEBITD": "128,218.00M", "name": "Apple Inc", "pcttendayvol": "0.8738", "NETPROFTTM": "26.58%", "subType": "Common Stock", "exchange": "NASDAQ", "shortName": "AAPL", "tendayavgvol": "79.64M", "ROETTM": "145.57%", "code": "0", "low": "168.47", "provider": "CNBC QUOTE CACHE", "countryCode": "US", "dividend": "0.88", "altName": "Apple", "beta": "1.18", "yrloprice": "116.21", "issue_id": "36276", "change": "-3.67", "yrhidate": "01/04/22", "dividendyield": "0.52%", "issuer_id": "8016", "pe": "28.04", "GROSMGNTTM": "43.02%", "revenuettm": "378,323.00M", "currencyCode": "USD", "open": "171.03", "volume_alt": "65.5M"}, {"symbol": "TSLA", "yrlodate": "03/05/21", "ROETTM": "21.08%", "code": "0", "curmktstatus": "POST_MKT", "mktcapView": "880,083.24M", "source": "Last NYSE Arca, VOL From CTA", "type": "STOCK", "DEBTEQTYQ": "22.64%", "EventData": {"yrhiind": "N", "announce_time": "A", "next_earnings_date_today": "N", "yrloind": "N", "next_earnings_date": "04/25/2022", "is_halted": "N"}, "high": "918.50", "low": "874.10", "provider": "CNBC QUOTE CACHE", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "876.35", "countryCode": "US", "sharesout": "1,004.26M", "altName": "Tesla", "yrhiprice": "1,243.49", "beta": "2.04", "altSymbol": "TSLA.O", "change_pct": "-5.09%", "last": "876.35", "yrloprice": "539.49", "issue_id": "24812378", "change": "-47.04", "eps": "4.92", "yrhidate": "11/04/21", "last_timedate": "02/17/22 EST", "volume": "17,680,463", "realTime": "true", "ExtendedMktQuote": {"last_timedate": "02/17/22 EST", "change_pct": "-0.53%", "volume": "418,932", "last": "871.74", "changetype": "DOWN", "change": "-4.61", "source": "Last NYSE Arca, VOL From CTA", "type": "POST_MKT", "volume_alt": "418.9K"}, "TTMEBITD": "9,407.00M", "issuer_id": "74213", "pe": "178.06", "GROSMGNTTM": "25.28%", "name": "Tesla Inc", "pcttendayvol": "0.8636", "revenuettm": "53,823.00M", "NETPROFTTM": "10.49%", "subType": "Common Stock", "exchange": "NASDAQ", "shortName": "TSLA", "tendayavgvol": "21.30M", "currencyCode": "USD", "open": "913.26", "volume_alt": "17.7M"}]}}
{"$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": "string"}, "curmktstatus": {"type": "string"}, "mktcapView": {"type": "string"}, "source": {"type": "string"}, "type": {"type": "string"}, "DEBTEQTYQ": {"type": "string"}, "EventData": {"type": "object", "properties": {"div_amount": {"type": "string"}, "yrhiind": {"type": "string"}, "announce_time": {"type": "string"}, "next_earnings_date_today": {"type": "string"}, "yrloind": {"type": "string"}, "next_earnings_date": {"type": "string"}, "div_ex_date": {"type": "string"}, "div_ex_date_today": {"type": "string"}, "is_halted": {"type": "string"}}, "required": ["announce_time", "is_halted", "next_earnings_date", "next_earnings_date_today", "yrhiind", "yrloind"]}, "high": {"type": "string"}, "streamable": {"type": "string"}, "changetype": {"type": "string"}, "previous_day_closing": {"type": "string"}, "sharesout": {"type": "string"}, "yrhiprice": {"type": "string"}, "altSymbol": {"type": "string"}, "change_pct": {"type": "string"}, "last": {"type": "string"}, "eps": {"type": "string"}, "last_timedate": {"type": "string"}, "volume": {"type": "string"}, "realTime": {"type": "string"}, "ExtendedMktQuote": {"type": "object", "properties": {"last_timedate": {"type": "string"}, "change_pct": {"type": "string"}, "volume": {"type": "string"}, "last": {"type": "string"}, "changetype": {"type": "string"}, "change": {"type": "string"}, "source": {"type": "string"}, "type": {"type": "string"}, "volume_alt": {"type": "string"}}, "required": ["change", "change_pct", "changetype", "last", "last_timedate", "source", "type", "volume", "volume_alt"]}, "TTMEBITD": {"type": "string"}, "name": {"type": "string"}, "pcttendayvol": {"type": "string"}, "NETPROFTTM": {"type": "string"}, "subType": {"type": "string"}, "exchange": {"type": "string"}, "shortName": {"type": "string"}, "tendayavgvol": {"type": "string"}, "ROETTM": {"type": "string"}, "code": {"type": "string"}, "low": {"type": "string"}, "provider": {"type": "string"}, "countryCode": {"type": "string"}, "dividend": {"type": "string"}, "altName": {"type": "string"}, "beta": {"type": "string"}, "yrloprice": {"type": "string"}, "issue_id": {"type": "string"}, "change": {"type": "string"}, "yrhidate": {"type": "string"}, "dividendyield": {"type": "string"}, "issuer_id": {"type": "string"}, "pe": {"type": "string"}, "GROSMGNTTM": {"type": "string"}, "revenuettm": {"type": "string"}, "currencyCode": {"type": "string"}, "open": {"type": "string"}, "volume_alt": {"type": "string"}}, "required": ["DEBTEQTYQ", "EventData", "ExtendedMktQuote", "GROSMGNTTM", "NETPROFTTM", "ROETTM", "TTMEBITD", "altName", "altSymbol", "beta", "change", "change_pct", "changetype", "code", "countryCode", "curmktstatus", "currencyCode", "eps", "exchange", "high", "issue_id", "issuer_id", "last", "last_timedate", "low", "mktcapView", "name", "open", "pcttendayvol", "pe", "previous_day_closing", "provider", "realTime", "revenuettm", "sharesout", "shortName", "source", "streamable", "subType", "symbol", "tendayavgvol", "type", "volume", "volume_alt", "yrhidate", "yrhiprice", "yrlodate", "yrloprice"]}}}, "required": ["ITVQuote", "xmlns", "xmlns:xsi"]}}, "required": ["ITVQuoteResult"]}
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": "33.775", "LowDate": "02/17/17"}, {"Name": "10-Yr Hi/Lo", "HighValue": "182.94", "HighValueRaw": "182.94", "HighDate": "01/04/22", "LowValue": "13.75", "LowValueRaw": "13.75356", "LowDate": "04/19/13"}], "WsodIssue": "36276", "Industry": "Computer Hardware", "Sector": "Technology", "Values": [{"SectorAvg": "-2.509455", "Name": "FiveDayReturn", "Value": "-1.88%", "RawValue": "-1.8824076225889", "PerfDate": "--", "IndustryAvg": "-2.061116", "IndustryHigh": "12.08054", "IndustryLow": "-9.80392", "SectorHigh": "30.3876", "SectorLow": "-45.63516"}, {"SectorAvg": "-7.001654", "Name": "OneMonthReturn", "Value": "-2.42%", "RawValue": "-2.42098572831802", "PerfDate": "--", "IndustryAvg": "-2.671798", "IndustryHigh": "20.14522", "IndustryLow": "-26.75159", "SectorHigh": "39.60396", "SectorLow": "-45.03956"}, {"SectorAvg": "-9.85381", "Name": "ThreeMonthReturn", "Value": "6.97%", "RawValue": "6.97409260784189", "PerfDate": "--", "IndustryAvg": "11.5924", "IndustryHigh": "17.31615", "IndustryLow": "-52.89575", "SectorHigh": "78.10627", "SectorLow": "-66.56"}, {"SectorAvg": "-11.43171", "Name": "YTDReturn", "Value": "-4.89%", "RawValue": "-4.89384468097088", "PerfDate": "--", "IndustryAvg": "-5.149647", "IndustryHigh": "12.08711", "IndustryLow": "-28.68217", "SectorHigh": "91.6595", "SectorLow": "-61.87016"}, {"SectorAvg": "11.86639", "Name": "OneYearReturn", "Value": "29.07%", "RawValue": "29.0736777743809", "PerfDate": "--", "IndustryAvg": "24.54291", "IndustryHigh": "411.1111", "IndustryLow": "-62.57669", "SectorHigh": "411.1111", "SectorLow": "-91.53307"}]}, "24812378": {"Ranges": [{"Name": "52-Wk Hi/Lo", "HighValue": "1243.49", "HighValueRaw": "1243.49", "HighDate": "11/04/21", "LowValue": "539.49", "LowValueRaw": "539.49", "LowDate": "03/05/21"}, {"Name": "5-Yr Hi/Lo", "HighValue": "1243.49", "HighValueRaw": "1243.49", "HighDate": "11/04/21", "LowValue": "35.40", "LowValueRaw": "35.39838", "LowDate": "06/03/19"}, {"Name": "10-Yr Hi/Lo", "HighValue": "1243.49", "HighValueRaw": "1243.49", "HighDate": "11/04/21", "LowValue": "5.10", "LowValueRaw": "5.104", "LowDate": "08/02/12"}], "WsodIssue": "24812378", "Industry": "Automobiles", "Sector": "Consumer Discretionary", "Values": [{"SectorAvg": "-0.7941137", "Name": "FiveDayReturn", "Value": "-3.12%", "RawValue": "-3.11757227350617", "PerfDate": "--", "IndustryAvg": "-4.824255", "IndustryHigh": "6.25", "IndustryLow": "-6.85786", "SectorHigh": "25.0983", "SectorLow": "-25.40506"}, {"SectorAvg": "-6.282889", "Name": "OneMonthReturn", "Value": "-16.51%", "RawValue": "-16.5070835834262", "PerfDate": "--", "IndustryAvg": "-17.31264", "IndustryHigh": "-0.74943", "IndustryLow": "-38.79678", "SectorHigh": "48.29268", "SectorLow": "-38.79678"}, {"SectorAvg": "-12.59244", "Name": "ThreeMonthReturn", "Value": "-20.07%", "RawValue": "-20.068771776209", "PerfDate": "--", "IndustryAvg": "-14.79207", "IndustryHigh": "4.67354", "IndustryLow": "-54.71335", "SectorHigh": "87.07692", "SectorLow": "-65.45981"}, {"SectorAvg": "-8.948217", "Name": "YTDReturn", "Value": "-17.07%", "RawValue": "-17.0735630878707", "PerfDate": "--", "IndustryAvg": "-14.75786", "IndustryHigh": "7.06503", "IndustryLow": "-43.24429", "SectorHigh": "43.73522", "SectorLow": "-51.07692"}, {"SectorAvg": "-0.5537484", "Name": "OneYearReturn", "Value": "9.80%", "RawValue": "9.79765708200212", "PerfDate": "--", "IndustryAvg": "6.50417", "IndustryHigh": "53.27511", "IndustryLow": "-88.70308", "SectorHigh": "305.3903", "SectorLow": "-96.37486"}]}}
{"$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"}, "LowValue": {"type": "string"}, "LowValueRaw": {"type": "string"}, "LowDate": {"type": "string"}}, "required": ["HighDate", "HighValue", "HighValueRaw", "LowDate", "LowValue", "LowValueRaw", "Name"]}}, "WsodIssue": {"type": "string"}, "Industry": {"type": "string"}, "Sector": {"type": "string"}, "Values": {"type": "array", "items": {"type": "object", "properties": {"SectorAvg": {"type": "string"}, "Name": {"type": "string"}, "Value": {"type": "string"}, "RawValue": {"type": "string"}, "PerfDate": {"type": "string"}, "IndustryAvg": {"type": "string"}, "IndustryHigh": {"type": "string"}, "IndustryLow": {"type": "string"}, "SectorHigh": {"type": "string"}, "SectorLow": {"type": "string"}}, "required": ["IndustryAvg", "IndustryHigh", "IndustryLow", "Name", "PerfDate", "RawValue", "SectorAvg", "SectorHigh", "SectorLow", "Value"]}}}, "required": ["Industry", "Ranges", "Sector", "Values", "WsodIssue"]}, "24812378": {"type": "object", "properties": {"Ranges": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "HighValue": {"type": "string"}, "HighValueRaw": {"type": "string"}, "HighDate": {"type": "string"}, "LowValue": {"type": "string"}, "LowValueRaw": {"type": "string"}, "LowDate": {"type": "string"}}, "required": ["HighDate", "HighValue", "HighValueRaw", "LowDate", "LowValue", "LowValueRaw", "Name"]}}, "WsodIssue": {"type": "string"}, "Industry": {"type": "string"}, "Sector": {"type": "string"}, "Values": {"type": "array", "items": {"type": "object", "properties": {"SectorAvg": {"type": "string"}, "Name": {"type": "string"}, "Value": {"type": "string"}, "RawValue": {"type": "string"}, "PerfDate": {"type": "string"}, "IndustryAvg": {"type": "string"}, "IndustryHigh": {"type": "string"}, "IndustryLow": {"type": "string"}, "SectorHigh": {"type": "string"}, "SectorLow": {"type": "string"}}, "required": ["IndustryAvg", "IndustryHigh", "IndustryLow", "Name", "PerfDate", "RawValue", "SectorAvg", "SectorHigh", "SectorLow", "Value"]}}}, "required": ["Industry", "Ranges", "Sector", "Values", "WsodIssue"]}}, "required": ["24812378", "36276"]}
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-17T15:40:00", "2022-02-17T15:45:00", "2022-02-17T15:49:59", "2022-02-17T15:54:59", "2022-02-17T16:00:00", "2022-02-17T16:05:00", "2022-02-17T16:09:59", "2022-02-17T16:14:59", "2022-02-17T16:20:00", "2022-02-17T16:25:00", "2022-02-17T16:30:00", "2022-02-17T16:34:59", "2022-02-17T16:39:59", "2022-02-17T16:45:00", "2022-02-17T16:50:00", "2022-02-17T16:54:59", "2022-02-17T16:59:59", "2022-02-17T17:05:00", "2022-02-17T17:10:00", "2022-02-17T17:15:00", "2022-02-17T17:19:59", "2022-02-17T17:24:59", "2022-02-17T17:30:00", "2022-02-17T17:35:00", "2022-02-17T17:39:59", "2022-02-17T17:44:59", "2022-02-17T17:50:00", "2022-02-17T17:55:00", "2022-02-17T18:00:00", "2022-02-17T18:04:59", "2022-02-17T18:09:59", "2022-02-17T18:15:00", "2022-02-17T18:20:00", "2022-02-17T18:24:59", "2022-02-17T18:29:59", "2022-02-17T18:35:00", "2022-02-17T18:40:00", "2022-02-17T18:45:00", "2022-02-17T18:49:59", "2022-02-17T18:54:59", "2022-02-17T19:00:00", "2022-02-17T19:05:00", "2022-02-17T19:09:59", "2022-02-17T19:14:59", "2022-02-17T19:20:00", "2022-02-17T19:25:00", "2022-02-17T19:30:00", "2022-02-17T19:34:59", "2022-02-17T19:39:59", "2022-02-17T19:45:00", "2022-02-17T19:50:00", "2022-02-17T19:54:59", "2022-02-17T19:59:59", "2022-02-17T20:05:00", "2022-02-17T20:10:00", "2022-02-17T20:15:00", "2022-02-17T20:19:59", "2022-02-17T20:24:59", "2022-02-17T20:30:00", "2022-02-17T20:35:00", "2022-02-17T20:39:59", "2022-02-17T20:44:59", "2022-02-17T20:50:00", "2022-02-17T20:55:00", "2022-02-17T21:00:00"], "NormalizeDate": "2022-02-16T21:00:00", "NormalizeCloseValue": 172.55, "Status": 1, "StatusString": "", "MetaData": {"TimingData": null, "TimingRender": 6}, "TimeService": {"TradingDays": ["2022-01-10T00:00:00", "2022-01-11T00:00:00", "2022-01-12T00:00:00", "2022-01-13T00:00:00", "2022-01-14T00:00:00", "2022-01-18T00:00:00", "2022-01-19T00:00:00", "2022-01-20T00:00:00", "2022-01-21T00:00:00", "2022-01-24T00:00:00", "2022-01-25T00:00:00", "2022-01-26T00:00:00", "2022-01-27T00:00:00", "2022-01-28T00:00:00", "2022-01-31T00:00:00", "2022-02-01T00:00:00", "2022-02-02T00:00:00", "2022-02-03T00:00:00", "2022-02-04T00:00:00", "2022-02-07T00:00:00", "2022-02-08T00:00:00", "2022-02-09T00:00:00", "2022-02-10T00:00:00", "2022-02-11T00:00:00", "2022-02-14T00:00:00", "2022-02-15T00:00:00", "2022-02-16T00:00:00", "2022-02-17T00:00:00", "2022-02-18T00:00:00", "2022-02-22T00:00:00", "2022-02-23T00:00:00"], "FullClosures": [{"Date": "2022-01-17T00:00:00", "Name": "Martin Luther King Jr. Day", "ExchangeIDs": "NSQ"}, {"Date": "2022-02-21T00:00:00", "Name": "Presidents' Day", "ExchangeIDs": "NSQ"}], "Status": 1, "TypicalSessions": {"Sunday": [], "Monday": [{"Open": 570, "Close": 960, "Duration": 390, "Offset": 0, "Label": "NSQ-CS-36276", "ExchangeID": "NSQ", "ExchangeName": "NASDAQ", "SessionType": "NormalSession"}], "Tuesday": [{"Open": 570, "Close": 960, "Duration": 390, "Offset": 0, "Label": "NSQ-CS-36276", "ExchangeID": "NSQ", "ExchangeName": "NASDAQ", "SessionType": "NormalSession"}], "Wednesday": [{"Open": 570, "Close": 960, "Duration": 390, "Offset": 0, "Label": "NSQ-CS-36276", "ExchangeID": "NSQ", "ExchangeName": "NASDAQ", "SessionType": "NormalSession"}], "Thursday": [{"Open": 570, "Close": 960, "Duration": 390, "Offset": 0, "Label": "NSQ-CS-36276", "ExchangeID": "NSQ", "ExchangeName": "NASDAQ", "SessionType": "NormalSession"}], "Friday": [{"Open": 570, "Close": 960, "Duration": 390, "Offset": 0, "Label": "NSQ-CS-36276", "ExchangeID": "NSQ", "ExchangeName": "NASDAQ", "SessionType": "NormalSession"}], "Saturday": []}}, "Elements": [{"Label": "Price36276", "Type": "Price", "Error": null, "QuoteTimeLast": null, "CompanyName": "Apple Inc", "IssueType": "CS", "Symbol": "36276", "Status": 1, "UtcOffsetMinutes": -300, "ExchangeId": "NSQ", "Currency": "USD", "Meta": {}, "Dates": null, "OverlayIndicators": [], "ComponentSeries": [{"Type": "Open", "MaxValue": 171.67, "MinValue": 168.68, "MaxValueDate": "2022-02-17T15:15:00", "MinValueDate": "2022-02-17T21:00:00", "Values": [171.03, 171.41, 171.64, 171.51, 171.32, 171.12, 171.2, 171.3331, 171.67, 171.57, 171.075, 171.095, 170.92, 171.01, 171.24, 171.415, 171.51, 171.49, 171.34, 171.27, 171.21, 171.37, 171.44, 171.2, 171.31, 171.32, 171.085, 171.12, 171.47, 171.51, 171.205, 171.15, 170.95, 170.93, 170.96, 171.08, 171.05, 171.0264, 170.89, 171.035, 170.97, 170.985, 170.99, 170.78, 170.75, 170.55, 170.6, 170.4846, 170.63, 170.59, 170.4321, 170.457, 170.22, 170.4225, 170.4299, 170.18, 170.19, 170.155, 170.15, 169.8, 169.8, 169.615, 169.45, 169.36, 169.565, 169.55, 169.51, 169.31, 169.09, 169.11, 169.18, 169.26, 169.21, 169.095, 169.32, 169.305, 169.29, 168.68], "Dates": null}, {"Type": "High", "MaxValue": 171.91, "MinValue": 169.07, "MaxValueDate": "2022-02-17T15:15:00", "MinValueDate": "2022-02-17T21:00:00", "Values": [171.48, 171.72, 171.71, 171.6, 171.48, 171.36, 171.48, 171.81, 171.91, 171.61, 171.18, 171.11, 171.178, 171.33, 171.47, 171.59, 171.62, 171.61, 171.46, 171.48, 171.47, 171.5, 171.44, 171.405, 171.37, 171.38, 171.15, 171.5, 171.6, 171.55, 171.2614, 171.21, 170.97, 171.03, 171.13, 171.14, 171.19, 171.06, 171.06, 171.05, 171, 171.05, 171.055, 170.8981, 170.755, 170.7, 170.659, 170.66, 170.73, 170.66, 170.475, 170.46, 170.44, 170.44, 170.43, 170.27, 170.195, 170.26, 170.17, 169.89, 169.873, 169.635, 169.515, 169.69, 169.57, 169.71, 169.53, 169.3789, 169.19, 169.19, 169.3, 169.33, 169.445, 169.38, 169.32, 169.54, 169.34, 169.07], "Dates": null}, {"Type": "Low", "MaxValue": 171.4204, "MinValue": 168.47, "MaxValueDate": "2022-02-17T16:54:59", "MinValueDate": "2022-02-17T20:55:00", "Values": [170.74, 171.28, 171.36, 171, 170.88, 171.01, 171.05, 171.3, 171.42, 171, 170.9, 170.86, 170.84, 170.91, 171.1701, 171.07, 171.38, 171.3, 171.22, 171.2, 171.2, 171.27, 171.17, 171.18, 171.2, 171.02, 171, 171.06, 171.4204, 171.19, 171.075, 170.86, 170.755, 170.885, 170.9113, 171.03, 170.92, 170.845, 170.78, 170.88, 170.885, 170.95, 170.77, 170.72, 170.47, 170.53, 170.41, 170.41, 170.545, 170.435, 170.29, 170.22, 170.19, 170.3199, 170.095, 170.07, 170.09, 170.08, 169.75, 169.77, 169.57, 169.31, 169.33, 169.3331, 169.39, 169.45, 169.175, 169.08, 168.97, 168.895, 169.12, 169.05, 168.96, 169.08, 169.075, 169.24, 168.47, 168.59], "Dates": null}, {"Type": "Close", "MaxValue": 171.69, "MinValue": 168.6808, "MaxValueDate": "2022-02-17T15:09:59", "MinValueDate": "2022-02-17T20:55:00", "Values": [171.45, 171.65, 171.51, 171.305, 171.13, 171.2006, 171.34, 171.69, 171.571, 171.075, 171.115, 170.92, 171.02, 171.235, 171.41, 171.522, 171.5, 171.3401, 171.26, 171.23, 171.38, 171.445, 171.19, 171.305, 171.318, 171.085, 171.11, 171.48, 171.503, 171.2, 171.145, 170.939, 170.93, 170.965, 171.09, 171.05, 171.03, 170.8917, 171.03, 170.97, 170.98, 170.99, 170.785, 170.76, 170.55, 170.6, 170.49, 170.645, 170.59, 170.44, 170.46, 170.225, 170.43, 170.43, 170.18, 170.19, 170.16, 170.15, 169.8041, 169.805, 169.615, 169.4557, 169.355, 169.5738, 169.5575, 169.51, 169.3, 169.09, 169.12, 169.19, 169.25, 169.21, 169.1, 169.33, 169.31, 169.29, 168.6808, 168.88], "Dates": null}]}, {"Label": "Volume", "Type": "Volume", "Error": null, "QuoteTimeLast": null, "CompanyName": "Apple Inc", "IssueType": "CS", "Symbol": "36276", "Status": 1, "UtcOffsetMinutes": -300, "ExchangeId": "NSQ", "Currency": "USD", "Meta": {}, "Dates": null, "OverlayIndicators": [], "ComponentSeries": [{"Type": "Volume", "MaxValue": 2680325, "MinValue": 217087, "MaxValueDate": "2022-02-17T21:00:00", "MinValueDate": "2022-02-17T17:55:00", "Values": [1970893, 831668, 826844, 923253, 758198, 808792, 772343, 941705, 772029, 910394, 848429, 587104, 563283, 578637, 636640, 817653, 686285, 475500, 428645, 461164, 379591, 432962, 368492, 397666, 389666, 413292, 310765, 404412, 432460, 517990, 402985, 520807, 454927, 288852, 261817, 272363, 307485, 289169, 277722, 315014, 217087, 269150, 321160, 330226, 561835, 374750, 299075, 277371, 319476, 300484, 428461, 325407, 273127, 239543, 512548, 508141, 348551, 356545, 685599, 466207, 493750, 737394, 506265, 570707, 394943, 559980, 653497, 587081, 911210, 806853, 659624, 510171, 1017775, 817712, 863805, 990346, 2630921, 2680325], "Dates": null}]}, {"Label": "UpDown", "Type": "UpDown", "Error": null, "QuoteTimeLast": null, "CompanyName": "Apple Inc", "IssueType": "CS", "Symbol": "36276", "Status": 1, "UtcOffsetMinutes": -300, "ExchangeId": "NSQ", "Currency": "USD", "Meta": {}, "Dates": null, "OverlayIndicators": [], "ComponentSeries": [{"Type": "UpDown", "MaxValue": 1, "MinValue": -1, "MaxValueDate": "2022-02-17T14:39:59", "MinValueDate": "2022-02-17T14:35:00", "Values": [-1, 1, -1, -1, -1, 1, 1, 1, -1, -1, 1, -1, 1, 1, 1, 1, -1, -1, -1, -1, 1, 1, -1, 1, 1, -1, 1, 1, 1, -1, -1, -1, -1, 1, 1, -1, -1, -1, 1, -1, 1, 1, -1, -1, -1, 1, -1, 1, -1, -1, 1, -1, 1, 0, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, -1, 1, 1, 1, -1, -1, 1, -1, -1, -1, 1], "Dates": null}]}]}
{"$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", "properties": {"TimingData": {"type": "null"}, "TimingRender": {"type": "integer"}}, "required": ["TimingData", "TimingRender"]}, "TimeService": {"type": "object", "properties": {"TradingDays": {"type": "array", "items": {"type": "string"}}, "FullClosures": {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Name": {"type": "string"}, "ExchangeIDs": {"type": "string"}}, "required": ["Date", "ExchangeIDs", "Name"]}}, "Status": {"type": "integer"}, "TypicalSessions": {"type": "object", "properties": {"Sunday": {"type": "array"}, "Monday": {"type": "array", "items": {"type": "object", "properties": {"Open": {"type": "integer"}, "Close": {"type": "integer"}, "Duration": {"type": "integer"}, "Offset": {"type": "integer"}, "Label": {"type": "string"}, "ExchangeID": {"type": "string"}, "ExchangeName": {"type": "string"}, "SessionType": {"type": "string"}}, "required": ["Close", "Duration", "ExchangeID", "ExchangeName", "Label", "Offset", "Open", "SessionType"]}}, "Tuesday": {"type": "array", "items": {"type": "object", "properties": {"Open": {"type": "integer"}, "Close": {"type": "integer"}, "Duration": {"type": "integer"}, "Offset": {"type": "integer"}, "Label": {"type": "string"}, "ExchangeID": {"type": "string"}, "ExchangeName": {"type": "string"}, "SessionType": {"type": "string"}}, "required": ["Close", "Duration", "ExchangeID", "ExchangeName", "Label", "Offset", "Open", "SessionType"]}}, "Wednesday": {"type": "array", "items": {"type": "object", "properties": {"Open": {"type": "integer"}, "Close": {"type": "integer"}, "Duration": {"type": "integer"}, "Offset": {"type": "integer"}, "Label": {"type": "string"}, "ExchangeID": {"type": "string"}, "ExchangeName": {"type": "string"}, "SessionType": {"type": "string"}}, "required": ["Close", "Duration", "ExchangeID", "ExchangeName", "Label", "Offset", "Open", "SessionType"]}}, "Thursday": {"type": "array", "items": {"type": "object", "properties": {"Open": {"type": "integer"}, "Close": {"type": "integer"}, "Duration": {"type": "integer"}, "Offset": {"type": "integer"}, "Label": {"type": "string"}, "ExchangeID": {"type": "string"}, "ExchangeName": {"type": "string"}, "SessionType": {"type": "string"}}, "required": ["Close", "Duration", "ExchangeID", "ExchangeName", "Label", "Offset", "Open", "SessionType"]}}, "Friday": {"type": "array", "items": {"type": "object", "properties": {"Open": {"type": "integer"}, "Close": {"type": "integer"}, "Duration": {"type": "integer"}, "Offset": {"type": "integer"}, "Label": {"type": "string"}, "ExchangeID": {"type": "string"}, "ExchangeName": {"type": "string"}, "SessionType": {"type": "string"}}, "required": ["Close", "Duration", "ExchangeID", "ExchangeName", "Label", "Offset", "Open", "SessionType"]}}, "Saturday": {"type": "array"}}, "required": ["Friday", "Monday", "Saturday", "Sunday", "Thursday", "Tuesday", "Wednesday"]}}, "required": ["FullClosures", "Status", "TradingDays", "TypicalSessions"]}, "Elements": {"type": "array", "items": {"type": "object", "properties": {"Label": {"type": "string"}, "Type": {"type": "string"}, "Error": {"type": "null"}, "QuoteTimeLast": {"type": "null"}, "CompanyName": {"type": "string"}, "IssueType": {"type": "string"}, "Symbol": {"type": "string"}, "Status": {"type": "integer"}, "UtcOffsetMinutes": {"type": "integer"}, "ExchangeId": {"type": "string"}, "Currency": {"type": "string"}, "Meta": {"type": "object"}, "Dates": {"type": "null"}, "OverlayIndicators": {"type": "array"}, "ComponentSeries": {"type": "array", "items": {"type": "object", "properties": {"Type": {"type": "string"}, "MaxValue": {"type": "number"}, "MinValue": {"type": "number"}, "MaxValueDate": {"type": "string"}, "MinValueDate": {"type": "string"}, "Values": {"type": "array", "items": {"type": "number"}}, "Dates": {"type": "null"}}, "required": ["Dates", "MaxValue", "MaxValueDate", "MinValue", "MinValueDate", "Type", "Values"]}}}, "required": ["CompanyName", "ComponentSeries", "Currency", "Dates", "Error", "ExchangeId", "IssueType", "Label", "Meta", "OverlayIndicators", "QuoteTimeLast", "Status", "Symbol", "Type", "UtcOffsetMinutes"]}}}, "required": ["Dates", "Elements", "MetaData", "NormalizeCloseValue", "NormalizeDate", "Status", "StatusString", "TimeService"]}
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, wearables and accessories, and sells a variety of related services. The Company's products include iPhone, Mac, iPad, and Wearables, Home and Accessories. iPhone is the Company's line of smartphones based on its iOS operating system. Mac is the Company's line of personal computers based on its macOS operating system. iPad is the Company's line of multi-purpose tablets based on its iPadOS operating system. Wearables, Home and Accessories includes AirPods, Apple TV, Apple Watch, Beats products, HomePod, iPod touch and other Apple-branded and third-party accessories. AirPods are the Company's wireless headphones that interact with Siri. Apple Watch is the Company's line of smart watches. Its services include Advertising, AppleCare, Cloud Services, Digital Content and Payment Services. Its customers are primarily in the consumer, small and mid-sized business, education, enterprise and government markets.", "Industry": "Computer Hardware", "Sector": "Technology", "MarketCap": "2755.7B", "SharesOutstanding": "16.3B", "InstitutionalOwnership": "59.50%", "Executives": [{"Name": "Dr. Arthur D. Levinson", "Position": "Non Executive Chairman"}, {"Name": "Timothy D. Cook", "Position": "Chief Executive Officer"}, {"Name": "Jeffrey E. Williams", "Position": "Chief Operating Officer"}, {"Name": "Luca Maestri", "Position": "Senior Vice President & Chief Financial Officer"}, {"Name": "Katherine L. Adams", "Position": "Senior Vice President, Secretary & General Counsel"}]}
{"$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"}, "Description": {"type": "string"}, "DescriptionLong": {"type": "string"}, "Industry": {"type": "string"}, "Sector": {"type": "string"}, "MarketCap": {"type": "string"}, "SharesOutstanding": {"type": "string"}, "InstitutionalOwnership": {"type": "string"}, "Executives": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Position": {"type": "string"}}, "required": ["Name", "Position"]}}}, "required": ["Address1", "Address2", "City", "Description", "DescriptionLong", "Executives", "Industry", "InstitutionalOwnership", "MarketCap", "Phone", "Sector", "SharesOutstanding", "State", "Symbol", "Url", "Zip"]}
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": "security", "name": "Tesla Exploration Ltd", "issueId": 5358291, "issuerId": 26892, "exchangeName": "OTCPK", "subType": "STOCK", "symbol": "TXLZF", "countryCode": "US"}, {"__typename": "security", "name": "Tesla Inc", "issueId": 55881204, "issuerId": 74213, "exchangeName": "XETRA", "subType": "STOCK", "symbol": "TL0-DE", "countryCode": "DE"}, {"__typename": "security", "name": "Tesla Inc", "issueId": 435085940, "issuerId": 74213, "exchangeName": "Milan Stock Exchange", "subType": "STOCK", "symbol": "TSLA-IT", "countryCode": "IT"}, {"__typename": "security", "name": "Tesla Inc", "issueId": 691097140, "issuerId": 74213, "exchangeName": "Frankfurt Stock Exchange", "subType": "STOCK", "symbol": "TL01-FF", "countryCode": "DE"}, {"__typename": "security", "name": "Tesla Inc", "issueId": 25076106, "issuerId": 74213, "exchangeName": "Frankfurt Stock Exchange", "subType": "STOCK", "symbol": "TL0-FF", "countryCode": "DE"}, {"__typename": "security", "name": "Tesla Inc", "issueId": 446273855, "issuerId": 74213, "exchangeName": "London Stock Exchange", "subType": "STOCK", "symbol": "0R0X-GB", "countryCode": "GB"}, {"__typename": "security", "name": "TESLA INC DRN", "issueId": 99322710, "issuerId": 74213, "exchangeName": "Sao Paulo Stock Exchange", "subType": "STOCK", "symbol": "TSLA3'-BR", "countryCode": "BR"}, {"__typename": "security", "name": "Tesla Inc", "issueId": 80070841, "issuerId": 74213, "exchangeName": "Swiss Exchange", "subType": "STOCK", "symbol": "TSLA-CH", "countryCode": "CH"}, {"__typename": "security", "name": "LS 1x Tesla Tracker ETC", "issueId": 661186057, "issuerId": 186680, "exchangeName": "Euronext Paris", "subType": "ETF", "symbol": "1TSL^-FR", "countryCode": "FR"}, {"__typename": "security", "name": "LS 1x Tesla Tracker ETC", "issueId": 661131635, "issuerId": 186680, "exchangeName": "Euronext Amsterdam", "subType": "ETF", "symbol": "TSLA^-NL", "countryCode": "NL"}, {"__typename": "security", "name": "LS 1x Tesla Tracker ETC", "issueId": 661329214, "issuerId": 186680, "exchangeName": "London Stock Exchange", "subType": "ETF", "symbol": "TSL1-GB", "countryCode": "GB"}, {"__typename": "security", "name": "LS 1x Tesla Tracker ETC", "issueId": 661352110, "issuerId": 186680, "exchangeName": "London Stock Exchange", "subType": "ETF", "symbol": "1TSL-GB", "countryCode": "GB"}, {"__typename": "security", "name": "LS 1x Tesla Tracker ETC", "issueId": 661368258, "issuerId": 186680, "exchangeName": "London Stock Exchange", "subType": "ETF", "symbol": "TSLA-GB", "countryCode": "GB"}, {"__typename": "security", "name": "GraniteShares 3x Short Tesla Daily ETP", "issueId": 674199093, "issuerId": 179914, "exchangeName": "Euronext Paris", "subType": "ETN", "symbol": "3STS-FR", "countryCode": "FR"}, {"__typename": "security", "name": "GraniteShares 3x Long Tesla Daily ETP", "issueId": 674204685, "issuerId": 180501, "exchangeName": "Euronext Paris", "subType": "ETN", "symbol": "3LTS-FR", "countryCode": "FR"}, {"__typename": "security", "name": "GraniteShares 3x Long Tesla Daily ETP", "issueId": 691681415, "issuerId": 180501, "exchangeName": "Milan Stock Exchange", "subType": "ETN", "symbol": "3LTS-IT", "countryCode": "IT"}, {"__typename": "security", "name": "GraniteShares 3x Short Tesla Daily ETP", "issueId": 691703714, "issuerId": 179914, "exchangeName": "Milan Stock Exchange", "subType": "ETN", "symbol": "3STS-IT", "countryCode": "IT"}, {"__typename": "security", "name": "GraniteShares 3x Long Tesla Daily ETP", "issueId": 606867092, "issuerId": 180501, "exchangeName": "London Stock Exchange", "subType": "ETN", "symbol": "3LTS-GB", "countryCode": "GB"}, {"__typename": "security", "name": "GraniteShares 3x Short Tesla Daily ETP", "issueId": 606859361, "issuerId": 179914, "exchangeName": "London Stock Exchange", "subType": "ETN", "symbol": "3STS-GB", "countryCode": "GB"}], "totalResults": null}]}}, "extensions": {"tracing": {"version": 1, "startTime": "2022-02-18T06:58:10.513Z", "endTime": "2022-02-18T06:58:10.707Z", "duration": 193466769, "execution": {"resolvers": [{"path": ["symbolEntries"], "parentType": "Query", "fieldName": "search", "returnType": "searchType", "startOffset": 675851, "duration": 192369026}, {"path": ["symbolEntries", "tags"], "parentType": "searchType", "fieldName": "tags", "returnType": "[searchTags]", "startOffset": 193072251, "duration": 8464}, {"path": ["symbolEntries", "tags", 0, "group"], "parentType": "searchTags", "fieldName": "group", "returnType": "String", "startOffset": 193089669, "duration": 4290}, {"path": ["symbolEntries", "tags", 0, "results"], "parentType": "searchTags", "fieldName": "results", "returnType": "[assetInterface]", "startOffset": 193095607, "duration": 2938}, {"path": ["symbolEntries", "tags", 0, "results", 0, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193121179, "duration": 1075}, {"path": ["symbolEntries", "tags", 0, "results", 0, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193124021, "duration": 573}, {"path": ["symbolEntries", "tags", 0, "results", 0, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193129984, "duration": 657}, {"path": ["symbolEntries", "tags", 0, "results", 0, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193132512, "duration": 613}, {"path": ["symbolEntries", "tags", 0, "results", 0, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193134421, "duration": 573}, {"path": ["symbolEntries", "tags", 0, "results", 0, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193136517, "duration": 799}, {"path": ["symbolEntries", "tags", 0, "results", 0, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193138860, "duration": 503}, {"path": ["symbolEntries", "tags", 0, "results", 1, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193149748, "duration": 732}, {"path": ["symbolEntries", "tags", 0, "results", 1, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193151217, "duration": 440}, {"path": ["symbolEntries", "tags", 0, "results", 1, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193152480, "duration": 520}, {"path": ["symbolEntries", "tags", 0, "results", 1, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193154371, "duration": 482}, {"path": ["symbolEntries", "tags", 0, "results", 1, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193155867, "duration": 468}, {"path": ["symbolEntries", "tags", 0, "results", 1, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193157428, "duration": 479}, {"path": ["symbolEntries", "tags", 0, "results", 1, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193158606, "duration": 648}, {"path": ["symbolEntries", "tags", 0, "results", 2, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193166636, "duration": 520}, {"path": ["symbolEntries", "tags", 0, "results", 2, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193167790, "duration": 503}, {"path": ["symbolEntries", "tags", 0, "results", 2, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193169265, "duration": 508}, {"path": ["symbolEntries", "tags", 0, "results", 2, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193170620, "duration": 587}, {"path": ["symbolEntries", "tags", 0, "results", 2, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193171867, "duration": 540}, {"path": ["symbolEntries", "tags", 0, "results", 2, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193173333, "duration": 444}, {"path": ["symbolEntries", "tags", 0, "results", 2, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193174379, "duration": 531}, {"path": ["symbolEntries", "tags", 0, "results", 3, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193181549, "duration": 553}, {"path": ["symbolEntries", "tags", 0, "results", 3, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193183865, "duration": 515}, {"path": ["symbolEntries", "tags", 0, "results", 3, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193185362, "duration": 502}, {"path": ["symbolEntries", "tags", 0, "results", 3, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193186727, "duration": 466}, {"path": ["symbolEntries", "tags", 0, "results", 3, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193188130, "duration": 523}, {"path": ["symbolEntries", "tags", 0, "results", 3, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193189505, "duration": 488}, {"path": ["symbolEntries", "tags", 0, "results", 3, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193190708, "duration": 492}, {"path": ["symbolEntries", "tags", 0, "results", 4, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193197337, "duration": 534}, {"path": ["symbolEntries", "tags", 0, "results", 4, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193198557, "duration": 436}, {"path": ["symbolEntries", "tags", 0, "results", 4, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193199711, "duration": 454}, {"path": ["symbolEntries", "tags", 0, "results", 4, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193200933, "duration": 854}, {"path": ["symbolEntries", "tags", 0, "results", 4, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193202482, "duration": 507}, {"path": ["symbolEntries", "tags", 0, "results", 4, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193203823, "duration": 524}, {"path": ["symbolEntries", "tags", 0, "results", 4, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193204966, "duration": 444}, {"path": ["symbolEntries", "tags", 0, "results", 5, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193211388, "duration": 539}, {"path": ["symbolEntries", "tags", 0, "results", 5, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193212595, "duration": 498}, {"path": ["symbolEntries", "tags", 0, "results", 5, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193213841, "duration": 499}, {"path": ["symbolEntries", "tags", 0, "results", 5, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193215221, "duration": 472}, {"path": ["symbolEntries", "tags", 0, "results", 5, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193216372, "duration": 570}, {"path": ["symbolEntries", "tags", 0, "results", 5, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193218752, "duration": 475}, {"path": ["symbolEntries", "tags", 0, "results", 5, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193219936, "duration": 463}, {"path": ["symbolEntries", "tags", 0, "results", 6, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193226681, "duration": 599}, {"path": ["symbolEntries", "tags", 0, "results", 6, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193227931, "duration": 494}, {"path": ["symbolEntries", "tags", 0, "results", 6, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193229188, "duration": 563}, {"path": ["symbolEntries", "tags", 0, "results", 6, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193230569, "duration": 473}, {"path": ["symbolEntries", "tags", 0, "results", 6, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193231723, "duration": 508}, {"path": ["symbolEntries", "tags", 0, "results", 6, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193233073, "duration": 500}, {"path": ["symbolEntries", "tags", 0, "results", 6, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193234213, "duration": 494}, {"path": ["symbolEntries", "tags", 0, "results", 7, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193240347, "duration": 548}, {"path": ["symbolEntries", "tags", 0, "results", 7, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193241546, "duration": 494}, {"path": ["symbolEntries", "tags", 0, "results", 7, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193242885, "duration": 500}, {"path": ["symbolEntries", "tags", 0, "results", 7, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193244185, "duration": 483}, {"path": ["symbolEntries", "tags", 0, "results", 7, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193245401, "duration": 494}, {"path": ["symbolEntries", "tags", 0, "results", 7, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193246736, "duration": 502}, {"path": ["symbolEntries", "tags", 0, "results", 7, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193247893, "duration": 553}, {"path": ["symbolEntries", "tags", 0, "results", 8, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193254012, "duration": 563}, {"path": ["symbolEntries", "tags", 0, "results", 8, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193255226, "duration": 610}, {"path": ["symbolEntries", "tags", 0, "results", 8, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193256593, "duration": 499}, {"path": ["symbolEntries", "tags", 0, "results", 8, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193257884, "duration": 473}, {"path": ["symbolEntries", "tags", 0, "results", 8, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193259105, "duration": 492}, {"path": ["symbolEntries", "tags", 0, "results", 8, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193260465, "duration": 504}, {"path": ["symbolEntries", "tags", 0, "results", 8, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193261622, "duration": 492}, {"path": ["symbolEntries", "tags", 0, "results", 9, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193267704, "duration": 561}, {"path": ["symbolEntries", "tags", 0, "results", 9, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193268989, "duration": 491}, {"path": ["symbolEntries", "tags", 0, "results", 9, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193270239, "duration": 498}, {"path": ["symbolEntries", "tags", 0, "results", 9, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193271542, "duration": 553}, {"path": ["symbolEntries", "tags", 0, "results", 9, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193272771, "duration": 483}, {"path": ["symbolEntries", "tags", 0, "results", 9, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193274115, "duration": 522}, {"path": ["symbolEntries", "tags", 0, "results", 9, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193275277, "duration": 488}, {"path": ["symbolEntries", "tags", 0, "results", 10, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193282347, "duration": 540}, {"path": ["symbolEntries", "tags", 0, "results", 10, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193283543, "duration": 492}, {"path": ["symbolEntries", "tags", 0, "results", 10, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193284789, "duration": 495}, {"path": ["symbolEntries", "tags", 0, "results", 10, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193286307, "duration": 463}, {"path": ["symbolEntries", "tags", 0, "results", 10, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193287444, "duration": 491}, {"path": ["symbolEntries", "tags", 0, "results", 10, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193288864, "duration": 496}, {"path": ["symbolEntries", "tags", 0, "results", 10, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193290001, "duration": 488}, {"path": ["symbolEntries", "tags", 0, "results", 11, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193296575, "duration": 540}, {"path": ["symbolEntries", "tags", 0, "results", 11, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193297787, "duration": 653}, {"path": ["symbolEntries", "tags", 0, "results", 11, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193299305, "duration": 458}, {"path": ["symbolEntries", "tags", 0, "results", 11, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193300550, "duration": 673}, {"path": ["symbolEntries", "tags", 0, "results", 11, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193301904, "duration": 600}, {"path": ["symbolEntries", "tags", 0, "results", 11, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193303360, "duration": 496}, {"path": ["symbolEntries", "tags", 0, "results", 11, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193304500, "duration": 501}, {"path": ["symbolEntries", "tags", 0, "results", 12, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193310512, "duration": 521}, {"path": ["symbolEntries", "tags", 0, "results", 12, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193311685, "duration": 495}, {"path": ["symbolEntries", "tags", 0, "results", 12, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193312956, "duration": 493}, {"path": ["symbolEntries", "tags", 0, "results", 12, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193314247, "duration": 468}, {"path": ["symbolEntries", "tags", 0, "results", 12, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193315415, "duration": 490}, {"path": ["symbolEntries", "tags", 0, "results", 12, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193316744, "duration": 471}, {"path": ["symbolEntries", "tags", 0, "results", 12, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193317909, "duration": 492}, {"path": ["symbolEntries", "tags", 0, "results", 13, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193323973, "duration": 554}, {"path": ["symbolEntries", "tags", 0, "results", 13, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193325177, "duration": 552}, {"path": ["symbolEntries", "tags", 0, "results", 13, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193326495, "duration": 494}, {"path": ["symbolEntries", "tags", 0, "results", 13, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193327777, "duration": 473}, {"path": ["symbolEntries", "tags", 0, "results", 13, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193328921, "duration": 491}, {"path": ["symbolEntries", "tags", 0, "results", 13, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193330265, "duration": 456}, {"path": ["symbolEntries", "tags", 0, "results", 13, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193331421, "duration": 499}, {"path": ["symbolEntries", "tags", 0, "results", 14, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193338242, "duration": 570}, {"path": ["symbolEntries", "tags", 0, "results", 14, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193339550, "duration": 573}, {"path": ["symbolEntries", "tags", 0, "results", 14, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193340893, "duration": 491}, {"path": ["symbolEntries", "tags", 0, "results", 14, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193342173, "duration": 467}, {"path": ["symbolEntries", "tags", 0, "results", 14, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193343301, "duration": 491}, {"path": ["symbolEntries", "tags", 0, "results", 14, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193344654, "duration": 526}, {"path": ["symbolEntries", "tags", 0, "results", 14, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193345840, "duration": 488}, {"path": ["symbolEntries", "tags", 0, "results", 15, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193366231, "duration": 695}, {"path": ["symbolEntries", "tags", 0, "results", 15, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193367678, "duration": 505}, {"path": ["symbolEntries", "tags", 0, "results", 15, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193368970, "duration": 496}, {"path": ["symbolEntries", "tags", 0, "results", 15, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193370486, "duration": 452}, {"path": ["symbolEntries", "tags", 0, "results", 15, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193371583, "duration": 430}, {"path": ["symbolEntries", "tags", 0, "results", 15, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193372900, "duration": 899}, {"path": ["symbolEntries", "tags", 0, "results", 15, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193374410, "duration": 444}, {"path": ["symbolEntries", "tags", 0, "results", 16, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193381374, "duration": 685}, {"path": ["symbolEntries", "tags", 0, "results", 16, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193382705, "duration": 553}, {"path": ["symbolEntries", "tags", 0, "results", 16, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193384010, "duration": 502}, {"path": ["symbolEntries", "tags", 0, "results", 16, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193385461, "duration": 469}, {"path": ["symbolEntries", "tags", 0, "results", 16, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193386618, "duration": 492}, {"path": ["symbolEntries", "tags", 0, "results", 16, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193388138, "duration": 473}, {"path": ["symbolEntries", "tags", 0, "results", 16, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193389294, "duration": 491}, {"path": ["symbolEntries", "tags", 0, "results", 17, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193397055, "duration": 565}, {"path": ["symbolEntries", "tags", 0, "results", 17, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193398290, "duration": 512}, {"path": ["symbolEntries", "tags", 0, "results", 17, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193399606, "duration": 575}, {"path": ["symbolEntries", "tags", 0, "results", 17, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193400972, "duration": 470}, {"path": ["symbolEntries", "tags", 0, "results", 17, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193402126, "duration": 584}, {"path": ["symbolEntries", "tags", 0, "results", 17, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193403605, "duration": 459}, {"path": ["symbolEntries", "tags", 0, "results", 17, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193404717, "duration": 560}, {"path": ["symbolEntries", "tags", 0, "results", 18, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193412634, "duration": 616}, {"path": ["symbolEntries", "tags", 0, "results", 18, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193413945, "duration": 711}, {"path": ["symbolEntries", "tags", 0, "results", 18, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193415420, "duration": 493}, {"path": ["symbolEntries", "tags", 0, "results", 18, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193416701, "duration": 463}, {"path": ["symbolEntries", "tags", 0, "results", 18, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193417836, "duration": 489}, {"path": ["symbolEntries", "tags", 0, "results", 18, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193419191, "duration": 483}, {"path": ["symbolEntries", "tags", 0, "results", 18, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193420416, "duration": 498}, {"path": ["symbolEntries", "tags", 0, "results", 19, "name"], "parentType": "security", "fieldName": "name", "returnType": "String", "startOffset": 193426574, "duration": 564}, {"path": ["symbolEntries", "tags", 0, "results", 19, "issueId"], "parentType": "security", "fieldName": "issueId", "returnType": "Int", "startOffset": 193427803, "duration": 491}, {"path": ["symbolEntries", "tags", 0, "results", 19, "issuerId"], "parentType": "security", "fieldName": "issuerId", "returnType": "Int", "startOffset": 193429071, "duration": 500}, {"path": ["symbolEntries", "tags", 0, "results", 19, "exchangeName"], "parentType": "security", "fieldName": "exchangeName", "returnType": "String", "startOffset": 193430363, "duration": 792}, {"path": ["symbolEntries", "tags", 0, "results", 19, "subType"], "parentType": "security", "fieldName": "subType", "returnType": "String", "startOffset": 193431935, "duration": 530}, {"path": ["symbolEntries", "tags", 0, "results", 19, "symbol"], "parentType": "security", "fieldName": "symbol", "returnType": "String", "startOffset": 193433257, "duration": 466}, {"path": ["symbolEntries", "tags", 0, "results", 19, "countryCode"], "parentType": "security", "fieldName": "countryCode", "returnType": "String", "startOffset": 193434335, "duration": 440}, {"path": ["symbolEntries", "tags", 0, "totalResults"], "parentType": "searchTags", "fieldName": "totalResults", "returnType": "Int", "startOffset": 193436690, "duration": 2008}]}}}}
{"$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": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "name": {"type": "string"}, "issueId": {"type": "integer"}, "issuerId": {"type": "integer"}, "exchangeName": {"type": "string"}, "subType": {"type": "string"}, "symbol": {"type": "string"}, "countryCode": {"type": "string"}}, "required": ["__typename", "countryCode", "exchangeName", "issueId", "issuerId", "name", "subType", "symbol"]}}, "totalResults": {"type": "null"}}, "required": ["__typename", "group", "results", "totalResults"]}}}, "required": ["__typename", "tags"]}}, "required": ["symbolEntries"]}, "extensions": {"type": "object", "properties": {"tracing": {"type": "object", "properties": {"version": {"type": "integer"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "duration": {"type": "integer"}, "execution": {"type": "object", "properties": {"resolvers": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "array", "items": {"type": ["integer", "string"]}}, "parentType": {"type": "string"}, "fieldName": {"type": "string"}, "returnType": {"type": "string"}, "startOffset": {"type": "integer"}, "duration": {"type": "integer"}}, "required": ["duration", "fieldName", "parentType", "path", "returnType", "startOffset"]}}}, "required": ["resolvers"]}}, "required": ["duration", "endTime", "execution", "startTime", "version"]}}, "required": ["tracing"]}}, "required": ["data", "extensions"]}
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", "panelId": 10000527}, {"start": "2:00", "panelId": 10000528}, {"start": "5:30", "panelId": 17689937}, {"start": "9:30", "panelId": 100003242}, {"start": "20:00", "panelId": 10000527}]}, {"day": 3, "timeframes": [{"start": "0:00", "panelId": 10000527}, {"start": "2:00", "panelId": 10000528}, {"start": "5:30", "panelId": 17689937}, {"start": "9:30", "panelId": 100003242}, {"start": "20:00", "panelId": 10000527}]}, {"day": 4, "timeframes": [{"start": "0:00", "panelId": 10000527}, {"start": "2:00", "panelId": 10000528}, {"start": "5:30", "panelId": 17689937}, {"start": "9:30", "panelId": 100003242}, {"start": "20:00", "panelId": 10000527}]}, {"day": 5, "timeframes": [{"start": "0:00", "panelId": 10000527}, {"start": "2:00", "panelId": 10000528}, {"start": "5:30", "panelId": 17689937}, {"start": "9:30", "panelId": 100003242}, {"start": "20:00", "panelId": 10000527}]}, {"day": 6, "timeframes": [{"start": "0:00", "panelId": 10000527}, {"start": "2:00", "panelId": 10000528}, {"start": "5:30", "panelId": 17689937}, {"start": "9:30", "panelId": 100003242}]}, {"day": 7, "timeframes": [{"start": "0:00", "panelId": 100003242}]}], "cmsId": "100769431", "refreshDelay": 300}}, "international": {"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", "panelId": 10000527}, {"start": "2:00", "panelId": 10000528}, {"start": "5:30", "panelId": 17689937}, {"start": "9:30", "panelId": 100003242}, {"start": "20:00", "panelId": 10000527}]}, {"day": 3, "timeframes": [{"start": "0:00", "panelId": 10000527}, {"start": "2:00", "panelId": 10000528}, {"start": "5:30", "panelId": 17689937}, {"start": "9:30", "panelId": 100003242}, {"start": "20:00", "panelId": 10000527}]}, {"day": 4, "timeframes": [{"start": "0:00", "panelId": 10000527}, {"start": "2:00", "panelId": 10000528}, {"start": "5:30", "panelId": 17689937}, {"start": "9:30", "panelId": 100003242}, {"start": "20:00", "panelId": 10000527}]}, {"day": 5, "timeframes": [{"start": "0:00", "panelId": 10000527}, {"start": "2:00", "panelId": 10000528}, {"start": "5:30", "panelId": 17689937}, {"start": "9:30", "panelId": 100003242}, {"start": "20:00", "panelId": 10000527}]}, {"day": 6, "timeframes": [{"start": "0:00", "panelId": 10000527}, {"start": "2:00", "panelId": 10000528}, {"start": "5:30", "panelId": 17689937}, {"start": "9:30", "panelId": 100003242}]}, {"day": 7, "timeframes": [{"start": "0:00", "panelId": 100003242}]}], "cmsId": "100000014", "refreshDelay": 300}}}, "newsSections": {"domestic": {"defaultVariant": {"sections": [{"default": true, "position": 0, "sectionData": {"parameters": {"franchiseId": "DomesticSummaryCarousel"}, "source": "ConfigSections"}, "sectionID": "us_summary_carousel", "sectionLayout": "SummaryCarousel", "condensedLayoutEligible": false, "sectionName": "Home"}, {"default": true, "position": 1, "sectionData": {"parameters": {"franchiseId": "105230142"}, "source": "CAPI"}, "sectionID": "us_top_news", "sectionLayout": "standard", "sectionName": "Top News", "condensedLayoutEligible": true, "webPageURL": "http://www.cnbc.com/apps/topnews"}, {"default": true, "position": 2, "sectionData": {"parameters": {"franchiseId": "", "startPeriod": "5m", "tag": "Articles", "sortBy": "views"}, "source": "Parsley"}, "sectionID": "us_trending_now", "sectionLayout": "trending", "condensedLayoutEligible": true, "sectionName": "Trending Now", "sectionSubtitle": "Trending news and video", "webPageURL": "http://www.cnbc.com/apps/trendingnow"}, {"default": true, "position": 3, "sectionData": {"parameters": {"franchiseId": "WatchlistNews"}, "source": "WatchlistNews"}, "sectionID": "us_watchlist_news", "sectionLayout": "watchlist_news", "condensedLayoutEligible": true, "sectionName": "Watchlist News", "sectionSubtitle": "News from the stocks in your watchlists.", "webPageURL": "http://www.cnbc.com/apps/watchlistnews"}, {"default": true, "position": 4, "sectionData": {"parameters": {"franchiseId": "15839263"}, "source": "CAPI"}, "sectionID": "us_top_videos", "sectionLayout": "standard", "condensedLayoutEligible": false, "sectionName": "Top Videos", "webPageURL": "https://www.cnbc.com/top-video"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "106168074"}, "source": "CAPI"}, "sectionID": "us_latest_news", "sectionLayout": "standard", "sectionName": "Latest News", "condensedLayoutEligible": true, "webPageURL": "http://www.cnbc.com/apps/usnews"}, {"default": true, "position": 5, "sectionData": {"parameters": {"franchiseId": "103395579"}, "source": "CAPI"}, "sectionID": "us_makeit", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Make It", "webPageURL": "https://www.cnbc.com/make-it/"}, {"default": true, "position": 6, "sectionData": {"parameters": {"franchiseId": "15839069"}, "source": "CAPI"}, "sectionID": "us_investing", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Investing", "webPageURL": "https://www.cnbc.com/investing/"}, {"default": true, "position": 7, "sectionData": {"parameters": {"franchiseId": "102"}, "source": "CAPI"}, "sectionID": "us_markets", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Markets", "webPageURL": "http://www.cnbc.com/marketsnews"}, {"default": true, "position": 8, "sectionData": {"parameters": {"franchiseId": "10000113"}, "source": "CAPI"}, "sectionID": "us_politics", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Politics", "webPageURL": "https://www.cnbc.com/politics/"}, {"default": true, "position": 9, "sectionData": {"parameters": {"franchiseId": "19854910"}, "source": "CAPI"}, "sectionID": "us_tech", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Technology", "webPageURL": "https://www.cnbc.com/technology/"}, {"default": true, "position": 10, "sectionData": {"parameters": {"franchiseId": "10001147"}, "source": "CAPI"}, "sectionID": "us_businessnews", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Business News", "webPageURL": "https://www.cnbc.com/business/"}, {"default": true, "position": 11, "sectionData": {"parameters": {"franchiseId": "105806347"}, "source": "CAPI"}, "sectionID": "us_select", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Select", "webPageURL": "http://www.cnbc.com/select"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "20910258"}, "source": "CAPI"}, "sectionID": "us_economy", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Economy", "webPageURL": "https://www.cnbc.com/economy/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "19836768"}, "source": "CAPI"}, "sectionID": "us_energy", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Energy", "webPageURL": "https://www.cnbc.com/energy/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "10000664"}, "source": "CAPI"}, "sectionID": "us_finance", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Finance", "webPageURL": "https://www.cnbc.com/finance/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "10001150"}, "source": "CAPI"}, "sectionID": "us_life", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Life", "webPageURL": "https://www.cnbc.com/life/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "10000115"}, "source": "CAPI"}, "sectionID": "us_realestate", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Real Estate", "webPageURL": "https://www.cnbc.com/real-estate/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "10000116"}, "source": "CAPI"}, "sectionID": "us_retail", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Retail", "webPageURL": "https://www.cnbc.com/retail/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "10000108"}, "source": "CAPI"}, "sectionID": "us_health_and_science", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Health & Science", "webPageURL": "https://www.cnbc.com/health-and-science/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "10000142"}, "source": "CAPI"}, "sectionID": "us_transportation", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Transportation", "webPageURL": "https://www.cnbc.com/transportation/"}, {"default": true, "position": 12, "sectionData": {"parameters": {"franchiseId": "DomesticSpecialReports", "searchSubtype": "specialReport"}, "source": "Search"}, "sectionID": "us_specialreports", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Special Reports", "webPageURL": "https://www.cnbc.com/special-reports/"}]}}, "international": {"defaultVariant": {"sections": [{"default": true, "position": 0, "sectionData": {"parameters": {"franchiseId": "InternationalSummaryCarousel"}, "source": "ConfigSections"}, "sectionID": "international_summary_carousel", "sectionLayout": "SummaryCarousel", "condensedLayoutEligible": false, "sectionName": "Home"}, {"default": true, "position": 1, "sectionData": {"parameters": {"franchiseId": "105230142"}, "source": "CAPI"}, "sectionID": "international_top_news", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Top News", "webPageURL": "http://www.cnbc.com/apps/topnews"}, {"default": true, "position": 2, "sectionData": {"parameters": {"franchiseId": "", "startPeriod": "5m", "tag": "Articles", "sortBy": "views"}, "source": "Parsley"}, "sectionID": "international_trending_now", "sectionLayout": "trending", "condensedLayoutEligible": true, "sectionName": "Trending Now", "sectionSubtitle": "Trending news and video", "webPageURL": "http://www.cnbc.com/apps/trendingnow"}, {"default": true, "position": 3, "sectionData": {"parameters": {"franchiseId": "WatchlistNews"}, "source": "WatchlistNews"}, "sectionID": "international_watchlist_news", "sectionLayout": "watchlist_news", "condensedLayoutEligible": true, "sectionName": "Watchlist News", "sectionSubtitle": "News from the stocks in your watchlists.", "webPageURL": "http://www.cnbc.com/apps/watchlistnews"}, {"default": true, "position": 4, "sectionData": {"parameters": {"franchiseId": "15839263"}, "source": "CAPI"}, "sectionID": "international_top_videos", "sectionLayout": "standard", "condensedLayoutEligible": false, "sectionName": "Top Videos", "webPageURL": "https://www.cnbc.com/top-video"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "106168074"}, "source": "CAPI"}, "sectionID": "us_latest_news", "sectionLayout": "standard", "sectionName": "Latest News", "condensedLayoutEligible": true, "webPageURL": "http://www.cnbc.com/apps/usnews"}, {"default": true, "position": 5, "sectionData": {"parameters": {"franchiseId": "10000527"}, "source": "CAPI"}, "sectionID": "international_asiamarkets", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Asia Markets", "webPageURL": "https://www.cnbc.com/asia-markets/"}, {"default": true, "position": 6, "sectionData": {"parameters": {"franchiseId": "10000528"}, "source": "CAPI"}, "sectionID": "international_europemarkets", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Europe Markets", "webPageURL": "https://www.cnbc.com/europe-markets/"}, {"default": true, "position": 7, "sectionData": {"parameters": {"franchiseId": "100003242"}, "source": "CAPI"}, "sectionID": "international_usmarkets", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "US Markets", "webPageURL": "https://www.cnbc.com/markets/"}, {"default": true, "position": 8, "sectionData": {"parameters": {"franchiseId": "19854910"}, "source": "CAPI"}, "sectionID": "international_technology", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Technology", "webPageURL": "https://www.cnbc.com/technology/"}, {"default": true, "position": 9, "sectionData": {"parameters": {"franchiseId": "105229295"}, "source": "CAPI"}, "sectionID": "international_asiapolitics", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Asia Politics", "webPageURL": "https://www.cnbc.com/asia-politics/"}, {"default": true, "position": 10, "sectionData": {"parameters": {"franchiseId": "105229267"}, "source": "CAPI"}, "sectionID": "international_europepolitics", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Europe Politics", "webPageURL": "https://www.cnbc.com/europe-politics/"}, {"default": true, "position": 11, "sectionData": {"parameters": {"franchiseId": "103395579"}, "source": "CAPI"}, "sectionID": "us_makeit", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Make It", "webPageURL": "https://www.cnbc.com/make-it/"}, {"default": true, "position": 12, "sectionData": {"parameters": {"franchiseId": "105806347"}, "source": "CAPI"}, "sectionID": "us_select", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Select", "webPageURL": "http://www.cnbc.com/select"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "105229305"}, "source": "CAPI"}, "sectionID": "international_worldpolitics", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "World Politics", "webPageURL": "https://www.cnbc.com/world-politics/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "19836768"}, "source": "CAPI"}, "sectionID": "international_energy", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Energy", "webPageURL": "https://www.cnbc.com/energy/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "10000008"}, "source": "CAPI"}, "sectionID": "international_asiaeconomy", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Asia Economy", "webPageURL": "https://www.cnbc.com/asia-economy/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "10000044"}, "source": "CAPI"}, "sectionID": "international_europeeconomy", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Europe Economy", "webPageURL": "https://www.cnbc.com/europe-economy/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "19832390"}, "source": "CAPI"}, "sectionID": "international_asianews", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Asia News", "webPageURL": "https://www.cnbc.com/asia-news/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "19794221"}, "source": "CAPI"}, "sectionID": "international_europenews", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Europe News", "webPageURL": "https://www.cnbc.com/europe-news/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "15839069"}, "source": "CAPI"}, "sectionID": "international_investing", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Investing", "webPageURL": "https://www.cnbc.com/investing/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "105200300"}, "source": "CAPI"}, "sectionID": "international_chinamarkets", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "China Markets", "webPageURL": "https://www.cnbc.com/china-markets/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "105229289"}, "source": "CAPI"}, "sectionID": "international_chinapolitics", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "China Politics", "webPageURL": "https://www.cnbc.com/china-politics/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "105228996"}, "source": "CAPI"}, "sectionID": "international_chinaeconomy", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "China Economy", "webPageURL": "https://www.cnbc.com/china-economy/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "10000797"}, "source": "CAPI"}, "sectionID": "international_trade", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Trade", "webPageURL": "https://www.cnbc.com/trade/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "10000664"}, "source": "CAPI"}, "sectionID": "international_finance", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Finance", "webPageURL": "https://www.cnbc.com/finance/"}, {"default": false, "position": -1, "sectionData": {"parameters": {"franchiseId": "104924378"}, "source": "CAPI"}, "sectionID": "international_cryptocurrency", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Cryptocurrency", "webPageURL": "https://www.cnbc.com/cryptocurrency/"}, {"default": true, "position": 13, "sectionData": {"parameters": {"franchiseId": "InternationalSpecialReports", "searchSubtype": "specialReport"}, "source": "Search"}, "sectionID": "international_specialreports", "sectionLayout": "standard", "condensedLayoutEligible": true, "sectionName": "Special Reports", "webPageURL": "https://www.cnbc.com/special-reports/"}]}}}}, "configuration": {"partnerConfiguration": {"graphqlPartnerId": "and01"}, "cacheRules": {"news": {"expiration": 1800}, "marketsPanel": {"expiration": 1800}, "moreVideosFeed": {"expiration": 300}, "remoteConfig": {"expiration": 1200}}, "newsConfiguration": {"defaultVariant": {"displayAds": {"initialAdIndex": 2, "sectionAdFrequency": 4, "seeAllFrequencyPhone": 12, "seeAllFrequencyTablet": 14}, "defaults": {"count": 30}, "sectionLayouts": {"standard": {"regular": ["lede", "single", "single", "card", "single", "single", "card", "single", "single", "card", "single", "single"]}, "watchlist_news": {"regular": ["single", "single", "single", "single", "single", "single"]}, "trending": {"regular": ["trending_item", "trending_item", "trending_item", "trending_item", "trending_item", "trending_item"]}}, "networking": {"graphQlRequestCount": 30, "graphQlRequestTimeout": 25, "moreVideosFeedRequestTimeout": 25}}}, "featureFlags": {"videoPlayerWithPlayLists": {"enabled": false, "associatedValue": null}, "chartIQFlag": {"enabled": false, "associatedValue": null}}}}
{"$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": "object", "properties": {"schedule": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "integer"}, "timeframes": {"type": "array", "items": {"type": "object", "properties": {"start": {"type": "string"}, "panelId": {"type": "integer"}}, "required": ["panelId", "start"]}}}, "required": ["day", "timeframes"]}}, "cmsId": {"type": "string"}, "refreshDelay": {"type": "integer"}}, "required": ["cmsId", "refreshDelay", "schedule"]}}, "required": ["defaultVariant"]}, "international": {"type": "object", "properties": {"defaultVariant": {"type": "object", "properties": {"schedule": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "integer"}, "timeframes": {"type": "array", "items": {"type": "object", "properties": {"start": {"type": "string"}, "panelId": {"type": "integer"}}, "required": ["panelId", "start"]}}}, "required": ["day", "timeframes"]}}, "cmsId": {"type": "string"}, "refreshDelay": {"type": "integer"}}, "required": ["cmsId", "refreshDelay", "schedule"]}}, "required": ["defaultVariant"]}}, "required": ["domestic", "international"]}, "newsSections": {"type": "object", "properties": {"domestic": {"type": "object", "properties": {"defaultVariant": {"type": "object", "properties": {"sections": {"type": "array", "items": {"type": "object", "properties": {"default": {"type": "boolean"}, "position": {"type": "integer"}, "sectionData": {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"franchiseId": {"type": "string"}, "startPeriod": {"type": "string"}, "tag": {"type": "string"}, "sortBy": {"type": "string"}, "searchSubtype": {"type": "string"}}, "required": ["franchiseId"]}, "source": {"type": "string"}}, "required": ["parameters", "source"]}, "sectionID": {"type": "string"}, "sectionLayout": {"type": "string"}, "condensedLayoutEligible": {"type": "boolean"}, "sectionName": {"type": "string"}, "webPageURL": {"type": "string"}, "sectionSubtitle": {"type": "string"}}, "required": ["condensedLayoutEligible", "default", "position", "sectionData", "sectionID", "sectionLayout", "sectionName"]}}}, "required": ["sections"]}}, "required": ["defaultVariant"]}, "international": {"type": "object", "properties": {"defaultVariant": {"type": "object", "properties": {"sections": {"type": "array", "items": {"type": "object", "properties": {"default": {"type": "boolean"}, "position": {"type": "integer"}, "sectionData": {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"franchiseId": {"type": "string"}, "startPeriod": {"type": "string"}, "tag": {"type": "string"}, "sortBy": {"type": "string"}, "searchSubtype": {"type": "string"}}, "required": ["franchiseId"]}, "source": {"type": "string"}}, "required": ["parameters", "source"]}, "sectionID": {"type": "string"}, "sectionLayout": {"type": "string"}, "condensedLayoutEligible": {"type": "boolean"}, "sectionName": {"type": "string"}, "webPageURL": {"type": "string"}, "sectionSubtitle": {"type": "string"}}, "required": ["condensedLayoutEligible", "default", "position", "sectionData", "sectionID", "sectionLayout", "sectionName"]}}}, "required": ["sections"]}}, "required": ["defaultVariant"]}}, "required": ["domestic", "international"]}}, "required": ["marketPanelSources", "newsSections"]}, "configuration": {"type": "object", "properties": {"partnerConfiguration": {"type": "object", "properties": {"graphqlPartnerId": {"type": "string"}}, "required": ["graphqlPartnerId"]}, "cacheRules": {"type": "object", "properties": {"news": {"type": "object", "properties": {"expiration": {"type": "integer"}}, "required": ["expiration"]}, "marketsPanel": {"type": "object", "properties": {"expiration": {"type": "integer"}}, "required": ["expiration"]}, "moreVideosFeed": {"type": "object", "properties": {"expiration": {"type": "integer"}}, "required": ["expiration"]}, "remoteConfig": {"type": "object", "properties": {"expiration": {"type": "integer"}}, "required": ["expiration"]}}, "required": ["marketsPanel", "moreVideosFeed", "news", "remoteConfig"]}, "newsConfiguration": {"type": "object", "properties": {"defaultVariant": {"type": "object", "properties": {"displayAds": {"type": "object", "properties": {"initialAdIndex": {"type": "integer"}, "sectionAdFrequency": {"type": "integer"}, "seeAllFrequencyPhone": {"type": "integer"}, "seeAllFrequencyTablet": {"type": "integer"}}, "required": ["initialAdIndex", "sectionAdFrequency", "seeAllFrequencyPhone", "seeAllFrequencyTablet"]}, "defaults": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "sectionLayouts": {"type": "object", "properties": {"standard": {"type": "object", "properties": {"regular": {"type": "array", "items": {"type": "string"}}}, "required": ["regular"]}, "watchlist_news": {"type": "object", "properties": {"regular": {"type": "array", "items": {"type": "string"}}}, "required": ["regular"]}, "trending": {"type": "object", "properties": {"regular": {"type": "array", "items": {"type": "string"}}}, "required": ["regular"]}}, "required": ["standard", "trending", "watchlist_news"]}, "networking": {"type": "object", "properties": {"graphQlRequestCount": {"type": "integer"}, "graphQlRequestTimeout": {"type": "integer"}, "moreVideosFeedRequestTimeout": {"type": "integer"}}, "required": ["graphQlRequestCount", "graphQlRequestTimeout", "moreVideosFeedRequestTimeout"]}}, "required": ["defaults", "displayAds", "networking", "sectionLayouts"]}}, "required": ["defaultVariant"]}, "featureFlags": {"type": "object", "properties": {"videoPlayerWithPlayLists": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "associatedValue": {"type": "null"}}, "required": ["associatedValue", "enabled"]}, "chartIQFlag": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "associatedValue": {"type": "null"}}, "required": ["associatedValue", "enabled"]}}, "required": ["chartIQFlag", "videoPlayerWithPlayLists"]}}, "required": ["cacheRules", "featureFlags", "newsConfiguration", "partnerConfiguration"]}}, "required": ["appversion", "configuration", "content", "version"]}
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": "N"}, "high": "27,216.16", "low": "26,792.54", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "27,232.87", "countryCode": "JP", "altName": "NIKKEI 225 INDEX", "yrhiprice": "30,795.78", "altSymbol": ".N225", "change_pct": "-0.41%", "last": "27,122.07", "yrloprice": "26,044.52", "issue_id": "576473", "change": "-110.80", "yrhidate": "09/14/21", "last_timedate": "3:15 PM JST", "volume": "0", "realTime": "false", "name": "Nikkei 225 Index", "subType": "Index", "exchange": "Nihon Keizai Shinbun", "shortName": "NIKKEI", "currencyCode": "JPY", "open": "26,895.16", "volume_alt": "0"}, {"symbol": ".SSEC", "yrlodate": "07/28/21", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "3,487.20", "low": "3,447.03", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UP", "previous_day_closing": "3,468.04", "countryCode": "CN", "altName": "SHANGHAI SE COMPOSITE INDEX", "yrhiprice": "3,731.69", "altSymbol": ".SSEC", "change_pct": "+0.54%", "last": "3,486.81", "yrloprice": "3,312.72", "issue_id": "586621", "change": "+18.78", "yrhidate": "02/18/21", "last_timedate": "2:44 PM CTT", "volume": "269,184", "realTime": "false", "name": "Shanghai", "subType": "Index", "exchange": "Shanghai Stock Exchange", "shortName": "SHANGHAI", "currencyCode": "CNY", "open": "3,451.63", "volume_alt": "269.2K"}, {"symbol": ".SZSC", "yrlodate": "03/09/21", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "2,309.57", "low": "2,284.12", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UP", "previous_day_closing": "2,302.16", "countryCode": "CN", "altName": "SHENZHEN SE COMPOSITE INDEX", "yrhiprice": "2,571.27", "altSymbol": ".SZSC", "change_pct": "+0.32%", "last": "2,309.57", "yrloprice": "2,130.09", "issue_id": "574512", "change": "+7.41", "yrhidate": "12/13/21", "last_timedate": "2:44 PM CTT", "volume": "354,999", "realTime": "false", "name": "SHENZHEN SE COMPOSITE INDEX", "subType": "Index", "exchange": "Shenzhen Stock Exchange", "shortName": "SHENZHEN", "currencyCode": "CNY", "open": "2,287.26", "volume_alt": "355.0K"}, {"symbol": ".HSI", "yrlodate": "12/20/21", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "24,763.37", "low": "24,537.63", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "24,792.77", "countryCode": "HK", "altName": "HANG SENG INDEX", "yrhiprice": "31,183.36", "altSymbol": ".HSI", "change_pct": "-0.59%", "last": "24,646.92", "yrloprice": "22,665.25", "issue_id": "568838", "change": "-145.85", "yrhidate": "02/18/21", "last_timedate": "2:44 PM CTT", "volume": "858,273,859", "realTime": "false", "name": "Hang Seng Index", "subType": "Index", "exchange": "Hong Kong Stock Exchange", "shortName": "HSI", "currencyCode": "HKD", "open": "24,633.66", "volume_alt": "858.3M"}, {"symbol": ".AXJO", "yrlodate": "01/27/22", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "7,296.20", "low": "7,201.90", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "7,296.20", "countryCode": "AU", "altName": "ASX 200", "yrhiprice": "7,620.20", "altSymbol": ".AXJO", "change_pct": "-1.02%", "last": "7,221.70", "yrloprice": "6,758.20", "issue_id": "583954", "change": "-74.50", "yrhidate": "01/05/22", "last_timedate": "4:57 PM AET", "volume": "764,000,662", "realTime": "false", "name": "S&P/ASX 200", "subType": "Index", "exchange": "ASX", "shortName": "ASX 200", "currencyCode": "AUD", "open": "7,296.20", "volume_alt": "764.0M"}, {"symbol": ".KS11", "yrlodate": "01/28/22", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "2,747.08", "low": "2,711.88", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UP", "previous_day_closing": "2,744.09", "countryCode": "KR", "altName": "KOREA SE KOSPI IDX", "yrhiprice": "3,316.08", "altSymbol": ".KS11", "change_pct": "+0.02%", "last": "2,744.52", "yrloprice": "2,591.53", "issue_id": "599748", "change": "+0.43", "yrhidate": "06/25/21", "last_timedate": "3:30 PM JST", "volume": "506,144", "realTime": "false", "name": "KOSPI Index", "subType": "Index", "exchange": "Korea Stock Exchange", "shortName": "KOSPI", "currencyCode": "KRW", "open": "2,714.52", "volume_alt": "506.1K"}, {"symbol": ".STI", "yrlodate": "01/03/22", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "3,447.39", "low": "3,428.86", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "3,441.57", "countryCode": "SG", "altName": "FTSE STRAITS TIMES IDX", "yrhiprice": "3,466.23", "altSymbol": ".STI", "change_pct": "-0.18%", "last": "3,435.53", "yrloprice": "3,127.60", "issue_id": "9907854", "change": "-6.04", "yrhidate": "02/17/22", "last_timedate": "2:44 PM CTT", "volume": "184,726,821", "realTime": "false", "name": "Straits Times Index", "subType": "Index", "exchange": "Singapore Exchange", "shortName": "STI", "currencyCode": "SGD", "open": "3,432.86", "volume_alt": "184.7M"}, {"symbol": ".NZ50", "yrlodate": "01/31/22", "code": "0", "curmktstatus": "REG_MKT", "source": "Exchange", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "12,256.82", "low": "12,121.72", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "12,256.82", "countryCode": "NZ", "altName": "NEW ZEALAND EXCH NZSX 50 FREE IDX", "yrhiprice": "13,340.82", "altSymbol": ".NZ50", "change_pct": "-0.94%", "last": "12,141.89", "yrloprice": "11,852.15", "issue_id": "571304", "change": "-114.93", "yrhidate": "10/04/21", "last_timedate": "02/18/22 NST", "volume": "19,387,955", "realTime": "true", "name": "NEW ZEALAND EXCH NZSX 50 FREE IDX", "subType": "Index", "exchange": "New Zealand Stock Exchange", "shortName": "NZX 50", "currencyCode": "NZD", "open": "12,256.82", "volume_alt": "19.4M"}, {"symbol": ".NSEI", "yrlodate": "04/22/21", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "17,347.25", "low": "17,219.20", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UP", "previous_day_closing": "17,304.60", "countryCode": "IN", "altName": "NIFTY 50", "yrhiprice": "18,604.45", "altSymbol": ".NSEI", "change_pct": "+0.23%", "last": "17,343.75", "yrloprice": "14,151.40", "issue_id": "569360", "change": "+39.15", "yrhidate": "10/19/21", "last_timedate": "11:44 AM IST", "volume": "98,250", "realTime": "false", "name": "NIFTY 50", "subType": "Index", "exchange": "National Stock Exchange of India", "shortName": "NIFTY 50", "currencyCode": "INR", "open": "17,236.05", "volume_alt": "98.2K"}, {"symbol": ".SETI", "yrlodate": "02/22/21", "code": "0", "curmktstatus": "REG_MKT", "source": "Exchange", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "1,716.14", "low": "1,703.60", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UP", "previous_day_closing": "1,711.58", "countryCode": "TH", "altName": "THAILAND SET IDX", "yrhiprice": "1,718.55", "altSymbol": ".SETI", "change_pct": "+0.06%", "last": "1,712.66", "yrloprice": "1,476.50", "issue_id": "604017", "change": "+1.08", "yrhidate": "02/17/22", "last_timedate": "12:29 PM VST", "volume": "17,512,957", "realTime": "true", "name": "SET Composite Index", "subType": "Index", "exchange": "The Stock Exchange of Thailand", "shortName": ".SETI", "currencyCode": "THB", "open": "1,709.03", "volume_alt": "17.5M"}, {"symbol": ".JKSE", "yrlodate": "05/21/21", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "6,892.09", "low": "6,812.36", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UP", "previous_day_closing": "6,835.12", "countryCode": "ID", "altName": "JSX COMP", "yrhiprice": "6,892.09", "altSymbol": ".JKSE", "change_pct": "+0.69%", "last": "6,882.03", "yrloprice": "5,742.04", "issue_id": "581295", "change": "+46.92", "yrhidate": "02/18/22", "last_timedate": "1:49 PM VST", "volume": "16,738,055,600", "realTime": "false", "name": "Indonesia Jakarta Composite", "subType": "Index", "exchange": "Jakarta Stock Exchange", "shortName": "JSX COMP", "currencyCode": "IDR", "open": "6,837.52", "volume_alt": "16,738.1B"}, {"symbol": ".KLSE", "yrlodate": "12/15/21", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "1,607.42", "low": "1,599.80", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "1,605.02", "countryCode": "MY", "altName": "FTSE BURSA MALAYSIA KLCI IDX", "yrhiprice": "1,642.20", "altSymbol": ".KLSE", "change_pct": "-0.19%", "last": "1,601.99", "yrloprice": "1,475.37", "issue_id": "573931", "change": "-3.03", "yrhidate": "03/10/21", "last_timedate": "2:44 PM CTT", "volume": "83,958,800", "realTime": "false", "name": "FTSE Bursa Malaysia KLCI Index", "subType": "Index", "exchange": "Kuala Lumpur Stock Exchange", "shortName": "MALAYSIA", "currencyCode": "MYR", "open": "1,601.74", "volume_alt": "84.0M"}, {"symbol": ".TWII", "yrlodate": "05/17/21", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "18,262.96", "low": "18,098.52", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "18,268.57", "countryCode": "TW", "altName": "TAIWAN SE WEIGHTED INDEX", "yrhiprice": "18,619.61", "altSymbol": ".TWII", "change_pct": "-0.20%", "last": "18,232.35", "yrloprice": "15,159.86", "issue_id": "575392", "change": "-36.22", "yrhidate": "01/05/22", "last_timedate": "1:33 PM CTT", "volume": "4,870,619,000", "realTime": "false", "name": "Taiwan Weighted Index", "subType": "Index", "exchange": "Taiwan Stock Exchange", "shortName": "TAIWAN", "currencyCode": "TWD", "open": "18,250.37", "volume_alt": "4,870.6B"}, {"symbol": ".FTSE", "yrlodate": "01/24/22", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "7,607.24", "low": "7,499.86", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "7,603.78", "countryCode": "GB", "altName": "FTSE 100 IDX", "yrhiprice": "7,689.67", "altSymbol": ".FTSE", "change_pct": "-0.87%", "last": "7,537.37", "yrloprice": "7,283.38", "issue_id": "572009", "change": "-66.41", "yrhidate": "01/17/20", "last_timedate": "02/17/22 GMT", "volume": "776,929,932", "realTime": "false", "name": "FTSE 100", "subType": "Index", "exchange": "FTSE International", "shortName": "FTSE", "currencyCode": "GBP", "open": "7,603.78", "volume_alt": "776.9M"}, {"symbol": ".GDAXI", "yrlodate": "02/14/22", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "0.00", "low": "0.00", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UNCH", "previous_day_closing": "15,267.63", "countryCode": "DE", "altName": "DEUTSCHE BORSE DAX INDEX", "yrhiprice": "16,285.35", "altSymbol": ".GDAXI", "change_pct": "UNCH", "last": "15,267.63", "yrloprice": "14,844.10", "issue_id": "569857", "change": "UNCH", "yrhidate": "01/05/22", "last_timedate": "02/17/22 CET", "volume": "0", "realTime": "false", "name": "DAX", "subType": "Index", "exchange": "XETRA", "shortName": "DAX", "currencyCode": "EUR", "open": "0.00", "volume_alt": "0"}, {"symbol": ".FCHI", "yrlodate": "01/28/21", "code": "0", "curmktstatus": "REG_MKT", "source": "Exchange", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "0.00", "low": "0.00", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UNCH", "previous_day_closing": "6,946.82", "countryCode": "FR", "altName": "CAC 40 INDEX", "yrhiprice": "7,183.08", "altSymbol": ".FCHI", "change_pct": "UNCH", "last": "6,946.82", "yrloprice": "5,379.22", "issue_id": "585994", "change": "UNCH", "yrhidate": "11/19/21", "last_timedate": "02/17/22 CET", "volume": "0", "realTime": "true", "name": "CAC 40 Index", "subType": "Index", "exchange": "Euronext Paris", "shortName": "CAC", "currencyCode": "EUR", "open": "0.00", "volume_alt": "0"}, {"symbol": ".STOXX", "yrlodate": "01/24/22", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "0.00", "low": "0.00", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UNCH", "previous_day_closing": "464.55", "countryCode": "CH", "altName": "Europe Stoxx 600", "yrhiprice": "464.55", "altSymbol": ".STOXX", "change_pct": "UNCH", "last": "464.55", "yrloprice": "454.52", "issue_id": "602586", "change": "UNCH", "yrhidate": "02/17/22", "last_timedate": "02/17/22 GMT", "volume": "0", "realTime": "false", "name": "Europe Stoxx 600", "subType": "Index", "exchange": "STOXX", "shortName": "STOXX600", "currencyCode": "EUR", "open": "0.00", "volume_alt": "0"}, {"symbol": ".AEX", "yrlodate": "01/05/21", "code": "0", "curmktstatus": "REG_MKT", "source": "Exchange", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "0.00", "low": "0.00", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UNCH", "previous_day_closing": "751.20", "countryCode": "NL", "altName": "AMSTERDAM EXCHANGE INDEX", "yrhiprice": "829.66", "altSymbol": ".AEX", "change_pct": "UNCH", "last": "751.20", "yrloprice": "628.98", "issue_id": "575988", "change": "UNCH", "yrhidate": "11/18/21", "last_timedate": "02/17/22 CET", "volume": "0", "realTime": "true", "name": "AEX Amsterdam Index", "subType": "Index", "exchange": "Euronext Amsterdam", "shortName": "AEX", "currencyCode": "EUR", "open": "0.00", "volume_alt": "0"}, {"symbol": ".BFX", "yrlodate": "01/28/21", "code": "0", "curmktstatus": "REG_MKT", "source": "Exchange", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "0.00", "low": "0.00", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UNCH", "previous_day_closing": "4,069.47", "countryCode": "BE", "altName": "BEL-20 INDEX", "yrhiprice": "4,413.91", "altSymbol": ".BFX", "change_pct": "UNCH", "last": "4,069.47", "yrloprice": "3,562.31", "issue_id": "578587", "change": "UNCH", "yrhidate": "11/05/21", "last_timedate": "02/17/22 CET", "volume": "0", "realTime": "true", "name": "Belgium 20 Index", "subType": "Index", "exchange": "Euronext Brussels", "shortName": "BEL 20", "currencyCode": "EUR", "open": "0.00", "volume_alt": "0"}, {"symbol": ".PSI20", "yrlodate": "03/04/21", "code": "0", "curmktstatus": "REG_MKT", "source": "Exchange", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "0.00", "low": "0.00", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UNCH", "previous_day_closing": "5,658.54", "countryCode": "PT", "altName": "EURONEXT LISBON PSI 20 INDEX", "yrhiprice": "5,835.45", "altSymbol": ".PSI20", "change_pct": "UNCH", "last": "5,658.54", "yrloprice": "4,617.86", "issue_id": "586201", "change": "UNCH", "yrhidate": "11/02/21", "last_timedate": "02/17/22 GMT", "volume": "0", "realTime": "true", "name": "PSI 20 Index", "subType": "Index", "exchange": "Euronext Lisbon", "shortName": "PSI20", "currencyCode": "EUR", "open": "0.00", "volume_alt": "0"}, {"symbol": ".IMOEX", "yrlodate": "01/24/22", "code": "0", "curmktstatus": "REG_MKT", "source": "Exchange", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "3,551.61", "low": "3,546.57", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UP", "previous_day_closing": "3,511.08", "countryCode": "RU", "altName": "MOEX", "yrhiprice": "4,292.68", "altSymbol": ".IMOEX", "change_pct": "+1.14%", "last": "3,551.19", "yrloprice": "3,158.46", "issue_id": "571689", "change": "+40.11", "yrhidate": "10/14/21", "last_timedate": "9:59 AM MSK", "realTime": "true", "name": "MOEX Russia Index", "subType": "Index", "exchange": "Moscow Interbank Currency Exchange", "shortName": "Russia", "currencyCode": "RUB", "open": "3,547.04"}, {"symbol": ".FTMIB", "yrlodate": "01/25/22", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "27,025.11", "low": "26,562.38", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "26,969.32", "countryCode": "GB", "altName": "FTSE MIB IDX", "yrhiprice": "27,025.11", "altSymbol": ".FTMIB", "change_pct": "-1.11%", "last": "26,669.27", "yrloprice": "25,784.68", "issue_id": "592125", "change": "-300.05", "yrhidate": "02/17/22", "last_timedate": "02/17/22 GMT", "volume": "398,071,198", "realTime": "false", "name": "FTSE MIB", "subType": "Index", "exchange": "FTSE International", "shortName": "FTSE MIB", "currencyCode": "EUR", "open": "26,944.03", "volume_alt": "398.1M"}, {"symbol": ".SSMI", "yrlodate": "01/25/22", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "0.00", "low": "0.00", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UNCH", "previous_day_closing": "12,075.27", "countryCode": "CH", "altName": "SWISS MARKET IND", "yrhiprice": "12,997.15", "altSymbol": ".SSMI", "change_pct": "UNCH", "last": "12,075.27", "yrloprice": "11,867.78", "issue_id": "567786", "change": "UNCH", "yrhidate": "01/03/22", "last_timedate": "02/17/22 CET", "volume": "0", "realTime": "false", "name": "SWISS MARKET IND", "subType": "Index", "exchange": "Swiss Exchange", "shortName": "SMI", "currencyCode": "CHF", "open": "0.00", "volume_alt": "0"}, {"symbol": ".OBX", "yrlodate": "01/28/21", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "0.00", "low": "0.00", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UNCH", "previous_day_closing": "1,072.97", "countryCode": "NO", "altName": "OBX", "yrhiprice": "1,103.40", "altSymbol": ".OBX", "change_pct": "UNCH", "last": "1,072.97", "yrloprice": "845.23", "issue_id": "7915967", "change": "UNCH", "yrhidate": "11/16/21", "last_timedate": "02/17/22 CET", "volume": "0", "realTime": "false", "name": "OBX Index", "subType": "Index", "exchange": "Oslo Stock Exchange", "shortName": "OBX", "currencyCode": "NOK", "open": "0.00", "volume_alt": "0"}, {"symbol": ".OMXHPI", "code": "0", "curmktstatus": "REG_MKT", "source": "Exchange", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "0.00", "low": "0.00", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UNCH", "previous_day_closing": "11,812.64", "countryCode": "FI", "altName": "OMXH GEN PI", "yrhiprice": "13,159.75", "altSymbol": ".OMXHPI", "change_pct": "UNCH", "last": "11,812.64", "yrloprice": "11,647.69", "issue_id": "568203", "change": "UNCH", "last_timedate": "02/17/22 EET", "volume": "0", "realTime": "true", "name": "OMX Helsinki All Share Index", "subType": "Index", "exchange": "Helsinki Stock Exchange", "shortName": "HEX", "currencyCode": "EUR", "open": "0.00", "volume_alt": "0"}, {"symbol": ".OMXS30", "code": "0", "curmktstatus": "REG_MKT", "source": "Exchange", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "0.00", "low": "0.00", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UNCH", "previous_day_closing": "2,229.15", "countryCode": "SE", "altName": "STO OMX INDEX", "yrhiprice": "2,466.93", "altSymbol": ".OMXS30", "change_pct": "UNCH", "last": "2,229.15", "yrloprice": "2,210.59", "issue_id": "591393", "change": "UNCH", "last_timedate": "02/17/22 CET", "volume": "0", "realTime": "true", "name": "OMX Stockholm 30 Index", "subType": "Index", "exchange": "Stockholmsborsen", "shortName": "OMXS30", "currencyCode": "SEK", "open": "0.00", "volume_alt": "0"}, {"symbol": ".ATG", "yrlodate": "01/03/22", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "0.00", "low": "0.00", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UNCH", "previous_day_closing": "955.37", "countryCode": "GR", "altName": "ATHEX COMPOSITE SHARE PRICE INDEX", "yrhiprice": "973.27", "altSymbol": ".ATG", "change_pct": "UNCH", "last": "955.37", "yrloprice": "895.19", "issue_id": "579475", "change": "UNCH", "yrhidate": "02/16/22", "last_timedate": "02/17/22 EET", "volume": "0", "realTime": "false", "name": "ATHEX COMPOSITE SHARE PRICE INDEX", "subType": "Index", "exchange": "Athens Stock Exchange", "shortName": "ATHENS", "currencyCode": "EUR", "open": "0.00", "volume_alt": "0"}, {"symbol": ".OMXC25CAP", "code": "0", "curmktstatus": "REG_MKT", "source": "Exchange", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "0.00", "low": "0.00", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UNCH", "previous_day_closing": "1,719.43", "countryCode": "DK", "altName": "OMX Copenhagen 25 Index", "yrhiprice": "1,985.90", "altSymbol": ".OMXC25CAP", "change_pct": "UNCH", "last": "1,719.43", "yrloprice": "1,675.73", "issue_id": "374643616", "change": "UNCH", "last_timedate": "02/17/22 CET", "volume": "0", "realTime": "true", "name": "OMX Copenhagen 25 Index", "subType": "Index", "exchange": "Copenhagen Stock Exchange", "shortName": "OMXC 25", "currencyCode": "DKK", "open": "0.00", "volume_alt": "0"}, {"symbol": ".IXIC", "yrlodate": "03/05/21", "code": "0", "curmktstatus": "REG_MKT", "source": "Exchange", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "14,020.82", "low": "13,704.70", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "13,716.72", "countryCode": "US", "altName": "NASDAQ NMS COMPOSITE INDEX", "yrhiprice": "16,212.23", "altSymbol": ".IXIC", "change_pct": "-2.88%", "last": "13,716.72", "yrloprice": "12,397.05", "issue_id": "579435", "change": "-407.38", "yrhidate": "11/22/21", "last_timedate": "02/17/22 EST", "volume": "0", "realTime": "true", "name": "NASDAQ Composite", "subType": "Index", "exchange": "NASDAQ", "shortName": "NASDAQ", "currencyCode": "USD", "open": "14,004.19", "volume_alt": "0"}, {"symbol": ".SPX", "yrlodate": "03/04/21", "code": "0", "curmktstatus": "REG_MKT", "source": "Exchange", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "4,456.06", "low": "4,373.81", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "4,380.26", "countryCode": "US", "altName": "S&P 500 INDEX", "yrhiprice": "4,818.62", "altSymbol": ".SPX", "change_pct": "-2.12%", "last": "4,380.26", "yrloprice": "3,723.34", "issue_id": "593933", "change": "-94.75", "yrhidate": "01/04/22", "last_timedate": "02/17/22 EST", "realTime": "true", "name": "S&P 500 Index", "subType": "Index", "exchange": "INDEX", "shortName": "S&P 500", "currencyCode": "USD", "open": "4,456.06"}, {"symbol": ".RUT", "yrlodate": "01/04/21", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "2,078.50", "low": "2,025.12", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "2,028.09", "countryCode": "US", "altName": "RUSSELL 2000 INDEX", "yrhiprice": "2,458.86", "altSymbol": ".RUT", "change_pct": "-2.46%", "last": "2,028.09", "yrloprice": "1,927.15", "issue_id": "579920", "change": "-51.22", "yrhidate": "11/08/21", "last_timedate": "02/17/22 EST", "volume": "0", "realTime": "false", "name": "Russell 2000 Index", "subType": "Index", "exchange": "Exchange", "shortName": "RUSS 2K", "currencyCode": "USD", "open": "2,078.50", "volume_alt": "0"}, {"symbol": ".VIX", "yrlodate": "06/29/21", "code": "0", "curmktstatus": "REG_MKT", "source": "Exchange", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "28.37", "low": "24.76", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UP", "previous_day_closing": "24.29", "countryCode": "CH", "altName": "CBOE MKT VOLATILITY IDX", "yrhiprice": "38.94", "altSymbol": ".VIX", "change_pct": "+15.73%", "last": "28.11", "yrloprice": "14.10", "issue_id": "601065", "change": "+3.82", "yrhidate": "01/24/22", "last_timedate": "02/17/22 EST", "realTime": "true", "name": "CBOE Volatility Index", "subType": "Index", "exchange": "Exchange", "shortName": "VIX", "currencyCode": "USD", "open": "24.83"}, {"symbol": ".GSPTSE", "yrlodate": "02/26/21", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "21,395.07", "low": "21,160.09", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "21,383.64", "countryCode": "CA", "altName": "TSX-Toronto Stock Exchange 300 Compo", "yrhiprice": "21,796.16", "altSymbol": ".GSPTSE", "change_pct": "-0.97%", "last": "21,176.33", "yrloprice": "17,929.99", "issue_id": "593253", "change": "-207.31", "yrhidate": "11/16/21", "last_timedate": "02/17/22 EST", "volume": "254,383,557", "realTime": "false", "name": "TSX COMP", "subType": "Index", "exchange": "Toronto Stock Exchange", "shortName": "TSX COMP", "currencyCode": "CAD", "open": "21,358.47", "volume_alt": "254.4M"}, {"symbol": ".SPTSE", "yrlodate": "02/26/21", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "1,295.06", "low": "1,280.76", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "1,294.37", "countryCode": "CA", "altName": "S&P/TSX 60 INDEX", "yrhiprice": "1,321.99", "altSymbol": ".SPTSE", "change_pct": "-0.99%", "last": "1,281.53", "yrloprice": "1,067.73", "issue_id": "586966", "change": "-12.84", "yrhidate": "02/10/22", "last_timedate": "02/17/22 EST", "volume": "118,296,252", "realTime": "false", "name": "S&P/TSX 60 INDEX", "subType": "Index", "exchange": "Toronto Stock Exchange", "shortName": "TSX 60", "currencyCode": "CAD", "open": "1,292.79", "volume_alt": "118.3M"}, {"symbol": ".MXX", "yrlodate": "02/26/21", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "53,680.29", "low": "52,606.96", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "53,680.86", "countryCode": "EU", "altName": "Mexico S&P/BMV IPC", "yrhiprice": "54,219.14", "altSymbol": ".MXX", "change_pct": "-1.80%", "last": "52,712.06", "yrloprice": "44,089.32", "issue_id": "584510", "change": "-968.80", "yrhidate": "01/17/22", "last_timedate": "02/17/22 EST", "volume": "147,050,544", "realTime": "false", "name": "Mexico S&P/BMV IPC", "subType": "Index", "exchange": "Exchange", "shortName": "Mexico S&P/BMV", "currencyCode": "MXN", "open": "53,613.54", "volume_alt": "147.1M"}, {"symbol": ".BVSP", "yrlodate": "01/05/22", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "0.00", "low": "0.00", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "UNCH", "previous_day_closing": "113,528.48", "countryCode": "BR", "altName": "SAO PAULO SE BOVESPA INDEX", "yrhiprice": "115,734.45", "altSymbol": ".BVSP", "change_pct": "UNCH", "last": "113,528.48", "yrloprice": "100,849.56", "issue_id": "570637", "change": "UNCH", "yrhidate": "02/16/22", "last_timedate": "02/17/22 BET", "volume": "0", "realTime": "false", "name": "Sao Paulo Bovespa Index", "subType": "Index", "exchange": "Sao Paulo Stock Exchange", "shortName": "BOVESPA", "currencyCode": "BRL", "open": "0.00", "volume_alt": "0"}, {"symbol": ".MERV", "yrlodate": "03/09/21", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "91,286.02", "low": "89,977.89", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "90,577.55", "countryCode": "AR", "altName": "SP MERVAL", "yrhiprice": "97,024.42", "altSymbol": ".MERV", "change_pct": "-0.66%", "last": "89,977.89", "yrloprice": "46,011.61", "issue_id": "596257", "change": "-599.66", "yrhidate": "11/09/21", "last_timedate": "02/17/22 AGT", "realTime": "false", "name": "SP MERVAL", "subType": "Index", "exchange": "Buenos Aires Stock Exchange", "shortName": "MERVAL", "currencyCode": "ARS", "open": "90,577.55"}, {"symbol": ".SPIPSA", "yrlodate": "11/13/19", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"yrhiind": "N", "yrloind": "N", "is_halted": "N"}, "high": "4,653.04", "low": "4,542.87", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "4,653.04", "countryCode": "CL", "altName": "S&P IPSA Index", "yrhiprice": "5,515.95", "altSymbol": ".SPIPSA", "change_pct": "-2.23%", "last": "4,549.08", "yrloprice": "4,408.17", "issue_id": "577784", "change": "-103.96", "yrhidate": "02/25/19", "last_timedate": "02/17/22 PRT", "realTime": "false", "name": "S&P IPSA Index", "subType": "Index", "exchange": "Santiago Stock Exchange", "shortName": "Chile CLX IPSA", "currencyCode": "CLP", "open": "4,653.04"}, {"symbol": ".IBC", "yrlodate": "02/17/22", "code": "0", "curmktstatus": "REG_MKT", "source": "", "type": "INDEX", "EventData": {"is_halted": "N"}, "high": "5,427.28", "low": "5,303.57", "provider": "CNBC Quote Cache", "streamable": "1", "changetype": "DOWN", "previous_day_closing": "5,427.28", "countryCode": "VE", "altName": "IBC I-IBC INDEX", "yrhiprice": "5,975.56", "altSymbol": ".IBC", "change_pct": "-0.20%", "last": "5,416.69", "yrloprice": "5,303.57", "issue_id": "593373", "change": "-10.59", "yrhidate": "01/06/22", "last_timedate": "02/17/22 VET", "volume": "0", "realTime": "false", "name": "Caracas General", "subType": "Index", "exchange": "Caracas Stock Exchange", "shortName": "CARACAS", "open": "5,427.28", "volume_alt": "0"}]}}
{"$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": "string"}, "code": {"type": "string"}, "curmktstatus": {"type": "string"}, "source": {"type": "string"}, "type": {"type": "string"}, "EventData": {"type": "object", "properties": {"yrhiind": {"type": "string"}, "yrloind": {"type": "string"}, "is_halted": {"type": "string"}}, "required": ["is_halted"]}, "high": {"type": "string"}, "low": {"type": "string"}, "provider": {"type": "string"}, "streamable": {"type": "string"}, "changetype": {"type": "string"}, "previous_day_closing": {"type": "string"}, "countryCode": {"type": "string"}, "altName": {"type": "string"}, "yrhiprice": {"type": "string"}, "altSymbol": {"type": "string"}, "change_pct": {"type": "string"}, "last": {"type": "string"}, "yrloprice": {"type": "string"}, "issue_id": {"type": "string"}, "change": {"type": "string"}, "yrhidate": {"type": "string"}, "last_timedate": {"type": "string"}, "volume": {"type": "string"}, "realTime": {"type": "string"}, "name": {"type": "string"}, "subType": {"type": "string"}, "exchange": {"type": "string"}, "shortName": {"type": "string"}, "currencyCode": {"type": "string"}, "open": {"type": "string"}, "volume_alt": {"type": "string"}}, "required": ["EventData", "altName", "altSymbol", "change", "change_pct", "changetype", "code", "countryCode", "curmktstatus", "exchange", "high", "issue_id", "last", "last_timedate", "low", "name", "open", "previous_day_closing", "provider", "realTime", "shortName", "source", "streamable", "subType", "symbol", "type", "yrhiprice", "yrloprice"]}}}, "required": ["ITVQuote", "xmlns", "xmlns:xsi"]}}, "required": ["ITVQuoteResult"]}
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 Mark", "BBD": "Barbadian Dollar", "BDT": "Bangladeshi Taka", "BGN": "Bulgarian Lev", "BHD": "Bahraini Dinar", "BIF": "Burundian Franc", "BMD": "Bermudian Dollar", "BND": "Bruneian Dollar", "BOB": "Bolivian Boliviano", "BRL": "Brazilian Real", "BSD": "Bahamian Dollar", "BTN": "Bhutanese Ngultrum", "BWP": "Botswanan Pula", "BZD": "Belizean Dollar", "CAD": "Canadian Dollar", "CDF": "Congolese Franc", "CHF": "Swiss Franc", "CLF": "Chilean Unit of Account UF", "CLP": "Chilean Peso", "CNH": "Chinese Yuan Offshore", "CNY": "Chinese Yuan", "COP": "Colombian Peso", "CUP": "Cuban Peso", "CVE": "Cape Verdean Escudo", "CZK": "Czech Republic Koruna", "DJF": "Djiboutian Franc", "DKK": "Danish Krone", "DOP": "Dominican Peso", "DZD": "Algerian Dinar", "EGP": "Egyptian Pound", "ERN": "Eritrean Nakfa", "ETB": "Ethiopian Birr", "EUR": "Euro", "FJD": "Fijian Dollar", "FKP": "Falkland Islands Pound", "GBP": "British Pound Sterling", "GEL": "Georgian Lari", "GHS": "Ghanaian Cedi", "GIP": "Gibraltar Pound", "GMD": "Gambian Dalasi", "GNF": "Guinean Franc", "GTQ": "Guatemalan Quetzal", "GYD": "Guyanaese Dollar", "HKD": "Hong Kong Dollar", "HNL": "Honduran Lempira", "HRK": "Croatian Kuna", "HTG": "Haitian Gourde", "HUF": "Hungarian Forint", "IDR": "Indonesian Rupiah", "ILS": "Israeli New Sheqel", "INR": "Indian Rupee", "IQD": "Iraqi Dinar", "IRR": "Iranian Rial", "ISK": "Icelandic Krona", "JMD": "Jamaican Dollar", "JOD": "Jordanian Dinar", "JPY": "Japanese Yen", "KES": "Kenyan Shilling", "KGS": "Kyrgystani Som", "KHR": "Cambodian Riel", "KMF": "Comorian Franc", "KPW": "North Korean Won", "KRW": "South Korean Won", "KWD": "Kuwaiti Dinar", "KYD": "Caymanian Dollar", "KZT": "Kazakhstani Tenge", "LAK": "Laotian Kip", "LBP": "Lebanese Pound", "LKR": "Sri Lankan Rupee", "LRD": "Liberian Dollar", "LSL": "Basotho Maloti", "LYD": "Libyan Dinar", "MAD": "Moroccan Dirham", "MDL": "Moldovan Leu", "MGA": "Malagasy Ariary", "MKD": "Macedonian Denar", "MMK": "Myanma Kyat", "MNT": "Mongolian Tugrik", "MOP": "Macanese Pataca", "MRU": "Mauritanian Ouguiya", "MUR": "Mauritian Rupee", "MVR": "Maldivian Rufiyaa", "MWK": "Malawian Kwacha", "MXN": "Mexican Peso", "MYR": "Malaysian Ringgit", "MZN": "Mozambican Metical", "NAD": "Namibian Dollar", "NGN": "Nigerian Naira", "NOK": "Norwegian Krone", "NPR": "Nepalese Rupee", "NZD": "New Zealand Dollar", "OMR": "Omani Rial", "PAB": "Panamanian Balboa", "PEN": "Peruvian Nuevo Sol", "PGK": "Papua New Guinean Kina", "PHP": "Philippine Peso", "PKR": "Pakistani Rupee", "PLN": "Polish Zloty", "PYG": "Paraguayan Guarani", "QAR": "Qatari Rial", "RON": "Romanian Leu", "RSD": "Serbian Dinar", "RUB": "Russian Ruble", "RWF": "Rwandan Franc", "SAR": "Saudi Arabian Riyal", "SCR": "Seychellois Rupee", "SDG": "Sudanese Pound", "SEK": "Swedish Krona", "SGD": "Singapore Dollar", "SHP": "Saint Helena Pound", "SLL": "Sierra Leonean Leone", "SOS": "Somali Shilling", "SRD": "Surinamese Dollar", "SYP": "Syrian Pound", "SZL": "Swazi Emalangeni", "THB": "Thai Baht", "TJS": "Tajikistani Somoni", "TMT": "Turkmenistani Manat", "TND": "Tunisian Dinar", "TOP": "Tongan Pa'anga", "TRY": "Turkish Lira", "TTD": "Trinidad and Tobago Dollar", "TWD": "Taiwan New Dollar", "TZS": "Tanzanian Shilling", "UAH": "Ukrainian Hryvnia", "UGX": "Ugandan Shilling", "USD": "United States Dollar", "UYU": "Uruguayan Peso", "UZS": "Uzbekistan Som", "VND": "Vietnamese Dong", "VUV": "Ni-Vanuatu Vatu", "WST": "Samoan Tala", "XAF": "CFA Franc BEAC", "XCD": "East Caribbean Dollar", "XDR": "Special Drawing Rights", "XOF": "CFA Franc BCEAO", "XPF": "CFP Franc", "YER": "Yemeni Rial", "ZAR": "South African Rand", "ZMW": "Zambian Kwacha"}, "ms": 6}
{"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": "int32", "description": "Server response time in milliseconds", "minimum": -2147483648, "maximum": 2147483647}, "result": {"type": "object", "minProperties": 1, "maxProperties": 1, "additionalProperties": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}}
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": 1.51216, "BOB": 7.68179, "BRL": 5.67212, "BSD": 1.12556, "BTN": 85.36042, "BWP": 13.00581, "BZD": 2.25096, "CAD": 1.43236, "CDF": 2236.97884, "CHF": 1.03068, "CLF": 0.02792, "CLP": 901.85236, "CNH": 7.06535, "CNY": 7.06867, "COP": 4376.6524, "CUP": 27.92721, "CVE": 110.22177, "CZK": 25.0701, "DJF": 198.96748, "DKK": 7.44057, "DOP": 62.46595, "DZD": 158.49159, "EGP": 17.55165, "ERN": 16.90937, "ETB": 57.2172, "EUR": 1, "FJD": 2.42016, "FKP": 0.83402, "GBP": 0.83402, "GEL": 3.39572, "GHS": 7.43279, "GIP": 0.83402, "GMD": 60.33061, "GNF": 9998.99917, "GTQ": 8.60777, "GYD": 234.89045, "HKD": 8.72353, "HNL": 27.38868, "HRK": 7.48034, "HTG": 116.64206, "HUF": 368.33221, "IDR": 16051.99289, "ILS": 3.66158, "INR": 84.26619, "IQD": 1629.19409, "IRR": 47262.40815, "ISK": 141.01634, "JMD": 173.2963, "JOD": 0.79092, "JPY": 128.19993, "KES": 126.75207, "KGS": 94.96251, "KHR": 4536.81787, "KMF": 488.88416, "KPW": 1005.63798, "KRW": 1346.24398, "KWD": 0.33995, "KYD": 0.91523, "KZT": 521.38681, "LAK": 12793.13767, "LBP": 1685.86584, "LKR": 226.89552, "LRD": 172.80506, "LSL": 17.0524, "LYD": 5.12104, "MAD": 10.59165, "MDL": 20.0854, "MGA": 4496.95999, "MKD": 61.66487, "MMK": 1995.66309, "MNT": 3204.06836, "MOP": 9.02828, "MRU": 40.87472, "MUR": 49.44913, "MVR": 17.61286, "MWK": 907.03163, "MXN": 22.90857, "MYR": 4.71322, "MZN": 71.65328, "NAD": 17.09277, "NGN": 467.97775, "NOK": 10.09324, "NPR": 134.46927, "NZD": 1.66855, "OMR": 0.42925, "PAB": 1.11777, "PEN": 4.16127, "PGK": 3.9425, "PHP": 57.46975, "PKR": 197.66391, "PLN": 4.65008, "PYG": 7806.53206, "QAR": 4.09321, "RON": 4.94913, "RSD": 116.93981, "RUB": 94.31698, "RWF": 1132.40924, "SAR": 4.18805, "SCR": 16.11388, "SDG": 495.21772, "SEK": 10.72468, "SGD": 1.5126, "SHP": 0.83402, "SLL": 12949.60009, "SOS": 662.21299, "SRD": 23.39614, "SYP": 2825.51438, "SZL": 17.1323, "THB": 36.53039, "TJS": 12.72175, "TMT": 3.95068, "TND": 3.24147, "TOP": 2.47529, "TRY": 16.28143, "TTD": 7.59956, "TWD": 31.36996, "TZS": 2583.78162, "UAH": 33.32307, "UGX": 3949.49166, "USD": 1.11725, "UYU": 47.8197, "UZS": 12186.05349, "VND": 25560.25388, "VUV": 125.64699, "WST": 2.87854, "XAF": 655.99703, "XCD": 3.0163, "XDR": 0.806, "XOF": 655.99786, "XPF": 119.25255, "YER": 279.22369, "ZAR": 17.13639, "ZMW": 19.84571}, "updated": "2022-02-24 13:06:12", "ms": 5}
{"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": "int32", "description": "Server response time in milliseconds", "minimum": -2147483648, "maximum": 2147483647}, "results": {"type": "object", "minProperties": 130, "additionalProperties": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}}
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": "int32", "description": "Server response time in milliseconds", "minimum": -2147483648, "maximum": 2147483647}, "result": {"type": "object", "minProperties": 1, "additionalProperties": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}}
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 time in milliseconds", "minimum": -2147483648, "maximum": 2147483647}, "results": {"type": "object", "minProperties": 1, "additionalProperties": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}}
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": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "result": {"type": "object", "minProperties": 2, "maxProperties": 2, "properties": {"rate": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}, "additionalProperties": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}}
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_timestamp": "1645167819", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1014", "exchange_name": "Crypto - Bitfinex", "pair_name": "BTC/USD", "pair_table_row_main_subtext": "Crypto - Bitfinex", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "BTC/USD", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1014:", "pair_symbol": "BTC/USD"}, {"pair_ID": 997650, "last": "2,907.30", "change_percent_val": "-6.30", "change_precent": "(-6.30%)", "change_val": "-195.50", "change": "-195.50", "pair_change_color": "#fa4545", "localized_last_step_arrow": "down_red", "exchange_is_open": true, "last_timestamp": "1645167819", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1014", "exchange_name": "Crypto - Bitfinex", "pair_name": "ETH/USD", "pair_table_row_main_subtext": "Crypto - Bitfinex", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "ETH/USD", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1014:", "pair_symbol": "ETH/USD"}, {"pair_ID": 1099022, "last": "315.20", "change_percent_val": "-5.15", "change_precent": "(-5.15%)", "change_val": "-17.10", "change": "-17.10", "pair_change_color": "#fa4545", "localized_last_step_arrow": "down_red", "exchange_is_open": true, "last_timestamp": "1645167795", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1027", "exchange_name": "Crypto - Binance", "pair_name": "BCH/USD", "pair_table_row_main_subtext": "Crypto - Binance", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "BCH/USD", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1027:", "pair_symbol": "BCH/USD"}, {"pair_ID": 1118146, "last": "0.79872", "change_percent_val": "-3.57", "change_precent": "(-3.57%)", "change_val": "-0.02957", "change": "-0.02957", "pair_change_color": "#fa4545", "localized_last_step_arrow": "down_red", "exchange_is_open": true, "last_timestamp": "1645167818", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1038", "exchange_name": "Crypto - OKEx", "pair_name": "XRP/USD", "pair_table_row_main_subtext": "Crypto - OKEx", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "XRP/USD", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1038:", "pair_symbol": "XRP/USD"}, {"pair_ID": 1056828, "last": "117.500", "change_percent_val": "-7.63", "change_precent": "(-7.63%)", "change_val": "-9.700", "change": "-9.700", "pair_change_color": "#fa4545", "localized_last_step_arrow": "down_red", "exchange_is_open": true, "last_timestamp": "1645167825", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1027", "exchange_name": "Crypto - Binance", "pair_name": "LTC/USD", "pair_table_row_main_subtext": "Crypto - Binance", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "LTC/USD", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1027:", "pair_symbol": "LTC/USD"}, {"pair_ID": 1031042, "last": "0.00775", "change_percent_val": "2.26", "change_precent": "(+2.26%)", "change_val": "+0.00017", "change": "+0.00017", "pair_change_color": "#3fc932", "localized_last_step_arrow": "up_green", "exchange_is_open": true, "last_timestamp": "1645167689", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1022", "exchange_name": "Crypto - Bittrex", "pair_name": "BCH/BTC", "pair_table_row_main_subtext": "Crypto - Bittrex", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "BCH/BTC", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1022:", "pair_symbol": "BCH/BTC"}, {"pair_ID": 49800, "last": "35,831.6", "change_percent_val": "-7.29", "change_precent": "(-7.29%)", "change_val": "-2816.4", "change": "-2816.4", "pair_change_color": "#fa4545", "localized_last_step_arrow": "down_red", "exchange_is_open": true, "last_timestamp": "1645167822", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1008", "exchange_name": "Crypto - Kraken", "pair_name": "BTC/EUR", "pair_table_row_main_subtext": "Crypto - Kraken", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "BTC/EUR", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1008:", "pair_symbol": "BTC/EUR"}, {"pair_ID": 1010773, "last": "0.70367", "change_percent_val": "-3.58", "change_precent": "(-3.58%)", "change_val": "-0.02616", "change": "-0.02616", "pair_change_color": "#fa4545", "localized_last_step_arrow": "down_red", "exchange_is_open": true, "last_timestamp": "1645167823", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1006", "exchange_name": "Crypto - BitStamp", "pair_name": "XRP/EUR", "pair_table_row_main_subtext": "Crypto - BitStamp", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "XRP/EUR", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1006:", "pair_symbol": "XRP/EUR"}, {"pair_ID": 1001803, "last": "2,557.47", "change_percent_val": "-6.41", "change_precent": "(-6.41%)", "change_val": "-175.15", "change": "-175.15", "pair_change_color": "#fa4545", "localized_last_step_arrow": "down_red", "exchange_is_open": true, "last_timestamp": "1645167825", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1008", "exchange_name": "Crypto - Kraken", "pair_name": "ETH/EUR", "pair_table_row_main_subtext": "Crypto - Kraken", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "ETH/EUR", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1008:", "pair_symbol": "ETH/EUR"}, {"pair_ID": 1031068, "last": "0.83804", "change_percent_val": "-6.69", "change_precent": "(-6.69%)", "change_val": "-0.06006", "change": "-0.06006", "pair_change_color": "#fa4545", "localized_last_step_arrow": "down_red", "exchange_is_open": true, "last_timestamp": "1645167819", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1014", "exchange_name": "Crypto - Bitfinex", "pair_name": "IOTA/USD", "pair_table_row_main_subtext": "Crypto - Bitfinex", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "IOTA/USD", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1014:", "pair_symbol": "IOTA/USD"}, {"pair_ID": 1129212, "last": "277.96", "change_percent_val": "-5.03", "change_precent": "(-5.03%)", "change_val": "-14.72", "change": "-14.72", "pair_change_color": "#fa4545", "localized_last_step_arrow": "down_red", "exchange_is_open": true, "last_timestamp": "1645167714", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1181", "exchange_name": "Crypto - Coinbase Pro", "pair_name": "BCH/EUR", "pair_table_row_main_subtext": "Crypto - Coinbase Pro", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "BCH/EUR", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1181:", "pair_symbol": "BCH/EUR"}, {"pair_ID": 1055863, "last": "24.7500", "change_percent_val": "-0.68", "change_precent": "(-0.68%)", "change_val": "-0.1700", "change": "-0.1700", "pair_change_color": "#fa4545", "localized_last_step_arrow": "down_red", "exchange_is_open": true, "last_timestamp": "1645167821", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1027", "exchange_name": "Crypto - Binance", "pair_name": "NEO/USD", "pair_table_row_main_subtext": "Crypto - Binance", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "NEO/USD", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1027:", "pair_symbol": "NEO/USD"}, {"pair_ID": 1010776, "last": "0.071365", "change_percent_val": "0.85", "change_precent": "(+0.85%)", "change_val": "+0.000605", "change": "+0.000605", "pair_change_color": "#3fc932", "localized_last_step_arrow": "up_green", "exchange_is_open": true, "last_timestamp": "1645167824", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1015", "exchange_name": "Crypto - Poloniex", "pair_name": "ETH/BTC", "pair_table_row_main_subtext": "Crypto - Poloniex", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "ETH/BTC", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1015:", "pair_symbol": "ETH/BTC"}, {"pair_ID": 1171321, "last": "108.80", "change_percent_val": "-6.53", "change_precent": "(-6.53%)", "change_val": "-7.60", "change": "-7.60", "pair_change_color": "#fa4545", "localized_last_step_arrow": "down_red", "exchange_is_open": true, "last_timestamp": "1645167812", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1027", "exchange_name": "Crypto - Binance", "pair_name": "DASH/USD", "pair_table_row_main_subtext": "Crypto - Binance", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "DASH/USD", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1027:", "pair_symbol": "DASH/USD"}, {"pair_ID": 1054876, "last": "0.00001963", "change_percent_val": "3.92", "change_precent": "(+3.92%)", "change_val": "+0.00000074", "change": "+0.00000074", "pair_change_color": "#3fc932", "localized_last_step_arrow": "up_green", "exchange_is_open": true, "last_timestamp": "1645167821", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1027", "exchange_name": "Crypto - Binance", "pair_name": "XRP/BTC", "pair_table_row_main_subtext": "Crypto - Binance", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "XRP/BTC", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1027:", "pair_symbol": "XRP/BTC"}, {"pair_ID": 1176959, "last": "163.800", "change_percent_val": "-8.13", "change_precent": "(-8.13%)", "change_val": "-14.500", "change": "-14.500", "pair_change_color": "#fa4545", "localized_last_step_arrow": "down_red", "exchange_is_open": true, "last_timestamp": "1645167812", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1027", "exchange_name": "Crypto - Binance", "pair_name": "XMR/USD", "pair_table_row_main_subtext": "Crypto - Binance", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "XMR/USD", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1027:", "pair_symbol": "XMR/USD"}, {"pair_ID": 1031691, "last": "0.000609", "change_percent_val": "7.22", "change_precent": "(+7.22%)", "change_val": "+0.000041", "change": "+0.000041", "pair_change_color": "#3fc932", "localized_last_step_arrow": "up_green", "exchange_is_open": true, "last_timestamp": "1645167820", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1027", "exchange_name": "Crypto - Binance", "pair_name": "NEO/BTC", "pair_table_row_main_subtext": "Crypto - Binance", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "NEO/BTC", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1027:", "pair_symbol": "NEO/BTC"}, {"pair_ID": 1057411, "last": "0.002886", "change_percent_val": "-0.48", "change_precent": "(-0.48%)", "change_val": "-0.000014", "change": "-0.000014", "pair_change_color": "#fa4545", "localized_last_step_arrow": "down_red", "exchange_is_open": true, "last_timestamp": "1645167809", "is_cfd": false, "earning_alert": "no", "exchange_ID": "1038", "exchange_name": "Crypto - OKEx", "pair_name": "LTC/BTC", "pair_table_row_main_subtext": "Crypto - OKEx", "pair_innerpage_quote_subtext": "Real Time", "currency_in": "", "pair_type_section": "currency", "pair_name_base": "LTC/BTC", "exchange_country_ID": "999", "zmqIsOpen": "isOpenExch-1038:", "pair_symbol": "LTC/BTC"}], "tradenow": [{"IOS_Unit2": "", "AND_Unit2": "", "AND_Broker": "", "IOS_btnOnly": "Yes"}]}}]}
{"$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": {"type": "integer"}, "last": {"type": "string"}, "change_percent_val": {"type": "string"}, "change_precent": {"type": "string"}, "change_val": {"type": "string"}, "change": {"type": "string"}, "pair_change_color": {"type": "string"}, "localized_last_step_arrow": {"type": "string"}, "exchange_is_open": {"type": "boolean"}, "last_timestamp": {"type": "string"}, "is_cfd": {"type": "boolean"}, "earning_alert": {"type": "string"}, "exchange_ID": {"type": "string"}, "exchange_name": {"type": "string"}, "pair_name": {"type": "string"}, "pair_table_row_main_subtext": {"type": "string"}, "pair_innerpage_quote_subtext": {"type": "string"}, "currency_in": {"type": "string"}, "pair_type_section": {"type": "string"}, "pair_name_base": {"type": "string"}, "exchange_country_ID": {"type": "string"}, "zmqIsOpen": {"type": "string"}, "pair_symbol": {"type": "string"}}, "required": ["change", "change_percent_val", "change_precent", "change_val", "currency_in", "earning_alert", "exchange_ID", "exchange_country_ID", "exchange_is_open", "exchange_name", "is_cfd", "last", "last_timestamp", "localized_last_step_arrow", "pair_ID", "pair_change_color", "pair_innerpage_quote_subtext", "pair_name", "pair_name_base", "pair_symbol", "pair_table_row_main_subtext", "pair_type_section", "zmqIsOpen"]}}, "tradenow": {"type": "array", "items": {"type": "object", "properties": {"IOS_Unit2": {"type": "string"}, "AND_Unit2": {"type": "string"}, "AND_Broker": {"type": "string"}, "IOS_btnOnly": {"type": "string"}}, "required": ["AND_Broker", "AND_Unit2", "IOS_Unit2", "IOS_btnOnly"]}}}, "required": ["pairs_data", "tradenow"]}}, "required": ["screen_ID", "screen_data"]}}}, "required": ["data"]}
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", "HEADLINE": "Fidelity Exec Compares Bitcoin to Apple", "BODY": "", "news_link": "https://www.investing.com", "third_party_url": "", "related_image": "https://i-invdn-com.investing.com/news/moved_small-LYNXMPEI0O0MB-ORUBS_L.jpg", "related_image_big": "https://i-invdn-com.investing.com/news/moved_LYNXMPEI0O0MB-ORUBS_L.jpg", "vid_filename": "", "comments_cnt": "0", "is_partial": "yes", "itemType": "hosted"}, {"news_ID": 2766969, "hash": "8b3f79b96fdbcee18202ef30a8a11666", "providerId": "73", "itemCategoryTags": "301", "news_provider_name": "CoinQuora", "last_updated": "2022-02-18 07:00:42", "last_updated_uts": 1645167642, "type": "text", "HEADLINE": "US Laws: Two States Close to Allow Tax Payments in Crypto", "BODY": "", "news_link": "https://www.investing.com/news/cryptocurrency-news/us-laws-two-states-close-to-allow-tax-payments-in-crypto-2766969", "third_party_url": "", "related_image": "https://i-invdn-com.investing.com/news/Cryptocurrencies_150x108_S_1556527920.jpg", "related_image_big": "https://i-invdn-com.investing.com/news/Cryptocurrencies_800x533_L_1556527920.jpg", "vid_filename": "", "comments_cnt": "0", "is_partial": "yes", "itemType": "hosted"}, {"news_ID": 2766911, "hash": "04d7e93ab6bfadef746b579d45115c70", "providerId": "43", "itemCategoryTags": "301", "news_provider_name": "Cointelegraph", "last_updated": "2022-02-18 04:40:09", "last_updated_uts": 1645159209, "type": "text", "HEADLINE": "Ethereum dominance may dwindle as competitors emerge: Morgan Stanley", "BODY": "<p>Morgan Stanley&rsquo;s wealth management global investment office has published a report on <span pair_ID=\"1058142\">Ethereum</span> (ETH) arguing that the blockchain&rsquo;s dominance could dwindle if strong market competition emerges. </p>\n<p>The investment banking giant&rsquo;s report is titled &ldquo;Cryptocurrency 201: What Is Ethereum?&rdquo; and it provides a detailed rundown of the ecosystem along with its advantages and disadvantages in relation to <span pair_ID=\"1057391\">Bitcoin</span> (BTC). </p>\n<p><a href=\"https://cointelegraph.com/news/ethereum-dominance-may-dwindle-as-competitors-emerge-morgan-stanley\" target=\"_blank\" rel=\"nofollow\">Continue Reading on Coin Telegraph</a></p><span id=\"130.204.112.182\"> </span>", "news_link": "https://www.investing.com/news/cryptocurrency-news/ethereum-dominance-may-dwindle-as-competitors-emerge-morgan-stanley-2766911", "third_party_url": "", "related_image": "https://i-invdn-com.investing.com/news/Ethereum_150x108_S_1556445174.jpg", "related_image_big": "https://i-invdn-com.investing.com/news/Ethereum_800x533_L_1556445174.jpg", "vid_filename": "", "comments_cnt": "0", "is_partial": "no", "itemType": "hosted"}, {"news_ID": 2766898, "hash": "396fc8af614f85c71e6d23ebdb064a82", "providerId": "7", "itemCategoryTags": "301", "news_provider_name": "FXEmpire", "last_updated": "2022-02-18 03:32:15", "last_updated_uts": 1645155135, "type": "text", "HEADLINE": "Ukraine Legalizes Bitcoin (BTC) and Cryptocurrencies", "BODY": "<p>The Ukrainian Parliament votes in favor of changes to the law on virtual assets in a bid to make the Ukraine a hub for digital asset innovation.</p><span id=\"130.204.112.182\"> </span>", "news_link": "", "third_party_url": "https://invst.ly/xfmuy", "smlID": "301", "related_image": "https://i-invdn-com.investing.com/news/Bitcoin_150x108_S_1645009122.jpg", "related_image_big": "https://i-invdn-com.investing.com/news/Bitcoin_800x533_L_1645009122.jpg", "vid_filename": "", "comments_cnt": "0", "is_partial": "no", "itemType": "external"}, {"news_ID": 2766896, "hash": "6709445ff6c84b597fa339d70d77680f", "providerId": "7", "itemCategoryTags": "0", "news_provider_name": "Bitcoin Magazine", "last_updated": "2022-02-18 03:30:00", "last_updated_uts": 1645155000, "type": "text", "HEADLINE": "What Are On-Chain Cycle Indicators Telling Us About The Bitcoin Market?", "BODY": "<p>Looking at current bitcoin market values over historical percentiles to show when the market is bottomed, topped or neutral.</p><span id=\"130.204.112.182\"> </span>", "news_link": "", "third_party_url": "https://invst.ly/xfmss", "smlID": "0", "related_image": "https://i-invdn-com.investing.com/news/LYNXNPEE340J6_S.jpg", "related_image_big": "https://i-invdn-com.investing.com/news/LYNXNPEE340J6_L.jpg", "vid_filename": "", "comments_cnt": "0", "is_partial": "no", "itemType": "external"}, {"news_ID": 2766895, "hash": "510d1288e0a7f0c02264ea5372c5176a", "providerId": "7", "itemCategoryTags": "301", "news_provider_name": "News BTC", "last_updated": "2022-02-18 03:28:16", "last_updated_uts": 1645154896, "type": "text", "HEADLINE": "TA: Bitcoin Dives To $40K, What Could Trigger More Downsides", "BODY": "", "news_link": "", "third_party_url": "https://invst.ly/xfmsn", "smlID": "301", "related_image": "https://i-invdn-com.investing.com/news/Bitcoin_150x108_S_1637104937.jpg", "related_image_big": "https://i-invdn-com.investing.com/news/Bitcoin_800x533_L_1637104937.jpg", "vid_filename": "", "comments_cnt": "0", "is_partial": "yes", "itemType": "external"}, {"news_ID": 2766887, "hash": "ada90fbc55265667999bfe9cb7e57639", "providerId": "7", "itemCategoryTags": "0", "news_provider_name": "Bitcoin.com", "last_updated": "2022-02-18 03:00:13", "last_updated_uts": 1645153213, "type": "text", "HEADLINE": "US Lawmakers Introduce Bill to Mitigate Risks From El Salvador Adopting Bitcoin as Legal Tender", "BODY": "<p>Several U.S. lawmakers have introduced a bill to mitigate the risks from El Salvador adopting bitcoin as legal tender. \u201cEl Salvador recognizing bitcoin as official currency opens the door for money laundering cartels and undermines U.S. interests,\u201d said a U.S. senator. US Concerned About Risks From El Salvador\u2019s Bitcoin Law The U.S. Senate Committee on [\u2026]</p><span id=\"130.204.112.182\"> </span>", "news_link": "", "third_party_url": "https://invst.ly/xfmmu", "smlID": "0", "related_image": "https://i-invdn-com.investing.com/news/Bitcoin_150x108_S_1645009122.jpg", "related_image_big": "https://i-invdn-com.investing.com/news/Bitcoin_800x533_L_1645009122.jpg", "vid_filename": "", "comments_cnt": "0", "is_partial": "no", "itemType": "external"}, {"news_ID": 2766884, "hash": "567b6a0d2a63d6bda1e802624edffb63", "providerId": "7", "itemCategoryTags": "301", "news_provider_name": "FXEmpire", "last_updated": "2022-02-18 02:43:54", "last_updated_uts": 1645152234, "type": "text", "HEADLINE": "SEC \u2018Carefully Considering\u2019 Spot Bitcoin ETF in Response to Congressman", "BODY": "<p>The U.S. Securities and Exchange Commission (SEC) has responded to a letter from Congressman Tom Emmer explaining why it has yet to approve a spot-based exchange-traded fund for Bitcoin.</p><span id=\"130.204.112.182\"> </span>", "news_link": "", "third_party_url": "https://invst.ly/xfmjp", "smlID": "301", "related_image": "https://i-invdn-com.investing.com/news/LYNXMPEE0H0B5_S.jpg", "related_image_big": "https://i-invdn-com.investing.com/news/LYNXMPEE0H0B5_L.jpg", "vid_filename": "", "comments_cnt": "0", "is_partial": "no", "itemType": "external"}, {"news_ID": 2766868, "hash": "092ac8172a52fc6dc55b2a83fbd67b69", "providerId": "7", "itemCategoryTags": "0", "news_provider_name": "FXEmpire", "last_updated": "2022-02-18 01:24:53", "last_updated_uts": 1645147493, "type": "text", "HEADLINE": "Yen bid, bitcoin battered as Ukraine fears leave traders nervous", "BODY": "<p>By Alun John HONG KONG (Reuters) \u2013 The safe-haven yen gained more ground on the dollar on Friday as U.S. President Joe Biden said Moscow is preparing a pretext to justify a possible attack on Ukraine, also supporting the Swiss franc and hurting bitcoin.</p><span id=\"130.204.112.182\"> </span>", "news_link": "", "third_party_url": "https://invst.ly/xfm2t", "smlID": "0", "related_image": "https://i-invdn-com.investing.com/news/LYNXMPED990HX_S.jpg", "related_image_big": "https://i-invdn-com.investing.com/news/LYNXMPED990HX_L.jpg", "vid_filename": "", "comments_cnt": "0", "is_partial": "no", "itemType": "external"}, {"news_ID": 2766864, "hash": "786d153cb0fcc9b9002c103f062d19d6", "providerId": "7", "itemCategoryTags": "0", "news_provider_name": "Bitcoin.com", "last_updated": "2022-02-18 01:00:49", "last_updated_uts": 1645146049, "type": "text", "HEADLINE": "Berkshire Hathaway\u2019s Charlie Munger Says Government Should Ban Bitcoin \u2014 Calls Crypto \u2018Venereal Disease\u2019", "BODY": "<p>Berkshire Hathaway Vice Chairman Charlie Munger, Warren Buffett\u2019s right-hand man, wishes crypto would be banned immediately. He says the government made \u201ca huge mistake\u201d to allow cryptocurrencies, like bitcoin. \u201cIt\u2019s like a venereal disease,\u201d he opined. Charlie Munger Says \u2018It Was a Huge Mistake\u2019 to Allow Crypto at All Charlie Munger, Warren Buffett\u2019s right-hand man [\u2026]</p><span id=\"130.204.112.182\"> </span>", "news_link": "", "third_party_url": "https://invst.ly/xflyi", "smlID": "0", "related_image": "https://i-invdn-com.investing.com/news/Bitcoin_150x108_S_1637104937.jpg", "related_image_big": "https://i-invdn-com.investing.com/news/Bitcoin_800x533_L_1637104937.jpg", "vid_filename": "", "comments_cnt": "0", "is_partial": "no", "itemType": "external"}]}, "screen_layout": "[L2],[L2],[L2],[L2],[L2],{[L2],[L2],[L2],[L2],[P100],[L2],[L2],[L2],[L2],[L2]}*"}]}
{"$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", "items": {"type": "object", "properties": {"news_ID": {"type": "integer"}, "hash": {"type": "string"}, "providerId": {"type": "string"}, "itemCategoryTags": {"type": "string"}, "news_provider_name": {"type": "string"}, "last_updated": {"type": "string"}, "last_updated_uts": {"type": "integer"}, "type": {"type": "string"}, "HEADLINE": {"type": "string"}, "BODY": {"type": "string"}, "news_link": {"type": "string"}, "third_party_url": {"type": "string"}, "related_image": {"type": "string"}, "related_image_big": {"type": "string"}, "vid_filename": {"type": "string"}, "comments_cnt": {"type": "string"}, "is_partial": {"type": "string"}, "itemType": {"type": "string"}, "smlID": {"type": "string"}}, "required": ["BODY", "HEADLINE", "comments_cnt", "hash", "is_partial", "itemCategoryTags", "itemType", "last_updated", "last_updated_uts", "news_ID", "news_link", "news_provider_name", "providerId", "related_image", "related_image_big", "third_party_url", "type", "vid_filename"]}}}, "required": ["news", "next_page", "ob"]}, "screen_layout": {"type": "string"}}, "required": ["screen_ID", "screen_data", "screen_layout"]}}}, "required": ["data"]}
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_flag_ci": 241}, {"pair_ID": 1055949, "search_main_text": "BMC", "search_main_subtext": "FX Future - ICE", "search_main_longtext": "Bitcoin Futures CME", "exchange_flag_ci": 5}, {"pair_ID": 33, "search_main_text": "BTC/PLN", "search_main_subtext": "BitBay", "search_main_longtext": "BTC/PLN", "exchange_flag_ci": 241}, {"pair_ID": 49800, "search_main_text": "BTC/EUR", "search_main_subtext": "Kraken", "search_main_longtext": "BTC/EUR", "exchange_flag_ci": 241}, {"pair_ID": 940808, "search_main_text": "BTC/KRW", "search_main_subtext": "Bithumb", "search_main_longtext": "BTC/KRW", "exchange_flag_ci": 241}, {"pair_ID": 997700, "search_main_text": "BTC/XAU", "search_main_subtext": "Synthetic", "search_main_longtext": "BTC/XAU", "exchange_flag_ci": 241}, {"pair_ID": 1010776, "search_main_text": "ETH/BTC", "search_main_subtext": "Poloniex", "search_main_longtext": "ETH/BTC", "exchange_flag_ci": 249}, {"pair_ID": 1024807, "search_main_text": "BTC/BRL", "search_main_subtext": "MercadoBitcoin", "search_main_longtext": "BTC/BRL", "exchange_flag_ci": 241}, {"pair_ID": 1025081, "search_main_text": "BTC/CAD", "search_main_subtext": "Kraken", "search_main_longtext": "BTC/CAD", "exchange_flag_ci": 241}, {"pair_ID": 1031042, "search_main_text": "BCH/BTC", "search_main_subtext": "Bittrex", "search_main_longtext": "BCH/BTC", "exchange_flag_ci": 268}, {"pair_ID": 1031064, "search_main_text": "STRAX/BTC", "search_main_subtext": "Bittrex", "search_main_longtext": "STRAX/BTC", "exchange_flag_ci": 261}, {"pair_ID": 1031069, "search_main_text": "IOTA/BTC", "search_main_subtext": "Bitfinex", "search_main_longtext": "IOTA/BTC", "exchange_flag_ci": 260}, {"pair_ID": 1031071, "search_main_text": "QTUM/BTC", "search_main_subtext": "Bittrex", "search_main_longtext": "QTUM/BTC", "exchange_flag_ci": 267}, {"pair_ID": 1031332, "search_main_text": "BCH/PLN", "search_main_subtext": "BitBay", "search_main_longtext": "BCH/PLN", "exchange_flag_ci": 268}, {"pair_ID": 1031396, "search_main_text": "BCH/KRW", "search_main_subtext": "Bithumb", "search_main_longtext": "BCH/KRW", "exchange_flag_ci": 268}, {"pair_ID": 1031678, "search_main_text": "BTC/RUB", "search_main_subtext": "Exmo", "search_main_longtext": "BTC/RUB", "exchange_flag_ci": 241}, {"pair_ID": 1031687, "search_main_text": "BTC/UAH", "search_main_subtext": "Exmo", "search_main_longtext": "BTC/UAH", "exchange_flag_ci": 241}, {"pair_ID": 1031691, "search_main_text": "NEO/BTC", "search_main_subtext": "Binance", "search_main_longtext": "NEO/BTC", "exchange_flag_ci": 263}, {"pair_ID": 1031705, "search_main_text": "XEM/BTC", "search_main_subtext": "HitBTC", "search_main_longtext": "XEM/BTC", "exchange_flag_ci": 259}, {"pair_ID": 1035811, "search_main_text": "UBQ/BTC", "search_main_subtext": "Bittrex", "search_main_longtext": "UBQ/BTC", "exchange_flag_ci": 270}, {"pair_ID": 1036879, "search_main_text": "BTC/IDR", "search_main_subtext": "BTC Indonesia", "search_main_longtext": "BTC/IDR", "exchange_flag_ci": 241}, {"pair_ID": 1036889, "search_main_text": "DGB/BTC", "search_main_subtext": "Bittrex", "search_main_longtext": "DGB/BTC", "exchange_flag_ci": 293}, {"pair_ID": 1036891, "search_main_text": "NXS/BTC", "search_main_subtext": "Bittrex", "search_main_longtext": "NXS/BTC", "exchange_flag_ci": 297}, {"pair_ID": 1036894, "search_main_text": "SYS/BTC", "search_main_subtext": "Bittrex", "search_main_longtext": "SYS/BTC", "exchange_flag_ci": 304}, {"pair_ID": 1036902, "search_main_text": "NXT/BTC", "search_main_subtext": "Bittrex", "search_main_longtext": "NXT/BTC", "exchange_flag_ci": 306}]}}
{"$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_main_longtext": {"type": "string"}, "exchange_flag_ci": {"type": "integer"}}, "required": ["exchange_flag_ci", "pair_ID", "search_main_longtext", "search_main_subtext", "search_main_text"]}}}, "required": ["pairs_attr"]}}, "required": ["data"]}
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": 125142, "article_time": 1645140233, "article_is_video": "No", "article_author": "KryptoMoney", "article_author_ID": "125142", "author_num_articles": 0, "article_href": "", "third_party_url": "https://invst.ly/xflgz", "article_data": "<p>The cryptocurrency market succumbed to widespread selling pressure as bitcoin and altcoins pared off the earlier gains accumulated. Volatility returned into the cryptocurrency market amid worrying concerns regarding rising U.S. interest rates and the situation between Russia and Ukraine. Bitcoin price slid to lows of $40,088 while Ethereum dropped to $2853 before a slight rebound. [\u2026]</p>\n<p>The post $314 Million Worth Liquidated As Bitcoin Dips to Fresh Lows Near $40K; DIA Defies Selloff; Here Is What Analysts Say appeared first on Latest Crypto News.\n$314 Million Worth Liquidated As Bitcoin Dips to Fresh Lows Near $40K; DIA Defies Selloff; Here Is What Analysts Say was first posted on February 17, 2022 at 6:23 pm.\u00a92021 \"Latest Crypto News\". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at info@kryptomoney.com</p>", "itemType": "External", "itemCategoryTags": "0", "related_image": "https://i-invdn-com.investing.com/companies_logos/analysis3rdparty.jpg", "comments_cnt": "0", "is_partial": "no", "body_len": 970}, {"hash": "d62485878866f527ca0f421b3c7e7675", "article_title": "Bitcoin Billionaire Predicts Possible \u2018Crypto Autumn\u2019", "article_ID": 200618234, "article_masterid": 125142, "article_time": 1645139249, "article_is_video": "No", "article_author": "BitcoinNews", "article_author_ID": "125142", "author_num_articles": 0, "article_href": "", "third_party_url": "https://invst.ly/xfld6", "article_data": "<p>Billionaire Sam-Bankman-Fried Predicts Possible \u2018Crypto Autumn\u2019. Following the recent sharp falls in tech companies and crypto prices, rumors of a \u201ccrypto winter\u201d are circulating. FTX CEO Sam Bankman-Fried told Business Insider, \u201cI don\u2019t think it\u2019s really a winter. We\u2019re still seeing a lot of activity in this space, and a lot of excitement.\u201d He thinks [\u2026]</p>\n<p>The post Bitcoin Billionaire Predicts Possible \u2018Crypto Autumn\u2019 appeared first on BitcoinNews.com.</p>", "itemType": "External", "itemCategoryTags": "0", "related_image": "https://i-invdn-com.investing.com/companies_logos/analysis3rdparty.jpg", "comments_cnt": "0", "is_partial": "no", "body_len": 493}, {"hash": "94ba6fcd738e390d2ec80bb46f7fa480", "article_title": "Heightened Invasion Fears Has Wall Street Selling Everything", "article_ID": 200618228, "article_masterid": 0, "article_time": 1645132040, "article_is_video": "No", "article_author": "Ed Moya", "article_author_ID": "204962515", "author_num_articles": "443", "article_data": "", "article_href": "http://www.investing.com/analysis/heightened-invasion-fears-has-wall-street-selling-everything-200618228", "itemType": "AkapiAdmin", "itemCategoryTags": "280", "related_image": "https://d1-invdn-com.investing.com/company_logo/9b76af5695a99edb117f5fa5b04c66b8.jpg", "comments_cnt": "7", "is_partial": "yes", "body_len": 2380}, {"hash": "816da9458fe80665d4bd14233113295e", "article_title": "BTC/USD Elects Stops Below 43206: Sally Ho's Technical Analysis 18 February 2022 BTC", "article_ID": 200618220, "article_masterid": 125142, "article_time": 1645120800, "article_is_video": "No", "article_author": "CryptoDaily", "article_author_ID": "125142", "author_num_articles": 0, "article_href": "", "third_party_url": "https://invst.ly/xfjd1", "article_data": "", "itemType": "External", "itemCategoryTags": "302", "related_image": "https://i-invdn-com.investing.com/companies_logos/analysis3rdparty.jpg", "comments_cnt": "0", "is_partial": "yes", "body_len": 3004}, {"hash": "59c99d5be6ed5b7ab6584e9a24e10362", "article_title": "Bitcoin, Ethereum Technical Analysis: BTC, ETH Prices Fall Lower Against USD", "article_ID": 200618207, "article_masterid": 125142, "article_time": 1645108483, "article_is_video": "No", "article_author": "Bitcoin.com", "article_author_ID": "125142", "author_num_articles": 0, "article_href": "", "third_party_url": "https://invst.ly/xfgr2", "article_data": "<p>Cryptocurrency markets were trading lower for a second consecutive session, leaving bitcoin and ethereum both in the red. Overall, the crypto market cap was nearly 2% lower as of writing. Bitcoin Bitcoin bulls were nowhere to be found on Thursday, as bearish pressure continued to dominate recent market sentiment. Following a high of $44,309.03 on [\u2026]</p>", "itemType": "External", "itemCategoryTags": "0", "related_image": "https://i-invdn-com.investing.com/companies_logos/analysis3rdparty.jpg", "comments_cnt": "0", "is_partial": "no", "body_len": 361}, {"hash": "e3bd42b59cbe9fec4ed06c62bb17a3b2", "article_title": "Bitcoin Rises, But Could Continue Downtrend", "article_ID": 200618197, "article_masterid": 0, "article_time": 1645097749, "article_is_video": "No", "article_author": "AMarkets Company", "article_author_ID": "201582344", "author_num_articles": "163", "article_data": "", "article_href": "http://www.investing.com/analysis/bitcoin-rises-but-more-downside-looms-200618197", "itemType": "AkapiAdmin", "itemCategoryTags": "302", "related_image": "https://d1-invdn-com.investing.com/company_logo/cb774d743aa5bef400fcc19c52b39008.jpg", "comments_cnt": "0", "is_partial": "yes", "body_len": 3141}, {"hash": "81ee704380cf3ab1567071230feb58fb", "article_title": "Opening Bell: Markets Slide As Traders Eye Russia/Ukraine Tensions; Gold Rallies", "article_ID": 200618185, "article_masterid": 121899, "article_time": 1645103700, "article_is_video": "No", "article_author": "Pinchas Cohen/Investing.com", "article_author_ID": "201478083", "author_num_articles": "2090", "article_data": "", "article_href": "http://www.investing.com/analysis/opening-bell-markets-slide-as-traders-eye-russiaukraine-tensions-gold-rallies-200618185", "itemType": "AkapiAdmin", "itemCategoryTags": "280", "related_image": "https://d1-invdn-com.investing.com/company_logo/dd857202266211477d38b1868cf5396f.jpg", "comments_cnt": "6", "is_partial": "yes", "body_len": 6605}, {"hash": "fdd833c6ef85e22e45e6ebd403cf9820", "article_title": "The Case For Why Gold Was Never An Inflation Hedge", "article_ID": 200618153, "article_masterid": 0, "article_time": 1645077730, "article_is_video": "No", "article_author": "Brian Gilmartin", "article_author_ID": "101058878", "author_num_articles": "995", "article_data": "", "article_href": "http://www.investing.com/analysis/the-case-for-why-gold-was-never-an-inflation-hedge-200618153", "itemType": "AkapiAdmin", "itemCategoryTags": "283", "related_image": "https://d1-invdn-com.investing.com/company_logo/58878_1343136820.png", "comments_cnt": "3", "is_partial": "yes", "body_len": 6404}, {"hash": "bb0dbadac1767cca4b403cced332f004", "article_title": "Bukele tells boomers to stay out \u2013 US senators introduce Bitcoin legislation", "article_ID": 200618143, "article_masterid": 125142, "article_time": 1645051866, "article_is_video": "No", "article_author": "BitcoinNews", "article_author_ID": "125142", "author_num_articles": 0, "article_href": "", "third_party_url": "https://invst.ly/xf6ji", "article_data": "<p>Senators introduce legislation to report on El Salvadors Bitcoin adoption. President Nayib Bukele tells boomers to stay out. The U.S. senators introduced legislation requiring a State Department report on: An analysis of El Salvador\u2019s adoption of Bitcoin as legal tender and the risks for cybersecurity, economic stability, and democratic governance in El Salvador. A plan [\u2026]</p>\n<p>The post Bukele tells boomers to stay out \u2013 US senators introduce Bitcoin legislation appeared first on BitcoinNews.com.</p>", "itemType": "External", "itemCategoryTags": "0", "related_image": "https://i-invdn-com.investing.com/companies_logos/analysis3rdparty.jpg", "comments_cnt": "0", "is_partial": "no", "body_len": 517}]}, "screen_layout": "[L3],[L3],[L3],[L3],[L3],[L3],[L3],[p100],{[L3],[L3],[L3],[L3],[L3],[L3],[L3],[p100],[L3],[L3],[L3]}*"}]}
{"$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", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "article_title": {"type": "string"}, "article_ID": {"type": "integer"}, "article_masterid": {"type": "integer"}, "article_time": {"type": "integer"}, "article_is_video": {"type": "string"}, "article_author": {"type": "string"}, "article_author_ID": {"type": "string"}, "author_num_articles": {"type": ["integer", "string"]}, "article_href": {"type": "string"}, "third_party_url": {"type": "string"}, "article_data": {"type": "string"}, "itemType": {"type": "string"}, "itemCategoryTags": {"type": "string"}, "related_image": {"type": "string"}, "comments_cnt": {"type": "string"}, "is_partial": {"type": "string"}, "body_len": {"type": "integer"}}, "required": ["article_ID", "article_author", "article_author_ID", "article_data", "article_href", "article_is_video", "article_masterid", "article_time", "article_title", "author_num_articles", "body_len", "comments_cnt", "hash", "is_partial", "itemCategoryTags", "itemType", "related_image"]}}}, "required": ["analysis", "next_page", "ob"]}, "screen_layout": {"type": "string"}}, "required": ["screen_ID", "screen_data", "screen_layout"]}}}, "required": ["data"]}
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": "1644836400", "open": "170899", "close": "170899", "min": "170200", "max": "170899", "volume": "0"}, {"start_timestamp": "1644835500", "open": "170996", "close": "170899", "min": "170899", "max": "170997", "volume": "0"}, {"start_timestamp": "1644834600", "open": "170315", "close": "170996", "min": "170200", "max": "170997", "volume": "0"}, {"start_timestamp": "1644833700", "open": "170988", "close": "170315", "min": "170078", "max": "170997", "volume": "0"}, {"start_timestamp": "1644832800", "open": "170699", "close": "170344", "min": "170060", "max": "170997", "volume": "0"}, {"start_timestamp": "1644831900", "open": "169915", "close": "170699", "min": "169702", "max": "170699", "volume": "0"}, {"start_timestamp": "1644831000", "open": "171000", "close": "170006", "min": "170006", "max": "171420", "volume": "0"}, {"start_timestamp": "1644830100", "open": "170317", "close": "171000", "min": "170153", "max": "171000", "volume": "0"}, {"start_timestamp": "1644829200", "open": "170329", "close": "170317", "min": "170154", "max": "170663", "volume": "0"}, {"start_timestamp": "1644828300", "open": "170502", "close": "170329", "min": "169823", "max": "170502", "volume": "0"}, {"start_timestamp": "1644827400", "open": "171562", "close": "170502", "min": "170501", "max": "171603", "volume": "0"}, {"start_timestamp": "1644826500", "open": "171231", "close": "171562", "min": "170390", "max": "171601", "volume": "0"}, {"start_timestamp": "1644825600", "open": "170253", "close": "171231", "min": "170245", "max": "171840", "volume": "0"}, {"start_timestamp": "1644824700", "open": "169450", "close": "170253", "min": "169450", "max": "170898", "volume": "1"}, {"start_timestamp": "1644823800", "open": "169330", "close": "169450", "min": "169330", "max": "170000", "volume": "0"}, {"start_timestamp": "1644822900", "open": "170000", "close": "169330", "min": "169330", "max": "170000", "volume": "0"}, {"start_timestamp": "1644822000", "open": "169349", "close": "170000", "min": "169349", "max": "170000", "volume": "0"}, {"start_timestamp": "1644821100", "open": "169000", "close": "169349", "min": "169000", "max": "170000", "volume": "1"}, {"start_timestamp": "1644820200", "open": "169496", "close": "169000", "min": "169000", "max": "169500", "volume": "0"}, {"start_timestamp": "1644819300", "open": "168800", "close": "169496", "min": "168501", "max": "170000", "volume": "0"}, {"start_timestamp": "1644818400", "open": "169419", "close": "168800", "min": "168200", "max": "169419", "volume": "1"}, {"start_timestamp": "1644817500", "open": "169776", "close": "169419", "min": "169000", "max": "169776", "volume": "1"}, {"start_timestamp": "1644816600", "open": "169778", "close": "169776", "min": "169776", "max": "169778", "volume": "0"}, {"start_timestamp": "1644815700", "open": "169677", "close": "169778", "min": "169677", "max": "169787", "volume": "0"}, {"start_timestamp": "1644814800", "open": "169449", "close": "169677", "min": "168835", "max": "169677", "volume": "0"}, {"start_timestamp": "1644813900", "open": "169449", "close": "169449", "min": "169449", "max": "169449", "volume": "0"}, {"start_timestamp": "1644813000", "open": "169260", "close": "169449", "min": "168657", "max": "169615", "volume": "0"}, {"start_timestamp": "1644812100", "open": "169484", "close": "169260", "min": "168656", "max": "169484", "volume": "0"}, {"start_timestamp": "1644811200", "open": "169682", "close": "169484", "min": "169484", "max": "169682", "volume": "0"}, {"start_timestamp": "1644810300", "open": "169939", "close": "169682", "min": "169194", "max": "169939", "volume": "0"}, {"start_timestamp": "1644809400", "open": "168972", "close": "169939", "min": "168972", "max": "170000", "volume": "0"}, {"start_timestamp": "1644808500", "open": "168200", "close": "168972", "min": "168200", "max": "168972", "volume": "0"}, {"start_timestamp": "1644807600", "open": "168200", "close": "168200", "min": "168200", "max": "168200", "volume": "0"}, {"start_timestamp": "1644806700", "open": "168200", "close": "168200", "min": "168200", "max": "168200", "volume": "0"}, {"start_timestamp": "1644805800", "open": "168800", "close": "168200", "min": "168200", "max": "168800", "volume": "0"}, {"start_timestamp": "1644804900", "open": "168300", "close": "168800", "min": "168300", "max": "169442", "volume": "0"}, {"start_timestamp": "1644804000", "open": "168200", "close": "168300", "min": "168200", "max": "168300", "volume": "0"}, {"start_timestamp": "1644803100", "open": "168823", "close": "168300", "min": "168300", "max": "168823", "volume": "0"}, {"start_timestamp": "1644802200", "open": "169000", "close": "168823", "min": "168324", "max": "169460", "volume": "1"}, {"start_timestamp": "1644801300", "open": "169600", "close": "169000", "min": "169000", "max": "169800", "volume": "0"}, {"start_timestamp": "1644800400", "open": "170000", "close": "169600", "min": "169500", "max": "170000", "volume": "0"}, {"start_timestamp": "1644799500", "open": "170055", "close": "170000", "min": "169500", "max": "170055", "volume": "0"}, {"start_timestamp": "1644798600", "open": "170000", "close": "170055", "min": "169500", "max": "170055", "volume": "1"}, {"start_timestamp": "1644797700", "open": "169600", "close": "170000", "min": "169600", "max": "170362", "volume": "0"}, {"start_timestamp": "1644796800", "open": "170584", "close": "169600", "min": "169600", "max": "170584", "volume": "0"}, {"start_timestamp": "1644795900", "open": "169600", "close": "170584", "min": "169600", "max": "170584", "volume": "0"}, {"start_timestamp": "1644795000", "open": "170705", "close": "169600", "min": "169600", "max": "170705", "volume": "0"}, {"start_timestamp": "1644794100", "open": "170754", "close": "170705", "min": "170705", "max": "170754", "volume": "0"}, {"start_timestamp": "1644793200", "open": "170918", "close": "170754", "min": "170713", "max": "171077", "volume": "1"}, {"start_timestamp": "1644792300", "open": "170893", "close": "170918", "min": "170535", "max": "171324", "volume": "0"}, {"start_timestamp": "1644791400", "open": "171000", "close": "170893", "min": "170500", "max": "171249", "volume": "1"}, {"start_timestamp": "1644790500", "open": "171000", "close": "170694", "min": "170032", "max": "171000", "volume": "0"}, {"start_timestamp": "1644789600", "open": "170000", "close": "171000", "min": "170000", "max": "171000", "volume": "0"}, {"start_timestamp": "1644788700", "open": "170813", "close": "170229", "min": "170100", "max": "170813", "volume": "0"}, {"start_timestamp": "1644787800", "open": "170959", "close": "170813", "min": "170552", "max": "171134", "volume": "0"}, {"start_timestamp": "1644786900", "open": "171235", "close": "170959", "min": "170486", "max": "171235", "volume": "0"}, {"start_timestamp": "1644786000", "open": "170971", "close": "171235", "min": "170589", "max": "171235", "volume": "0"}, {"start_timestamp": "1644785100", "open": "171236", "close": "170971", "min": "169758", "max": "171236", "volume": "1"}, {"start_timestamp": "1644784200", "open": "171326", "close": "171236", "min": "171236", "max": "171326", "volume": "0"}, {"start_timestamp": "1644783300", "open": "169500", "close": "171326", "min": "169500", "max": "171326", "volume": "0"}, {"start_timestamp": "1644782400", "open": "170000", "close": "169500", "min": "169500", "max": "170000", "volume": "0"}, {"start_timestamp": "1644781500", "open": "169500", "close": "170000", "min": "169500", "max": "170005", "volume": "1"}, {"start_timestamp": "1644780600", "open": "169502", "close": "169500", "min": "169500", "max": "170266", "volume": "0"}, {"start_timestamp": "1644779700", "open": "169500", "close": "169502", "min": "169500", "max": "170335", "volume": "0"}, {"start_timestamp": "1644778800", "open": "169500", "close": "169500", "min": "169500", "max": "170234", "volume": "0"}, {"start_timestamp": "1644777900", "open": "169850", "close": "169500", "min": "169500", "max": "170321", "volume": "1"}, {"start_timestamp": "1644777000", "open": "170892", "close": "169850", "min": "169850", "max": "170892", "volume": "0"}, {"start_timestamp": "1644776100", "open": "170456", "close": "170892", "min": "169940", "max": "171000", "volume": "0"}, {"start_timestamp": "1644775200", "open": "170407", "close": "170456", "min": "170080", "max": "171000", "volume": "0"}, {"start_timestamp": "1644774300", "open": "170500", "close": "170407", "min": "169850", "max": "170500", "volume": "1"}, {"start_timestamp": "1644773400", "open": "170500", "close": "170500", "min": "169550", "max": "170500", "volume": "0"}, {"start_timestamp": "1644772500", "open": "170572", "close": "170000", "min": "169600", "max": "170572", "volume": "0"}, {"start_timestamp": "1644771600", "open": "169990", "close": "170572", "min": "169550", "max": "170698", "volume": "0"}, {"start_timestamp": "1644770700", "open": "170000", "close": "170699", "min": "170000", "max": "170699", "volume": "0"}, {"start_timestamp": "1644769800", "open": "170765", "close": "170000", "min": "170000", "max": "170765", "volume": "0"}, {"start_timestamp": "1644768900", "open": "171847", "close": "170765", "min": "170765", "max": "171847", "volume": "0"}, {"start_timestamp": "1644768000", "open": "171505", "close": "171847", "min": "171505", "max": "172445", "volume": "0"}, {"start_timestamp": "1644767100", "open": "172488", "close": "171505", "min": "171505", "max": "172488", "volume": "0"}, {"start_timestamp": "1644766200", "open": "172249", "close": "172488", "min": "171495", "max": "172500", "volume": "0"}, {"start_timestamp": "1644765300", "open": "171135", "close": "172249", "min": "171135", "max": "172249", "volume": "0"}, {"start_timestamp": "1644764400", "open": "171193", "close": "171135", "min": "171135", "max": "171500", "volume": "0"}, {"start_timestamp": "1644763500", "open": "171333", "close": "171193", "min": "170700", "max": "171333", "volume": "0"}, {"start_timestamp": "1644762600", "open": "171940", "close": "171200", "min": "171000", "max": "171960", "volume": "0"}, {"start_timestamp": "1644761700", "open": "171950", "close": "171950", "min": "171950", "max": "172299", "volume": "0"}, {"start_timestamp": "1644760800", "open": "172368", "close": "171950", "min": "171950", "max": "172368", "volume": "0"}, {"start_timestamp": "1644759900", "open": "171950", "close": "172368", "min": "171950", "max": "172368", "volume": "1"}, {"start_timestamp": "1644759000", "open": "171950", "close": "171950", "min": "171950", "max": "172390", "volume": "1"}, {"start_timestamp": "1644758100", "open": "171950", "close": "171950", "min": "171950", "max": "171950", "volume": "0"}, {"start_timestamp": "1644757200", "open": "172388", "close": "171950", "min": "171895", "max": "172388", "volume": "0"}, {"start_timestamp": "1644756300", "open": "172000", "close": "172388", "min": "172000", "max": "172390", "volume": "1"}, {"start_timestamp": "1644755400", "open": "171896", "close": "172000", "min": "171896", "max": "172393", "volume": "0"}, {"start_timestamp": "1644754500", "open": "171895", "close": "171896", "min": "171895", "max": "172412", "volume": "0"}, {"start_timestamp": "1644753600", "open": "171945", "close": "171895", "min": "171895", "max": "171945", "volume": "0"}, {"start_timestamp": "1644752700", "open": "172314", "close": "171945", "min": "170905", "max": "172314", "volume": "1"}, {"start_timestamp": "1644751800", "open": "172132", "close": "172314", "min": "171800", "max": "172474", "volume": "0"}, {"start_timestamp": "1644750900", "open": "171725", "close": "172132", "min": "171725", "max": "172132", "volume": "0"}, {"start_timestamp": "1644750000", "open": "171725", "close": "171725", "min": "171000", "max": "171725", "volume": "0"}, {"start_timestamp": "1644749100", "open": "171725", "close": "171725", "min": "171001", "max": "171725", "volume": "0"}, {"start_timestamp": "1644748200", "open": "171395", "close": "171725", "min": "171395", "max": "171725", "volume": "1"}, {"start_timestamp": "1644747300", "open": "171395", "close": "171395", "min": "171000", "max": "171395", "volume": "0"}, {"start_timestamp": "1644746400", "open": "171000", "close": "171395", "min": "170905", "max": "171398", "volume": "0"}, {"start_timestamp": "1644745500", "open": "171500", "close": "171000", "min": "171000", "max": "171500", "volume": "0"}, {"start_timestamp": "1644744600", "open": "171000", "close": "171500", "min": "171000", "max": "171500", "volume": "0"}, {"start_timestamp": "1644743700", "open": "171714", "close": "171000", "min": "171000", "max": "171714", "volume": "0"}, {"start_timestamp": "1644742800", "open": "171723", "close": "171714", "min": "171714", "max": "171723", "volume": "0"}, {"start_timestamp": "1644741900", "open": "171000", "close": "171723", "min": "171000", "max": "171723", "volume": "0"}, {"start_timestamp": "1644741000", "open": "171725", "close": "171000", "min": "171000", "max": "171725", "volume": "1"}, {"start_timestamp": "1644740100", "open": "171511", "close": "171725", "min": "171275", "max": "171725", "volume": "0"}, {"start_timestamp": "1644739200", "open": "171113", "close": "171511", "min": "171000", "max": "171724", "volume": "0"}, {"start_timestamp": "1644738300", "open": "171372", "close": "171113", "min": "170501", "max": "171621", "volume": "0"}, {"start_timestamp": "1644737400", "open": "171726", "close": "171372", "min": "170800", "max": "171726", "volume": "0"}, {"start_timestamp": "1644736500", "open": "170700", "close": "171726", "min": "170700", "max": "171730", "volume": "0"}, {"start_timestamp": "1644735600", "open": "171540", "close": "170700", "min": "170700", "max": "171540", "volume": "0"}, {"start_timestamp": "1644734700", "open": "171211", "close": "171540", "min": "171211", "max": "171542", "volume": "0"}, {"start_timestamp": "1644733800", "open": "170809", "close": "171211", "min": "170700", "max": "171211", "volume": "0"}, {"start_timestamp": "1644732900", "open": "170809", "close": "170809", "min": "170809", "max": "170809", "volume": "0"}, {"start_timestamp": "1644732000", "open": "170999", "close": "170809", "min": "170300", "max": "170999", "volume": "0"}, {"start_timestamp": "1644731100", "open": "170999", "close": "170999", "min": "170997", "max": "170999", "volume": "0"}, {"start_timestamp": "1644730200", "open": "170672", "close": "170999", "min": "170672", "max": "170999", "volume": "0"}, {"start_timestamp": "1644729300", "open": "170672", "close": "170672", "min": "170672", "max": "170672", "volume": "0"}, {"start_timestamp": "1644728400", "open": "170672", "close": "170672", "min": "170672", "max": "170672", "volume": "0"}, {"start_timestamp": "1644727500", "open": "170672", "close": "170672", "min": "170672", "max": "170672", "volume": "0"}, {"start_timestamp": "1644726600", "open": "170998", "close": "170672", "min": "170324", "max": "170998", "volume": "0"}, {"start_timestamp": "1644725700", "open": "170998", "close": "170998", "min": "170998", "max": "170998", "volume": "0"}, {"start_timestamp": "1644724800", "open": "170968", "close": "170998", "min": "170968", "max": "170998", "volume": "0"}, {"start_timestamp": "1644723900", "open": "170677", "close": "170968", "min": "170677", "max": "170968", "volume": "0"}, {"start_timestamp": "1644723000", "open": "170000", "close": "170677", "min": "170000", "max": "170677", "volume": "0"}, {"start_timestamp": "1644722100", "open": "170000", "close": "170000", "min": "170000", "max": "170000", "volume": "0"}, {"start_timestamp": "1644721200", "open": "170000", "close": "170000", "min": "170000", "max": "170000", "volume": "0"}, {"start_timestamp": "1644720300", "open": "170104", "close": "170000", "min": "170000", "max": "170104", "volume": "0"}, {"start_timestamp": "1644719400", "open": "171508", "close": "170104", "min": "169450", "max": "171508", "volume": "0"}, {"start_timestamp": "1644718500", "open": "171508", "close": "171508", "min": "171508", "max": "171508", "volume": "0"}, {"start_timestamp": "1644717600", "open": "171508", "close": "171508", "min": "171508", "max": "171508", "volume": "0"}, {"start_timestamp": "1644716700", "open": "171767", "close": "171508", "min": "171508", "max": "171767", "volume": "0"}, {"start_timestamp": "1644715800", "open": "171655", "close": "171767", "min": "171655", "max": "171767", "volume": "0"}, {"start_timestamp": "1644714900", "open": "171655", "close": "171655", "min": "171655", "max": "171655", "volume": "0"}, {"start_timestamp": "1644714000", "open": "171635", "close": "171655", "min": "171635", "max": "171655", "volume": "0"}, {"start_timestamp": "1644713100", "open": "171000", "close": "171635", "min": "171000", "max": "171636", "volume": "0"}, {"start_timestamp": "1644712200", "open": "170249", "close": "171000", "min": "170249", "max": "171000", "volume": "1"}, {"start_timestamp": "1644711300", "open": "170000", "close": "170249", "min": "170000", "max": "170318", "volume": "0"}, {"start_timestamp": "1644710400", "open": "170686", "close": "170000", "min": "170000", "max": "170686", "volume": "0"}, {"start_timestamp": "1644709500", "open": "170704", "close": "170686", "min": "170686", "max": "170704", "volume": "0"}, {"start_timestamp": "1644708600", "open": "169988", "close": "170704", "min": "169988", "max": "170894", "volume": "0"}, {"start_timestamp": "1644707700", "open": "170076", "close": "169988", "min": "169198", "max": "170605", "volume": "0"}, {"start_timestamp": "1644706800", "open": "170620", "close": "170076", "min": "169501", "max": "170620", "volume": "1"}, {"start_timestamp": "1644705900", "open": "169999", "close": "170620", "min": "169999", "max": "170620", "volume": "0"}, {"start_timestamp": "1644705000", "open": "170235", "close": "169999", "min": "169999", "max": "170563", "volume": "0"}, {"start_timestamp": "1644704100", "open": "169965", "close": "170235", "min": "169700", "max": "170236", "volume": "0"}, {"start_timestamp": "1644703200", "open": "169051", "close": "169965", "min": "169051", "max": "170127", "volume": "1"}, {"start_timestamp": "1644702300", "open": "169500", "close": "169051", "min": "169050", "max": "170007", "volume": "0"}, {"start_timestamp": "1644701400", "open": "171000", "close": "169500", "min": "169500", "max": "171000", "volume": "0"}, {"start_timestamp": "1644700500", "open": "172463", "close": "171000", "min": "170540", "max": "172463", "volume": "0"}, {"start_timestamp": "1644699600", "open": "172648", "close": "172463", "min": "172093", "max": "172648", "volume": "0"}, {"start_timestamp": "1644698700", "open": "172652", "close": "172648", "min": "172648", "max": "172652", "volume": "0"}, {"start_timestamp": "1644697800", "open": "172747", "close": "172652", "min": "171861", "max": "172747", "volume": "0"}, {"start_timestamp": "1644696900", "open": "172457", "close": "172747", "min": "172457", "max": "172895", "volume": "0"}, {"start_timestamp": "1644696000", "open": "172999", "close": "172457", "min": "171800", "max": "173000", "volume": "0"}, {"start_timestamp": "1644695100", "open": "172972", "close": "172999", "min": "172970", "max": "173000", "volume": "0"}, {"start_timestamp": "1644694200", "open": "172685", "close": "172972", "min": "172426", "max": "173267", "volume": "0"}, {"start_timestamp": "1644693300", "open": "173550", "close": "172685", "min": "172216", "max": "173550", "volume": "0"}, {"start_timestamp": "1644692400", "open": "173190", "close": "173550", "min": "173190", "max": "173644", "volume": "0"}, {"start_timestamp": "1644691500", "open": "173190", "close": "173190", "min": "173190", "max": "173190", "volume": "0"}, {"start_timestamp": "1644690600", "open": "173490", "close": "173300", "min": "172695", "max": "173650", "volume": "1"}]}}
{"$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": {"type": "string"}, "min": {"type": "string"}, "max": {"type": "string"}, "volume": {"type": "string"}}, "required": ["close", "max", "min", "open", "start_timestamp", "volume"]}}}, "required": ["interval_node"]}}, "required": ["pair_data", "quotes_data"]}
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,290.00", "high": "40,800.00", "low": "38,000.00", "vol": "1.58K", "perc_chg": "-5.44%", "color": "#fa4545"}, {"date": 1581955200, "price": "40,290.00", "open": "38,246.67", "high": "40,825.00", "low": "38,133.36", "vol": "3.14K", "perc_chg": "5.34%", "color": "#3fc932"}, {"date": 1581868800, "price": "38,246.67", "open": "39,160.01", "high": "39,172.76", "low": "37,350.00", "vol": "1.46K", "perc_chg": "-2.33%", "color": "#fa4545"}, {"date": 1581782400, "price": "39,160.01", "open": "39,046.34", "high": "39,604.89", "low": "38,250.00", "vol": "1.95K", "perc_chg": "0.29%", "color": "#3fc932"}, {"date": 1581696000, "price": "39,046.34", "open": "40,718.08", "high": "40,792.83", "low": "38,600.00", "vol": "1.83K", "perc_chg": "-4.11%", "color": "#fa4545"}, {"date": 1581609600, "price": "40,718.08", "open": "40,174.39", "high": "40,848.90", "low": "39,634.91", "vol": "1.68K", "perc_chg": "1.35%", "color": "#3fc932"}, {"date": 1581523200, "price": "40,174.39", "open": "40,666.51", "high": "41,331.00", "low": "39,591.52", "vol": "2.40K", "perc_chg": "-1.21%", "color": "#fa4545"}, {"date": 1581436800, "price": "40,666.51", "open": "40,068.40", "high": "40,900.00", "low": "40,000.02", "vol": "1.98K", "perc_chg": "1.49%", "color": "#3fc932"}, {"date": 1581350400, "price": "40,068.40", "open": "38,620.00", "high": "40,455.00", "low": "37,990.00", "vol": "1.86K", "perc_chg": "3.75%", "color": "#3fc932"}, {"date": 1581264000, "price": "38,620.00", "open": "39,659.00", "high": "39,847.56", "low": "37,756.19", "vol": "1.93K", "perc_chg": "-2.62%", "color": "#fa4545"}, {"date": 1581177600, "price": "39,659.00", "open": "38,654.87", "high": "39,676.67", "low": "38,626.43", "vol": "1.96K", "perc_chg": "2.48%", "color": "#3fc932"}, {"date": 1581091200, "price": "38,700.00", "open": "38,313.24", "high": "38,944.99", "low": "37,835.50", "vol": "1.67K", "perc_chg": "1.01%", "color": "#3fc932"}, {"date": 1581004800, "price": "38,313.24", "open": "37,810.00", "high": "38,480.00", "low": "37,700.00", "vol": "1.68K", "perc_chg": "1.33%", "color": "#3fc932"}, {"date": 1580918400, "price": "37,810.00", "open": "37,094.69", "high": "38,038.97", "low": "36,646.26", "vol": "2.17K", "perc_chg": "1.93%", "color": "#3fc932"}, {"date": 1580832000, "price": "37,094.69", "open": "35,490.59", "high": "37,598.99", "low": "35,427.30", "vol": "1.42K", "perc_chg": "4.52%", "color": "#3fc932"}, {"date": 1580745600, "price": "35,490.59", "open": "36,127.34", "high": "36,300.00", "low": "35,100.95", "vol": "1.89K", "perc_chg": "-1.87%", "color": "#fa4545"}, {"date": 1580659200, "price": "36,166.91", "open": "36,150.70", "high": "37,151.71", "low": "35,933.20", "vol": "1.88K", "perc_chg": "0.04%", "color": "#3fc932"}, {"date": 1580572800, "price": "36,150.70", "open": "36,386.52", "high": "36,704.90", "low": "35,400.02", "vol": "1.66K", "perc_chg": "-0.65%", "color": "#fa4545"}, {"date": 1580486400, "price": "36,388.58", "open": "36,135.53", "high": "36,699.98", "low": "36,020.49", "vol": "1.44K", "perc_chg": "0.70%", "color": "#3fc932"}, {"date": 1580400000, "price": "36,135.53", "open": "37,055.67", "high": "37,069.26", "low": "35,800.00", "vol": "1.77K", "perc_chg": "-2.48%", "color": "#fa4545"}, {"date": 1580313600, "price": "37,055.67", "open": "36,087.87", "high": "37,292.67", "low": "35,600.00", "vol": "2.38K", "perc_chg": "2.75%", "color": "#3fc932"}, {"date": 1580227200, "price": "36,062.76", "open": "36,212.00", "high": "36,547.91", "low": "35,773.59", "vol": "1.93K", "perc_chg": "-0.41%", "color": "#fa4545"}, {"date": 1580140800, "price": "36,212.00", "open": "34,518.04", "high": "36,212.00", "low": "34,360.40", "vol": "2.64K", "perc_chg": "4.91%", "color": "#3fc932"}, {"date": 1580054400, "price": "34,518.04", "open": "33,192.63", "high": "34,900.00", "low": "33,055.04", "vol": "1.79K", "perc_chg": "4.00%", "color": "#3fc932"}, {"date": 1579968000, "price": "33,190.13", "open": "32,338.64", "high": "33,200.00", "low": "32,100.00", "vol": "1.89K", "perc_chg": "2.63%", "color": "#3fc932"}, {"date": 1579881600, "price": "32,338.64", "open": "32,595.14", "high": "32,600.00", "low": "32,029.64", "vol": "1.67K", "perc_chg": "-0.80%", "color": "#fa4545"}, {"date": 1579795200, "price": "32,600.00", "open": "32,237.98", "high": "32,950.00", "low": "31,662.57", "vol": "2.75K", "perc_chg": "0.86%", "color": "#3fc932"}, {"date": 1579708800, "price": "32,321.00", "open": "33,089.50", "high": "33,189.99", "low": "31,800.00", "vol": "1.45K", "perc_chg": "-2.32%", "color": "#fa4545"}, {"date": 1579622400, "price": "33,089.50", "open": "33,444.00", "high": "33,600.00", "low": "32,913.78", "vol": "1.43K", "perc_chg": "-1.03%", "color": "#fa4545"}, {"date": 1579536000, "price": "33,435.01", "open": "33,172.31", "high": "33,617.58", "low": "32,403.00", "vol": "1.84K", "perc_chg": "0.81%", "color": "#3fc932"}, {"date": 1579449600, "price": "33,166.55", "open": "33,299.99", "high": "33,450.00", "low": "32,650.00", "vol": "1.79K", "perc_chg": "-0.40%", "color": "#fa4545"}], "summary": {"open": "33,299.99", "highest": "41,331.00", "lowest": "31,662.57", "change_percent": "14.41%", "color": "#3fc932"}, "summary_col_order": ["open", "highest", "lowest", "change_percent"], "summary_columns": {"open": "Open", "highest": "Highest", "lowest": "Lowest", "change_percent": "Chg. %"}}}]}
{"$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": "string"}, "open": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, "vol": {"type": "string"}, "perc_chg": {"type": "string"}}, "required": ["date", "high", "low", "open", "perc_chg", "price", "vol"]}, "columns_order": {"type": "array", "items": {"type": "string"}}, "data": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "integer"}, "price": {"type": "string"}, "open": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, "vol": {"type": "string"}, "perc_chg": {"type": "string"}, "color": {"type": "string"}}, "required": ["color", "date", "high", "low", "open", "perc_chg", "price", "vol"]}}, "summary": {"type": "object", "properties": {"open": {"type": "string"}, "highest": {"type": "string"}, "lowest": {"type": "string"}, "change_percent": {"type": "string"}, "color": {"type": "string"}}, "required": ["change_percent", "color", "highest", "lowest", "open"]}, "summary_col_order": {"type": "array", "items": {"type": "string"}}, "summary_columns": {"type": "object", "properties": {"open": {"type": "string"}, "highest": {"type": "string"}, "lowest": {"type": "string"}, "change_percent": {"type": "string"}}, "required": ["change_percent", "highest", "lowest", "open"]}}, "required": ["columns", "columns_order", "data", "summary", "summary_col_order", "summary_columns"]}}, "required": ["screen_ID", "screen_data"]}}}, "required": ["data"]}
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": "&#x24;", "short_name": "USD", "fullname": "US Dollar", "country_id": "5", "is_default": true}, {"cur_id": 8, "name": "&#x7a;&#x142;", "short_name": "PLN", "fullname": "Polish Zloty", "country_id": "53", "is_default": false}, {"cur_id": 17, "name": "&#x20ac;", "short_name": "EUR", "fullname": "Euro", "country_id": "72", "is_default": false}, {"cur_id": 28, "name": "&#x20a9;", "short_name": "KRW", "fullname": "Korean Won", "country_id": "11", "is_default": false}, {"cur_id": 30, "name": "XAU", "short_name": "XAU", "fullname": "Gold Spot", "country_id": "242", "is_default": false}, {"cur_id": 35, "name": "&#x52;&#x24;", "short_name": "BRL", "fullname": "Brazil Real", "country_id": "32", "is_default": false}, {"cur_id": 15, "name": "&#x43;&#x24;", "short_name": "CAD", "fullname": "Canadian Dollar", "country_id": "6", "is_default": false}, {"cur_id": 9, "name": "&#8378;", "short_name": "TRY", "fullname": "Turkish Lira", "country_id": "63", "is_default": false}, {"cur_id": 79, "name": "&#x440;&#x443;&#x431;&#x2E;", "short_name": "RUB", "fullname": "Russian Ruble", "country_id": "56", "is_default": false}, {"cur_id": 85, "name": "&#x20b4;", "short_name": "UAH", "fullname": "Ukrainian Hryvnia", "country_id": "61", "is_default": false}, {"cur_id": 55, "name": "&#x52;&#x70;", "short_name": "IDR", "fullname": "Indonesian Rupiah", "country_id": "48", "is_default": false}, {"cur_id": 2, "name": "&#xa5;", "short_name": "JPY", "fullname": "Japanese Yen", "country_id": "35", "is_default": false}, {"cur_id": 19, "name": "&#x53;&#x24;", "short_name": "SGD", "fullname": "Singapore Dollar", "country_id": "36", "is_default": false}, {"cur_id": 20, "name": "&#x48;&#x4B;&#x24;", "short_name": "HKD", "fullname": "Hong Kong Dollar", "country_id": "39", "is_default": false}, {"cur_id": 1, "name": "&#x41;&#x24;", "short_name": "AUD", "fullname": "Australian Dollar", "country_id": "25", "is_default": false}, {"cur_id": 29, "name": "&#x20B9;", "short_name": "INR", "fullname": "Indian Rupee", "country_id": "14", "is_default": false}, {"cur_id": 13, "name": "&#x52;", "short_name": "ZAR", "fullname": "South African Rand", "country_id": "110", "is_default": false}, {"cur_id": 14, "name": "&#x4d;&#x65;&#x78;&#x24;", "short_name": "MXN", "fullname": "Mexican Peso", "country_id": "7", "is_default": false}, {"cur_id": 26, "name": "&#xfdfc;", "short_name": "SAR", "fullname": "Saudi Riyal", "country_id": "52", "is_default": false}, {"cur_id": 18, "name": "&#x6b;&#x72;", "short_name": "SEK", "fullname": "Swedish Krona", "country_id": "9", "is_default": false}, {"cur_id": 23, "name": "&#x20aa;", "short_name": "ILS", "fullname": "Israeli Shekel", "country_id": "23", "is_default": false}, {"cur_id": 68, "name": "&#x52;&#x4d;", "short_name": "MYR", "fullname": "Malaysian Ringgit", "country_id": "42", "is_default": false}, {"cur_id": 87, "name": "&#x20AB;", "short_name": "VND", "fullname": "Vietnamese Dong", "country_id": "178", "is_default": false}, {"cur_id": 41, "name": "&#x00A5;", "short_name": "CNY", "fullname": "Chinese Yuan", "country_id": "37", "is_default": false}, {"cur_id": 10, "name": "&#x0E3F;", "short_name": "THB", "fullname": "Thai Baht", "country_id": "41", "is_default": false}, {"cur_id": 69, "name": "&#x20a6;", "short_name": "NGN", "fullname": "Nigerian Naira", "country_id": "20", "is_default": false}, {"cur_id": 5, "name": "&#x4e;&#x5a;&#x24;", "short_name": "NZD", "fullname": "New Zealand Dollar", "country_id": "43", "is_default": false}, {"cur_id": 197, "name": "XRP", "short_name": "XRP", "fullname": "XRP", "country_id": "250", "is_default": false}, {"cur_id": 3, "name": "&#xa3;", "short_name": "GBP", "fullname": "British Pound", "country_id": "4", "is_default": false}, {"cur_id": 4, "name": "CHF", "short_name": "CHF", "fullname": "Swiss Franc", "country_id": "12", "is_default": false}, {"cur_id": 72, "name": "&#x53;&#x2f;&#x2e;", "short_name": "PEN", "fullname": "Peru Sol", "country_id": "125", "is_default": false}, {"cur_id": 195, "name": "&#926;", "short_name": "ETH", "fullname": "Ethereum", "country_id": "249", "is_default": false}, {"cur_id": 155, "name": "&#x5A;&#x4D;&#x4B;", "short_name": "ZMW", "fullname": "Zambia Kwacha", "country_id": "84", "is_default": false}, {"cur_id": 146, "name": "&#x55;&#x73;&#x68;", "short_name": "UGX", "fullname": "Ugandan Shilling", "country_id": "123", "is_default": false}], "market_pair_list": [{"pair_ID": 945629, "pair_name": "BTC/USD", "exchange_name": "Bitfinex", "last": "40,732.0", "change_val": "-3139.0", "change_precent": "(-7.16%)", "pair_change_percent": "-7.16%", "color": "red", "pair_change_color": "#fa4545", "last_timestamp": "1645167874", "volume": "Vol. 6.54K"}, {"pair_ID": 1035793, "pair_name": "BTC/USD", "exchange_name": "Binance", "last": "40,692.2", "change_val": "-3141.6", "change_precent": "(-7.17%)", "pair_change_percent": "-7.17%", "color": "red", "pair_change_color": "#fa4545", "last_timestamp": "1645167858", "volume": "Vol. 48.13K"}, {"pair_ID": 1129220, "pair_name": "BTC/USD", "exchange_name": "Coinbase Pro", "last": "40,729.6", "change_val": "-3137.2", "change_precent": "(-7.15%)", "pair_change_percent": "-7.15%", "color": "red", "pair_change_color": "#fa4545", "last_timestamp": "1645167867", "volume": "Vol. 19.26K"}, {"pair_ID": 1057391, "pair_name": "Investing.com BTC/USD", "exchange_name": "Investing.com", "last": "40,706.1", "change_val": "-3138.9", "change_precent": "(-7.16%)", "pair_change_percent": "-7.16%", "color": "red", "pair_change_color": "#fa4545", "last_timestamp": "1645167869", "volume": "26913214933.374424"}]}}]}
{"$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_id": {"type": ["integer", "string"]}, "name": {"type": "string"}, "short_name": {"type": "string"}, "fullname": {"type": "string"}, "country_id": {"type": "string"}, "is_default": {"type": "boolean"}}, "required": ["country_id", "cur_id", "fullname", "is_default", "name", "short_name"]}}, "market_pair_list": {"type": "array", "items": {"type": "object", "properties": {"pair_ID": {"type": "integer"}, "pair_name": {"type": "string"}, "exchange_name": {"type": "string"}, "last": {"type": "string"}, "change_val": {"type": "string"}, "change_precent": {"type": "string"}, "pair_change_percent": {"type": "string"}, "color": {"type": "string"}, "pair_change_color": {"type": "string"}, "last_timestamp": {"type": "string"}, "volume": {"type": "string"}}, "required": ["change_precent", "change_val", "color", "exchange_name", "last", "last_timestamp", "pair_ID", "pair_change_color", "pair_change_percent", "pair_name", "volume"]}}}, "required": ["additional_currencies", "market_pair_list"]}}, "required": ["screen_ID", "screen_data"]}}}, "required": ["data"]}
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"}, {"key": "Volume", "val": "21"}], "old_version_support": "yes", "pair_type_section": "currency", "pair_ID": 33, "last": "170,898", "bid": "170,291", "ask": "170,898", "change_percent_val": -0.48, "change_val": -827, "change": "-827", "change_precent": "(-0.48%)", "change_precent_raw": "-0.48", "extended_price": "", "extended_change": "", "extended_change_percent": "(-0.69%)", "extended_shown_datetime": "", "extended_shown_unixtime": null, "extended_hours_show_data": "No", "pair_change_color": "#fa4545", "extended_change_color": "#8c9093", "technical_summary_color": "#3fc932", "technical_summary_text": "Buy", "localized_last_step_arrow": "down_red", "extended_localized_last_step_arrow": "", "exchange_is_open": true, "last_timestamp": 1644838430, "last_close_value": "171,725", "open": "171,725", "bond_coupon": "", "day_range": "168,200 - 172,500", "low": "168,200", "high": "172,500", "a52_week_range": "115,088 - 274,999", "a52_week_low": "115,088", "a52_week_high": "274,999", "bond_price_range": "-", "bond_price": "", "isCrypto": true, "turnover_volume": "21", "avg_volume": "0", "volume": "21", "formatted_volume": "21 (0)", "group": "", "siblings_dropdown_menu": ["33", "1062815", "1055981"], "pair_innerpage_header_subtext_is_dropdown": true, "maturity_date": "", "next_earnings_date": "", "underlying": "", "decimal_precision": "0", "one_year_return": "-11.68%", "point_value": "", "eq_dividend": "", "eq_dividend_yield": "N/A", "eq_beta": "", "eq_pe_ratio": "", "eq_revenue": "", "month": "", "eq_market_cap": "", "last_trading_day": "", "asset_type": "", "base_symbol": "", "future_leading_contract_exp_shortdate": "", "summary_check": "_moving_avarge_tool_buy", "technical_summary": [{"timeframe": "300", "text": "Strong Buy", "text_color": "#ffffff", "bg_color": "#22801a"}, {"timeframe": "1800", "text": "Strong Buy", "text_color": "#ffffff", "bg_color": "#22801a"}, {"timeframe": "3600", "text": "Buy", "text_color": "#085c00", "bg_color": "#74bd6d"}, {"timeframe": "86400", "text": "Neutral", "text_color": "#ffffff", "bg_color": "#a6a6a6"}], "overview_news_new": [], "overview_analysis_new": [], "comments": {"type": 5, "contentID": "33", "totalComments": 0, "data": [{"CommentId": 32330934, "TotalReplies": 0, "UserId": 223177508, "UserName": "Ralph Mill", "UserImage": "https://graph.facebook.com/v2.8/5145608915481594/picture", "CommentText": "look on the S&P which is going down. its temporary enthusiasm of little players", "CommentImage": "", "CommentDate": 1642944481, "num_likes": 1, "num_dislikes": 0}, {"CommentId": 32330906, "TotalReplies": 0, "UserId": 223177508, "UserName": "Ralph Mill", "UserImage": "https://graph.facebook.com/v2.8/5145608915481594/picture", "CommentText": "not yet, to much fear on the World market, wait a few days for Putin move", "CommentImage": "", "CommentDate": 1642944195, "num_likes": 1, "num_dislikes": 0}, {"CommentId": 28448149, "TotalReplies": 0, "UserId": 227794130, "UserName": "Muzaffar Gujjar", "UserImage": "https://lh3.googleusercontent.com/a-/AOh14GimdH9HrdEBy2iYjK8xypez-pSJnEsq_8DH0JeFlQ=s96-c", "CommentText": "red", "CommentImage": "", "CommentDate": 1622831726, "num_likes": 2, "num_dislikes": 0}, {"CommentId": 28448071, "TotalReplies": 0, "UserId": 227794130, "UserName": "Muzaffar Gujjar", "UserImage": "https://lh3.googleusercontent.com/a-/AOh14GimdH9HrdEBy2iYjK8xypez-pSJnEsq_8DH0JeFlQ=s96-c", "CommentText": "hi", "CommentImage": "", "CommentDate": 1622831527, "num_likes": 1, "num_dislikes": 0}, {"CommentId": 24681477, "TotalReplies": 0, "UserId": 219319934, "UserName": "Tomek Br", "UserImage": "https://lh3.googleusercontent.com/a-/AOh14GgSbzH_1IoJjuc8LIoStzXmjSa5OMlV_eYxd3A8Aw=s96-c", "CommentText": "bubble", "CommentImage": "", "CommentDate": 1610040351, "num_likes": 2, "num_dislikes": 1}, {"CommentId": 14038574, "TotalReplies": 0, "UserId": 207479746, "UserName": "Lays Freitas", "UserImage": "https://graph.facebook.com/v2.8/2366790006972210/picture", "CommentText": "yes , hair for YouTube", "CommentImage": "", "CommentDate": 1566250676, "num_likes": 0, "num_dislikes": 0}]}, "sentiments": {"bearish": 22, "bullish": 78}}], "pairs_attr": [{"pair_ID": 33, "exchange_ID": "1018", "pair_type_section": "currency", "pair_name_base": "BTC/PLN", "instrument_screens": [22, 25, 63], "chart_timeframes": ["60", "300", "900", "1800", "3600", "18000", "86400", "week", "month"], "currency_in": "", "currency_sym": "", "rf_reporting_currency": "", "isCrypto": true, "pair_symbol": "BTC/PLN", "pair_name": "BTC/PLN", "pair_table_row_main_text": "BTC/PLN", "pair_innerpage_header_text": "BTC/PLN", "pair_innerpage_header_subtext": "BitBay", "zmqIsOpen": "isOpenExch-1018:", "pair_innerpage_quote_subtext": "Real Time", "is_cfd": false, "pair_session_type": "24x7", "pair_innerpage_header_subtext_is_dropdown": true, "underlying_pair_name_text": "", "eq_market_cap": "", "pair_tradenow_name": "BTC/PLN", "excludeFromHoldings": "false", "point_value": "", "point_value_num": "", "point_value_cur": "", "pair_type": "FX", "internal_pair_type_code": "currency", "exp_t": 1645426784, "pair_table_row_main_subtext": "Currency", "chart_default_timeframe": "900", "chart_tfs": "d,w,1m,1y,5y,max", "chart_link": "http://charts.investing.com/index.php?pair_ID=33&timescale=900&candles=50&style=candles&print_title_table=No&detach=off&menu=off", "show_chart_volume": true, "exchange_name": "BitBay", "exchange_flag": "https://i-invdn-com.investing.com/flags_32x32/circle/Bitcoin.png", "exchange_flag_flat": "https://i-invdn-com.investing.com/flags_32x32_ios/Bitcoin.png", "exchange_flag_ci": "241", "siblings_dropdown_menu": ["33", "1062815", "1055981"], "decimal_precision": "0", "search_main_text": "BTC/PLN", "search_main_longtext": "BTC/PLN", "search_main_subtext": "Crypto - BitBay", "pair_ai_url": "http://www.investing.com/crypto/bitcoin/btc-pln", "pair_ai_url_cid": "", "pair_ai_uri": "android-app://com.fusionmedia.investing/app/investing.com/quotes/33", "pair_ai_overview": "BTC/PLN", "pair_ai_news": "BTC/PLN News", "pair_ai_analysis": "BTC/PLN Analysis", "pair_ai_technical": "BTC/PLN Technical Analysis", "pair_ai_comments": "BTC/PLN Forum", "pair_ai_chart": "BTC/PLN Chart", "dfp_Section": "Crypto", "dfp_SectionInstrument": "BTC/PLN", "instrument_screens_investing_pro": [22, 25, 63]}]}}]}
{"$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", "properties": {"overview_table": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "val": {"type": "string"}}, "required": ["key", "val"]}}, "old_version_support": {"type": "string"}, "pair_type_section": {"type": "string"}, "pair_ID": {"type": "integer"}, "last": {"type": "string"}, "bid": {"type": "string"}, "ask": {"type": "string"}, "change_percent_val": {"type": "number"}, "change_val": {"type": "integer"}, "change": {"type": "string"}, "change_precent": {"type": "string"}, "change_precent_raw": {"type": "string"}, "extended_price": {"type": "string"}, "extended_change": {"type": "string"}, "extended_change_percent": {"type": "string"}, "extended_shown_datetime": {"type": "string"}, "extended_shown_unixtime": {"type": "null"}, "extended_hours_show_data": {"type": "string"}, "pair_change_color": {"type": "string"}, "extended_change_color": {"type": "string"}, "technical_summary_color": {"type": "string"}, "technical_summary_text": {"type": "string"}, "localized_last_step_arrow": {"type": "string"}, "extended_localized_last_step_arrow": {"type": "string"}, "exchange_is_open": {"type": "boolean"}, "last_timestamp": {"type": "integer"}, "last_close_value": {"type": "string"}, "open": {"type": "string"}, "bond_coupon": {"type": "string"}, "day_range": {"type": "string"}, "low": {"type": "string"}, "high": {"type": "string"}, "a52_week_range": {"type": "string"}, "a52_week_low": {"type": "string"}, "a52_week_high": {"type": "string"}, "bond_price_range": {"type": "string"}, "bond_price": {"type": "string"}, "isCrypto": {"type": "boolean"}, "turnover_volume": {"type": "string"}, "avg_volume": {"type": "string"}, "volume": {"type": "string"}, "formatted_volume": {"type": "string"}, "group": {"type": "string"}, "siblings_dropdown_menu": {"type": "array", "items": {"type": "string"}}, "pair_innerpage_header_subtext_is_dropdown": {"type": "boolean"}, "maturity_date": {"type": "string"}, "next_earnings_date": {"type": "string"}, "underlying": {"type": "string"}, "decimal_precision": {"type": "string"}, "one_year_return": {"type": "string"}, "point_value": {"type": "string"}, "eq_dividend": {"type": "string"}, "eq_dividend_yield": {"type": "string"}, "eq_beta": {"type": "string"}, "eq_pe_ratio": {"type": "string"}, "eq_revenue": {"type": "string"}, "month": {"type": "string"}, "eq_market_cap": {"type": "string"}, "last_trading_day": {"type": "string"}, "asset_type": {"type": "string"}, "base_symbol": {"type": "string"}, "future_leading_contract_exp_shortdate": {"type": "string"}, "summary_check": {"type": "string"}, "technical_summary": {"type": "array", "items": {"type": "object", "properties": {"timeframe": {"type": "string"}, "text": {"type": "string"}, "text_color": {"type": "string"}, "bg_color": {"type": "string"}}, "required": ["bg_color", "text", "text_color", "timeframe"]}}, "overview_news_new": {"type": "array"}, "overview_analysis_new": {"type": "array"}, "comments": {"type": "object", "properties": {"type": {"type": "integer"}, "contentID": {"type": "string"}, "totalComments": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"CommentId": {"type": "integer"}, "TotalReplies": {"type": "integer"}, "UserId": {"type": "integer"}, "UserName": {"type": "string"}, "UserImage": {"type": "string"}, "CommentText": {"type": "string"}, "CommentImage": {"type": "string"}, "CommentDate": {"type": "integer"}, "num_likes": {"type": "integer"}, "num_dislikes": {"type": "integer"}}, "required": ["CommentDate", "CommentId", "CommentImage", "CommentText", "TotalReplies", "UserId", "UserImage", "UserName", "num_dislikes", "num_likes"]}}}, "required": ["contentID", "data", "totalComments", "type"]}, "sentiments": {"type": "object", "properties": {"bearish": {"type": "integer"}, "bullish": {"type": "integer"}}, "required": ["bearish", "bullish"]}}, "required": ["a52_week_high", "a52_week_low", "a52_week_range", "ask", "asset_type", "avg_volume", "base_symbol", "bid", "bond_coupon", "bond_price", "bond_price_range", "change", "change_percent_val", "change_precent", "change_precent_raw", "change_val", "comments", "day_range", "decimal_precision", "eq_beta", "eq_dividend", "eq_dividend_yield", "eq_market_cap", "eq_pe_ratio", "eq_revenue", "exchange_is_open", "extended_change", "extended_change_color", "extended_change_percent", "extended_hours_show_data", "extended_localized_last_step_arrow", "extended_price", "extended_shown_datetime", "extended_shown_unixtime", "formatted_volume", "future_leading_contract_exp_shortdate", "group", "high", "isCrypto", "last", "last_close_value", "last_timestamp", "last_trading_day", "localized_last_step_arrow", "low", "maturity_date", "month", "next_earnings_date", "old_version_support", "one_year_return", "open", "overview_analysis_new", "overview_news_new", "overview_table", "pair_ID", "pair_change_color", "pair_innerpage_header_subtext_is_dropdown", "pair_type_section", "point_value", "sentiments", "siblings_dropdown_menu", "summary_check", "technical_summary", "technical_summary_color", "technical_summary_text", "turnover_volume", "underlying", "volume"]}}, "pairs_attr": {"type": "array", "items": {"type": "object", "properties": {"pair_ID": {"type": "integer"}, "exchange_ID": {"type": "string"}, "pair_type_section": {"type": "string"}, "pair_name_base": {"type": "string"}, "instrument_screens": {"type": "array", "items": {"type": "integer"}}, "chart_timeframes": {"type": "array", "items": {"type": "string"}}, "currency_in": {"type": "string"}, "currency_sym": {"type": "string"}, "rf_reporting_currency": {"type": "string"}, "isCrypto": {"type": "boolean"}, "pair_symbol": {"type": "string"}, "pair_name": {"type": "string"}, "pair_table_row_main_text": {"type": "string"}, "pair_innerpage_header_text": {"type": "string"}, "pair_innerpage_header_subtext": {"type": "string"}, "zmqIsOpen": {"type": "string"}, "pair_innerpage_quote_subtext": {"type": "string"}, "is_cfd": {"type": "boolean"}, "pair_session_type": {"type": "string"}, "pair_innerpage_header_subtext_is_dropdown": {"type": "boolean"}, "underlying_pair_name_text": {"type": "string"}, "eq_market_cap": {"type": "string"}, "pair_tradenow_name": {"type": "string"}, "excludeFromHoldings": {"type": "string"}, "point_value": {"type": "string"}, "point_value_num": {"type": "string"}, "point_value_cur": {"type": "string"}, "pair_type": {"type": "string"}, "internal_pair_type_code": {"type": "string"}, "exp_t": {"type": "integer"}, "pair_table_row_main_subtext": {"type": "string"}, "chart_default_timeframe": {"type": "string"}, "chart_tfs": {"type": "string"}, "chart_link": {"type": "string"}, "show_chart_volume": {"type": "boolean"}, "exchange_name": {"type": "string"}, "exchange_flag": {"type": "string"}, "exchange_flag_flat": {"type": "string"}, "exchange_flag_ci": {"type": "string"}, "siblings_dropdown_menu": {"type": "array", "items": {"type": "string"}}, "decimal_precision": {"type": "string"}, "search_main_text": {"type": "string"}, "search_main_longtext": {"type": "string"}, "search_main_subtext": {"type": "string"}, "pair_ai_url": {"type": "string"}, "pair_ai_url_cid": {"type": "string"}, "pair_ai_uri": {"type": "string"}, "pair_ai_overview": {"type": "string"}, "pair_ai_news": {"type": "string"}, "pair_ai_analysis": {"type": "string"}, "pair_ai_technical": {"type": "string"}, "pair_ai_comments": {"type": "string"}, "pair_ai_chart": {"type": "string"}, "dfp_Section": {"type": "string"}, "dfp_SectionInstrument": {"type": "string"}, "instrument_screens_investing_pro": {"type": "array", "items": {"type": "integer"}}}, "required": ["chart_default_timeframe", "chart_link", "chart_tfs", "chart_timeframes", "currency_in", "currency_sym", "decimal_precision", "dfp_Section", "dfp_SectionInstrument", "eq_market_cap", "exchange_ID", "exchange_flag", "exchange_flag_ci", "exchange_flag_flat", "exchange_name", "excludeFromHoldings", "exp_t", "instrument_screens", "instrument_screens_investing_pro", "internal_pair_type_code", "isCrypto", "is_cfd", "pair_ID", "pair_ai_analysis", "pair_ai_chart", "pair_ai_comments", "pair_ai_news", "pair_ai_overview", "pair_ai_technical", "pair_ai_uri", "pair_ai_url", "pair_ai_url_cid", "pair_innerpage_header_subtext", "pair_innerpage_header_subtext_is_dropdown", "pair_innerpage_header_text", "pair_innerpage_quote_subtext", "pair_name", "pair_name_base", "pair_session_type", "pair_symbol", "pair_table_row_main_subtext", "pair_table_row_main_text", "pair_tradenow_name", "pair_type", "pair_type_section", "point_value", "point_value_cur", "point_value_num", "rf_reporting_currency", "search_main_longtext", "search_main_subtext", "search_main_text", "show_chart_volume", "siblings_dropdown_menu", "underlying_pair_name_text", "zmqIsOpen"]}}}, "required": ["ob", "pairs_attr", "pairs_data"]}}, "required": ["screen_ID", "screen_data"]}}}, "required": ["data"]}
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=investing.com", "ico_flag": "https://i-invdn-com.investing.com/ico_flags/electronic-energy_80x80.png", "related_days_raw": 355, "related_days": "355 days", "ico_enddate": 1675900800, "ico_enddate_": "2023-02-09", "ico_startdate": 1513728000, "ico_startdate_": "2017-12-20", "ico_complete_pct": "0", "ico_funds_raised_raw": "", "ico_funds_raised": "0", "ico_complete_pct_color": "#fa4545"}], "tabname": "ongoing", "categories": [{"category_id": "_ico_cat_gaming", "category_name": "Gaming"}, {"category_id": "_ico_cat_finance", "category_name": "Finance"}, {"category_id": "_ico_cat_ecomm", "category_name": "eCommerce"}, {"category_id": "_ico_cat_healthcare", "category_name": "Healthcare"}, {"category_id": "_ico_cat_social", "category_name": "Social"}, {"category_id": "_ico_cat_infra", "category_name": "Infrastructure"}, {"category_id": "_ico_cat_security", "category_name": "Security"}, {"category_id": "_ico_cat_real_estate", "category_name": "Real Estate"}, {"category_id": "_ico_cat_gambling", "category_name": "Gambling"}, {"category_id": "_ico_cat_leisure", "category_name": "Leisure"}, {"category_id": "_ico_cat_communication", "category_name": "Communication"}, {"category_id": "_ico_cat_governance", "category_name": "Governance"}, {"category_id": "_ico_cat_Other", "category_name": "Other"}]}}}]}
{"$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": "object", "properties": {"ico_id": {"type": "string"}, "token_symbol": {"type": "string"}, "ico_token_name": {"type": "string"}, "ico_category": {"type": "string"}, "total_supply": {"type": "string"}, "total_supply_raw": {"type": "string"}, "ico_percent": {"type": "string"}, "token_sale_link": {"type": "string"}, "ico_flag": {"type": "string"}, "related_days_raw": {"type": "integer"}, "related_days": {"type": "string"}, "ico_enddate": {"type": "integer"}, "ico_enddate_": {"type": "string"}, "ico_startdate": {"type": "integer"}, "ico_startdate_": {"type": "string"}, "ico_complete_pct": {"type": "string"}, "ico_funds_raised_raw": {"type": "string"}, "ico_funds_raised": {"type": "string"}, "ico_complete_pct_color": {"type": "string"}}, "required": ["ico_category", "ico_complete_pct", "ico_complete_pct_color", "ico_enddate", "ico_enddate_", "ico_flag", "ico_funds_raised", "ico_funds_raised_raw", "ico_id", "ico_percent", "ico_startdate", "ico_startdate_", "ico_token_name", "related_days", "related_days_raw", "token_sale_link", "token_symbol", "total_supply", "total_supply_raw"]}}, "tabname": {"type": "string"}, "categories": {"type": "array", "items": {"type": "object", "properties": {"category_id": {"type": "string"}, "category_name": {"type": "string"}}, "required": ["category_id", "category_name"]}}}, "required": ["categories", "data", "tabname"]}}, "required": ["icoData"]}}, "required": ["screen_ID", "screen_data"]}}}, "required": ["data"]}
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, "max": 171945, "min": 171895, "close": 171895, "navigation": "d", "volume": 0, "vol_open": 27}, {"start_timestamp": 1644754500000, "open": 171895, "max": 172412, "min": 171895, "close": 171896, "navigation": "u", "volume": 0, "vol_open": 27}, {"start_timestamp": 1644755400000, "open": 171896, "max": 172393, "min": 171896, "close": 172000, "navigation": "u", "volume": 0, "vol_open": 27}, {"start_timestamp": 1644756300000, "open": 172000, "max": 172390, "min": 172000, "close": 172388, "navigation": "u", "volume": 1, "vol_open": 27}, {"start_timestamp": 1644757200000, "open": 172388, "max": 172388, "min": 171895, "close": 171950, "navigation": "d", "volume": 0, "vol_open": 28}, {"start_timestamp": 1644758100000, "open": 171950, "max": 171950, "min": 171950, "close": 171950, "navigation": "", "volume": 0, "vol_open": 28}, {"start_timestamp": 1644759000000, "open": 171950, "max": 172390, "min": 171950, "close": 171950, "navigation": "", "volume": 1, "vol_open": 28}, {"start_timestamp": 1644759900000, "open": 171950, "max": 172368, "min": 171950, "close": 172368, "navigation": "u", "volume": 1, "vol_open": 29}, {"start_timestamp": 1644760800000, "open": 172368, "max": 172368, "min": 171950, "close": 171950, "navigation": "d", "volume": 0, "vol_open": 30}, {"start_timestamp": 1644761700000, "open": 171950, "max": 172299, "min": 171950, "close": 171950, "navigation": "", "volume": 0, "vol_open": 30}, {"start_timestamp": 1644762600000, "open": 171940, "max": 171960, "min": 171000, "close": 171200, "navigation": "d", "volume": 0, "vol_open": 29}, {"start_timestamp": 1644763500000, "open": 171333, "max": 171333, "min": 170700, "close": 171193, "navigation": "d", "volume": 0, "vol_open": 29}, {"start_timestamp": 1644764400000, "open": 171193, "max": 171500, "min": 171135, "close": 171135, "navigation": "d", "volume": 0, "vol_open": 29}, {"start_timestamp": 1644765300000, "open": 171135, "max": 172249, "min": 171135, "close": 172249, "navigation": "u", "volume": 0, "vol_open": 28}, {"start_timestamp": 1644766200000, "open": 172249, "max": 172500, "min": 171495, "close": 172488, "navigation": "u", "volume": 0, "vol_open": 28}, {"start_timestamp": 1644767100000, "open": 172488, "max": 172488, "min": 171505, "close": 171505, "navigation": "d", "volume": 0, "vol_open": 28}, {"start_timestamp": 1644768000000, "open": 171505, "max": 172445, "min": 171505, "close": 171847, "navigation": "u", "volume": 0, "vol_open": 28}, {"start_timestamp": 1644768900000, "open": 171847, "max": 171847, "min": 170765, "close": 170765, "navigation": "d", "volume": 0, "vol_open": 26}, {"start_timestamp": 1644769800000, "open": 170765, "max": 170765, "min": 170000, "close": 170000, "navigation": "d", "volume": 0, "vol_open": 24}, {"start_timestamp": 1644770700000, "open": 170000, "max": 170699, "min": 170000, "close": 170699, "navigation": "u", "volume": 0, "vol_open": 21}, {"start_timestamp": 1644771600000, "open": 169990, "max": 170698, "min": 169550, "close": 170572, "navigation": "u", "volume": 0, "vol_open": 20}, {"start_timestamp": 1644772500000, "open": 170572, "max": 170572, "min": 169600, "close": 170000, "navigation": "d", "volume": 0, "vol_open": 20}, {"start_timestamp": 1644773400000, "open": 170500, "max": 170500, "min": 169550, "close": 170500, "navigation": "", "volume": 0, "vol_open": 20}, {"start_timestamp": 1644774300000, "open": 170500, "max": 170500, "min": 169850, "close": 170407, "navigation": "d", "volume": 1, "vol_open": 20}, {"start_timestamp": 1644775200000, "open": 170407, "max": 171000, "min": 170080, "close": 170456, "navigation": "u", "volume": 0, "vol_open": 21}, {"start_timestamp": 1644776100000, "open": 170456, "max": 171000, "min": 169940, "close": 170892, "navigation": "u", "volume": 0, "vol_open": 21}, {"start_timestamp": 1644777000000, "open": 170892, "max": 170892, "min": 169850, "close": 169850, "navigation": "d", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644777900000, "open": 169850, "max": 170321, "min": 169500, "close": 169500, "navigation": "d", "volume": 1, "vol_open": 18}, {"start_timestamp": 1644778800000, "open": 169500, "max": 170234, "min": 169500, "close": 169500, "navigation": "", "volume": 0, "vol_open": 19}, {"start_timestamp": 1644779700000, "open": 169500, "max": 170335, "min": 169500, "close": 169502, "navigation": "u", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644780600000, "open": 169502, "max": 170266, "min": 169500, "close": 169500, "navigation": "d", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644781500000, "open": 169500, "max": 170005, "min": 169500, "close": 170000, "navigation": "u", "volume": 1, "vol_open": 18}, {"start_timestamp": 1644782400000, "open": 170000, "max": 170000, "min": 169500, "close": 169500, "navigation": "d", "volume": 0, "vol_open": 19}, {"start_timestamp": 1644783300000, "open": 169500, "max": 171326, "min": 169500, "close": 171326, "navigation": "u", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644784200000, "open": 171326, "max": 171326, "min": 171236, "close": 171236, "navigation": "d", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644785100000, "open": 171236, "max": 171236, "min": 169758, "close": 170971, "navigation": "d", "volume": 1, "vol_open": 18}, {"start_timestamp": 1644786000000, "open": 170971, "max": 171235, "min": 170589, "close": 171235, "navigation": "u", "volume": 0, "vol_open": 19}, {"start_timestamp": 1644786900000, "open": 171235, "max": 171235, "min": 170486, "close": 170959, "navigation": "d", "volume": 0, "vol_open": 19}, {"start_timestamp": 1644787800000, "open": 170959, "max": 171134, "min": 170552, "close": 170813, "navigation": "d", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644788700000, "open": 170813, "max": 170813, "min": 170100, "close": 170229, "navigation": "d", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644789600000, "open": 170000, "max": 171000, "min": 170000, "close": 171000, "navigation": "u", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644790500000, "open": 171000, "max": 171000, "min": 170032, "close": 170694, "navigation": "d", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644791400000, "open": 171000, "max": 171249, "min": 170500, "close": 170893, "navigation": "d", "volume": 1, "vol_open": 18}, {"start_timestamp": 1644792300000, "open": 170893, "max": 171324, "min": 170535, "close": 170918, "navigation": "u", "volume": 0, "vol_open": 19}, {"start_timestamp": 1644793200000, "open": 170918, "max": 171077, "min": 170713, "close": 170754, "navigation": "d", "volume": 1, "vol_open": 19}, {"start_timestamp": 1644794100000, "open": 170754, "max": 170754, "min": 170705, "close": 170705, "navigation": "d", "volume": 0, "vol_open": 20}, {"start_timestamp": 1644795000000, "open": 170705, "max": 170705, "min": 169600, "close": 169600, "navigation": "d", "volume": 0, "vol_open": 17}, {"start_timestamp": 1644795900000, "open": 169600, "max": 170584, "min": 169600, "close": 170584, "navigation": "u", "volume": 0, "vol_open": 17}, {"start_timestamp": 1644796800000, "open": 170584, "max": 170584, "min": 169600, "close": 169600, "navigation": "d", "volume": 0, "vol_open": 17}, {"start_timestamp": 1644797700000, "open": 169600, "max": 170362, "min": 169600, "close": 170000, "navigation": "u", "volume": 0, "vol_open": 17}, {"start_timestamp": 1644798600000, "open": 170000, "max": 170055, "min": 169500, "close": 170055, "navigation": "u", "volume": 1, "vol_open": 17}, {"start_timestamp": 1644799500000, "open": 170055, "max": 170055, "min": 169500, "close": 170000, "navigation": "d", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644800400000, "open": 170000, "max": 170000, "min": 169500, "close": 169600, "navigation": "d", "volume": 0, "vol_open": 17}, {"start_timestamp": 1644801300000, "open": 169600, "max": 169800, "min": 169000, "close": 169000, "navigation": "d", "volume": 0, "vol_open": 17}, {"start_timestamp": 1644802200000, "open": 169000, "max": 169460, "min": 168324, "close": 168823, "navigation": "d", "volume": 1, "vol_open": 17}, {"start_timestamp": 1644803100000, "open": 168823, "max": 168823, "min": 168300, "close": 168300, "navigation": "d", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644804000000, "open": 168200, "max": 168300, "min": 168200, "close": 168300, "navigation": "u", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644804900000, "open": 168300, "max": 169442, "min": 168300, "close": 168800, "navigation": "u", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644805800000, "open": 168800, "max": 168800, "min": 168200, "close": 168200, "navigation": "d", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644806700000, "open": 168200, "max": 168200, "min": 168200, "close": 168200, "navigation": "", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644807600000, "open": 168200, "max": 168200, "min": 168200, "close": 168200, "navigation": "", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644808500000, "open": 168200, "max": 168972, "min": 168200, "close": 168972, "navigation": "u", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644809400000, "open": 168972, "max": 170000, "min": 168972, "close": 169939, "navigation": "u", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644810300000, "open": 169939, "max": 169939, "min": 169194, "close": 169682, "navigation": "d", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644811200000, "open": 169682, "max": 169682, "min": 169484, "close": 169484, "navigation": "d", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644812100000, "open": 169484, "max": 169484, "min": 168656, "close": 169260, "navigation": "d", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644813000000, "open": 169260, "max": 169615, "min": 168657, "close": 169449, "navigation": "u", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644813900000, "open": 169449, "max": 169449, "min": 169449, "close": 169449, "navigation": "", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644814800000, "open": 169449, "max": 169677, "min": 168835, "close": 169677, "navigation": "u", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644815700000, "open": 169677, "max": 169787, "min": 169677, "close": 169778, "navigation": "u", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644816600000, "open": 169778, "max": 169778, "min": 169776, "close": 169776, "navigation": "d", "volume": 0, "vol_open": 18}, {"start_timestamp": 1644817500000, "open": 169776, "max": 169776, "min": 169000, "close": 169419, "navigation": "d", "volume": 1, "vol_open": 18}, {"start_timestamp": 1644818400000, "open": 169419, "max": 169419, "min": 168200, "close": 168800, "navigation": "d", "volume": 1, "vol_open": 19}, {"start_timestamp": 1644819300000, "open": 168800, "max": 170000, "min": 168501, "close": 169496, "navigation": "u", "volume": 0, "vol_open": 20}, {"start_timestamp": 1644820200000, "open": 169496, "max": 169500, "min": 169000, "close": 169000, "navigation": "d", "volume": 0, "vol_open": 20}, {"start_timestamp": 1644821100000, "open": 169000, "max": 170000, "min": 169000, "close": 169349, "navigation": "u", "volume": 1, "vol_open": 20}, {"start_timestamp": 1644822000000, "open": 169349, "max": 170000, "min": 169349, "close": 170000, "navigation": "u", "volume": 0, "vol_open": 21}, {"start_timestamp": 1644822900000, "open": 170000, "max": 170000, "min": 169330, "close": 169330, "navigation": "d", "volume": 0, "vol_open": 21}, {"start_timestamp": 1644823800000, "open": 169330, "max": 170000, "min": 169330, "close": 169450, "navigation": "u", "volume": 0, "vol_open": 21}, {"start_timestamp": 1644824700000, "open": 169450, "max": 170898, "min": 169450, "close": 170253, "navigation": "u", "volume": 1, "vol_open": 21}, {"start_timestamp": 1644825600000, "open": 170253, "max": 171840, "min": 170245, "close": 171231, "navigation": "u", "volume": 0, "vol_open": 22}, {"start_timestamp": 1644826500000, "open": 171231, "max": 171601, "min": 170390, "close": 171562, "navigation": "u", "volume": 0, "vol_open": 22}, {"start_timestamp": 1644827400000, "open": 171562, "max": 171603, "min": 170501, "close": 170502, "navigation": "d", "volume": 0, "vol_open": 22}, {"start_timestamp": 1644828300000, "open": 170502, "max": 170502, "min": 169823, "close": 170329, "navigation": "d", "volume": 0, "vol_open": 21}, {"start_timestamp": 1644829200000, "open": 170329, "max": 170663, "min": 170154, "close": 170317, "navigation": "d", "volume": 0, "vol_open": 21}, {"start_timestamp": 1644830100000, "open": 170317, "max": 171000, "min": 170153, "close": 171000, "navigation": "u", "volume": 0, "vol_open": 21}, {"start_timestamp": 1644831000000, "open": 171000, "max": 171420, "min": 170006, "close": 170006, "navigation": "d", "volume": 0, "vol_open": 21}, {"start_timestamp": 1644831900000, "open": 169915, "max": 170699, "min": 169702, "close": 170699, "navigation": "u", "volume": 0, "vol_open": 21}, {"start_timestamp": 1644832800000, "open": 170699, "max": 170997, "min": 170060, "close": 170344, "navigation": "d", "volume": 0, "vol_open": 21}, {"start_timestamp": 1644833700000, "open": 170988, "max": 170997, "min": 170078, "close": 170315, "navigation": "d", "volume": 0, "vol_open": 21}, {"start_timestamp": 1644834600000, "open": 170315, "max": 170997, "min": 170200, "close": 170996, "navigation": "u", "volume": 0, "vol_open": 21}, {"start_timestamp": 1644835500000, "open": 170996, "max": 170997, "min": 170899, "close": 170899, "navigation": "d", "volume": 0, "vol_open": 21}, {"start_timestamp": 1644836400000, "open": 170899, "max": 170899, "min": 170200, "close": 170899, "navigation": "", "volume": 0, "vol_open": 21}, {"start_timestamp": 1644837300000, "open": 170899, "max": 170899, "min": 170217, "close": 170217, "navigation": "d", "volume": 0, "vol_open": 21}, {"start_timestamp": 1644838200000, "open": 170217, "max": 170898, "min": 170217, "close": 170898, "navigation": "u", "volume": 0, "vol_open": 21}], "attr": {"use_volume": true}}
{"$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_timestamp": {"type": "integer"}, "open": {"type": "integer"}, "max": {"type": "integer"}, "min": {"type": "integer"}, "close": {"type": "integer"}, "navigation": {"type": "string"}, "volume": {"type": "integer"}, "vol_open": {"type": "integer"}}, "required": ["close", "max", "min", "navigation", "open", "start_timestamp", "vol_open", "volume"]}}, "attr": {"type": "object", "properties": {"use_volume": {"type": "boolean"}}, "required": ["use_volume"]}}, "required": ["_comment", "attr", "candle_colors", "candles"]}
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", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-33.98%", "percent_change_7d_plain": "-33.98", "change_percent_7d_color": "#fa4545", "cross_rates_name": "USNBT", "inst_price_btc": "0.000000365166", "inst_market_cap": "&#x24;163.29K", "inst_market_cap_plain": "163288.6325438311", "volume_24h_usd": "&#x24;0.05K", "volume_24h_usd_plain": "54.1791221", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/nubits.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/nubits.png"}, {"id": "714", "name": "Zetacoin", "country_id": "767", "pair_id": 1071390, "currency_symbol": "ZET", "inst_price_usd": "0.004087", "pair_change_arrow": "up_green", "change_percent_1d": "+347.69%", "pair_change_percent_numeric": "347.69", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-6.02%", "percent_change_7d_plain": "-6.02", "change_percent_7d_color": "#fa4545", "cross_rates_name": "ZET", "inst_price_btc": "0.0000000299981", "inst_market_cap": "&#x24;213.78K", "inst_market_cap_plain": "213782.62627495898", "volume_24h_usd": "&#x24;0", "volume_24h_usd_plain": "0", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/zetacoin.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/zetacoin.png"}, {"id": "1610", "name": "PressOne", "country_id": "1662", "pair_id": 1130860, "currency_symbol": "PRS", "inst_price_usd": "0.03499", "pair_change_arrow": "up_green", "change_percent_1d": "+130.20%", "pair_change_percent_numeric": "130.20", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+1.33%", "percent_change_7d_plain": "1.33", "change_percent_7d_color": "#3fc932", "cross_rates_name": "PRS", "inst_price_btc": "0.00000063491", "inst_market_cap": "&#x24;10.23M", "inst_market_cap_plain": "10232332.959888", "volume_24h_usd": "&#x24;0", "volume_24h_usd_plain": "0", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/pressone.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/pressone.png"}, {"id": "1543", "name": "AI Doctor", "country_id": "1595", "pair_id": 1153432, "currency_symbol": "AIDOC", "inst_price_usd": "0.000492", "pair_change_arrow": "up_green", "change_percent_1d": "+101.87%", "pair_change_percent_numeric": "101.87", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-30.67%", "percent_change_7d_plain": "-30.67", "change_percent_7d_color": "#fa4545", "cross_rates_name": "AIDOC", "inst_price_btc": "0.00000000222386", "inst_market_cap": "&#x24;70.43K", "inst_market_cap_plain": "70430.35944963232", "volume_24h_usd": "&#x24;0.88K", "volume_24h_usd_plain": "876.52128814", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/aidoc.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/aidoc.png"}, {"id": "1191", "name": "Regalcoin", "country_id": "1244", "pair_id": 1061826, "currency_symbol": "REC", "inst_price_usd": "0.004581", "pair_change_arrow": "up_green", "change_percent_1d": "+98.12%", "pair_change_percent_numeric": "98.12", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+12.76%", "percent_change_7d_plain": "12.76", "change_percent_7d_color": "#3fc932", "cross_rates_name": "REC", "inst_price_btc": "0.000000205851", "inst_market_cap": "&#x24;46.55K", "inst_market_cap_plain": "46550.887302306", "volume_24h_usd": "&#x24;0", "volume_24h_usd_plain": "0", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/regalcoin.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/regalcoin.png"}, {"id": "1599", "name": "FuturoCoin", "country_id": "1651", "pair_id": 1066748, "currency_symbol": "FTO", "inst_price_usd": "0.0072", "pair_change_arrow": "up_green", "change_percent_1d": "+89.92%", "pair_change_percent_numeric": "89.92", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+45.59%", "percent_change_7d_plain": "45.59", "change_percent_7d_color": "#3fc932", "cross_rates_name": "FTO", "inst_price_btc": "0.0000000169999", "inst_market_cap": "&#x24;0", "inst_market_cap_plain": "0", "volume_24h_usd": "&#x24;0.14K", "volume_24h_usd_plain": "135.4839865", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/futurocoin.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/futurocoin.png"}, {"id": "2139", "name": "Santa Floki", "country_id": "2210", "pair_id": 1183117, "currency_symbol": "HOHOHO", "inst_price_usd": "0.00000031", "pair_change_arrow": "up_green", "change_percent_1d": "+63.16%", "pair_change_percent_numeric": "63.16", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+112.30%", "percent_change_7d_plain": "112.30", "change_percent_7d_color": "#3fc932", "cross_rates_name": "HOHOHO", "inst_price_btc": "0.00000000000982989", "inst_market_cap": "&#x24;0", "inst_market_cap_plain": "0", "volume_24h_usd": "&#x24;196.72K", "volume_24h_usd_plain": "196723.88435782", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/santa-floki.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/santa-floki.png"}, {"id": "1222", "name": "Advanced Internet Blocks", "country_id": "1275", "pair_id": 1071754, "currency_symbol": "AIB", "inst_price_usd": "0.001641", "pair_change_arrow": "up_green", "change_percent_1d": "+49.04%", "pair_change_percent_numeric": "49.04", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-6.54%", "percent_change_7d_plain": "-6.54", "change_percent_7d_color": "#fa4545", "cross_rates_name": "AIB", "inst_price_btc": "0.000000148661", "inst_market_cap": "&#x24;0", "inst_market_cap_plain": "0", "volume_24h_usd": "&#x24;4.64K", "volume_24h_usd_plain": "4641.75590465", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/advanced-internet-blocks.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/advanced-internet-blocks.png"}, {"id": "829", "name": "Titcoin", "country_id": "882", "pair_id": 1070653, "currency_symbol": "TITn", "inst_price_usd": "0.001627", "pair_change_arrow": "up_green", "change_percent_1d": "+48.48%", "pair_change_percent_numeric": "48.48", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+13.03%", "percent_change_7d_plain": "13.03", "change_percent_7d_color": "#3fc932", "cross_rates_name": "TIT", "inst_price_btc": "0.0000000100079", "inst_market_cap": "&#x24;17.93K", "inst_market_cap_plain": "17932.107513032", "volume_24h_usd": "&#x24;0", "volume_24h_usd_plain": "0", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/titcoin.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/titcoin.png"}, {"id": "1319", "name": "Starbase", "country_id": "1372", "pair_id": 1072162, "currency_symbol": "STAR", "inst_price_usd": "0.004821", "pair_change_arrow": "up_green", "change_percent_1d": "+32.30%", "pair_change_percent_numeric": "32.30", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+1.22%", "percent_change_7d_plain": "1.22", "change_percent_7d_color": "#3fc932", "cross_rates_name": "STAR", "inst_price_btc": "0.0000000959466", "inst_market_cap": "&#x24;732.53K", "inst_market_cap_plain": "732534.0514066797", "volume_24h_usd": "&#x24;621.50K", "volume_24h_usd_plain": "621503.71338738", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/starbase.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/starbase.png"}, {"id": "1338", "name": "BTCMoon", "country_id": "1391", "pair_id": 1061858, "currency_symbol": "BTCM", "inst_price_usd": "0.001911", "pair_change_arrow": "up_green", "change_percent_1d": "+32.15%", "pair_change_percent_numeric": "32.15", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+12.76%", "percent_change_7d_plain": "12.76", "change_percent_7d_color": "#3fc932", "cross_rates_name": "BTCM", "inst_price_btc": "0.0000000661665", "inst_market_cap": "&#x24;0", "inst_market_cap_plain": "0", "volume_24h_usd": "&#x24;0", "volume_24h_usd_plain": "0", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/btcmoon.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/btcmoon.png"}, {"id": "782", "name": "InsaneCoin", "country_id": "835", "pair_id": 1077113, "currency_symbol": "INSN", "inst_price_usd": "0.006916", "pair_change_arrow": "up_green", "change_percent_1d": "+31.47%", "pair_change_percent_numeric": "31.47", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-0.14%", "percent_change_7d_plain": "-0.14", "change_percent_7d_color": "#fa4545", "cross_rates_name": "INSN", "inst_price_btc": "0.000000169989", "inst_market_cap": "&#x24;180.15K", "inst_market_cap_plain": "180151.65280118698", "volume_24h_usd": "&#x24;0", "volume_24h_usd_plain": "0", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/insanecoin-insn.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/insanecoin-insn.png"}, {"id": "592", "name": "TrezarCoin", "country_id": "645", "pair_id": 1071301, "currency_symbol": "TZC", "inst_price_usd": "0.000814", "pair_change_arrow": "up_green", "change_percent_1d": "+23.68%", "pair_change_percent_numeric": "23.68", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-18.68%", "percent_change_7d_plain": "-18.68", "change_percent_7d_color": "#fa4545", "cross_rates_name": "TZC", "inst_price_btc": "0.0000000161882", "inst_market_cap": "&#x24;171.09K", "inst_market_cap_plain": "171088.84356468875", "volume_24h_usd": "&#x24;0.02K", "volume_24h_usd_plain": "17.08549554", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/trezarcoin.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/trezarcoin.png"}, {"id": "1950", "name": "IQeon", "country_id": "2002", "pair_id": 1156449, "currency_symbol": "IQN", "inst_price_usd": "2.848145", "pair_change_arrow": "up_green", "change_percent_1d": "+23.62%", "pair_change_percent_numeric": "23.62", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+4.72%", "percent_change_7d_plain": "4.72", "change_percent_7d_color": "#3fc932", "cross_rates_name": "IQN", "inst_price_btc": "0.0000773503", "inst_market_cap": "&#x24;17.30M", "inst_market_cap_plain": "17297303.41328341", "volume_24h_usd": "&#x24;1.67M", "volume_24h_usd_plain": "1671149.06573663", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/iqeon.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/iqeon.png"}, {"id": "1643", "name": "Restart Energy MWAT", "country_id": "1695", "pair_id": 1073129, "currency_symbol": "MWAT", "inst_price_usd": "0.009091", "pair_change_arrow": "up_green", "change_percent_1d": "+23.08%", "pair_change_percent_numeric": "23.08", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+0.01%", "percent_change_7d_plain": "0.01", "change_percent_7d_color": "#3fc932", "cross_rates_name": "MWAT", "inst_price_btc": "0.000000167414", "inst_market_cap": "&#x24;4.09M", "inst_market_cap_plain": "4094280.0435177", "volume_24h_usd": "&#x24;0", "volume_24h_usd_plain": "0", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/restart-energy-mwat.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/restart-energy-mwat.png"}, {"id": "470", "name": "Lunyr", "country_id": "523", "pair_id": 1061771, "currency_symbol": "LUN", "inst_price_usd": "0.1254", "pair_change_arrow": "up_green", "change_percent_1d": "+22.71%", "pair_change_percent_numeric": "22.71", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-6.02%", "percent_change_7d_plain": "-6.02", "change_percent_7d_color": "#fa4545", "cross_rates_name": "LUN", "inst_price_btc": "0.00000186988", "inst_market_cap": "&#x24;174.96K", "inst_market_cap_plain": "174957.85915508578", "volume_24h_usd": "&#x24;0", "volume_24h_usd_plain": "0", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/lunyr.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/lunyr.png"}, {"id": "2104", "name": "Shiden Network", "country_id": "2175", "pair_id": 1179519, "currency_symbol": "SDN", "inst_price_usd": "1.153", "pair_change_arrow": "up_green", "change_percent_1d": "+22.08%", "pair_change_percent_numeric": "22.08", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+11.79%", "percent_change_7d_plain": "11.79", "change_percent_7d_color": "#3fc932", "cross_rates_name": "SDN", "inst_price_btc": "0.0000276741", "inst_market_cap": "&#x24;56.86M", "inst_market_cap_plain": "56859200.382465065", "volume_24h_usd": "&#x24;4.24M", "volume_24h_usd_plain": "4243861.76877323", "total_volume_plain": "0.01", "total_volume": "0.01%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/shiden-network.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/shiden-network.png"}, {"id": "1970", "name": "BitCapitalVendor", "country_id": "2022", "pair_id": 1167170, "currency_symbol": "BCV", "inst_price_usd": "0.000227", "pair_change_arrow": "up_green", "change_percent_1d": "+18.10%", "pair_change_percent_numeric": "18.10", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-1.32%", "percent_change_7d_plain": "-1.32", "change_percent_7d_color": "#fa4545", "cross_rates_name": "BCV", "inst_price_btc": "0.0000000044466", "inst_market_cap": "&#x24;184.90K", "inst_market_cap_plain": "184899.41842005216", "volume_24h_usd": "&#x24;80.00K", "volume_24h_usd_plain": "79999.34341928", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/bitcapitalvendor.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/bitcapitalvendor.png"}, {"id": "1183", "name": "Bread", "country_id": "1236", "pair_id": 1066594, "currency_symbol": "BRD", "inst_price_usd": "0.34317", "pair_change_arrow": "up_green", "change_percent_1d": "+17.89%", "pair_change_percent_numeric": "17.89", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+9.19%", "percent_change_7d_plain": "9.19", "change_percent_7d_color": "#3fc932", "cross_rates_name": "BRD", "inst_price_btc": "0.00000835602", "inst_market_cap": "&#x24;30.24M", "inst_market_cap_plain": "30235408.999896735", "volume_24h_usd": "&#x24;2.90M", "volume_24h_usd_plain": "2903505.93429054", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/bread.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/bread.png"}, {"id": "1947", "name": "DDKoin", "country_id": "1999", "pair_id": 1176653, "currency_symbol": "DDK", "inst_price_usd": "0.1577", "pair_change_arrow": "up_green", "change_percent_1d": "+16.21%", "pair_change_percent_numeric": "16.21", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+48.39%", "percent_change_7d_plain": "48.39", "change_percent_7d_color": "#3fc932", "cross_rates_name": "DDK", "inst_price_btc": "0.00000656416", "inst_market_cap": "&#x24;457.06K", "inst_market_cap_plain": "457059.28184765705", "volume_24h_usd": "&#x24;13.30K", "volume_24h_usd_plain": "13300.57468429", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/ddkoin.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/ddkoin.png"}, {"id": "421", "name": "Viberate", "country_id": "474", "pair_id": 1061462, "currency_symbol": "VIB", "inst_price_usd": "0.042704", "pair_change_arrow": "up_green", "change_percent_1d": "+15.42%", "pair_change_percent_numeric": "15.42", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-11.71%", "percent_change_7d_plain": "-11.71", "change_percent_7d_color": "#fa4545", "cross_rates_name": "VIB", "inst_price_btc": "0.000000812186", "inst_market_cap": "&#x24;6.51M", "inst_market_cap_plain": "6509275.125520233", "volume_24h_usd": "&#x24;451.09K", "volume_24h_usd_plain": "451087.83896413", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/viberate.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/viberate.png"}, {"id": "275", "name": "Edgeless", "country_id": "327", "pair_id": 1061813, "currency_symbol": "EDG", "inst_price_usd": "0.02588", "pair_change_arrow": "up_green", "change_percent_1d": "+15.03%", "pair_change_percent_numeric": "15.03", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-21.38%", "percent_change_7d_plain": "-21.38", "change_percent_7d_color": "#fa4545", "cross_rates_name": "EDG", "inst_price_btc": "0.000000648959", "inst_market_cap": "&#x24;3.23M", "inst_market_cap_plain": "3227727.268048642", "volume_24h_usd": "&#x24;0.69K", "volume_24h_usd_plain": "694.32677584", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/edgeless.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/edgeless.png"}, {"id": "494", "name": "Circuits of Value", "country_id": "547", "pair_id": 1071234, "currency_symbol": "COVAL", "inst_price_usd": "0.068145", "pair_change_arrow": "up_green", "change_percent_1d": "+14.71%", "pair_change_percent_numeric": "14.71", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-3.65%", "percent_change_7d_plain": "-3.65", "change_percent_7d_color": "#fa4545", "cross_rates_name": "COVAL", "inst_price_btc": "0.00000143252", "inst_market_cap": "&#x24;104.22M", "inst_market_cap_plain": "104223704.39750811", "volume_24h_usd": "&#x24;1.17M", "volume_24h_usd_plain": "1169821.13670353", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/circuits-of-value.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/circuits-of-value.png"}, {"id": "2150", "name": "API3", "country_id": "2221", "pair_id": 1184984, "currency_symbol": "API3", "inst_price_usd": "5.475", "pair_change_arrow": "up_green", "change_percent_1d": "+14.25%", "pair_change_percent_numeric": "14.25", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+27.19%", "percent_change_7d_plain": "27.19", "change_percent_7d_color": "#3fc932", "cross_rates_name": "API3", "inst_price_btc": "0.000132818", "inst_market_cap": "&#x24;199.60M", "inst_market_cap_plain": "199604772.1987724", "volume_24h_usd": "&#x24;190.57M", "volume_24h_usd_plain": "190567323.54434004", "total_volume_plain": "0.22", "total_volume": "0.22%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/api3.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/api3.png"}, {"id": "258", "name": "Bytom", "country_id": "310", "pair_id": 1061455, "currency_symbol": "BTM", "inst_price_usd": "0.02964", "pair_change_arrow": "up_green", "change_percent_1d": "+13.93%", "pair_change_percent_numeric": "13.93", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+5.07%", "percent_change_7d_plain": "5.07", "change_percent_7d_color": "#3fc932", "cross_rates_name": "BTM", "inst_price_btc": "0.000000729671", "inst_market_cap": "&#x24;48.69M", "inst_market_cap_plain": "48694008.96627923", "volume_24h_usd": "&#x24;9.42M", "volume_24h_usd_plain": "9419727.60989342", "total_volume_plain": "0.01", "total_volume": "0.01%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/bytom.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/bytom.png"}, {"id": "1659", "name": "BABB", "country_id": "1711", "pair_id": 1094106, "currency_symbol": "BAX", "inst_price_usd": "0.000347", "pair_change_arrow": "up_green", "change_percent_1d": "+11.94%", "pair_change_percent_numeric": "11.94", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-10.53%", "percent_change_7d_plain": "-10.53", "change_percent_7d_color": "#fa4545", "cross_rates_name": "BAX", "inst_price_btc": "0.00000000857468", "inst_market_cap": "&#x24;17.41M", "inst_market_cap_plain": "17406541.463997796", "volume_24h_usd": "&#x24;310.12K", "volume_24h_usd_plain": "310116.42009139", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/babb.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/babb.png"}, {"id": "333", "name": "Substratum", "country_id": "386", "pair_id": 1167263, "currency_symbol": "SUB", "inst_price_usd": "0.00244", "pair_change_arrow": "up_green", "change_percent_1d": "+11.75%", "pair_change_percent_numeric": "11.75", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+13.25%", "percent_change_7d_plain": "13.25", "change_percent_7d_color": "#3fc932", "cross_rates_name": "SUB", "inst_price_btc": "0.0000000578066", "inst_market_cap": "&#x24;901.56K", "inst_market_cap_plain": "901564.9846236305", "volume_24h_usd": "&#x24;0.86K", "volume_24h_usd_plain": "863.74146974", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/substratum.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/substratum.png"}, {"id": "1791", "name": "Aurora", "country_id": "1843", "pair_id": 1094124, "currency_symbol": "AOAR", "inst_price_usd": "0.001221", "pair_change_arrow": "up_green", "change_percent_1d": "+11.36%", "pair_change_percent_numeric": "11.36", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-8.32%", "percent_change_7d_plain": "-8.32", "change_percent_7d_color": "#fa4545", "cross_rates_name": "AOA", "inst_price_btc": "0.0000000271568", "inst_market_cap": "&#x24;11.03M", "inst_market_cap_plain": "11030378.789273668", "volume_24h_usd": "&#x24;355.95K", "volume_24h_usd_plain": "355947.15113423", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/aurora.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/aurora.png"}, {"id": "436", "name": "Genesis Vision", "country_id": "489", "pair_id": 1065481, "currency_symbol": "GVT", "inst_price_usd": "1.1197", "pair_change_arrow": "up_green", "change_percent_1d": "+11.25%", "pair_change_percent_numeric": "11.25", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-7.16%", "percent_change_7d_plain": "-7.16", "change_percent_7d_color": "#fa4545", "cross_rates_name": "GVT", "inst_price_btc": "0.00000809949", "inst_market_cap": "&#x24;1.46M", "inst_market_cap_plain": "1459999.4283231122", "volume_24h_usd": "&#x24;28.89K", "volume_24h_usd_plain": "28894.75735257", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/genesis-vision.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/genesis-vision.png"}, {"id": "1548", "name": "Bitcoin God", "country_id": "1600", "pair_id": 1066718, "currency_symbol": "GOD", "inst_price_usd": "2.8588", "pair_change_arrow": "up_green", "change_percent_1d": "+9.95%", "pair_change_percent_numeric": "9.95", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-15.14%", "percent_change_7d_plain": "-15.14", "change_percent_7d_color": "#fa4545", "cross_rates_name": "GOD", "inst_price_btc": "0.0000702987", "inst_market_cap": "&#x24;0", "inst_market_cap_plain": "0", "volume_24h_usd": "&#x24;965.84K", "volume_24h_usd_plain": "965843.17768915", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/bitcoin-god.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/bitcoin-god.png"}, {"id": "664", "name": "Bitcoin Red", "country_id": "717", "pair_id": 1061848, "currency_symbol": "BTCRED", "inst_price_usd": "0.002640", "pair_change_arrow": "up_green", "change_percent_1d": "+9.55%", "pair_change_percent_numeric": "9.55", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+12.76%", "percent_change_7d_plain": "12.76", "change_percent_7d_color": "#3fc932", "cross_rates_name": "BTCRED", "inst_price_btc": "0.00000024261", "inst_market_cap": "&#x24;90.02K", "inst_market_cap_plain": "90017.470876533", "volume_24h_usd": "&#x24;0", "volume_24h_usd_plain": "0", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/bitcoin-red.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/bitcoin-red.png"}, {"id": "482", "name": "KickToken", "country_id": "535", "pair_id": 1162412, "currency_symbol": "KICK", "inst_price_usd": "0.012000", "pair_change_arrow": "up_green", "change_percent_1d": "+9.09%", "pair_change_percent_numeric": "9.09", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-6.72%", "percent_change_7d_plain": "-6.72", "change_percent_7d_color": "#fa4545", "cross_rates_name": "KICK", "inst_price_btc": "0.000000668075", "inst_market_cap": "&#x24;3.41M", "inst_market_cap_plain": "3412221.4631337", "volume_24h_usd": "&#x24;142.94K", "volume_24h_usd_plain": "142936.52954973", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/kick-token-.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/kick-token-.png"}, {"id": "1848", "name": "Dero", "country_id": "1900", "pair_id": 1096010, "currency_symbol": "DERO", "inst_price_usd": "15.36874237", "pair_change_arrow": "up_green", "change_percent_1d": "+8.64%", "pair_change_percent_numeric": "8.64", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+13.64%", "percent_change_7d_plain": "13.64", "change_percent_7d_color": "#3fc932", "cross_rates_name": "DERO", "inst_price_btc": "0.000331973", "inst_market_cap": "&#x24;151.34M", "inst_market_cap_plain": "151336569.3031667", "volume_24h_usd": "&#x24;1.42M", "volume_24h_usd_plain": "1422296.57959493", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/dero.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/dero.png"}, {"id": "1654", "name": "TokenPay", "country_id": "1706", "pair_id": 1094143, "currency_symbol": "TPAY", "inst_price_usd": "0.04025", "pair_change_arrow": "up_green", "change_percent_1d": "+7.96%", "pair_change_percent_numeric": "7.96", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+11.17%", "percent_change_7d_plain": "11.17", "change_percent_7d_color": "#3fc932", "cross_rates_name": "TPAY", "inst_price_btc": "0.000000958599", "inst_market_cap": "&#x24;861.71K", "inst_market_cap_plain": "861706.9008659495", "volume_24h_usd": "&#x24;86.60K", "volume_24h_usd_plain": "86596.26244921", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/tokenpay.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/tokenpay.png"}, {"id": "1913", "name": "Beam", "country_id": "1965", "pair_id": 1142597, "currency_symbol": "BEAM", "inst_price_usd": "0.399105", "pair_change_arrow": "up_green", "change_percent_1d": "+7.39%", "pair_change_percent_numeric": "7.39", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-0.71%", "percent_change_7d_plain": "-0.71", "change_percent_7d_color": "#fa4545", "cross_rates_name": "BEAM", "inst_price_btc": "0.00000976266", "inst_market_cap": "&#x24;42.94M", "inst_market_cap_plain": "42940890.78931938", "volume_24h_usd": "&#x24;21.15M", "volume_24h_usd_plain": "21151097.68845886", "total_volume_plain": "0.02", "total_volume": "0.02%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/beam.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/beam.png"}, {"id": "587", "name": "ZClassic", "country_id": "640", "pair_id": 1066691, "currency_symbol": "ZCL", "inst_price_usd": "0.0834", "pair_change_arrow": "up_green", "change_percent_1d": "+7.18%", "pair_change_percent_numeric": "7.18", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-17.31%", "percent_change_7d_plain": "-17.31", "change_percent_7d_color": "#fa4545", "cross_rates_name": "ZCL", "inst_price_btc": "0.00000205999", "inst_market_cap": "&#x24;779.00K", "inst_market_cap_plain": "779003.5797351183", "volume_24h_usd": "&#x24;1.54K", "volume_24h_usd_plain": "1536.05741858", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/zclassic.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/zclassic.png"}, {"id": "762", "name": "Carboncoin", "country_id": "815", "pair_id": 1061859, "currency_symbol": "CARBON", "inst_price_usd": "0.0000445", "pair_change_arrow": "up_green", "change_percent_1d": "+7.03%", "pair_change_percent_numeric": "7.03", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-6.02%", "percent_change_7d_plain": "-6.02", "change_percent_7d_color": "#fa4545", "cross_rates_name": "CARBON", "inst_price_btc": "0.00000000999937", "inst_market_cap": "&#x24;6.27M", "inst_market_cap_plain": "6267080.642314099", "volume_24h_usd": "&#x24;0", "volume_24h_usd_plain": "0", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/carboncoin.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/carboncoin.png"}, {"id": "390", "name": "ION", "country_id": "443", "pair_id": 1070348, "currency_symbol": "ION", "inst_price_usd": "0.02360", "pair_change_arrow": "up_green", "change_percent_1d": "+6.58%", "pair_change_percent_numeric": "6.58", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-0.02%", "percent_change_7d_plain": "-0.02", "change_percent_7d_color": "#fa4545", "cross_rates_name": "ION", "inst_price_btc": "0.000000499969", "inst_market_cap": "&#x24;280.95K", "inst_market_cap_plain": "280953.6376350521", "volume_24h_usd": "&#x24;0.00K", "volume_24h_usd_plain": "0.10135474", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/ion.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/ion.png"}, {"id": "1726", "name": "GoNetwork", "country_id": "1778", "pair_id": 1089381, "currency_symbol": "GOT", "inst_price_usd": "0.00183", "pair_change_arrow": "up_green", "change_percent_1d": "+4.90%", "pair_change_percent_numeric": "4.90", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-17.26%", "percent_change_7d_plain": "-17.26", "change_percent_7d_color": "#fa4545", "cross_rates_name": "GOT", "inst_price_btc": "0.0000000448972", "inst_market_cap": "&#x24;131.62K", "inst_market_cap_plain": "131618.20871479312", "volume_24h_usd": "&#x24;34.38K", "volume_24h_usd_plain": "34378.38646091", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/gonetwork.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/gonetwork.png"}, {"id": "1765", "name": "MOAC", "country_id": "1817", "pair_id": 1093921, "currency_symbol": "MOAC", "inst_price_usd": "0.0759", "pair_change_arrow": "up_green", "change_percent_1d": "+4.55%", "pair_change_percent_numeric": "4.55", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-30.17%", "percent_change_7d_plain": "-30.17", "change_percent_7d_color": "#fa4545", "cross_rates_name": "MOAC", "inst_price_btc": "0.000000261375", "inst_market_cap": "&#x24;0", "inst_market_cap_plain": "0", "volume_24h_usd": "&#x24;0", "volume_24h_usd_plain": "0", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/moac.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/moac.png"}, {"id": "932", "name": "Monkey Project", "country_id": "985", "pair_id": 1071544, "currency_symbol": "MONK", "inst_price_usd": "0.16172", "pair_change_arrow": "up_green", "change_percent_1d": "+4.06%", "pair_change_percent_numeric": "4.06", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+50.08%", "percent_change_7d_plain": "50.08", "change_percent_7d_color": "#3fc932", "cross_rates_name": "MONK", "inst_price_btc": "0.00000260034", "inst_market_cap": "&#x24;1.18M", "inst_market_cap_plain": "1176889.1533835", "volume_24h_usd": "&#x24;5.10K", "volume_24h_usd_plain": "5099.93223884", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/monkey-project.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/monkey-project.png"}, {"id": "1684", "name": "Bankera", "country_id": "1736", "pair_id": 1081631, "currency_symbol": "BNK", "inst_price_usd": "0.000821", "pair_change_arrow": "up_green", "change_percent_1d": "+3.96%", "pair_change_percent_numeric": "3.96", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+28.44%", "percent_change_7d_plain": "28.44", "change_percent_7d_color": "#3fc932", "cross_rates_name": "BNK", "inst_price_btc": "0.0000000216257", "inst_market_cap": "&#x24;21.93M", "inst_market_cap_plain": "21925369.787237354", "volume_24h_usd": "&#x24;0.13K", "volume_24h_usd_plain": "131.93554453", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/bankera.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/bankera.png"}, {"id": "441", "name": "PRIZM", "country_id": "494", "pair_id": 1066683, "currency_symbol": "PZM", "inst_price_usd": "0.00303", "pair_change_arrow": "up_green", "change_percent_1d": "+3.94%", "pair_change_percent_numeric": "3.94", "change_percent_1d_color": "#3fc932", "change_percent_7d": "+12.33%", "percent_change_7d_plain": "12.33", "change_percent_7d_color": "#3fc932", "cross_rates_name": "PZM", "inst_price_btc": "0.0000000752777", "inst_market_cap": "&#x24;9.05M", "inst_market_cap_plain": "9051857.832959939", "volume_24h_usd": "&#x24;952.56K", "volume_24h_usd_plain": "952557.87416709", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/prizm.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/prizm.png"}, {"id": "1600", "name": "Telcoin", "country_id": "1652", "pair_id": 1066749, "currency_symbol": "TEL", "inst_price_usd": "0.008137", "pair_change_arrow": "up_green", "change_percent_1d": "+3.11%", "pair_change_percent_numeric": "3.11", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-1.39%", "percent_change_7d_plain": "-1.39", "change_percent_7d_color": "#fa4545", "cross_rates_name": "TEL", "inst_price_btc": "0.000000200712", "inst_market_cap": "&#x24;482.96M", "inst_market_cap_plain": "482960122.62550724", "volume_24h_usd": "&#x24;19.72M", "volume_24h_usd_plain": "19715097.66782235", "total_volume_plain": "0.02", "total_volume": "0.02%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/telcoin.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/telcoin.png"}, {"id": "1858", "name": "BUMO", "country_id": "1910", "pair_id": 1176862, "currency_symbol": "BU", "inst_price_usd": "0.000624", "pair_change_arrow": "up_green", "change_percent_1d": "+2.75%", "pair_change_percent_numeric": "2.75", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-4.02%", "percent_change_7d_plain": "-4.02", "change_percent_7d_color": "#fa4545", "cross_rates_name": "BU", "inst_price_btc": "0.000000051111", "inst_market_cap": "&#x24;0", "inst_market_cap_plain": "0", "volume_24h_usd": "&#x24;0", "volume_24h_usd_plain": "0", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/bumo.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/bumo.png"}, {"id": "371", "name": "Po.et", "country_id": "424", "pair_id": 1064947, "currency_symbol": "POE", "inst_price_usd": "0.000239", "pair_change_arrow": "up_green", "change_percent_1d": "+2.72%", "pair_change_percent_numeric": "2.72", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-16.46%", "percent_change_7d_plain": "-16.46", "change_percent_7d_color": "#fa4545", "cross_rates_name": "POE", "inst_price_btc": "0.0000000015999", "inst_market_cap": "&#x24;204.66K", "inst_market_cap_plain": "204663.05264771162", "volume_24h_usd": "&#x24;0.01K", "volume_24h_usd_plain": "7.56830885", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/poet.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/poet.png"}, {"id": "1266", "name": "Bibox Token", "country_id": "1319", "pair_id": 1065468, "currency_symbol": "BIX", "inst_price_usd": "0.04304", "pair_change_arrow": "up_green", "change_percent_1d": "+2.69%", "pair_change_percent_numeric": "2.69", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-2.10%", "percent_change_7d_plain": "-2.10", "change_percent_7d_color": "#fa4545", "cross_rates_name": "BIX", "inst_price_btc": "0.00000105566", "inst_market_cap": "&#x24;3.67M", "inst_market_cap_plain": "3672259.023915464", "volume_24h_usd": "&#x24;6.93M", "volume_24h_usd_plain": "6927658.3107206", "total_volume_plain": "0.01", "total_volume": "0.01%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/bibox-token.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/bibox-token.png"}, {"id": "1273", "name": "Energo", "country_id": "1326", "pair_id": 1057911, "currency_symbol": "TSL", "inst_price_usd": "0.000262", "pair_change_arrow": "up_green", "change_percent_1d": "+2.47%", "pair_change_percent_numeric": "2.47", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-1.63%", "percent_change_7d_plain": "-1.63", "change_percent_7d_color": "#fa4545", "cross_rates_name": "TSL", "inst_price_btc": "0.00000000642756", "inst_market_cap": "&#x24;157.66K", "inst_market_cap_plain": "157656.91064026082", "volume_24h_usd": "&#x24;1.02K", "volume_24h_usd_plain": "1023.36797139", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/energo.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/energo.png"}, {"id": "1736", "name": "Lamden", "country_id": "1788", "pair_id": 1176859, "currency_symbol": "TAU", "inst_price_usd": "0.0666", "pair_change_arrow": "up_green", "change_percent_1d": "+2.46%", "pair_change_percent_numeric": "2.46", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-5.37%", "percent_change_7d_plain": "-5.37", "change_percent_7d_color": "#fa4545", "cross_rates_name": "TAU", "inst_price_btc": "0.00000162481", "inst_market_cap": "&#x24;9.41M", "inst_market_cap_plain": "9409104.361949252", "volume_24h_usd": "&#x24;664.89K", "volume_24h_usd_plain": "664892.69641988", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/lamden.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/lamden.png"}, {"id": "377", "name": "Enigma", "country_id": "430", "pair_id": 1061793, "currency_symbol": "ENG", "inst_price_usd": "0.02829", "pair_change_arrow": "up_green", "change_percent_1d": "+2.42%", "pair_change_percent_numeric": "2.42", "change_percent_1d_color": "#3fc932", "change_percent_7d": "-5.70%", "percent_change_7d_plain": "-5.70", "change_percent_7d_color": "#fa4545", "cross_rates_name": "ENG", "inst_price_btc": "0.00000104203", "inst_market_cap": "&#x24;589.43K", "inst_market_cap_plain": "589434.6747892053", "volume_24h_usd": "&#x24;204.77K", "volume_24h_usd_plain": "204767.64164673", "total_volume_plain": "0.00", "total_volume": "0.00%", "flag_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/enigma.png", "logo_url": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/enigma.png"}], "convertionRates": [], "majorCurrencies": [{"currency_ID": 12, "currency_short_name": "USD", "major": "yes", "currency_symbol": "&#x24;", "is_crypto": "No", "fullname": "US Dollar", "country_id": "5"}, {"currency_ID": 17, "currency_short_name": "EUR", "major": "yes", "currency_symbol": "&#x20ac;", "is_crypto": "No", "fullname": "Euro", "country_id": "72"}, {"currency_ID": 3, "currency_short_name": "GBP", "major": "yes", "currency_symbol": "&#xa3;", "is_crypto": "No", "fullname": "British Pound", "country_id": "4"}, {"currency_ID": 2, "currency_short_name": "JPY", "major": "yes", "currency_symbol": "&#xa5;", "is_crypto": "No", "fullname": "Japanese Yen", "country_id": "35"}, {"currency_ID": 4, "currency_short_name": "CHF", "major": "yes", "currency_symbol": null, "is_crypto": "No", "fullname": "Swiss Franc", "country_id": "12"}, {"currency_ID": 15, "currency_short_name": "CAD", "major": "yes", "currency_symbol": "&#x43;&#x24;", "is_crypto": "No", "fullname": "Canadian Dollar", "country_id": "6"}, {"currency_ID": 1, "currency_short_name": "AUD", "major": "yes", "currency_symbol": "&#x41;&#x24;", "is_crypto": "No", "fullname": "Australian Dollar", "country_id": "25"}, {"currency_ID": 5, "currency_short_name": "NZD", "major": "yes", "currency_symbol": "&#x4e;&#x5a;&#x24;", "is_crypto": "No", "fullname": "New Zealand Dollar", "country_id": "43"}, {"currency_ID": 189, "currency_short_name": "BTC", "major": "no", "currency_symbol": "&#xE3F;", "is_crypto": "Yes", "fullname": "Bitcoin", "country_id": "241"}, {"currency_ID": 195, "currency_short_name": "ETH", "major": "no", "currency_symbol": "&#926;", "is_crypto": "Yes", "fullname": "Ethereum", "country_id": "249"}], "rangeFilters": {"market_cap": {"steps": ["0", "12804.520732818313", "29346", "52885", "102655", "174957.85915508578", "281799.09003614815", "476562.4201352618", "892015.516568145", "1573968.1385147858", "2649389.346757107", "5963248.255680543", "13202225.226106059", "27155065.01367884", "59444877.73738519", "127848592.15506768", "199124257.17539197", "351100193.1195993", "663959410.6141162", "772046934177.65"]}, "volume_24h": {"steps": ["0", "12.57338022", "61.0467856166", "324.70282656", "1176.70186199", "5485.59664497", "23058.30848741", "52863.21891905", "88238.31190222", "140845.66409483", "292054.6792956", "754570.96155429", "1422296.57959493", "3765746.68604085", "7212888.47870186", "12188582.98735811", "23399659.82670424", "36402121.26369368", "65060088.31227214", "59830177988.296"]}, "total_volume": {"steps": ["0.00", "0.03", "0.06", "0.09", "0.12", "0.15", "0.18", "0.21", "0.26", "0.29", "0.39", "0.47", "0.59", "0.84", "1.13", "1.24", "1.35", "1.50", "2.00", "70.54"]}, "chg_24h": {"steps": ["-73.33", "-16.04", "-11.73", "-9.75", "-8.91", "-8.16", "-7.63", "-7.15", "-6.75", "-6.35", "-5.90", "-5.39", "-4.85", "-4.30", "-3.64", "-2.59", "-1.51", "-0.16", "1.19", "1320.25"]}, "chg_7d": {"steps": ["-80.40", "-29.76", "-20.66", "-16.72", "-14.32", "-12.55", "-11.18", "-9.80", "-8.73", "-7.51", "-6.48", "-5.37", "-4.08", "-3.00", "-1.41", "0.08", "2.54", "7.27", "16.48", "100000.99"]}}, "crypto_header_info": {"market_cap": "1.86T", "vol_24H": "84.81B", "dominance": "41.53%"}}}]}
{"$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": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "country_id": {"type": "string"}, "pair_id": {"type": "integer"}, "currency_symbol": {"type": "string"}, "inst_price_usd": {"type": "string"}, "pair_change_arrow": {"type": "string"}, "change_percent_1d": {"type": "string"}, "pair_change_percent_numeric": {"type": "string"}, "change_percent_1d_color": {"type": "string"}, "change_percent_7d": {"type": "string"}, "percent_change_7d_plain": {"type": "string"}, "change_percent_7d_color": {"type": "string"}, "cross_rates_name": {"type": "string"}, "inst_price_btc": {"type": "string"}, "inst_market_cap": {"type": "string"}, "inst_market_cap_plain": {"type": "string"}, "volume_24h_usd": {"type": "string"}, "volume_24h_usd_plain": {"type": "string"}, "total_volume_plain": {"type": "string"}, "total_volume": {"type": "string"}, "flag_url": {"type": "string"}, "logo_url": {"type": "string"}}, "required": ["change_percent_1d", "change_percent_1d_color", "change_percent_7d", "change_percent_7d_color", "country_id", "cross_rates_name", "currency_symbol", "flag_url", "id", "inst_market_cap", "inst_market_cap_plain", "inst_price_btc", "inst_price_usd", "logo_url", "name", "pair_change_arrow", "pair_change_percent_numeric", "pair_id", "percent_change_7d_plain", "total_volume", "total_volume_plain", "volume_24h_usd", "volume_24h_usd_plain"]}}, "convertionRates": {"type": "array"}, "majorCurrencies": {"type": "array", "items": {"type": "object", "properties": {"currency_ID": {"type": "integer"}, "currency_short_name": {"type": "string"}, "major": {"type": "string"}, "currency_symbol": {"type": ["null", "string"]}, "is_crypto": {"type": "string"}, "fullname": {"type": "string"}, "country_id": {"type": "string"}}, "required": ["country_id", "currency_ID", "currency_short_name", "currency_symbol", "fullname", "is_crypto", "major"]}}, "rangeFilters": {"type": "object", "properties": {"market_cap": {"type": "object", "properties": {"steps": {"type": "array", "items": {"type": "string"}}}, "required": ["steps"]}, "volume_24h": {"type": "object", "properties": {"steps": {"type": "array", "items": {"type": "string"}}}, "required": ["steps"]}, "total_volume": {"type": "object", "properties": {"steps": {"type": "array", "items": {"type": "string"}}}, "required": ["steps"]}, "chg_24h": {"type": "object", "properties": {"steps": {"type": "array", "items": {"type": "string"}}}, "required": ["steps"]}, "chg_7d": {"type": "object", "properties": {"steps": {"type": "array", "items": {"type": "string"}}}, "required": ["steps"]}}, "required": ["chg_24h", "chg_7d", "market_cap", "total_volume", "volume_24h"]}, "crypto_header_info": {"type": "object", "properties": {"market_cap": {"type": "string"}, "vol_24H": {"type": "string"}, "dominance": {"type": "string"}}, "required": ["dominance", "market_cap", "vol_24H"]}}, "required": ["convertionRates", "crypto_data", "crypto_header_info", "majorCurrencies", "next_page", "rangeFilters"]}}, "required": ["screen_ID", "screen_data"]}}}, "required": ["data"]}
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": ["basic", "currency_ID", "digits", "reverse"]}}}}, "required": ["data"]}
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, previous_1_month, previous_1_year). Historical Data: An array of past metrics with a data range covering the last one year. Each entry features the score, rating, and timestamp...
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_volatility_vix market_volatility_vix_50 junk_bond_demand safe_haven_demand
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.4857142857143, "timestamp": "2023-09-06T00:00:00+00:00"}, {"rating": "greed", "score": 58.4857142857143, "timestamp": "2023-09-05T00:00:00+00:00"}, {"rating": "greed", "score": 57.4, "timestamp": "2023-09-01T00:00:00+00:00"}, {"rating": "neutral", "score": 52.6, "timestamp": "2023-08-31T00:00:00+00:00"}, {"rating": "neutral", "score": 53.6571428571429, "timestamp": "2023-08-30T00:00:00+00:00"}, {"rating": "neutral", "score": 50.2571428571429, "timestamp": "2023-08-29T00:00:00+00:00"}, {"rating": "neutral", "score": 48.4571428571429, "timestamp": "2023-08-28T00:00:00+00:00"}, {"rating": "neutral", "score": 47.7714285714286, "timestamp": "2023-08-25T00:00:00+00:00"}, {"rating": "neutral", "score": 46.4, "timestamp": "2023-08-24T00:00:00+00:00"}, {"rating": "neutral", "score": 50.2, "timestamp": "2023-08-23T00:00:00+00:00"}, {"rating": "neutral", "score": 47.3825783972125, "timestamp": "2023-08-22T00:00:00+00:00"}, {"rating": "neutral", "score": 47.8425087108014, "timestamp": "2023-08-21T00:00:00+00:00"}, {"rating": "neutral", "score": 45.5932980599647, "timestamp": "2023-08-18T00:00:00+00:00"}, {"rating": "fear", "score": 43.925, "timestamp": "2023-08-17T00:00:00+00:00"}, {"rating": "neutral", "score": 51.6452079566004, "timestamp": "2023-08-16T00:00:00+00:00"}, {"rating": "greed", "score": 55.6571428571429, "timestamp": "2023-08-15T00:00:00+00:00"}, {"rating": "greed", "score": 70.4571428571429, "timestamp": "2023-08-14T00:00:00+00:00"}, {"rating": "greed", "score": 62.6542495479204, "timestamp": "2023-08-11T00:00:00+00:00"}, {"rating": "greed", "score": 63.6162748643761, "timestamp": "2023-08-10T00:00:00+00:00"}, {"rating": "greed", "score": 67.0285714285714, "timestamp": "2023-08-09T00:00:00+00:00"}, {"rating": "greed", "score": 68.7428571428572, "timestamp": "2023-08-08T00:00:00+00:00"}, {"rating": "greed", "score": 66.9309222423147, "timestamp": "2023-08-07T00:00:00+00:00"}, {"rating": "greed", "score": 69.4636528028933, "timestamp": "2023-08-04T00:00:00+00:00"}, {"rating": "greed", "score": 74.8285714285714, "timestamp": "2023-08-03T00:00:00+00:00"}, {"rating": "greed", "score": 74.4, "timestamp": "2023-08-02T00:00:00+00:00"}, {"rating": "greed", "score": 59.1142857142857, "timestamp": "2023-08-01T00:00:00+00:00"}, {"rating": "extreme greed", "score": 77.2285714285714, "timestamp": "2023-07-31T00:00:00+00:00"}, {"rating": "extreme greed", "score": 77.5142857142857, "timestamp": "2023-07-28T00:00:00+00:00"}, {"rating": "extreme greed", "score": 76.8857142857143, "timestamp": "2023-07-27T00:00:00+00:00"}, {"rating": "extreme greed", "score": 79.9142857142857, "timestamp": "2023-07-26T00:00:00+00:00"}, {"rating": "extreme greed", "score": 81.0571428571428, "timestamp": "2023-07-25T00:00:00+00:00"}, {"rating": "extreme greed", "score": 81.2857142857143, "timestamp": "2023-07-24T00:00:00+00:00"}, {"rating": "extreme greed", "score": 82.8, "timestamp": "2023-07-21T00:00:00+00:00"}, {"rating": "extreme greed", "score": 81.9714285714286, "timestamp": "2023-07-20T00:00:00+00:00"}, {"rating": "extreme greed", "score": 81.5714285714286, "timestamp": "2023-07-19T00:00:00+00:00"}, {"rating": "extreme greed", "score": 83.4571428571429, "timestamp": "2023-07-18T00:00:00+00:00"}, {"rating": "extreme greed", "score": 80.8285714285714, "timestamp": "2023-07-17T00:00:00+00:00"}, {"rating": "extreme greed", "score": 79.6285714285714, "timestamp": "2023-07-14T00:00:00+00:00"}, {"rating": "extreme greed", "score": 80.7142857142857, "timestamp": "2023-07-13T00:00:00+00:00"}, {"rating": "extreme greed", "score": 79.8571428571429, "timestamp": "2023-07-12T00:00:00+00:00"}, {"rating": "extreme greed", "score": 78.1428571428572, "timestamp": "2023-07-11T00:00:00+00:00"}, {"rating": "extreme greed", "score": 77.4857142857143, "timestamp": "2023-07-10T00:00:00+00:00"}, {"rating": "extreme greed", "score": 77.7142857142857, "timestamp": "2023-07-07T00:00:00+00:00"}, {"rating": "extreme greed", "score": 77.7428571428571, "timestamp": "2023-07-06T00:00:00+00:00"}, {"rating": "extreme greed", "score": 79.1428571428571, "timestamp": "2023-07-05T00:00:00+00:00"}, {"rating": "extreme greed", "score": 79.5714285714286, "timestamp": "2023-07-04T00:00:00+00:00"}, {"rating": "extreme greed", "score": 79.3428571428571, "timestamp": "2023-07-03T00:00:00+00:00"}, {"rating": "extreme greed", "score": 83.2571428571429, "timestamp": "2023-06-30T00:00:00+00:00"}, {"rating": "extreme greed", "score": 79.0285714285714, "timestamp": "2023-06-29T00:00:00+00:00"}, {"rating": "extreme greed", "score": 77.9142857142857, "timestamp": "2023-06-28T00:00:00+00:00"}, {"rating": "extreme greed", "score": 76.9714285714286, "timestamp": "2023-06-27T00:00:00+00:00"}, {"rating": "greed", "score": 72.4, "timestamp": "2023-06-26T00:00:00+00:00"}, {"rating": "greed", "score": 72.9428571428572, "timestamp": "2023-06-23T00:00:00+00:00"}, {"rating": "extreme greed", "score": 75.6857142857143, "timestamp": "2023-06-22T00:00:00+00:00"}, {"rating": "extreme greed", "score": 78.0285714285714, "timestamp": "2023-06-21T00:00:00+00:00"}, {"rating": "extreme greed", "score": 78.4285714285714, "timestamp": "2023-06-20T00:00:00+00:00"}, {"rating": "extreme greed", "score": 79.9142857142857, "timestamp": "2023-06-16T00:00:00+00:00"}, {"rating": "extreme greed", "score": 80.9714285714286, "timestamp": "2023-06-15T00:00:00+00:00"}, {"rating": "extreme greed", "score": 78.6285714285714, "timestamp": "2023-06-14T00:00:00+00:00"}, {"rating": "extreme greed", "score": 80.1714285714286, "timestamp": "2023-06-13T00:00:00+00:00"}, {"rating": "extreme greed", "score": 78.7714285714286, "timestamp": "2023-06-12T00:00:00+00:00"}, {"rating": "extreme greed", "score": 77.4, "timestamp": "2023-06-09T00:00:00+00:00"}, {"rating": "extreme greed", "score": 77.6857142857143, "timestamp": "2023-06-08T00:00:00+00:00"}, {"rating": "extreme greed", "score": 76.6571428571429, "timestamp": "2023-06-07T00:00:00+00:00"}, {"rating": "extreme greed", "score": 75.7428571428571, "timestamp": "2023-06-06T00:00:00+00:00"}, {"rating": "greed", "score": 73.7428571428571, "timestamp": "2023-06-05T00:00:00+00:00"}, {"rating": "greed", "score": 73.8285714285714, "timestamp": "2023-06-02T00:00:00+00:00"}, {"rating": "greed", "score": 62.4857142857143, "timestamp": "2023-06-01T00:00:00+00:00"}, {"rating": "greed", "score": 63.9428571428572, "timestamp": "2023-05-31T00:00:00+00:00"}, {"rating": "greed", "score": 68.5428571428571, "timestamp": "2023-05-30T00:00:00+00:00"}, {"rating": "greed", "score": 69, "timestamp": "2023-05-26T00:00:00+00:00"}, {"rating": "greed", "score": 61.6, "timestamp": "2023-05-25T00:00:00+00:00"}, {"rating": "greed", "score": 60.6, "timestamp": "2023-05-24T00:00:00+00:00"}, {"rating": "greed", "score": 63.7428571428571, "timestamp": "2023-05-23T00:00:00+00:00"}, {"rating": "greed", "score": 70.1428571428571, "timestamp": "2023-05-22T00:00:00+00:00"}, {"rating": "greed", "score": 68.9714285714286, "timestamp": "2023-05-19T00:00:00+00:00"}, {"rating": "greed", "score": 67.5714285714286, "timestamp": "2023-05-18T00:00:00+00:00"}, {"rating": "greed", "score": 61.9428571428571, "timestamp": "2023-05-17T00:00:00+00:00"}, {"rating": "greed", "score": 57.2857142857143, "timestamp": "2023-05-16T00:00:00+00:00"}, {"rating": "greed", "score": 59.4285714285714, "timestamp": "2023-05-15T00:00:00+00:00"}, {"rating": "greed", "score": 58.1428571428571, "timestamp": "2023-05-12T00:00:00+00:00"}, {"rating": "greed", "score": 57.4, "timestamp": "2023-05-11T00:00:00+00:00"}, {"rating": "greed", "score": 58.4857142857143, "timestamp": "2023-05-10T00:00:00+00:00"}, {"rating": "greed", "score": 58.6, "timestamp": "2023-05-09T00:00:00+00:00"}, {"rating": "greed", "score": 60.3142857142857, "timestamp": "2023-05-08T00:00:00+00:00"}, {"rating": "greed", "score": 59.8857142857143, "timestamp": "2023-05-05T00:00:00+00:00"}, {"rating": "neutral", "score": 52.3714285714286, "timestamp": "2023-05-04T00:00:00+00:00"}, {"rating": "greed", "score": 57.1428571428571, "timestamp": "2023-05-03T00:00:00+00:00"}, {"rating": "neutral", "score": 52.6, "timestamp": "2023-05-02T00:00:00+00:00"}, {"rating": "greed", "score": 58, "timestamp": "2023-05-01T00:00:00+00:00"}, {"rating": "greed", "score": 60.2571428571429, "timestamp": "2023-04-28T00:00:00+00:00"}, {"rating": "greed", "score": 58.4, "timestamp": "2023-04-27T00:00:00+00:00"}, {"rating": "neutral", "score": 52.5714285714286, "timestamp": "2023-04-26T00:00:00+00:00"}, {"rating": "neutral", "score": 54.9142857142857, "timestamp": "2023-04-25T00:00:00+00:00"}, {"rating": "greed", "score": 64, "timestamp": "2023-04-24T00:00:00+00:00"}, {"rating": "greed", "score": 65.3142857142857, "timestamp": "2023-04-22T00:00:00+00:00"}, {"rating": "greed", "score": 65.2, "timestamp": "2023-04-21T00:00:00+00:00"}, {"rating": "greed", "score": 65.2285714285714, "timestamp": "2023-04-20T00:00:00+00:00"}, {"rating": "greed", "score": 69.4857142857143, "timestamp": "2023-04-19T00:00:00+00:00"}, {"rating": "greed", "score": 70.2857142857143, "timestamp": "2023-04-18T00:00:00+00:00"}, {"rating": "greed", "score": 68.8285714285714, "timestamp": "2023-04-17T00:00:00+00:00"}, {"rating": "greed", "score": 68.5428571428571, "timestamp": "2023-04-15T00:00:00+00:00"}, {"rating": "greed", "score": 67.2857142857143, "timestamp": "2023-04-14T00:00:00+00:00"}, {"rating": "greed", "score": 68.7714285714286, "timestamp": "2023-04-13T00:00:00+00:00"}, {"rating": "greed", "score": 60.4571428571429, "timestamp": "2023-04-12T00:00:00+00:00"}, {"rating": "greed", "score": 59.8, "timestamp": "2023-04-11T00:00:00+00:00"}, {"rating": "greed", "score": 58.9428571428571, "timestamp": "2023-04-10T00:00:00+00:00"}, {"rating": "greed", "score": 58.2571428571429, "timestamp": "2023-04-07T00:00:00+00:00"}, {"rating": "greed", "score": 58.6, "timestamp": "2023-04-06T00:00:00+00:00"}, {"rating": "greed", "score": 55.6, "timestamp": "2023-04-05T00:00:00+00:00"}, {"rating": "neutral", "score": 52.9714285714286, "timestamp": "2023-04-04T00:00:00+00:00"}, {"rating": "greed", "score": 55.4857142857143, "timestamp": "2023-04-03T00:00:00+00:00"}, {"rating": "greed", "score": 59.1714285714286, "timestamp": "2023-04-01T00:00:00+00:00"}, {"rating": "greed", "score": 60.4857142857143, "timestamp": "2023-03-31T00:00:00+00:00"}, {"rating": "fear", "score": 44.8857142857143, "timestamp": "2023-03-30T00:00:00+00:00"}, {"rating": "fear", "score": 40.4857142857143, "timestamp": "2023-03-29T00:00:00+00:00"}, {"rating": "fear", "score": 38.3142857142857, "timestamp": "2023-03-28T00:00:00+00:00"}, {"rating": "fear", "score": 37.9428571428571, "timestamp": "2023-03-27T00:00:00+00:00"}, {"rating": "fear", "score": 38.5428571428571, "timestamp": "2023-03-25T00:00:00+00:00"}, {"rating": "fear", "score": 37.4285714285714, "timestamp": "2023-03-24T00:00:00+00:00"}, {"rating": "fear", "score": 32.6464285714286, "timestamp": "2023-03-23T00:00:00+00:00"}, {"rating": "fear", "score": 39.6, "timestamp": "2023-03-22T00:00:00+00:00"}, {"rating": "fear", "score": 42.7428571428571, "timestamp": "2023-03-21T00:00:00+00:00"}, {"rating": "fear", "score": 38.0285714285714, "timestamp": "2023-03-20T00:00:00+00:00"}, {"rating": "fear", "score": 29.0502712477396, "timestamp": "2023-03-18T00:00:00+00:00"}, {"rating": "fear", "score": 28.9645569620253, "timestamp": "2023-03-17T00:00:00+00:00"}, {"rating": "fear", "score": 33.1714285714286, "timestamp": "2023-03-16T00:00:00+00:00"}, {"rating": "extreme fear", "score": 22.0307692307692, "timestamp": "2023-03-15T00:00:00+00:00"}, {"rating": "extreme fear", "score": 23.9851576994434, "timestamp": "2023-03-14T00:00:00+00:00"}, {"rating": "fear", "score": 26.0736842105263, "timestamp": "2023-03-13T00:00:00+00:00"}, {"rating": "extreme fear", "score": 23.4857142857143, "timestamp": "2023-03-11T00:00:00+00:00"}, {"rating": "extreme fear", "score": 24.3714285714286, "timestamp": "2023-03-10T00:00:00+00:00"}, {"rating": "fear", "score": 36.8864864864865, "timestamp": "2023-03-09T00:00:00+00:00"}, {"rating": "neutral", "score": 49.2285714285714, "timestamp": "2023-03-08T00:00:00+00:00"}, {"rating": "neutral", "score": 49.6571428571429, "timestamp": "2023-03-07T00:00:00+00:00"}, {"rating": "greed", "score": 55.0285714285714, "timestamp": "2023-03-06T00:00:00+00:00"}, {"rating": "greed", "score": 62.1142857142857, "timestamp": "2023-03-04T00:00:00+00:00"}, {"rating": "greed", "score": 56.2857142857143, "timestamp": "2023-03-03T00:00:00+00:00"}, {"rating": "neutral", "score": 52.2857142857143, "timestamp": "2023-03-02T00:00:00+00:00"}, {"rating": "greed", "score": 65.91428571428573, "timestamp": "2023-03-01T00:00:00+00:00"}, {"rating": "greed", "score": 61.2, "timestamp": "2023-02-28T00:00:00+00:00"}, {"rating": "greed", "score": 61.22857142857144, "timestamp": "2023-02-27T00:00:00+00:00"}, {"rating": "greed", "score": 60.65714285714286, "timestamp": "2023-02-24T00:00:00+00:00"}, {"rating": "greed", "score": 62.65714285714285, "timestamp": "2023-02-23T00:00:00+00:00"}, {"rating": "greed", "score": 64.17142857142859, "timestamp": "2023-02-22T00:00:00+00:00"}, {"rating": "greed", "score": 65.91428571428573, "timestamp": "2023-02-21T00:00:00+00:00"}, {"rating": "greed", "score": 69.48571428571428, "timestamp": "2023-02-17T00:00:00+00:00"}, {"rating": "greed", "score": 70.71428571428572, "timestamp": "2023-02-16T00:00:00+00:00"}, {"rating": "greed", "score": 73.65714285714284, "timestamp": "2023-02-15T00:00:00+00:00"}, {"rating": "greed", "score": 73.25714285714287, "timestamp": "2023-02-14T00:00:00+00:00"}, {"rating": "greed", "score": 71.82857142857144, "timestamp": "2023-02-13T00:00:00+00:00"}, {"rating": "greed", "score": 72.4857142857143, "timestamp": "2023-02-10T00:00:00+00:00"}, {"rating": "greed", "score": 72.62857142857143, "timestamp": "2023-02-09T00:00:00+00:00"}, {"rating": "greed", "score": 74.62857142857142, "timestamp": "2023-02-08T00:00:00+00:00"}, {"rating": "extreme greed", "score": 76.34285714285714, "timestamp": "2023-02-07T00:00:00+00:00"}, {"rating": "extreme greed", "score": 75.91428571428573, "timestamp": "2023-02-06T00:00:00+00:00"}, {"rating": "extreme greed", "score": 76.14285714285714, "timestamp": "2023-02-03T00:00:00+00:00"}, {"rating": "extreme greed", "score": 75.2, "timestamp": "2023-02-02T00:00:00+00:00"}, {"rating": "extreme greed", "score": 82.17142857142858, "timestamp": "2023-02-01T00:00:00+00:00"}, {"rating": "greed", "score": 70.34285714285716, "timestamp": "2023-01-31T00:00:00+00:00"}, {"rating": "greed", "score": 67.45714285714287, "timestamp": "2023-01-30T00:00:00+00:00"}, {"rating": "greed", "score": 69.2, "timestamp": "2023-01-27T00:00:00+00:00"}, {"rating": "greed", "score": 68.02857142857144, "timestamp": "2023-01-26T00:00:00+00:00"}, {"rating": "greed", "score": 63.88571428571429, "timestamp": "2023-01-25T00:00:00+00:00"}, {"rating": "greed", "score": 63, "timestamp": "2023-01-24T00:00:00+00:00"}, {"rating": "greed", "score": 63.60000000000001, "timestamp": "2023-01-23T00:00:00+00:00"}, {"rating": "greed", "score": 58.542857142857144, "timestamp": "2023-01-20T00:00:00+00:00"}, {"rating": "greed", "score": 55.42857142857144, "timestamp": "2023-01-19T00:00:00+00:00"}, {"rating": "greed", "score": 58.42857142857143, "timestamp": "2023-01-18T00:00:00+00:00"}, {"rating": "greed", "score": 64.14285714285714, "timestamp": "2023-01-17T00:00:00+00:00"}, {"rating": "greed", "score": 61.31428571428571, "timestamp": "2023-01-13T00:00:00+00:00"}, {"rating": "greed", "score": 56.68571428571429, "timestamp": "2023-01-12T00:00:00+00:00"}, {"rating": "neutral", "score": 54.228571428571435, "timestamp": "2023-01-11T00:00:00+00:00"}, {"rating": "neutral", "score": 49.65714285714286, "timestamp": "2023-01-10T00:00:00+00:00"}, {"rating": "neutral", "score": 47.2, "timestamp": "2023-01-09T00:00:00+00:00"}, {"rating": "neutral", "score": 45.714285714285715, "timestamp": "2023-01-06T00:00:00+00:00"}, {"rating": "fear", "score": 44.17142857142858, "timestamp": "2023-01-05T00:00:00+00:00"}, {"rating": "fear", "score": 39.857142857142854, "timestamp": "2023-01-04T00:00:00+00:00"}, {"rating": "fear", "score": 36.6, "timestamp": "2023-01-03T00:00:00+00:00"}, {"rating": "fear", "score": 36.51428571428571, "timestamp": "2022-12-30T00:00:00+00:00"}, {"rating": "fear", "score": 37.142857142857146, "timestamp": "2022-12-29T00:00:00+00:00"}, {"rating": "fear", "score": 35.51428571428572, "timestamp": "2022-12-28T00:00:00+00:00"}, {"rating": "fear", "score": 39.94285714285714, "timestamp": "2022-12-27T00:00:00+00:00"}, {"rating": "fear", "score": 39.51428571428572, "timestamp": "2022-12-23T00:00:00+00:00"}, {"rating": "fear", "score": 37, "timestamp": "2022-12-22T00:00:00+00:00"}, {"rating": "fear", "score": 38.542857142857144, "timestamp": "2022-12-21T00:00:00+00:00"}, {"rating": "fear", "score": 38.314285714285724, "timestamp": "2022-12-20T00:00:00+00:00"}, {"rating": "fear", "score": 39.971428571428575, "timestamp": "2022-12-19T00:00:00+00:00"}, {"rating": "fear", "score": 44.142857142857146, "timestamp": "2022-12-16T00:00:00+00:00"}, {"rating": "greed", "score": 60.142857142857146, "timestamp": "2022-12-15T00:00:00+00:00"}, {"rating": "greed", "score": 60.94285714285714, "timestamp": "2022-12-14T00:00:00+00:00"}, {"rating": "greed", "score": 59.17142857142858, "timestamp": "2022-12-13T00:00:00+00:00"}, {"rating": "greed", "score": 57.199999999999996, "timestamp": "2022-12-12T00:00:00+00:00"}, {"rating": "neutral", "score": 52.08571428571428, "timestamp": "2022-12-09T00:00:00+00:00"}, {"rating": "greed", "score": 55.6857142857143, "timestamp": "2022-12-08T00:00:00+00:00"}, {"rating": "greed", "score": 58.42857142857143, "timestamp": "2022-12-07T00:00:00+00:00"}, {"rating": "greed", "score": 61.828571428571436, "timestamp": "2022-12-06T00:00:00+00:00"}, {"rating": "greed", "score": 65.08571428571429, "timestamp": "2022-12-05T00:00:00+00:00"}, {"rating": "greed", "score": 68.14285714285714, "timestamp": "2022-12-02T00:00:00+00:00"}, {"rating": "extreme greed", "score": 75.60000000000001, "timestamp": "2022-12-01T00:00:00+00:00"}, {"rating": "greed", "score": 73.97142857142856, "timestamp": "2022-11-30T00:00:00+00:00"}, {"rating": "greed", "score": 58.17142857142857, "timestamp": "2022-11-29T00:00:00+00:00"}, {"rating": "greed", "score": 59.74285714285715, "timestamp": "2022-11-28T00:00:00+00:00"}, {"rating": "greed", "score": 63.08571428571429, "timestamp": "2022-11-25T00:00:00+00:00"}, {"rating": "greed", "score": 64.25714285714285, "timestamp": "2022-11-23T00:00:00+00:00"}, {"rating": "greed", "score": 60.8, "timestamp": "2022-11-22T00:00:00+00:00"}, {"rating": "greed", "score": 60.97142857142857, "timestamp": "2022-11-21T00:00:00+00:00"}, {"rating": "greed", "score": 60.34285714285715, "timestamp": "2022-11-18T00:00:00+00:00"}, {"rating": "greed", "score": 61.48571428571429, "timestamp": "2022-11-17T00:00:00+00:00"}, {"rating": "greed", "score": 65.08571428571427, "timestamp": "2022-11-16T00:00:00+00:00"}, {"rating": "greed", "score": 66.91428571428573, "timestamp": "2022-11-15T00:00:00+00:00"}, {"rating": "greed", "score": 62.68571428571429, "timestamp": "2022-11-14T00:00:00+00:00"}, {"rating": "greed", "score": 63.74285714285713, "timestamp": "2022-11-11T00:00:00+00:00"}, {"rating": "greed", "score": 60.34285714285714, "timestamp": "2022-11-10T00:00:00+00:00"}, {"rating": "neutral", "score": 54, "timestamp": "2022-11-09T00:00:00+00:00"}, {"rating": "greed", "score": 57.94285714285714, "timestamp": "2022-11-08T00:00:00+00:00"}, {"rating": "greed", "score": 59.65714285714286, "timestamp": "2022-11-07T00:00:00+00:00"}, {"rating": "greed", "score": 56.51428571428572, "timestamp": "2022-11-04T00:00:00+00:00"}, {"rating": "greed", "score": 55.51428571428572, "timestamp": "2022-11-03T00:00:00+00:00"}, {"rating": "greed", "score": 55.285714285714285, "timestamp": "2022-11-02T00:00:00+00:00"}, {"rating": "greed", "score": 63.51428571428572, "timestamp": "2022-11-01T00:00:00+00:00"}, {"rating": "greed", "score": 64.05714285714286, "timestamp": "2022-10-31T00:00:00+00:00"}, {"rating": "greed", "score": 57.114285714285714, "timestamp": "2022-10-28T00:00:00+00:00"}, {"rating": "neutral", "score": 54.57142857142857, "timestamp": "2022-10-27T00:00:00+00:00"}, {"rating": "neutral", "score": 53.800000000000004, "timestamp": "2022-10-26T00:00:00+00:00"}, {"rating": "neutral", "score": 51.371428571428574, "timestamp": "2022-10-25T00:00:00+00:00"}, {"rating": "neutral", "score": 47.22857142857142, "timestamp": "2022-10-24T00:00:00+00:00"}, {"rating": "fear", "score": 43.74285714285715, "timestamp": "2022-10-21T00:00:00+00:00"}, {"rating": "fear", "score": 39.08571428571429, "timestamp": "2022-10-20T00:00:00+00:00"}, {"rating": "fear", "score": 29.428571428571427, "timestamp": "2022-10-19T00:00:00+00:00"}, {"rating": "fear", "score": 28.800000000000004, "timestamp": "2022-10-18T00:00:00+00:00"}, {"rating": "extreme fear", "score": 23.400000000000002, "timestamp": "2022-10-17T00:00:00+00:00"}, {"rating": "extreme fear", "score": 16.45714285714286, "timestamp": "2022-10-14T00:00:00+00:00"}, {"rating": "extreme fear", "score": 19.37142857142857, "timestamp": "2022-10-13T00:00:00+00:00"}, {"rating": "extreme fear", "score": 15.942857142857145, "timestamp": "2022-10-12T00:00:00+00:00"}, {"rating": "extreme fear", "score": 16.885714285714283, "timestamp": "2022-10-11T00:00:00+00:00"}, {"rating": "extreme fear", "score": 19.4, "timestamp": "2022-10-10T00:00:00+00:00"}, {"rating": "extreme fear", "score": 19.67142857142857, "timestamp": "2022-10-07T00:00:00+00:00"}, {"rating": "extreme fear", "score": 23.142857142857142, "timestamp": "2022-10-06T00:00:00+00:00"}, {"rating": "fear", "score": 29.714285714285715, "timestamp": "2022-10-05T00:00:00+00:00"}, {"rating": "fear", "score": 27.88571428571429, "timestamp": "2022-10-04T00:00:00+00:00"}, {"rating": "extreme fear", "score": 20.38571428571429, "timestamp": "2022-10-03T00:00:00+00:00"}, {"rating": "extreme fear", "score": 16.45714285714286, "timestamp": "2022-09-30T00:00:00+00:00"}, {"rating": "extreme fear", "score": 13.257142857142858, "timestamp": "2022-09-29T00:00:00+00:00"}, {"rating": "extreme fear", "score": 17.02857142857143, "timestamp": "2022-09-28T00:00:00+00:00"}, {"rating": "extreme fear", "score": 16.514285714285716, "timestamp": "2022-09-27T00:00:00+00:00"}, {"rating": "extreme fear", "score": 17.62857142857143, "timestamp": "2022-09-26T00:00:00+00:00"}, {"rating": "extreme fear", "score": 21.685714285714287, "timestamp": "2022-09-23T00:00:00+00:00"}, {"rating": "extreme fear", "score": 24.48571428571429, "timestamp": "2022-09-22T00:00:00+00:00"}, {"rating": "fear", "score": 27.21428571428571, "timestamp": "2022-09-21T00:00:00+00:00"}, {"rating": "fear", "score": 36.114285714285714, "timestamp": "2022-09-20T00:00:00+00:00"}, {"rating": "fear", "score": 36.31428571428571, "timestamp": "2022-09-19T00:00:00+00:00"}, {"rating": "fear", "score": 35.285714285714285, "timestamp": "2022-09-16T00:00:00+00:00"}, {"rating": "fear", "score": 40.65714285714286, "timestamp": "2022-09-15T00:00:00+00:00"}, {"rating": "fear", "score": 41.885714285714286, "timestamp": "2022-09-14T00:00:00+00:00"}, {"rating": "fear", "score": 36.62857142857143, "timestamp": "2022-09-13T00:00:00+00:00"}, {"rating": "neutral", "score": 47.6, "timestamp": "2022-09-12T00:00:00+00:00"}, {"rating": "fear", "score": 43.8, "timestamp": "2022-09-09T00:00:00+00:00"}, {"rating": "fear", "score": 40.371428571428574, "timestamp": "2022-09-08T00:00:00+00:00"}, {"rating": "fear", "score": 39.62857142857143, "timestamp": "2022-09-07T00:00:00+00:00"}, {"rating": "fear", "score": 40.62857142857143, "timestamp": "2022-09-06T00:00:00+00:00"}, {"rating": "fear", "score": 42.457142857142856, "timestamp": "2022-09-02T00:00:00+00:00"}, {"rating": "neutral", "score": 49.371428571428574, "timestamp": "2022-09-01T00:00:00+00:00"}]}
{"$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, previous_1_month, previous_1_year). Historical Data: An array of past metrics with a data range covering the last one year. Each entry features the score, rating, and timestamp...
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_strength stock_price_breadth put_call_options market_volatility_vix market_volatility_vix_50 junk_bond_demand safe_haven_demand
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": {"type": "number"}, "timestamp": {"type": "string"}}, "required": ["previous_1_month", "previous_1_week", "previous_1_year", "previous_close", "rating", "score", "timestamp"]}}, "required": ["data"]}
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, previous_1_month, previous_1_year). Historical Data: An array of past metrics with a data range covering the last one year. Each entry features the score, rating, and timestamp...
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": "object"}
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-06, "low": 1.2e-06, "open": 1.21e-06, "rsi": null, "timestamp": 1608163200000, "volume": 1000}, {"close": 1.2e-06, "high": 1.2e-06, "low": 1.2e-06, "open": 1.2e-06, "rsi": null, "timestamp": 1608166800000, "volume": 1000}, {"close": 1.2e-06, "high": 1.2e-06, "low": 1.2e-06, "open": 1.2e-06, "rsi": null, "timestamp": 1608188400000, "volume": 8.1}, {"close": 1.2e-06, "high": 1.2e-06, "low": 1.2e-06, "open": 1.2e-06, "rsi": null, "timestamp": 1608192000000, "volume": 1392}, {"close": 1.2e-06, "high": 1.2e-06, "low": 1.2e-06, "open": 1.2e-06, "rsi": null, "timestamp": 1608195600000, "volume": 100}, {"close": 1.14e-06, "high": 1.2e-06, "low": 1.14e-06, "open": 1.2e-06, "rsi": null, "timestamp": 1608210000000, "volume": 8836.14641613}, {"close": 1.11e-06, "high": 1.17e-06, "low": 1.11e-06, "open": 1.17e-06, "rsi": null, "timestamp": 1608213600000, "volume": 839.04750499}, {"close": 1.1e-06, "high": 1.1e-06, "low": 1.1e-06, "open": 1.1e-06, "rsi": null, "timestamp": 1608217200000, "volume": 6314}, {"close": 1.17e-06, "high": 1.17e-06, "low": 1.17e-06, "open": 1.17e-06, "rsi": null, "timestamp": 1608224400000, "volume": 401.4}, {"close": 1.15e-06, "high": 1.17e-06, "low": 1.15e-06, "open": 1.17e-06, "rsi": null, "timestamp": 1608231600000, "volume": 1898.73972056}, {"close": 1.15e-06, "high": 1.15e-06, "low": 1.15e-06, "open": 1.15e-06, "rsi": null, "timestamp": 1608246000000, "volume": 2308}, {"close": 1.17e-06, "high": 1.17e-06, "low": 1.17e-06, "open": 1.17e-06, "rsi": null, "timestamp": 1608249600000, "volume": 15.46906188}, {"close": 1.16e-06, "high": 1.16e-06, "low": 1.16e-06, "open": 1.16e-06, "rsi": 36, "timestamp": 1608253200000, "volume": 0.1}, {"close": 1.14e-06, "high": 1.16e-06, "low": 1.14e-06, "open": 1.16e-06, "rsi": 33.1444759207, "timestamp": 1608260400000, "volume": 1031.16345805}, {"close": 1.13e-06, "high": 1.13e-06, "low": 1.13e-06, "open": 1.13e-06, "rsi": 31.7868338558, "timestamp": 1608282000000, "volume": 10.1}, {"close": 1.13e-06, "high": 1.13e-06, "low": 1.13e-06, "open": 1.13e-06, "rsi": 31.7868338558, "timestamp": 1608289200000, "volume": 10}, {"close": 1.13e-06, "high": 1.13e-06, "low": 1.13e-06, "open": 1.13e-06, "rsi": 31.7868338558, "timestamp": 1608300000000, "volume": 0.1}, {"close": 1.17e-06, "high": 1.17e-06, "low": 1.17e-06, "open": 1.17e-06, "rsi": 43.3745940541, "timestamp": 1608303600000, "volume": 42.61477046}, {"close": 1.13e-06, "high": 1.13e-06, "low": 1.13e-06, "open": 1.13e-06, "rsi": 36.6666790415, "timestamp": 1608307200000, "volume": 285.5}, {"close": 1.29e-06, "high": 1.29e-06, "low": 1.15e-06, "open": 1.15e-06, "rsi": 61.9890906058, "timestamp": 1608314400000, "volume": 7488.13312037}, {"close": 1.3e-06, "high": 1.3e-06, "low": 1.3e-06, "open": 1.3e-06, "rsi": 62.985213119, "timestamp": 1608325200000, "volume": 1099.40119761}, {"close": 1.29e-06, "high": 1.29e-06, "low": 1.29e-06, "open": 1.29e-06, "rsi": 61.2564286507, "timestamp": 1608332400000, "volume": 189.2}, {"close": 1.29e-06, "high": 1.29e-06, "low": 1.29e-06, "open": 1.29e-06, "rsi": 61.2564286507, "timestamp": 1608339600000, "volume": 890.75292024}, {"close": 1.29e-06, "high": 1.29e-06, "low": 1.29e-06, "open": 1.29e-06, "rsi": 61.2564286507, "timestamp": 1608343200000, "volume": 0.1}, {"close": 1.29e-06, "high": 1.29e-06, "low": 1.29e-06, "open": 1.29e-06, "rsi": 61.2564286507, "timestamp": 1608346800000, "volume": 0.1}, {"close": 1.29e-06, "high": 1.29e-06, "low": 1.29e-06, "open": 1.29e-06, "rsi": 61.2564286507, "timestamp": 1608361200000, "volume": 1003.9}, {"close": 1.3e-06, "high": 1.3e-06, "low": 1.3e-06, "open": 1.3e-06, "rsi": 62.7378991334, "timestamp": 1608379200000, "volume": 0.1996008}, {"close": 1.29e-06, "high": 1.29e-06, "low": 1.29e-06, "open": 1.29e-06, "rsi": 60.256580607, "timestamp": 1608386400000, "volume": 2469}, {"close": 1.3e-06, "high": 1.3e-06, "low": 1.3e-06, "open": 1.3e-06, "rsi": 61.8802129565, "timestamp": 1608393600000, "volume": 52.89421158}, {"close": 1.52e-06, "high": 1.52e-06, "low": 1.3e-06, "open": 1.3e-06, "rsi": 80.6291907511, "timestamp": 1608397200000, "volume": 5941.09880963}, {"close": 1.55e-06, "high": 1.58e-06, "low": 1.55e-06, "open": 1.57e-06, "rsi": 81.9340710777, "timestamp": 1608400800000, "volume": 51.19760479}, {"close": 1.51e-06, "high": 1.54e-06, "low": 1.51e-06, "open": 1.54e-06, "rsi": 74.7078297782, "timestamp": 1608404400000, "volume": 500.1}, {"close": 1.52e-06, "high": 1.52e-06, "low": 1.52e-06, "open": 1.52e-06, "rsi": 75.2944633449, "timestamp": 1608408000000, "volume": 0.7}, {"close": 1.51e-06, "high": 1.51e-06, "low": 1.51e-06, "open": 1.51e-06, "rsi": 73.4595574153, "timestamp": 1608411600000, "volume": 30}, {"close": 1.56e-06, "high": 1.56e-06, "low": 1.55e-06, "open": 1.55e-06, "rsi": 76.5382470341, "timestamp": 1608415200000, "volume": 321.69754189}, {"close": 1.5e-06, "high": 1.56e-06, "low": 1.5e-06, "open": 1.56e-06, "rsi": 66.5603449076, "timestamp": 1608422400000, "volume": 4052.62129465}, {"close": 1.5e-06, "high": 1.53e-06, "low": 1.5e-06, "open": 1.5e-06, "rsi": 66.5603449076, "timestamp": 1608426000000, "volume": 289.98148966}, {"close": 1.55e-06, "high": 1.55e-06, "low": 1.55e-06, "open": 1.55e-06, "rsi": 70.3020941172, "timestamp": 1608429600000, "volume": 32.33532934}, {"close": 1.39e-06, "high": 1.5e-06, "low": 1.39e-06, "open": 1.5e-06, "rsi": 50.7373124128, "timestamp": 1608440400000, "volume": 145.03680485}, {"close": 1.54e-06, "high": 1.54e-06, "low": 1.54e-06, "open": 1.54e-06, "rsi": 61.5427222437, "timestamp": 1608458400000, "volume": 4.39121756}, {"close": 1.36e-06, "high": 1.36e-06, "low": 1.36e-06, "open": 1.36e-06, "rsi": 47.9507013092, "timestamp": 1608462000000, "volume": 32.9}, {"close": 1.5e-06, "high": 1.5e-06, "low": 1.33e-06, "open": 1.39e-06, "rsi": 56.0761593717, "timestamp": 1608465600000, "volume": 139.197006}, {"close": 1.39e-06, "high": 1.39e-06, "low": 1.39e-06, "open": 1.39e-06, "rsi": 49.5331405686, "timestamp": 1608498000000, "volume": 470.7}, {"close": 1.36e-06, "high": 1.36e-06, "low": 1.36e-06, "open": 1.36e-06, "rsi": 47.8918890985, "timestamp": 1608552000000, "volume": 156.7}, {"close": 1.33e-06, "high": 1.36e-06, "low": 1.33e-06, "open": 1.36e-06, "rsi": 46.2418319793, "timestamp": 1608573600000, "volume": 4182.14683472}, {"close": 1.35e-06, "high": 1.35e-06, "low": 1.35e-06, "open": 1.35e-06, "rsi": 47.5394978358, "timestamp": 1608602400000, "volume": 1.2}, {"close": 1.35e-06, "high": 1.35e-06, "low": 1.35e-06, "open": 1.35e-06, "rsi": 47.5394978358, "timestamp": 1608634800000, "volume": 0.1}, {"close": 1.35e-06, "high": 1.35e-06, "low": 1.35e-06, "open": 1.35e-06, "rsi": 47.5394978358, "timestamp": 1608638400000, "volume": 15}, {"close": 1.35e-06, "high": 1.35e-06, "low": 1.35e-06, "open": 1.35e-06, "rsi": 47.5394978358, "timestamp": 1608642000000, "volume": 0.1}, {"close": 1e-06, "high": 1.35e-06, "low": 1e-06, "open": 1.35e-06, "rsi": 30.314843122, "timestamp": 1608645600000, "volume": 51187.36897756}, {"close": 1e-06, "high": 1e-06, "low": 1e-06, "open": 1e-06, "rsi": 30.314843122, "timestamp": 1608649200000, "volume": 100.79840319}, {"close": 9.5e-07, "high": 1e-06, "low": 9.5e-07, "open": 9.9e-07, "rsi": 28.5981032596, "timestamp": 1608652800000, "volume": 8820.77041283}, {"close": 1e-06, "high": 1e-06, "low": 1e-06, "open": 1e-06, "rsi": 32.7023525561, "timestamp": 1608656400000, "volume": 1778.24351298}, {"close": 9.5e-07, "high": 9.5e-07, "low": 9.5e-07, "open": 9.5e-07, "rsi": 30.7960010044, "timestamp": 1608660000000, "volume": 5.2}, {"close": 9.6e-07, "high": 1e-06, "low": 9.6e-07, "open": 9.9e-07, "rsi": 31.6541268279, "timestamp": 1608663600000, "volume": 30408.70419162}, {"close": 1.01e-06, "high": 1.01e-06, "low": 1.01e-06, "open": 1.01e-06, "rsi": 35.9318867059, "timestamp": 1608670800000, "volume": 16.5}, {"close": 1.12e-06, "high": 1.12e-06, "low": 1.11e-06, "open": 1.11e-06, "rsi": 44.2056267931, "timestamp": 1608681600000, "volume": 1028.94211577}, {"close": 1.02e-06, "high": 1.07e-06, "low": 1.02e-06, "open": 1.07e-06, "rsi": 39.2439887419, "timestamp": 1608714000000, "volume": 1563.16670044}, {"close": 1.02e-06, "high": 1.02e-06, "low": 1.02e-06, "open": 1.02e-06, "rsi": 39.2439887419, "timestamp": 1608724800000, "volume": 0.1}, {"close": 1.03e-06, "high": 1.03e-06, "low": 1.03e-06, "open": 1.03e-06, "rsi": 40.0246980132, "timestamp": 1608742800000, "volume": 0.1}, {"close": 1.2e-06, "high": 1.2e-06, "low": 1.12e-06, "open": 1.12e-06, "rsi": 51.446917367, "timestamp": 1608750000000, "volume": 0.6245509}, {"close": 1.2e-06, "high": 1.2e-06, "low": 1.2e-06, "open": 1.2e-06, "rsi": 51.446917367, "timestamp": 1608764400000, "volume": 4.79041916}, {"close": 1.07e-06, "high": 1.07e-06, "low": 1.07e-06, "open": 1.07e-06, "rsi": 44.0129254196, "timestamp": 1608793200000, "volume": 0.2}, {"close": 1.07e-06, "high": 1.07e-06, "low": 1.07e-06, "open": 1.07e-06, "rsi": 44.0129254196, "timestamp": 1608800400000, "volume": 50}, {"close": 1.06e-06, "high": 1.06e-06, "low": 1.06e-06, "open": 1.06e-06, "rsi": 43.4527729697, "timestamp": 1608825600000, "volume": 47}, {"close": 1.08e-06, "high": 1.08e-06, "low": 1.08e-06, "open": 1.08e-06, "rsi": 44.9614885069, "timestamp": 1608840000000, "volume": 2.69461078}, {"close": 1.02e-06, "high": 1.02e-06, "low": 1.02e-06, "open": 1.02e-06, "rsi": 41.3934191378, "timestamp": 1608876000000, "volume": 395.1}, {"close": 1.01e-06, "high": 1.01e-06, "low": 1.01e-06, "open": 1.01e-06, "rsi": 40.8120995212, "timestamp": 1608897600000, "volume": 16}, {"close": 1.01e-06, "high": 1.01e-06, "low": 1.01e-06, "open": 1.01e-06, "rsi": 40.8120995212, "timestamp": 1608908400000, "volume": 1526.3}, {"close": 1.01e-06, "high": 1.01e-06, "low": 1.01e-06, "open": 1.01e-06, "rsi": 40.8120995212, "timestamp": 1608937200000, "volume": 467}, {"close": 1.08e-06, "high": 1.08e-06, "low": 1.08e-06, "open": 1.08e-06, "rsi": 47.2846156978, "timestamp": 1608984000000, "volume": 13.17365269}, {"close": 1.08e-06, "high": 1.08e-06, "low": 1.08e-06, "open": 1.08e-06, "rsi": 47.2846156978, "timestamp": 1608987600000, "volume": 14.97005988}, {"close": 1.01e-06, "high": 1.01e-06, "low": 1.01e-06, "open": 1.01e-06, "rsi": 41.9626455189, "timestamp": 1608998400000, "volume": 0.1}, {"close": 1e-06, "high": 1.01e-06, "low": 1e-06, "open": 1.01e-06, "rsi": 41.2484019412, "timestamp": 1609012800000, "volume": 1080.12135729}, {"close": 1e-06, "high": 1e-06, "low": 1e-06, "open": 1e-06, "rsi": 41.2484019412, "timestamp": 1609016400000, "volume": 5.4}, {"close": 1.07e-06, "high": 1.07e-06, "low": 1.07e-06, "open": 1.07e-06, "rsi": 48.381183636, "timestamp": 1609027200000, "volume": 1.69660679}, {"close": 1e-06, "high": 1e-06, "low": 1e-06, "open": 1e-06, "rsi": 42.7870108202, "timestamp": 1609084800000, "volume": 99.9}, {"close": 1e-06, "high": 1e-06, "low": 1e-06, "open": 1e-06, "rsi": 42.7870108202, "timestamp": 1609088400000, "volume": 59.10339321}, {"close": 1e-06, "high": 1e-06, "low": 1e-06, "open": 1e-06, "rsi": 42.7870108202, "timestamp": 1609102800000, "volume": 5.7}, {"close": 9.1e-07, "high": 1e-06, "low": 9.1e-07, "open": 1e-06, "rsi": 36.0865682057, "timestamp": 1609106400000, "volume": 2036.73936466}, {"close": 9.1e-07, "high": 9.1e-07, "low": 9.1e-07, "open": 9.1e-07, "rsi": 36.0865682057, "timestamp": 1609113600000, "volume": 112.75243435}, {"close": 9e-07, "high": 9e-07, "low": 9e-07, "open": 9e-07, "rsi": 35.3727506334, "timestamp": 1609117200000, "volume": 0.1}, {"close": 9.1e-07, "high": 9.1e-07, "low": 9.1e-07, "open": 9.1e-07, "rsi": 36.7207438313, "timestamp": 1609120800000, "volume": 189.45632628}, {"close": 1.05e-06, "high": 1.05e-06, "low": 1.05e-06, "open": 1.05e-06, "rsi": 51.8596365781, "timestamp": 1609131600000, "volume": 0.3992016}, {"close": 9.2e-07, "high": 1.03e-06, "low": 9.2e-07, "open": 1.03e-06, "rsi": 41.8479557758, "timestamp": 1609167600000, "volume": 71.88502994}, {"close": 7e-07, "high": 9.2e-07, "low": 7e-07, "open": 9.2e-07, "rsi": 30.9563616443, "timestamp": 1609171200000, "volume": 2368.69049278}, {"close": 5.5e-07, "high": 8.4e-07, "low": 5.5e-07, "open": 7e-07, "rsi": 25.9896313048, "timestamp": 1609174800000, "volume": 2934.09342607}, {"close": 5.6e-07, "high": 5.6e-07, "low": 5.6e-07, "open": 5.6e-07, "rsi": 26.8324470197, "timestamp": 1609178400000, "volume": 40.9}, {"close": 5.7e-07, "high": 8.5e-07, "low": 5.7e-07, "open": 7.1e-07, "rsi": 27.7188874764, "timestamp": 1609185600000, "volume": 817.46646707}, {"close": 8.5e-07, "high": 8.5e-07, "low": 8.5e-07, "open": 8.5e-07, "rsi": 47.0592249493, "timestamp": 1609192800000, "volume": 1.99600798}, {"close": 7e-07, "high": 7e-07, "low": 7e-07, "open": 7e-07, "rsi": 40.7662262624, "timestamp": 1609196400000, "volume": 0.1}, {"close": 7.5e-07, "high": 7.5e-07, "low": 7.5e-07, "open": 7.5e-07, "rsi": 43.4794325389, "timestamp": 1609210800000, "volume": 1.5}, {"close": 6.1e-07, "high": 7.5e-07, "low": 6.1e-07, "open": 7.5e-07, "rsi": 38.2028590424, "timestamp": 1609214400000, "volume": 383.73053892}, {"close": 8.7e-07, "high": 8.7e-07, "low": 6.2e-07, "open": 6.2e-07, "rsi": 50.2725088336, "timestamp": 1609232400000, "volume": 4.66047904}, {"close": 6.3e-07, "high": 6.3e-07, "low": 6.3e-07, "open": 6.3e-07, "rsi": 42.0988091923, "timestamp": 1609293600000, "volume": 13.9}, {"close": 5e-07, "high": 6.3e-07, "low": 5e-07, "open": 6.3e-07, "rsi": 38.4519171485, "timestamp": 1609315200000, "volume": 70297.57123509}, {"close": 5.8e-07, "high": 5.8e-07, "low": 5.1e-07, "open": 5.1e-07, "rsi": 41.793526676, "timestamp": 1609318800000, "volume": 4899.24177528}, {"close": 4.7e-07, "high": 4.7e-07, "low": 4.7e-07, "open": 4.7e-07, "rsi": 38.68356496, "timestamp": 1609329600000, "volume": 202}], "signal": 0}
{"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": "LTC/BRL", "taker": 0.006999999999999999}, {"base": "BCH", "maker": 0.003, "percentage": true, "precision": {"amount": 8, "price": 5}, "quote": "BRL", "suffix": "BCash", "symbol": "BCH/BRL", "taker": 0.006999999999999999}, {"base": "XRP", "maker": 0.003, "percentage": true, "precision": {"amount": 8, "price": 5}, "quote": "BRL", "suffix": "Ripple", "symbol": "XRP/BRL", "taker": 0.006999999999999999}, {"base": "ETH", "maker": 0.003, "percentage": true, "precision": {"amount": 8, "price": 5}, "quote": "BRL", "suffix": "Ethereum", "symbol": "ETH/BRL", "taker": 0.006999999999999999}]
{"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"}, "taker": {"type": "number"}}, "type": "object"}, "type": "array"}
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, "timestamp": 1608904380000, "volume": 2.23021583}, {"close": 0.004956, "high": 0.004956, "low": 0.004956, "open": 0.004956, "timestamp": 1608904500000, "volume": 2.32713829}, {"close": 0.004945, "high": 0.004945, "low": 0.004945, "open": 0.004945, "timestamp": 1608904680000, "volume": 0.008}, {"close": 0.00496, "high": 0.00496, "low": 0.00496, "open": 0.00496, "timestamp": 1608904980000, "volume": 0.58308394}, {"close": 0.00496, "high": 0.00496, "low": 0.00496, "open": 0.00496, "timestamp": 1608905940000, "volume": 0.01998401}, {"close": 0.00496, "high": 0.00496, "low": 0.00496, "open": 0.00496, "timestamp": 1608906000000, "volume": 5.23011027}, {"close": 0.00498, "high": 0.00498, "low": 0.004967, "open": 0.004967, "timestamp": 1608906060000, "volume": 0.92374597}, {"close": 0.004996, "high": 0.004996, "low": 0.004982, "open": 0.004982, "timestamp": 1608906120000, "volume": 0.15997202}, {"close": 0.005016, "high": 0.005016, "low": 0.004998, "open": 0.004998, "timestamp": 1608906180000, "volume": 1.65707918}, {"close": 0.005017, "high": 0.005017, "low": 0.005017, "open": 0.005017, "timestamp": 1608906240000, "volume": 0.7098}, {"close": 0.00503, "high": 0.00503, "low": 0.005018, "open": 0.005018, "timestamp": 1608906360000, "volume": 0.58}, {"close": 0.005034, "high": 0.005034, "low": 0.005032, "open": 0.005032, "timestamp": 1608906420000, "volume": 0.04}, {"close": 0.005056, "high": 0.005056, "low": 0.005036, "open": 0.005036, "timestamp": 1608906480000, "volume": 3.747}, {"close": 0.005098, "high": 0.005098, "low": 0.005058, "open": 0.005058, "timestamp": 1608906540000, "volume": 0.438}, {"close": 0.00507, "high": 0.00507, "low": 0.00507, "open": 0.00507, "timestamp": 1608906900000, "volume": 0.18110514}, {"close": 0.00506, "high": 0.00506, "low": 0.00505, "open": 0.005052, "timestamp": 1608907080000, "volume": 0.98718925}, {"close": 0.00499, "high": 0.00499, "low": 0.00499, "open": 0.00499, "timestamp": 1608907560000, "volume": 1.37}, {"close": 0.004924, "high": 0.004948, "low": 0.004924, "open": 0.004948, "timestamp": 1608907740000, "volume": 1.24810064}, {"close": 0.004983, "high": 0.004983, "low": 0.004942, "open": 0.004942, "timestamp": 1608908520000, "volume": 0.40167946}, {"close": 0.004983, "high": 0.004983, "low": 0.00498, "open": 0.00498, "timestamp": 1608908820000, "volume": 0.10092006}, {"close": 0.004951, "high": 0.004951, "low": 0.004951, "open": 0.004951, "timestamp": 1608909180000, "volume": 0.213}, {"close": 0.004988, "high": 0.004988, "low": 0.004988, "open": 0.004988, "timestamp": 1608909660000, "volume": 0.1}, {"close": 0.004997, "high": 0.004997, "low": 0.004997, "open": 0.004997, "timestamp": 1608910140000, "volume": 0.06894484}, {"close": 0.004954, "high": 0.004954, "low": 0.004954, "open": 0.004954, "timestamp": 1608910440000, "volume": 0.002}, {"close": 0.004963, "high": 0.004963, "low": 0.004963, "open": 0.004963, "timestamp": 1608911100000, "volume": 0.84539124}, {"close": 0.004963, "high": 0.004963, "low": 0.004963, "open": 0.004963, "timestamp": 1608911160000, "volume": 0.004}, {"close": 0.00499, "high": 0.00499, "low": 0.00499, "open": 0.00499, "timestamp": 1608911280000, "volume": 0.12889688}, {"close": 0.004963, "high": 0.004963, "low": 0.004963, "open": 0.004963, "timestamp": 1608911640000, "volume": 0.01707745}, {"close": 0.004943, "high": 0.004943, "low": 0.004943, "open": 0.004943, "timestamp": 1608911820000, "volume": 0.26678657}, {"close": 0.004958, "high": 0.004958, "low": 0.004958, "open": 0.004958, "timestamp": 1608912000000, "volume": 0.001}, {"close": 0.004958, "high": 0.004958, "low": 0.004958, "open": 0.004958, "timestamp": 1608912060000, "volume": 0.6}, {"close": 0.00496, "high": 0.00496, "low": 0.00496, "open": 0.00496, "timestamp": 1608912120000, "volume": 0.0039972}, {"close": 0.005, "high": 0.005, "low": 0.005, "open": 0.005, "timestamp": 1608912540000, "volume": 0.1243114}, {"close": 0.005017, "high": 0.005017, "low": 0.005017, "open": 0.005017, "timestamp": 1608912600000, "volume": 0.041002}, {"close": 0.005029, "high": 0.005029, "low": 0.005029, "open": 0.005029, "timestamp": 1608912780000, "volume": 0.003}, {"close": 0.00504, "high": 0.00504, "low": 0.00504, "open": 0.00504, "timestamp": 1608912900000, "volume": 0.06195044}, {"close": 0.00504, "high": 0.00504, "low": 0.00504, "open": 0.00504, "timestamp": 1608913380000, "volume": 0.00799361}, {"close": 0.00504, "high": 0.00504, "low": 0.00504, "open": 0.00504, "timestamp": 1608913440000, "volume": 0.00999201}, {"close": 0.00504, "high": 0.00504, "low": 0.00504, "open": 0.00504, "timestamp": 1608913500000, "volume": 0.71006394}, {"close": 0.005061, "high": 0.005061, "low": 0.005061, "open": 0.005061, "timestamp": 1608913620000, "volume": 0.704}, {"close": 0.005068, "high": 0.005068, "low": 0.005068, "open": 0.005068, "timestamp": 1608913680000, "volume": 0.193}, {"close": 0.005046, "high": 0.005046, "low": 0.005046, "open": 0.005046, "timestamp": 1608914100000, "volume": 0.031}, {"close": 0.005047, "high": 0.005047, "low": 0.005047, "open": 0.005047, "timestamp": 1608914160000, "volume": 0.0009992}, {"close": 0.00506, "high": 0.00506, "low": 0.005047, "open": 0.005047, "timestamp": 1608914220000, "volume": 0.25679456}, {"close": 0.00496, "high": 0.004989, "low": 0.00496, "open": 0.004989, "timestamp": 1608914880000, "volume": 0.69463291}, {"close": 0.004929, "high": 0.004958, "low": 0.004929, "open": 0.004958, "timestamp": 1608915660000, "volume": 0.92506749}, {"close": 0.00493, "high": 0.00493, "low": 0.00493, "open": 0.00493, "timestamp": 1608915960000, "volume": 0.06994404}, {"close": 0.004935, "high": 0.004935, "low": 0.004935, "open": 0.004935, "timestamp": 1608916020000, "volume": 1.12}, {"close": 0.004938, "high": 0.004938, "low": 0.004938, "open": 0.004938, "timestamp": 1608916080000, "volume": 0.15026603}, {"close": 0.004943, "high": 0.004943, "low": 0.004943, "open": 0.004943, "timestamp": 1608916200000, "volume": 0.02}, {"close": 0.004938, "high": 0.004938, "low": 0.004938, "open": 0.004938, "timestamp": 1608916380000, "volume": 0.498}, {"close": 0.004994, "high": 0.004994, "low": 0.00498, "open": 0.00498, "timestamp": 1608916740000, "volume": 0.13998401}, {"close": 0.00501, "high": 0.00501, "low": 0.004995, "open": 0.004995, "timestamp": 1608916800000, "volume": 1.493}, {"close": 0.005004, "high": 0.005004, "low": 0.005004, "open": 0.005004, "timestamp": 1608916920000, "volume": 0.002}, {"close": 0.005002, "high": 0.005004, "low": 0.005002, "open": 0.005004, "timestamp": 1608917220000, "volume": 0.07098401}, {"close": 0.005, "high": 0.005, "low": 0.005, "open": 0.005, "timestamp": 1608917280000, "volume": 0.01998401}, {"close": 0.004998, "high": 0.004998, "low": 0.004998, "open": 0.004998, "timestamp": 1608917340000, "volume": 0.01998401}, {"close": 0.005018, "high": 0.005018, "low": 0.005018, "open": 0.005018, "timestamp": 1608917460000, "volume": 0.26681323}, {"close": 0.005032, "high": 0.005032, "low": 0.005032, "open": 0.005032, "timestamp": 1608917520000, "volume": 0.02398121}, {"close": 0.00502, "high": 0.005022, "low": 0.00502, "open": 0.005022, "timestamp": 1608917820000, "volume": 0.03996802}, {"close": 0.00501, "high": 0.005018, "low": 0.00501, "open": 0.005018, "timestamp": 1608917880000, "volume": 0.09992005}, {"close": 0.005, "high": 0.005006, "low": 0.005, "open": 0.005006, "timestamp": 1608917940000, "volume": 0.07993604}, {"close": 0.004994, "high": 0.004998, "low": 0.004994, "open": 0.004998, "timestamp": 1608918060000, "volume": 0.3267386}, {"close": 0.00501, "high": 0.00501, "low": 0.00501, "open": 0.00501, "timestamp": 1608918600000, "volume": 0.002}, {"close": 0.005009, "high": 0.005009, "low": 0.005009, "open": 0.005009, "timestamp": 1608919200000, "volume": 0.002}, {"close": 0.005009, "high": 0.005009, "low": 0.005009, "open": 0.005009, "timestamp": 1608919680000, "volume": 0.33}, {"close": 0.005034, "high": 0.005034, "low": 0.005034, "open": 0.005034, "timestamp": 1608919860000, "volume": 0.11091127}, {"close": 0.005009, "high": 0.005009, "low": 0.005009, "open": 0.005009, "timestamp": 1608919920000, "volume": 0.00872742}, {"close": 0.004994, "high": 0.004994, "low": 0.004994, "open": 0.004994, "timestamp": 1608920820000, "volume": 0.013}, {"close": 0.005002, "high": 0.005002, "low": 0.005002, "open": 0.005002, "timestamp": 1608921600000, "volume": 1.8375}, {"close": 0.005002, "high": 0.005002, "low": 0.005002, "open": 0.005002, "timestamp": 1608921660000, "volume": 1.58678217}, {"close": 0.004994, "high": 0.004994, "low": 0.004994, "open": 0.004994, "timestamp": 1608921780000, "volume": 0.00698401}, {"close": 0.004982, "high": 0.004994, "low": 0.004982, "open": 0.004994, "timestamp": 1608923220000, "volume": 0.15788683}, {"close": 0.005, "high": 0.005, "low": 0.005, "open": 0.005, "timestamp": 1608923340000, "volume": 3.19244604}, {"close": 0.005006, "high": 0.005006, "low": 0.00499, "open": 0.00499, "timestamp": 1608923820000, "volume": 0.05795364}, {"close": 0.00498, "high": 0.00498, "low": 0.00498, "open": 0.00498, "timestamp": 1608923880000, "volume": 0.01998401}, {"close": 0.004978, "high": 0.004978, "low": 0.004978, "open": 0.004978, "timestamp": 1608924300000, "volume": 0.094}, {"close": 0.00499, "high": 0.00499, "low": 0.00499, "open": 0.00499, "timestamp": 1608924600000, "volume": 0.12789768}, {"close": 0.004993, "high": 0.004993, "low": 0.004993, "open": 0.004993, "timestamp": 1608924840000, "volume": 0.01}, {"close": 0.004999, "high": 0.004999, "low": 0.004999, "open": 0.004999, "timestamp": 1608924960000, "volume": 0.00528167}, {"close": 0.004999, "high": 0.004999, "low": 0.004999, "open": 0.004999, "timestamp": 1608925020000, "volume": 0.00137263}, {"close": 0.005, "high": 0.005, "low": 0.005, "open": 0.005, "timestamp": 1608925380000, "volume": 0.005}, {"close": 0.005023, "high": 0.005023, "low": 0.005023, "open": 0.005023, "timestamp": 1608925620000, "volume": 0.51458833}, {"close": 0.004998, "high": 0.004998, "low": 0.004998, "open": 0.004998, "timestamp": 1608926100000, "volume": 0.1}, {"close": 0.004998, "high": 0.004998, "low": 0.004998, "open": 0.004998, "timestamp": 1608926220000, "volume": 0.005}, {"close": 0.005004, "high": 0.005004, "low": 0.005004, "open": 0.005004, "timestamp": 1608926520000, "volume": 0.005}, {"close": 0.004985, "high": 0.004985, "low": 0.004985, "open": 0.004985, "timestamp": 1608926940000, "volume": 0.11}, {"close": 0.004977, "high": 0.004977, "low": 0.004977, "open": 0.004977, "timestamp": 1608927180000, "volume": 0.01}, {"close": 0.004977, "high": 0.004977, "low": 0.004977, "open": 0.004977, "timestamp": 1608927300000, "volume": 0.002}, {"close": 0.005, "high": 0.005, "low": 0.005, "open": 0.005, "timestamp": 1608927780000, "volume": 2.5}, {"close": 0.004984, "high": 0.004984, "low": 0.004984, "open": 0.004984, "timestamp": 1608927960000, "volume": 1.15515083}, {"close": 0.004976, "high": 0.004976, "low": 0.004976, "open": 0.004976, "timestamp": 1608928380000, "volume": 0.01998401}, {"close": 0.004976, "high": 0.004976, "low": 0.004976, "open": 0.004976, "timestamp": 1608928440000, "volume": 0.02001599}, {"close": 0.005058, "high": 0.005058, "low": 0.005055, "open": 0.005055, "timestamp": 1608929280000, "volume": 0.84067759}, {"close": 0.00506, "high": 0.00506, "low": 0.005058, "open": 0.005058, "timestamp": 1608929400000, "volume": 0.03132241}, {"close": 0.005011, "high": 0.005011, "low": 0.005011, "open": 0.005011, "timestamp": 1608929640000, "volume": 0.0009992}, {"close": 0.005011, "high": 0.005011, "low": 0.005011, "open": 0.005011, "timestamp": 1608929700000, "volume": 0.2740008}, {"close": 0.00505, "high": 0.00505, "low": 0.00505, "open": 0.00505, "timestamp": 1608929760000, "volume": 0.06394884}]
{"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"}