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
ab9da26c-b2e8-4a05-a14a-c1ab514683a3/7513fd1c-e97e-42f1-ae4b-5f417fdd8d7c/0/0
Yahoo Finance
Access Yahoo Finance Realtime Stock Price | Options | ESG | Trends | Statistics | Earnings | Balance Sheets | Analytics | Asset Profile and much more
9.8
price
Returns the Stock Price Information for the symbol passed as parameter for normal stocks : you can directly search by tickername: eg. tsla , msft , meta for crypt: try searching by ticker name followed by -USD. for bitcoin try : btc-usd for eth try : eth-usd for dogecoin try : doge-usd
200
Response
{"maxAge": 1, "preMarketChange": {}, "preMarketPrice": {}, "postMarketChange": {}, "postMarketPrice": {}, "regularMarketChangePercent": {"raw": 0.023396308, "fmt": "2.34%"}, "regularMarketChange": {"raw": 32.88965, "fmt": "32.89"}, "regularMarketTime": 1678544880, "priceHint": {"raw": 2, "fmt": "2", "longFmt": "2"}, "regularMarketPrice": {"raw": 1438.6576, "fmt": "1,438.66"}, "regularMarketDayHigh": {"raw": 1481.1848, "fmt": "1,481.18"}, "regularMarketDayLow": {"raw": 1429.3635, "fmt": "1,429.36"}, "regularMarketVolume": {"raw": 15093996544, "fmt": "15.09B", "longFmt": "15,093,996,544.00"}, "averageDailyVolume10Day": {}, "averageDailyVolume3Month": {}, "regularMarketPreviousClose": {"raw": 1429.8699, "fmt": "1,429.87"}, "regularMarketSource": "FREE_REALTIME", "regularMarketOpen": {"raw": 1429.8699, "fmt": "1,429.87"}, "strikePrice": {}, "openInterest": {}, "exchange": "CCC", "exchangeName": "CCC", "exchangeDataDelayedBy": 0, "marketState": "REGULAR", "quoteType": "CRYPTOCURRENCY", "symbol": "ETH-USD", "underlyingSymbol": null, "shortName": "Ethereum USD", "longName": "Ethereum USD", "currency": "USD", "quoteSourceName": "CoinMarketCap", "currencySymbol": "$", "fromCurrency": "ETH", "toCurrency": "USD=X", "lastMarket": "CoinMarketCap", "volume24Hr": {"raw": 15093996544, "fmt": "15.09B", "longFmt": "15,093,996,544.00"}, "volumeAllCurrencies": {"raw": 15093996544, "fmt": "15.09B", "longFmt": "15,093,996,544.00"}, "circulatingSupply": {"raw": 122373864, "fmt": "122.37M", "longFmt": "122,373,864.00"}, "marketCap": {"raw": 176054091776, "fmt": "176.05B", "longFmt": "176,054,091,776.00"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"maxAge": {"type": "integer"}, "preMarketChange": {"type": "object"}, "preMarketPrice": {"type": "object"}, "postMarketChange": {"type": "object"}, "postMarketPrice": {"type": "object"}, "regularMarketChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketTime": {"type": "integer"}, "priceHint": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "regularMarketPrice": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketDayHigh": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketDayLow": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketVolume": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "averageDailyVolume10Day": {"type": "object"}, "averageDailyVolume3Month": {"type": "object"}, "regularMarketPreviousClose": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketSource": {"type": "string"}, "regularMarketOpen": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "strikePrice": {"type": "object"}, "openInterest": {"type": "object"}, "exchange": {"type": "string"}, "exchangeName": {"type": "string"}, "exchangeDataDelayedBy": {"type": "integer"}, "marketState": {"type": "string"}, "quoteType": {"type": "string"}, "symbol": {"type": "string"}, "underlyingSymbol": {"type": "null"}, "shortName": {"type": "string"}, "longName": {"type": "string"}, "currency": {"type": "string"}, "quoteSourceName": {"type": "string"}, "currencySymbol": {"type": "string"}, "fromCurrency": {"type": "string"}, "toCurrency": {"type": "string"}, "lastMarket": {"type": "string"}, "volume24Hr": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "volumeAllCurrencies": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "circulatingSupply": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "marketCap": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["averageDailyVolume10Day", "averageDailyVolume3Month", "circulatingSupply", "currency", "currencySymbol", "exchange", "exchangeDataDelayedBy", "exchangeName", "fromCurrency", "lastMarket", "longName", "marketCap", "marketState", "maxAge", "openInterest", "postMarketChange", "postMarketPrice", "preMarketChange", "preMarketPrice", "priceHint", "quoteSourceName", "quoteType", "regularMarketChange", "regularMarketChangePercent", "regularMarketDayHigh", "regularMarketDayLow", "regularMarketOpen", "regularMarketPreviousClose", "regularMarketPrice", "regularMarketSource", "regularMarketTime", "regularMarketVolume", "shortName", "strikePrice", "symbol", "toCurrency", "underlyingSymbol", "volume24Hr", "volumeAllCurrencies"]}
ab9da26c-b2e8-4a05-a14a-c1ab514683a3/f579b3c6-0653-4ce3-9d91-12d50dde25f2/0/0
Yahoo Finance
Access Yahoo Finance Realtime Stock Price | Options | ESG | Trends | Statistics | Earnings | Balance Sheets | Analytics | Asset Profile and much more
9.8
multi-quote
The multi-quote endpoint allows you to get multiple quotes with a single API call. to use this feature, write the tickers separated by commas.
200
Response
{"0": {"symbol": "TSLA", "twoHundredDayAverageChangePercent": {"raw": 0.35642365, "fmt": "35.64%"}, "averageAnalystRating": "2.7 - Hold", "fiftyTwoWeekLowChangePercent": {"raw": 1.5822611, "fmt": "158.23%"}, "language": "en-US", "earningsTimestampEnd": {"raw": 1698091200, "fmt": "2023-10-23", "longFmt": "2023-10-23T16:00"}, "regularMarketDayRange": {"raw": "261.2 - 280.93", "fmt": "261.20 - 280.93"}, "epsForward": {"raw": 4.79, "fmt": "4.79"}, "regularMarketDayHigh": {"raw": 280.93, "fmt": "280.93"}, "twoHundredDayAverageChange": {"raw": 69.0815, "fmt": "69.08"}, "twoHundredDayAverage": {"raw": 193.8185, "fmt": "193.82"}, "askSize": {"raw": 18, "fmt": "18", "longFmt": "18"}, "bookValue": {"raw": 14.129, "fmt": "14.13"}, "fiftyTwoWeekHighChange": {"raw": -51.766663, "fmt": "-51.77"}, "marketCap": {"raw": 833261535232, "fmt": "833.262B", "longFmt": "833,261,535,232"}, "fiftyTwoWeekRange": {"raw": "101.81 - 314.66666", "fmt": "101.81 - 314.67"}, "fiftyDayAverageChange": {"raw": 29.470001, "fmt": "29.47"}, "averageDailyVolume3Month": {"raw": 137255281, "fmt": "137.255M", "longFmt": "137,255,281"}, "firstTradeDateMilliseconds": 1277818200000, "exchangeDataDelayedBy": 0, "fiftyTwoWeekChangePercent": {"raw": -3.4319758, "fmt": "-3.43%"}, "trailingAnnualDividendRate": {"raw": 0, "fmt": "0.00"}, "fiftyTwoWeekLow": {"raw": 101.81, "fmt": "101.81"}, "market": "us_market", "regularMarketVolume": {"raw": 173200396, "fmt": "173.2M", "longFmt": "173,200,396"}, "postMarketPrice": {"raw": 260.6, "fmt": "260.60"}, "quoteSourceName": "Nasdaq Real Time Price", "messageBoardId": "finmb_27444752", "priceHint": 2, "sourceInterval": 15, "exchange": "NMS", "regularMarketDayLow": {"raw": 261.2, "fmt": "261.20"}, "region": "US", "shortName": "Tesla, Inc.", "fiftyDayAverageChangePercent": {"raw": 0.1262477, "fmt": "12.62%"}, "fullExchangeName": "NasdaqGS", "earningsTimestampStart": {"raw": 1697572800, "fmt": "2023-10-17", "longFmt": "2023-10-17T16:00"}, "financialCurrency": "USD", "displayName": "Tesla", "gmtOffSetMilliseconds": -14400000, "regularMarketOpen": {"raw": 279.56, "fmt": "279.56"}, "regularMarketTime": {"raw": 1689883204, "fmt": "4:00PM EDT"}, "regularMarketChangePercent": {"raw": -9.73701, "fmt": "-9.74%"}, "trailingAnnualDividendYield": {"raw": 0, "fmt": "0.00%"}, "quoteType": "EQUITY", "fiftyTwoWeekLowChange": {"raw": 161.09, "fmt": "161.09"}, "averageDailyVolume10Day": {"raw": 121364960, "fmt": "121.365M", "longFmt": "121,364,960"}, "fiftyTwoWeekHighChangePercent": {"raw": -0.16451271, "fmt": "-16.45%"}, "typeDisp": "Equity", "trailingPE": {"raw": 77.78106, "fmt": "77.78"}, "tradeable": false, "postMarketTime": {"raw": 1689897599, "fmt": "7:59PM EDT"}, "currency": "USD", "sharesOutstanding": {"raw": 3169499904, "fmt": "3.169B", "longFmt": "3,169,499,904"}, "fiftyTwoWeekHigh": {"raw": 314.66666, "fmt": "314.67"}, "regularMarketPreviousClose": {"raw": 291.26, "fmt": "291.26"}, "postMarketChangePercent": {"raw": -0.874853, "fmt": "-0.87%"}, "exchangeTimezoneName": "America/New_York", "bidSize": {"raw": 9, "fmt": "9", "longFmt": "9"}, "regularMarketChange": {"raw": -28.360016, "fmt": "-28.36"}, "priceEpsCurrentYear": {"raw": 75.11428, "fmt": "75.11"}, "cryptoTradeable": false, "fiftyDayAverage": {"raw": 233.43, "fmt": "233.43"}, "exchangeTimezoneShortName": "EDT", "epsCurrentYear": {"raw": 3.5, "fmt": "3.50"}, "regularMarketPrice": {"raw": 262.9, "fmt": "262.90"}, "customPriceAlertConfidence": "HIGH", "marketState": "PREPRE", "forwardPE": {"raw": 54.885178, "fmt": "54.89"}, "postMarketChange": {"raw": -2.29999, "fmt": "-2.30"}, "earningsTimestamp": {"raw": 1689802200, "fmt": "2023-07-19", "longFmt": "2023-07-19T17:30"}, "ask": {"raw": 0, "fmt": "0.00"}, "epsTrailingTwelveMonths": {"raw": 3.38, "fmt": "3.38"}, "bid": {"raw": 0, "fmt": "0.00"}, "priceToBook": {"raw": 18.60712, "fmt": "18.61"}, "triggerable": true, "longName": "Tesla, Inc."}, "1": {"symbol": "AAPL", "twoHundredDayAverageChangePercent": {"raw": 0.22836661, "fmt": "22.84%"}, "dividendDate": {"raw": 1684368000, "fmt": "2023-05-17", "longFmt": "2023-05-17T20:00"}, "averageAnalystRating": "2.0 - Buy", "fiftyTwoWeekLowChangePercent": {"raw": 0.5553677, "fmt": "55.54%"}, "language": "en-US", "dividendYield": {"raw": 0.5, "fmt": "0.50%"}, "earningsTimestampEnd": {"raw": 1691092800, "fmt": "2023-08-03", "longFmt": "2023-08-03T16:00"}, "regularMarketDayRange": {"raw": "192.495 - 196.47", "fmt": "192.49 - 196.47"}, "epsForward": {"raw": 6.59, "fmt": "6.59"}, "regularMarketDayHigh": {"raw": 196.47, "fmt": "196.47"}, "twoHundredDayAverageChange": {"raw": 35.904953, "fmt": "35.90"}, "twoHundredDayAverage": {"raw": 157.22505, "fmt": "157.23"}, "askSize": {"raw": 9, "fmt": "9", "longFmt": "9"}, "bookValue": {"raw": 3.953, "fmt": "3.95"}, "fiftyTwoWeekHighChange": {"raw": -5.099991, "fmt": "-5.10"}, "marketCap": {"raw": 3037684039680, "fmt": "3.038T", "longFmt": "3,037,684,039,680"}, "fiftyTwoWeekRange": {"raw": "124.17 - 198.23", "fmt": "124.17 - 198.23"}, "fiftyDayAverageChange": {"raw": 10.347412, "fmt": "10.35"}, "averageDailyVolume3Month": {"raw": 57177132, "fmt": "57.177M", "longFmt": "57,177,132"}, "firstTradeDateMilliseconds": 345479400000, "exchangeDataDelayedBy": 0, "dividendRate": {"raw": 0.96, "fmt": "0.96"}, "fiftyTwoWeekChangePercent": {"raw": 25.335848, "fmt": "25.34%"}, "trailingAnnualDividendRate": {"raw": 0.92, "fmt": "0.92"}, "fiftyTwoWeekLow": {"raw": 124.17, "fmt": "124.17"}, "market": "us_market", "regularMarketVolume": {"raw": 58967065, "fmt": "58.967M", "longFmt": "58,967,065"}, "postMarketPrice": {"raw": 192.99, "fmt": "192.99"}, "quoteSourceName": "Nasdaq Real Time Price", "messageBoardId": "finmb_24937", "priceHint": 2, "sourceInterval": 15, "exchange": "NMS", "regularMarketDayLow": {"raw": 192.495, "fmt": "192.49"}, "region": "US", "shortName": "Apple Inc.", "fiftyDayAverageChangePercent": {"raw": 0.05661049, "fmt": "5.66%"}, "fullExchangeName": "NasdaqGS", "earningsTimestampStart": {"raw": 1691092800, "fmt": "2023-08-03", "longFmt": "2023-08-03T16:00"}, "financialCurrency": "USD", "displayName": "Apple", "gmtOffSetMilliseconds": -14400000, "regularMarketOpen": {"raw": 195.09, "fmt": "195.09"}, "regularMarketTime": {"raw": 1689883204, "fmt": "4:00PM EDT"}, "regularMarketChangePercent": {"raw": -1.0097392, "fmt": "-1.01%"}, "trailingAnnualDividendYield": {"raw": 0.0047155307, "fmt": "0.00%"}, "quoteType": "EQUITY", "fiftyTwoWeekLowChange": {"raw": 68.96001, "fmt": "68.96"}, "averageDailyVolume10Day": {"raw": 53580170, "fmt": "53.58M", "longFmt": "53,580,170"}, "fiftyTwoWeekHighChangePercent": {"raw": -0.025727645, "fmt": "-2.57%"}, "typeDisp": "Equity", "trailingPE": {"raw": 32.62331, "fmt": "32.62"}, "tradeable": false, "postMarketTime": {"raw": 1689897596, "fmt": "7:59PM EDT"}, "currency": "USD", "sharesOutstanding": {"raw": 15728700416, "fmt": "15.729B", "longFmt": "15,728,700,416"}, "fiftyTwoWeekHigh": {"raw": 198.23, "fmt": "198.23"}, "regularMarketPreviousClose": {"raw": 195.1, "fmt": "195.10"}, "postMarketChangePercent": {"raw": -0.0724897, "fmt": "-0.07%"}, "exchangeTimezoneName": "America/New_York", "bidSize": {"raw": 10, "fmt": "10", "longFmt": "10"}, "regularMarketChange": {"raw": -1.9700012, "fmt": "-1.97"}, "priceEpsCurrentYear": {"raw": 32.295986, "fmt": "32.30"}, "cryptoTradeable": false, "fiftyDayAverage": {"raw": 182.7826, "fmt": "182.78"}, "exchangeTimezoneShortName": "EDT", "epsCurrentYear": {"raw": 5.98, "fmt": "5.98"}, "regularMarketPrice": {"raw": 193.13, "fmt": "193.13"}, "customPriceAlertConfidence": "HIGH", "marketState": "PREPRE", "forwardPE": {"raw": 29.306524, "fmt": "29.31"}, "postMarketChange": {"raw": -0.139999, "fmt": "-0.14"}, "earningsTimestamp": {"raw": 1691092800, "fmt": "2023-08-03", "longFmt": "2023-08-03T16:00"}, "ask": {"raw": 0, "fmt": "0.00"}, "epsTrailingTwelveMonths": {"raw": 5.92, "fmt": "5.92"}, "bid": {"raw": 0, "fmt": "0.00"}, "priceToBook": {"raw": 48.856564, "fmt": "48.86"}, "triggerable": true, "longName": "Apple Inc."}, "2": {"symbol": "MSFT", "twoHundredDayAverageChangePercent": {"raw": 0.2655669, "fmt": "26.56%"}, "dividendDate": {"raw": 1694649600, "fmt": "2023-09-13", "longFmt": "2023-09-13T20:00"}, "averageAnalystRating": "1.8 - Buy", "fiftyTwoWeekLowChangePercent": {"raw": 0.6252167, "fmt": "62.52%"}, "language": "en-US", "dividendYield": {"raw": 0.76, "fmt": "0.76%"}, "earningsTimestampEnd": {"raw": 1690315200, "fmt": "2023-07-25", "longFmt": "2023-07-25T16:00"}, "regularMarketDayRange": {"raw": "345.37 - 357.97", "fmt": "345.37 - 357.97"}, "epsForward": {"raw": 10.98, "fmt": "10.98"}, "regularMarketDayHigh": {"raw": 357.97, "fmt": "357.97"}, "twoHundredDayAverageChange": {"raw": 72.78729, "fmt": "72.79"}, "twoHundredDayAverage": {"raw": 274.0827, "fmt": "274.08"}, "askSize": {"raw": 10, "fmt": "10", "longFmt": "10"}, "bookValue": {"raw": 26.178, "fmt": "26.18"}, "fiftyTwoWeekHighChange": {"raw": -19.910004, "fmt": "-19.91"}, "marketCap": {"raw": 2681797607424, "fmt": "2.682T", "longFmt": "2,681,797,607,424"}, "fiftyTwoWeekRange": {"raw": "213.43 - 366.78", "fmt": "213.43 - 366.78"}, "fiftyDayAverageChange": {"raw": 15.7052, "fmt": "15.71"}, "averageDailyVolume3Month": {"raw": 28611754, "fmt": "28.612M", "longFmt": "28,611,754"}, "firstTradeDateMilliseconds": 511108200000, "exchangeDataDelayedBy": 0, "dividendRate": {"raw": 2.72, "fmt": "2.72"}, "fiftyTwoWeekChangePercent": {"raw": 33.227074, "fmt": "33.23%"}, "trailingAnnualDividendRate": {"raw": 2.66, "fmt": "2.66"}, "fiftyTwoWeekLow": {"raw": 213.43, "fmt": "213.43"}, "market": "us_market", "regularMarketVolume": {"raw": 32881649, "fmt": "32.882M", "longFmt": "32,881,649"}, "postMarketPrice": {"raw": 346.49, "fmt": "346.49"}, "quoteSourceName": "Delayed Quote", "messageBoardId": "finmb_21835", "priceHint": 2, "sourceInterval": 15, "exchange": "NMS", "regularMarketDayLow": {"raw": 345.37, "fmt": "345.37"}, "region": "US", "shortName": "Microsoft Corporation", "fiftyDayAverageChangePercent": {"raw": 0.047424123, "fmt": "4.74%"}, "fullExchangeName": "NasdaqGS", "earningsTimestampStart": {"raw": 1690315200, "fmt": "2023-07-25", "longFmt": "2023-07-25T16:00"}, "financialCurrency": "USD", "displayName": "Microsoft", "gmtOffSetMilliseconds": -14400000, "regularMarketOpen": {"raw": 353.57, "fmt": "353.57"}, "regularMarketTime": {"raw": 1689883205, "fmt": "4:00PM EDT"}, "regularMarketChangePercent": {"raw": -2.3121526, "fmt": "-2.31%"}, "trailingAnnualDividendYield": {"raw": 0.00749127, "fmt": "0.01%"}, "quoteType": "EQUITY", "fiftyTwoWeekLowChange": {"raw": 133.44, "fmt": "133.44"}, "averageDailyVolume10Day": {"raw": 31818710, "fmt": "31.819M", "longFmt": "31,818,710"}, "fiftyTwoWeekHighChangePercent": {"raw": -0.05428323, "fmt": "-5.43%"}, "typeDisp": "Equity", "trailingPE": {"raw": 39.017994, "fmt": "39.02"}, "tradeable": false, "postMarketTime": {"raw": 1689897596, "fmt": "7:59PM EDT"}, "currency": "USD", "sharesOutstanding": {"raw": 7435489792, "fmt": "7.435B", "longFmt": "7,435,489,792"}, "fiftyTwoWeekHigh": {"raw": 366.78, "fmt": "366.78"}, "regularMarketPreviousClose": {"raw": 355.08, "fmt": "355.08"}, "postMarketChangePercent": {"raw": -0.10955254, "fmt": "-0.11%"}, "exchangeTimezoneName": "America/New_York", "bidSize": {"raw": 12, "fmt": "12", "longFmt": "12"}, "regularMarketChange": {"raw": -8.209991, "fmt": "-8.21"}, "priceEpsCurrentYear": {"raw": 35.870735, "fmt": "35.87"}, "cryptoTradeable": false, "fiftyDayAverage": {"raw": 331.1648, "fmt": "331.16"}, "exchangeTimezoneShortName": "EDT", "epsCurrentYear": {"raw": 9.67, "fmt": "9.67"}, "regularMarketPrice": {"raw": 346.87, "fmt": "346.87"}, "customPriceAlertConfidence": "HIGH", "marketState": "PREPRE", "forwardPE": {"raw": 31.591076, "fmt": "31.59"}, "postMarketChange": {"raw": -0.38000488, "fmt": "-0.38"}, "earningsTimestamp": {"raw": 1690315200, "fmt": "2023-07-25", "longFmt": "2023-07-25T16:00"}, "ask": {"raw": 0, "fmt": "0.00"}, "epsTrailingTwelveMonths": {"raw": 8.89, "fmt": "8.89"}, "bid": {"raw": 0, "fmt": "0.00"}, "priceToBook": {"raw": 13.25044, "fmt": "13.25"}, "triggerable": true, "longName": "Microsoft Corporation"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "object", "properties": {"symbol": {"type": "string"}, "twoHundredDayAverageChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "averageAnalystRating": {"type": "string"}, "fiftyTwoWeekLowChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "language": {"type": "string"}, "earningsTimestampEnd": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "regularMarketDayRange": {"type": "object", "properties": {"raw": {"type": "string"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "epsForward": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketDayHigh": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "twoHundredDayAverageChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "twoHundredDayAverage": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "askSize": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "bookValue": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "fiftyTwoWeekHighChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "marketCap": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "fiftyTwoWeekRange": {"type": "object", "properties": {"raw": {"type": "string"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "fiftyDayAverageChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "averageDailyVolume3Month": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "firstTradeDateMilliseconds": {"type": "integer"}, "exchangeDataDelayedBy": {"type": "integer"}, "fiftyTwoWeekChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "trailingAnnualDividendRate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "fiftyTwoWeekLow": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "market": {"type": "string"}, "regularMarketVolume": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "postMarketPrice": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "quoteSourceName": {"type": "string"}, "messageBoardId": {"type": "string"}, "priceHint": {"type": "integer"}, "sourceInterval": {"type": "integer"}, "exchange": {"type": "string"}, "regularMarketDayLow": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "region": {"type": "string"}, "shortName": {"type": "string"}, "fiftyDayAverageChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "fullExchangeName": {"type": "string"}, "earningsTimestampStart": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "financialCurrency": {"type": "string"}, "displayName": {"type": "string"}, "gmtOffSetMilliseconds": {"type": "integer"}, "regularMarketOpen": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketTime": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "trailingAnnualDividendYield": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "quoteType": {"type": "string"}, "fiftyTwoWeekLowChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "averageDailyVolume10Day": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "fiftyTwoWeekHighChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "typeDisp": {"type": "string"}, "trailingPE": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "tradeable": {"type": "boolean"}, "postMarketTime": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "currency": {"type": "string"}, "sharesOutstanding": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "fiftyTwoWeekHigh": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketPreviousClose": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "postMarketChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "exchangeTimezoneName": {"type": "string"}, "bidSize": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "regularMarketChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "priceEpsCurrentYear": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "cryptoTradeable": {"type": "boolean"}, "fiftyDayAverage": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "exchangeTimezoneShortName": {"type": "string"}, "epsCurrentYear": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketPrice": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "customPriceAlertConfidence": {"type": "string"}, "marketState": {"type": "string"}, "forwardPE": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "postMarketChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "earningsTimestamp": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "ask": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "epsTrailingTwelveMonths": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "bid": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "priceToBook": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "triggerable": {"type": "boolean"}, "longName": {"type": "string"}}, "required": ["ask", "askSize", "averageAnalystRating", "averageDailyVolume10Day", "averageDailyVolume3Month", "bid", "bidSize", "bookValue", "cryptoTradeable", "currency", "customPriceAlertConfidence", "displayName", "earningsTimestamp", "earningsTimestampEnd", "earningsTimestampStart", "epsCurrentYear", "epsForward", "epsTrailingTwelveMonths", "exchange", "exchangeDataDelayedBy", "exchangeTimezoneName", "exchangeTimezoneShortName", "fiftyDayAverage", "fiftyDayAverageChange", "fiftyDayAverageChangePercent", "fiftyTwoWeekChangePercent", "fiftyTwoWeekHigh", "fiftyTwoWeekHighChange", "fiftyTwoWeekHighChangePercent", "fiftyTwoWeekLow", "fiftyTwoWeekLowChange", "fiftyTwoWeekLowChangePercent", "fiftyTwoWeekRange", "financialCurrency", "firstTradeDateMilliseconds", "forwardPE", "fullExchangeName", "gmtOffSetMilliseconds", "language", "longName", "market", "marketCap", "marketState", "messageBoardId", "postMarketChange", "postMarketChangePercent", "postMarketPrice", "postMarketTime", "priceEpsCurrentYear", "priceHint", "priceToBook", "quoteSourceName", "quoteType", "region", "regularMarketChange", "regularMarketChangePercent", "regularMarketDayHigh", "regularMarketDayLow", "regularMarketDayRange", "regularMarketOpen", "regularMarketPreviousClose", "regularMarketPrice", "regularMarketTime", "regularMarketVolume", "sharesOutstanding", "shortName", "sourceInterval", "symbol", "tradeable", "trailingAnnualDividendRate", "trailingAnnualDividendYield", "trailingPE", "triggerable", "twoHundredDayAverage", "twoHundredDayAverageChange", "twoHundredDayAverageChangePercent", "typeDisp"]}, "1": {"type": "object", "properties": {"symbol": {"type": "string"}, "twoHundredDayAverageChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "dividendDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "averageAnalystRating": {"type": "string"}, "fiftyTwoWeekLowChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "language": {"type": "string"}, "dividendYield": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "earningsTimestampEnd": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "regularMarketDayRange": {"type": "object", "properties": {"raw": {"type": "string"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "epsForward": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketDayHigh": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "twoHundredDayAverageChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "twoHundredDayAverage": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "askSize": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "bookValue": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "fiftyTwoWeekHighChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "marketCap": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "fiftyTwoWeekRange": {"type": "object", "properties": {"raw": {"type": "string"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "fiftyDayAverageChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "averageDailyVolume3Month": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "firstTradeDateMilliseconds": {"type": "integer"}, "exchangeDataDelayedBy": {"type": "integer"}, "dividendRate": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "fiftyTwoWeekChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "trailingAnnualDividendRate": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "fiftyTwoWeekLow": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "market": {"type": "string"}, "regularMarketVolume": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "postMarketPrice": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "quoteSourceName": {"type": "string"}, "messageBoardId": {"type": "string"}, "priceHint": {"type": "integer"}, "sourceInterval": {"type": "integer"}, "exchange": {"type": "string"}, "regularMarketDayLow": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "region": {"type": "string"}, "shortName": {"type": "string"}, "fiftyDayAverageChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "fullExchangeName": {"type": "string"}, "earningsTimestampStart": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "financialCurrency": {"type": "string"}, "displayName": {"type": "string"}, "gmtOffSetMilliseconds": {"type": "integer"}, "regularMarketOpen": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketTime": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "trailingAnnualDividendYield": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "quoteType": {"type": "string"}, "fiftyTwoWeekLowChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "averageDailyVolume10Day": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "fiftyTwoWeekHighChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "typeDisp": {"type": "string"}, "trailingPE": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "tradeable": {"type": "boolean"}, "postMarketTime": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "currency": {"type": "string"}, "sharesOutstanding": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "fiftyTwoWeekHigh": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketPreviousClose": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "postMarketChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "exchangeTimezoneName": {"type": "string"}, "bidSize": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "regularMarketChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "priceEpsCurrentYear": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "cryptoTradeable": {"type": "boolean"}, "fiftyDayAverage": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "exchangeTimezoneShortName": {"type": "string"}, "epsCurrentYear": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketPrice": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "customPriceAlertConfidence": {"type": "string"}, "marketState": {"type": "string"}, "forwardPE": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "postMarketChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "earningsTimestamp": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "ask": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "epsTrailingTwelveMonths": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "bid": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "priceToBook": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "triggerable": {"type": "boolean"}, "longName": {"type": "string"}}, "required": ["ask", "askSize", "averageAnalystRating", "averageDailyVolume10Day", "averageDailyVolume3Month", "bid", "bidSize", "bookValue", "cryptoTradeable", "currency", "customPriceAlertConfidence", "displayName", "dividendDate", "dividendRate", "dividendYield", "earningsTimestamp", "earningsTimestampEnd", "earningsTimestampStart", "epsCurrentYear", "epsForward", "epsTrailingTwelveMonths", "exchange", "exchangeDataDelayedBy", "exchangeTimezoneName", "exchangeTimezoneShortName", "fiftyDayAverage", "fiftyDayAverageChange", "fiftyDayAverageChangePercent", "fiftyTwoWeekChangePercent", "fiftyTwoWeekHigh", "fiftyTwoWeekHighChange", "fiftyTwoWeekHighChangePercent", "fiftyTwoWeekLow", "fiftyTwoWeekLowChange", "fiftyTwoWeekLowChangePercent", "fiftyTwoWeekRange", "financialCurrency", "firstTradeDateMilliseconds", "forwardPE", "fullExchangeName", "gmtOffSetMilliseconds", "language", "longName", "market", "marketCap", "marketState", "messageBoardId", "postMarketChange", "postMarketChangePercent", "postMarketPrice", "postMarketTime", "priceEpsCurrentYear", "priceHint", "priceToBook", "quoteSourceName", "quoteType", "region", "regularMarketChange", "regularMarketChangePercent", "regularMarketDayHigh", "regularMarketDayLow", "regularMarketDayRange", "regularMarketOpen", "regularMarketPreviousClose", "regularMarketPrice", "regularMarketTime", "regularMarketVolume", "sharesOutstanding", "shortName", "sourceInterval", "symbol", "tradeable", "trailingAnnualDividendRate", "trailingAnnualDividendYield", "trailingPE", "triggerable", "twoHundredDayAverage", "twoHundredDayAverageChange", "twoHundredDayAverageChangePercent", "typeDisp"]}, "2": {"type": "object", "properties": {"symbol": {"type": "string"}, "twoHundredDayAverageChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "dividendDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "averageAnalystRating": {"type": "string"}, "fiftyTwoWeekLowChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "language": {"type": "string"}, "dividendYield": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "earningsTimestampEnd": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "regularMarketDayRange": {"type": "object", "properties": {"raw": {"type": "string"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "epsForward": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketDayHigh": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "twoHundredDayAverageChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "twoHundredDayAverage": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "askSize": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "bookValue": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "fiftyTwoWeekHighChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "marketCap": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "fiftyTwoWeekRange": {"type": "object", "properties": {"raw": {"type": "string"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "fiftyDayAverageChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "averageDailyVolume3Month": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "firstTradeDateMilliseconds": {"type": "integer"}, "exchangeDataDelayedBy": {"type": "integer"}, "dividendRate": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "fiftyTwoWeekChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "trailingAnnualDividendRate": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "fiftyTwoWeekLow": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "market": {"type": "string"}, "regularMarketVolume": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "postMarketPrice": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "quoteSourceName": {"type": "string"}, "messageBoardId": {"type": "string"}, "priceHint": {"type": "integer"}, "sourceInterval": {"type": "integer"}, "exchange": {"type": "string"}, "regularMarketDayLow": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "region": {"type": "string"}, "shortName": {"type": "string"}, "fiftyDayAverageChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "fullExchangeName": {"type": "string"}, "earningsTimestampStart": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "financialCurrency": {"type": "string"}, "displayName": {"type": "string"}, "gmtOffSetMilliseconds": {"type": "integer"}, "regularMarketOpen": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketTime": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "trailingAnnualDividendYield": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "quoteType": {"type": "string"}, "fiftyTwoWeekLowChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "averageDailyVolume10Day": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "fiftyTwoWeekHighChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "typeDisp": {"type": "string"}, "trailingPE": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "tradeable": {"type": "boolean"}, "postMarketTime": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "currency": {"type": "string"}, "sharesOutstanding": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "fiftyTwoWeekHigh": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketPreviousClose": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "postMarketChangePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "exchangeTimezoneName": {"type": "string"}, "bidSize": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "regularMarketChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "priceEpsCurrentYear": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "cryptoTradeable": {"type": "boolean"}, "fiftyDayAverage": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "exchangeTimezoneShortName": {"type": "string"}, "epsCurrentYear": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "regularMarketPrice": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "customPriceAlertConfidence": {"type": "string"}, "marketState": {"type": "string"}, "forwardPE": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "postMarketChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "earningsTimestamp": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "ask": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "epsTrailingTwelveMonths": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "bid": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "priceToBook": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "triggerable": {"type": "boolean"}, "longName": {"type": "string"}}, "required": ["ask", "askSize", "averageAnalystRating", "averageDailyVolume10Day", "averageDailyVolume3Month", "bid", "bidSize", "bookValue", "cryptoTradeable", "currency", "customPriceAlertConfidence", "displayName", "dividendDate", "dividendRate", "dividendYield", "earningsTimestamp", "earningsTimestampEnd", "earningsTimestampStart", "epsCurrentYear", "epsForward", "epsTrailingTwelveMonths", "exchange", "exchangeDataDelayedBy", "exchangeTimezoneName", "exchangeTimezoneShortName", "fiftyDayAverage", "fiftyDayAverageChange", "fiftyDayAverageChangePercent", "fiftyTwoWeekChangePercent", "fiftyTwoWeekHigh", "fiftyTwoWeekHighChange", "fiftyTwoWeekHighChangePercent", "fiftyTwoWeekLow", "fiftyTwoWeekLowChange", "fiftyTwoWeekLowChangePercent", "fiftyTwoWeekRange", "financialCurrency", "firstTradeDateMilliseconds", "forwardPE", "fullExchangeName", "gmtOffSetMilliseconds", "language", "longName", "market", "marketCap", "marketState", "messageBoardId", "postMarketChange", "postMarketChangePercent", "postMarketPrice", "postMarketTime", "priceEpsCurrentYear", "priceHint", "priceToBook", "quoteSourceName", "quoteType", "region", "regularMarketChange", "regularMarketChangePercent", "regularMarketDayHigh", "regularMarketDayLow", "regularMarketDayRange", "regularMarketOpen", "regularMarketPreviousClose", "regularMarketPrice", "regularMarketTime", "regularMarketVolume", "sharesOutstanding", "shortName", "sourceInterval", "symbol", "tradeable", "trailingAnnualDividendRate", "trailingAnnualDividendYield", "trailingPE", "triggerable", "twoHundredDayAverage", "twoHundredDayAverageChange", "twoHundredDayAverageChangePercent", "typeDisp"]}}, "required": ["0", "1", "2"]}
ab9da26c-b2e8-4a05-a14a-c1ab514683a3/075055e3-be27-418b-9722-caa7945abfa2/0/0
Yahoo Finance
Access Yahoo Finance Realtime Stock Price | Options | ESG | Trends | Statistics | Earnings | Balance Sheets | Analytics | Asset Profile and much more
9.8
search
search for tickers with similar name
200
Response
{"quotes": [{"exchange": "NYQ", "shortname": "Alcoa Corporation", "quoteType": "EQUITY", "symbol": "AA", "index": "quotes", "score": 3567400, "typeDisp": "Equity", "longname": "Alcoa Corporation", "exchDisp": "NYSE", "sector": "Basic Materials", "industry": "Aluminum", "dispSecIndFlag": false, "isYahooFinance": true}, {"exchange": "NMS", "shortname": "Apple Inc.", "quoteType": "EQUITY", "symbol": "AAPL", "index": "quotes", "score": 410350, "typeDisp": "Equity", "longname": "Apple Inc.", "exchDisp": "NASDAQ", "sector": "Technology", "industry": "Consumer Electronics", "isYahooFinance": true}, {"exchange": "NMS", "shortname": "American Airlines Group, Inc.", "quoteType": "EQUITY", "symbol": "AAL", "index": "quotes", "score": 56550, "typeDisp": "Equity", "longname": "American Airlines Group Inc.", "exchDisp": "NASDAQ", "sector": "Industrials", "industry": "Airlines", "isYahooFinance": true}, {"exchange": "NYQ", "shortname": "Advance Auto Parts Inc.", "quoteType": "EQUITY", "symbol": "AAP", "index": "quotes", "score": 27649, "typeDisp": "Equity", "longname": "Advance Auto Parts, Inc.", "exchDisp": "NYSE", "sector": "Consumer Cyclical", "industry": "Specialty Retail", "isYahooFinance": true}, {"exchange": "PNK", "shortname": "ASIA BROADBAND INC", "quoteType": "EQUITY", "symbol": "AABB", "index": "quotes", "score": 22232, "typeDisp": "Equity", "longname": "Asia Broadband, Inc.", "exchDisp": "OTC Markets", "sector": "Basic Materials", "industry": "Other Industrial Metals & Mining", "isYahooFinance": true}, {"exchange": "LSE", "shortname": "ANGLO AMERICAN PLC ORD USD0.549", "quoteType": "EQUITY", "symbol": "AAL.L", "index": "quotes", "score": 21408, "typeDisp": "Equity", "longname": "Anglo American plc", "exchDisp": "London", "sector": "Basic Materials", "industry": "Other Industrial Metals & Mining", "isYahooFinance": true}, {"exchange": "NGM", "shortname": "Applied Optoelectronics, Inc.", "quoteType": "EQUITY", "symbol": "AAOI", "index": "quotes", "score": 21301, "typeDisp": "Equity", "longname": "Applied Optoelectronics, Inc.", "exchDisp": "NASDAQ", "sector": "Technology", "industry": "Semiconductors", "isYahooFinance": true}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"quotes": {"type": "array", "items": {"type": "object", "properties": {"exchange": {"type": "string"}, "shortname": {"type": "string"}, "quoteType": {"type": "string"}, "symbol": {"type": "string"}, "index": {"type": "string"}, "score": {"type": "integer"}, "typeDisp": {"type": "string"}, "longname": {"type": "string"}, "exchDisp": {"type": "string"}, "sector": {"type": "string"}, "industry": {"type": "string"}, "dispSecIndFlag": {"type": "boolean"}, "isYahooFinance": {"type": "boolean"}}, "required": ["exchDisp", "exchange", "index", "industry", "isYahooFinance", "longname", "quoteType", "score", "sector", "shortname", "symbol", "typeDisp"]}}}, "required": ["quotes"]}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/bf5d6be0-c979-43b6-9aef-1cc931179563/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Profitability Index (PI)
This endpoint returns a profitability Index. What is the Internal Rate of return of an investment that requires $15000 deposit now and then makes the following withdrawals at regular (fixed) intervals: 1500, 2500, 3500, 4500, 6000?. Assuming the ending value is 0. Required Parameters: -> rate -> iinvest (initial investment) ->cflow (cash flows) // e.g., If rate is 10%, initial investment is -$40,000, cash flows are $18,000, $12,000, $10,000, $9,000, and $6,000, PI is 1.09.
200
Response
[{"rate": "10", "initial_investiment": "40000", "cashflow": [18000, 12000, 10000, 9000, 6000], "result": "1.09"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"rate": {"type": "string"}, "initial_investiment": {"type": "string"}, "cashflow": {"type": "array", "items": {"type": "integer"}}, "result": {"type": "string"}}, "required": ["cashflow", "initial_investiment", "rate", "result"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/ca61a70a-cd48-4b13-a1e5-16eefb89ed85/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Compound Interest (CI)
This endpoint returns a Compound Interest is the interest calculated on the initial principal and also on the accumulated interest of previous periods of a deposit or loan. Required Parameters -> rate ->cperiod (compoundings per period) ->principal ->nperiods (number of periods) // e.g., If rate is 4.3%, the compoundings per period is 4, the principal is $1,500, and the number of periods is 6, the compound interest is $1,938.84.
200
Response
[{"rate": "4.3", "compound_periods": "4", "principal": "1500", "number_periods": "6", "result": "1938.84"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"rate": {"type": "string"}, "compound_periods": {"type": "string"}, "principal": {"type": "string"}, "number_periods": {"type": "string"}, "result": {"type": "string"}}, "required": ["compound_periods", "number_periods", "principal", "rate", "result"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/70afbbdf-f006-428f-826e-3b7fe6aa1473/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Car Loan Calculator with Yearly Amortization Schedule
This endpoint returns the Home loan with Yearly Amortization i.e: How much will be my monthly payment on a car that cost $25000 with 20% as a down payment, with 5% interest rate and term of the loan is 10 years rate=5 loant=10 cprice=25000 downpayment=20
200
Response
[{"downpayment": 5000, "loan_amount": 20000, "monthly_payment": 212.13, "number_month_to_pay": 120, "total_payments": 25455.72, "total_interest": 5455.72, "amortization": [{"year": {"year": 1, "interest_year": 274.95, "principal_year": 5000, "beginning_balance_year": 5000, "ending_balance": 0}}, {"year": {"year": 1, "interest_year": 1.19, "principal_year": 0.35, "beginning_balance_year": 24, "ending_balance": 23.65}}, {"year": {"year": 2, "interest_year": 1.17, "principal_year": 0.37, "beginning_balance_year": 23.65, "ending_balance": 23.28}}, {"year": {"year": 3, "interest_year": 1.15, "principal_year": 0.39, "beginning_balance_year": 23.28, "ending_balance": 22.89}}, {"year": {"year": 4, "interest_year": 1.13, "principal_year": 0.41, "beginning_balance_year": 22.89, "ending_balance": 22.48}}, {"year": {"year": 5, "interest_year": 1.11, "principal_year": 0.43, "beginning_balance_year": 22.48, "ending_balance": 22.05}}, {"year": {"year": 6, "interest_year": 1.09, "principal_year": 0.45, "beginning_balance_year": 22.05, "ending_balance": 21.6}}, {"year": {"year": 7, "interest_year": 1.07, "principal_year": 0.48, "beginning_balance_year": 21.6, "ending_balance": 21.12}}, {"year": {"year": 8, "interest_year": 1.04, "principal_year": 0.5, "beginning_balance_year": 21.12, "ending_balance": 20.62}}, {"year": {"year": 9, "interest_year": 1.02, "principal_year": 0.53, "beginning_balance_year": 20.62, "ending_balance": 20.09}}, {"year": {"year": 10, "interest_year": 0.99, "principal_year": 0.55, "beginning_balance_year": 20.09, "ending_balance": 19.54}}, {"year": {"year": 11, "interest_year": 0.96, "principal_year": 0.58, "beginning_balance_year": 19.54, "ending_balance": 18.96}}, {"year": {"year": 12, "interest_year": 0.93, "principal_year": 0.61, "beginning_balance_year": 18.96, "ending_balance": 18.35}}, {"year": {"year": 13, "interest_year": 0.9, "principal_year": 0.64, "beginning_balance_year": 18.35, "ending_balance": 17.71}}, {"year": {"year": 14, "interest_year": 0.87, "principal_year": 0.68, "beginning_balance_year": 17.71, "ending_balance": 17.03}}, {"year": {"year": 15, "interest_year": 0.83, "principal_year": 0.71, "beginning_balance_year": 17.03, "ending_balance": 16.32}}, {"year": {"year": 16, "interest_year": 0.8, "principal_year": 0.75, "beginning_balance_year": 16.32, "ending_balance": 15.57}}, {"year": {"year": 17, "interest_year": 0.76, "principal_year": 0.79, "beginning_balance_year": 15.57, "ending_balance": 14.78}}, {"year": {"year": 18, "interest_year": 0.72, "principal_year": 0.83, "beginning_balance_year": 14.78, "ending_balance": 13.95}}, {"year": {"year": 19, "interest_year": 0.68, "principal_year": 0.87, "beginning_balance_year": 13.95, "ending_balance": 13.08}}, {"year": {"year": 20, "interest_year": 0.63, "principal_year": 0.91, "beginning_balance_year": 13.08, "ending_balance": 12.17}}, {"year": {"year": 21, "interest_year": 0.59, "principal_year": 0.96, "beginning_balance_year": 12.17, "ending_balance": 11.21}}, {"year": {"year": 22, "interest_year": 0.54, "principal_year": 1.01, "beginning_balance_year": 11.21, "ending_balance": 10.2}}, {"year": {"year": 23, "interest_year": 0.48, "principal_year": 1.06, "beginning_balance_year": 10.2, "ending_balance": 9.14}}, {"year": {"year": 24, "interest_year": 0.43, "principal_year": 1.12, "beginning_balance_year": 9.14, "ending_balance": 8.02}}, {"year": {"year": 25, "interest_year": 0.37, "principal_year": 1.17, "beginning_balance_year": 8.02, "ending_balance": 6.85}}, {"year": {"year": 26, "interest_year": 0.31, "principal_year": 1.23, "beginning_balance_year": 6.85, "ending_balance": 5.62}}, {"year": {"year": 27, "interest_year": 0.25, "principal_year": 1.3, "beginning_balance_year": 5.62, "ending_balance": 4.32}}, {"year": {"year": 28, "interest_year": 0.18, "principal_year": 1.36, "beginning_balance_year": 4.32, "ending_balance": 2.96}}, {"year": {"year": 29, "interest_year": 0.11, "principal_year": 1.43, "beginning_balance_year": 2.96, "ending_balance": 1.53}}, {"year": {"year": 30, "interest_year": 0.04, "principal_year": 1.5, "beginning_balance_year": 1.53, "ending_balance": 0}}, {"year": {"year": 1, "interest_year": 964.08, "principal_year": 1581.49, "beginning_balance_year": 20000, "ending_balance": 18418.51}}, {"year": {"year": 2, "interest_year": 883.17, "principal_year": 1662.4, "beginning_balance_year": 18418.51, "ending_balance": 16756.11}}, {"year": {"year": 3, "interest_year": 798.12, "principal_year": 1747.45, "beginning_balance_year": 16756.11, "ending_balance": 15008.66}}, {"year": {"year": 4, "interest_year": 708.72, "principal_year": 1836.85, "beginning_balance_year": 15008.66, "ending_balance": 13171.81}}, {"year": {"year": 5, "interest_year": 614.74, "principal_year": 1930.83, "beginning_balance_year": 13171.81, "ending_balance": 11240.98}}, {"year": {"year": 6, "interest_year": 515.96, "principal_year": 2029.62, "beginning_balance_year": 11240.98, "ending_balance": 9211.36}}, {"year": {"year": 7, "interest_year": 412.12, "principal_year": 2133.46, "beginning_balance_year": 9211.36, "ending_balance": 7077.9}}, {"year": {"year": 8, "interest_year": 302.96, "principal_year": 2242.61, "beginning_balance_year": 7077.9, "ending_balance": 4835.29}}, {"year": {"year": 9, "interest_year": 188.23, "principal_year": 2357.34, "beginning_balance_year": 4835.29, "ending_balance": 2477.95}}, {"year": {"year": 10, "interest_year": 67.62, "principal_year": 2477.95, "beginning_balance_year": 2477.95, "ending_balance": 0}}]}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"downpayment": {"type": "integer"}, "loan_amount": {"type": "integer"}, "monthly_payment": {"type": "number"}, "number_month_to_pay": {"type": "integer"}, "total_payments": {"type": "number"}, "total_interest": {"type": "number"}, "amortization": {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "object", "properties": {"year": {"type": "integer"}, "interest_year": {"type": "number"}, "principal_year": {"type": "number"}, "beginning_balance_year": {"type": "number"}, "ending_balance": {"type": "number"}}, "required": ["beginning_balance_year", "ending_balance", "interest_year", "principal_year", "year"]}}, "required": ["year"]}}}, "required": ["amortization", "downpayment", "loan_amount", "monthly_payment", "number_month_to_pay", "total_interest", "total_payments"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/6ca854c7-1bc5-4b84-b4cc-2ead493a4446/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Leverage Ratio (LR)
This endpoint returns the Leverage Ratio (LR) that is used to calculate the financial leverage of a company or individual to get an idea of the methods of financing or to measure ability to meet financial obligations. Required Parameters ->tliability (total liabilities) ->tdebts (total debts) ->tincome (total income) // e.g., If total liabilities are $25, total debts are $10, and total income is $20, the leverage ratio is 1.75.
200
Response
[{"total_liability": "25", "total_debts": "10", "total_income": "20", "result": 1.75}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"total_liability": {"type": "string"}, "total_debts": {"type": "string"}, "total_income": {"type": "string"}, "result": {"type": "number"}}, "required": ["result", "total_debts", "total_income", "total_liability"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/4f377910-4530-474f-871f-240b42579387/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Present Value calculation
This endpoint returns the Present Value i.e: -> What is the present value (e.g., the initial investment) of an investment that needs to total $20,000 after 10 years of saving $100 every month? Assume the interest rate is 7% (annually) compounded monthly. -> rate=0.07 **(Note that the value must be decimal)** -> nper=10 -> pmt=100 -> fv=20000
200
Response
[{"rate": "0.07", "nper": "10", "pmt": "100", "fv": "20000", "result": "1339.29"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"rate": {"type": "string"}, "nper": {"type": "string"}, "pmt": {"type": "string"}, "fv": {"type": "string"}, "result": {"type": "string"}}, "required": ["fv", "nper", "pmt", "rate", "result"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/c03512f1-175e-4a4c-a617-ade614e3dd82/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Car Loan Calculator
This endpoint returns the Home loan with Monthly Amortization i.e: How much will be my monthly payment on a car that cost $25000 with 20% as a down payment, with 5% interest rate and term of the loan is 10 years rate=5 loant=10 cprice=25000 downpayment=20
200
Response
[{"downpayment": 5000, "loan_amount": 20000, "monthly_payment": 212.13, "number_month_to_pay": 120, "total_payments": 25455.72, "total_interest": 5455.72, "amortization": [{"month": {"month": 1, "interest": 83.33, "principal": 128.8, "beginning_balance": 20000, "ending_balance": 19871.2}}, {"month": {"month": 2, "interest": 82.8, "principal": 129.33, "beginning_balance": 19871.2, "ending_balance": 19741.87}}, {"month": {"month": 3, "interest": 82.26, "principal": 129.87, "beginning_balance": 19741.87, "ending_balance": 19612}}, {"month": {"month": 4, "interest": 81.72, "principal": 130.41, "beginning_balance": 19612, "ending_balance": 19481.59}}, {"month": {"month": 5, "interest": 81.17, "principal": 130.96, "beginning_balance": 19481.59, "ending_balance": 19350.63}}, {"month": {"month": 6, "interest": 80.63, "principal": 131.5, "beginning_balance": 19350.63, "ending_balance": 19219.13}}, {"month": {"month": 7, "interest": 80.08, "principal": 132.05, "beginning_balance": 19219.13, "ending_balance": 19087.08}}, {"month": {"month": 8, "interest": 79.53, "principal": 132.6, "beginning_balance": 19087.08, "ending_balance": 18954.48}}, {"month": {"month": 9, "interest": 78.98, "principal": 133.15, "beginning_balance": 18954.48, "ending_balance": 18821.33}}, {"month": {"month": 10, "interest": 78.42, "principal": 133.71, "beginning_balance": 18821.33, "ending_balance": 18687.62}}, {"month": {"month": 11, "interest": 77.87, "principal": 134.27, "beginning_balance": 18687.62, "ending_balance": 18553.35}}, {"month": {"month": 12, "interest": 77.31, "principal": 134.83, "beginning_balance": 18553.35, "ending_balance": 18418.52}}, {"month": {"month": 13, "interest": 76.74, "principal": 135.39, "beginning_balance": 18418.52, "ending_balance": 18283.13}}, {"month": {"month": 14, "interest": 76.18, "principal": 135.95, "beginning_balance": 18283.13, "ending_balance": 18147.18}}, {"month": {"month": 15, "interest": 75.61, "principal": 136.52, "beginning_balance": 18147.18, "ending_balance": 18010.66}}, {"month": {"month": 16, "interest": 75.04, "principal": 137.09, "beginning_balance": 18010.66, "ending_balance": 17873.57}}, {"month": {"month": 17, "interest": 74.47, "principal": 137.66, "beginning_balance": 17873.57, "ending_balance": 17735.91}}, {"month": {"month": 18, "interest": 73.9, "principal": 138.23, "beginning_balance": 17735.91, "ending_balance": 17597.68}}, {"month": {"month": 19, "interest": 73.32, "principal": 138.81, "beginning_balance": 17597.68, "ending_balance": 17458.87}}, {"month": {"month": 20, "interest": 72.75, "principal": 139.39, "beginning_balance": 17458.87, "ending_balance": 17319.48}}, {"month": {"month": 21, "interest": 72.16, "principal": 139.97, "beginning_balance": 17319.48, "ending_balance": 17179.51}}, {"month": {"month": 22, "interest": 71.58, "principal": 140.55, "beginning_balance": 17179.51, "ending_balance": 17038.96}}, {"month": {"month": 23, "interest": 71, "principal": 141.14, "beginning_balance": 17038.96, "ending_balance": 16897.82}}, {"month": {"month": 24, "interest": 70.41, "principal": 141.72, "beginning_balance": 16897.82, "ending_balance": 16756.1}}, {"month": {"month": 25, "interest": 69.82, "principal": 142.31, "beginning_balance": 16756.1, "ending_balance": 16613.79}}, {"month": {"month": 26, "interest": 69.22, "principal": 142.91, "beginning_balance": 16613.79, "ending_balance": 16470.88}}, {"month": {"month": 27, "interest": 68.63, "principal": 143.5, "beginning_balance": 16470.88, "ending_balance": 16327.38}}, {"month": {"month": 28, "interest": 68.03, "principal": 144.1, "beginning_balance": 16327.38, "ending_balance": 16183.28}}, {"month": {"month": 29, "interest": 67.43, "principal": 144.7, "beginning_balance": 16183.28, "ending_balance": 16038.58}}, {"month": {"month": 30, "interest": 66.83, "principal": 145.3, "beginning_balance": 16038.58, "ending_balance": 15893.28}}, {"month": {"month": 31, "interest": 66.22, "principal": 145.91, "beginning_balance": 15893.28, "ending_balance": 15747.37}}, {"month": {"month": 32, "interest": 65.61, "principal": 146.52, "beginning_balance": 15747.37, "ending_balance": 15600.85}}, {"month": {"month": 33, "interest": 65, "principal": 147.13, "beginning_balance": 15600.85, "ending_balance": 15453.72}}, {"month": {"month": 34, "interest": 64.39, "principal": 147.74, "beginning_balance": 15453.72, "ending_balance": 15305.98}}, {"month": {"month": 35, "interest": 63.77, "principal": 148.36, "beginning_balance": 15305.98, "ending_balance": 15157.62}}, {"month": {"month": 36, "interest": 63.16, "principal": 148.97, "beginning_balance": 15157.62, "ending_balance": 15008.65}}, {"month": {"month": 37, "interest": 62.54, "principal": 149.59, "beginning_balance": 15008.65, "ending_balance": 14859.06}}, {"month": {"month": 38, "interest": 61.91, "principal": 150.22, "beginning_balance": 14859.06, "ending_balance": 14708.84}}, {"month": {"month": 39, "interest": 61.29, "principal": 150.84, "beginning_balance": 14708.84, "ending_balance": 14558}}, {"month": {"month": 40, "interest": 60.66, "principal": 151.47, "beginning_balance": 14558, "ending_balance": 14406.53}}, {"month": {"month": 41, "interest": 60.03, "principal": 152.1, "beginning_balance": 14406.53, "ending_balance": 14254.43}}, {"month": {"month": 42, "interest": 59.39, "principal": 152.74, "beginning_balance": 14254.43, "ending_balance": 14101.69}}, {"month": {"month": 43, "interest": 58.76, "principal": 153.37, "beginning_balance": 14101.69, "ending_balance": 13948.32}}, {"month": {"month": 44, "interest": 58.12, "principal": 154.01, "beginning_balance": 13948.32, "ending_balance": 13794.31}}, {"month": {"month": 45, "interest": 57.48, "principal": 154.65, "beginning_balance": 13794.31, "ending_balance": 13639.66}}, {"month": {"month": 46, "interest": 56.83, "principal": 155.3, "beginning_balance": 13639.66, "ending_balance": 13484.36}}, {"month": {"month": 47, "interest": 56.18, "principal": 155.95, "beginning_balance": 13484.36, "ending_balance": 13328.41}}, {"month": {"month": 48, "interest": 55.54, "principal": 156.6, "beginning_balance": 13328.41, "ending_balance": 13171.81}}, {"month": {"month": 49, "interest": 54.88, "principal": 157.25, "beginning_balance": 13171.81, "ending_balance": 13014.56}}, {"month": {"month": 50, "interest": 54.23, "principal": 157.9, "beginning_balance": 13014.56, "ending_balance": 12856.66}}, {"month": {"month": 51, "interest": 53.57, "principal": 158.56, "beginning_balance": 12856.66, "ending_balance": 12698.1}}, {"month": {"month": 52, "interest": 52.91, "principal": 159.22, "beginning_balance": 12698.1, "ending_balance": 12538.88}}, {"month": {"month": 53, "interest": 52.25, "principal": 159.89, "beginning_balance": 12538.88, "ending_balance": 12378.99}}, {"month": {"month": 54, "interest": 51.58, "principal": 160.55, "beginning_balance": 12378.99, "ending_balance": 12218.44}}, {"month": {"month": 55, "interest": 50.91, "principal": 161.22, "beginning_balance": 12218.44, "ending_balance": 12057.22}}, {"month": {"month": 56, "interest": 50.24, "principal": 161.89, "beginning_balance": 12057.22, "ending_balance": 11895.33}}, {"month": {"month": 57, "interest": 49.56, "principal": 162.57, "beginning_balance": 11895.33, "ending_balance": 11732.76}}, {"month": {"month": 58, "interest": 48.89, "principal": 163.24, "beginning_balance": 11732.76, "ending_balance": 11569.52}}, {"month": {"month": 59, "interest": 48.21, "principal": 163.92, "beginning_balance": 11569.52, "ending_balance": 11405.6}}, {"month": {"month": 60, "interest": 47.52, "principal": 164.61, "beginning_balance": 11405.6, "ending_balance": 11240.99}}, {"month": {"month": 61, "interest": 46.84, "principal": 165.29, "beginning_balance": 11240.99, "ending_balance": 11075.7}}, {"month": {"month": 62, "interest": 46.15, "principal": 165.98, "beginning_balance": 11075.7, "ending_balance": 10909.72}}, {"month": {"month": 63, "interest": 45.46, "principal": 166.67, "beginning_balance": 10909.72, "ending_balance": 10743.05}}, {"month": {"month": 64, "interest": 44.76, "principal": 167.37, "beginning_balance": 10743.05, "ending_balance": 10575.68}}, {"month": {"month": 65, "interest": 44.07, "principal": 168.07, "beginning_balance": 10575.68, "ending_balance": 10407.61}}, {"month": {"month": 66, "interest": 43.36, "principal": 168.77, "beginning_balance": 10407.61, "ending_balance": 10238.84}}, {"month": {"month": 67, "interest": 42.66, "principal": 169.47, "beginning_balance": 10238.84, "ending_balance": 10069.37}}, {"month": {"month": 68, "interest": 41.96, "principal": 170.18, "beginning_balance": 10069.37, "ending_balance": 9899.19}}, {"month": {"month": 69, "interest": 41.25, "principal": 170.88, "beginning_balance": 9899.19, "ending_balance": 9728.31}}, {"month": {"month": 70, "interest": 40.53, "principal": 171.6, "beginning_balance": 9728.31, "ending_balance": 9556.71}}, {"month": {"month": 71, "interest": 39.82, "principal": 172.31, "beginning_balance": 9556.71, "ending_balance": 9384.4}}, {"month": {"month": 72, "interest": 39.1, "principal": 173.03, "beginning_balance": 9384.4, "ending_balance": 9211.37}}, {"month": {"month": 73, "interest": 38.38, "principal": 173.75, "beginning_balance": 9211.37, "ending_balance": 9037.62}}, {"month": {"month": 74, "interest": 37.66, "principal": 174.47, "beginning_balance": 9037.62, "ending_balance": 8863.15}}, {"month": {"month": 75, "interest": 36.93, "principal": 175.2, "beginning_balance": 8863.15, "ending_balance": 8687.95}}, {"month": {"month": 76, "interest": 36.2, "principal": 175.93, "beginning_balance": 8687.95, "ending_balance": 8512.02}}, {"month": {"month": 77, "interest": 35.47, "principal": 176.66, "beginning_balance": 8512.02, "ending_balance": 8335.36}}, {"month": {"month": 78, "interest": 34.73, "principal": 177.4, "beginning_balance": 8335.36, "ending_balance": 8157.96}}, {"month": {"month": 79, "interest": 33.99, "principal": 178.14, "beginning_balance": 8157.96, "ending_balance": 7979.82}}, {"month": {"month": 80, "interest": 33.25, "principal": 178.88, "beginning_balance": 7979.82, "ending_balance": 7800.94}}, {"month": {"month": 81, "interest": 32.5, "principal": 179.63, "beginning_balance": 7800.94, "ending_balance": 7621.31}}, {"month": {"month": 82, "interest": 31.76, "principal": 180.38, "beginning_balance": 7621.31, "ending_balance": 7440.93}}, {"month": {"month": 83, "interest": 31, "principal": 181.13, "beginning_balance": 7440.93, "ending_balance": 7259.8}}, {"month": {"month": 84, "interest": 30.25, "principal": 181.88, "beginning_balance": 7259.8, "ending_balance": 7077.92}}, {"month": {"month": 85, "interest": 29.49, "principal": 182.64, "beginning_balance": 7077.92, "ending_balance": 6895.28}}, {"month": {"month": 86, "interest": 28.73, "principal": 183.4, "beginning_balance": 6895.28, "ending_balance": 6711.88}}, {"month": {"month": 87, "interest": 27.97, "principal": 184.16, "beginning_balance": 6711.88, "ending_balance": 6527.72}}, {"month": {"month": 88, "interest": 27.2, "principal": 184.93, "beginning_balance": 6527.72, "ending_balance": 6342.79}}, {"month": {"month": 89, "interest": 26.43, "principal": 185.7, "beginning_balance": 6342.79, "ending_balance": 6157.09}}, {"month": {"month": 90, "interest": 25.65, "principal": 186.48, "beginning_balance": 6157.09, "ending_balance": 5970.61}}, {"month": {"month": 91, "interest": 24.88, "principal": 187.25, "beginning_balance": 5970.61, "ending_balance": 5783.36}}, {"month": {"month": 92, "interest": 24.1, "principal": 188.03, "beginning_balance": 5783.36, "ending_balance": 5595.33}}, {"month": {"month": 93, "interest": 23.31, "principal": 188.82, "beginning_balance": 5595.33, "ending_balance": 5406.51}}, {"month": {"month": 94, "interest": 22.53, "principal": 189.6, "beginning_balance": 5406.51, "ending_balance": 5216.91}}, {"month": {"month": 95, "interest": 21.74, "principal": 190.39, "beginning_balance": 5216.91, "ending_balance": 5026.52}}, {"month": {"month": 96, "interest": 20.94, "principal": 191.19, "beginning_balance": 5026.52, "ending_balance": 4835.33}}, {"month": {"month": 97, "interest": 20.15, "principal": 191.98, "beginning_balance": 4835.33, "ending_balance": 4643.35}}, {"month": {"month": 98, "interest": 19.35, "principal": 192.78, "beginning_balance": 4643.35, "ending_balance": 4450.57}}, {"month": {"month": 99, "interest": 18.54, "principal": 193.59, "beginning_balance": 4450.57, "ending_balance": 4256.98}}, {"month": {"month": 100, "interest": 17.74, "principal": 194.39, "beginning_balance": 4256.98, "ending_balance": 4062.59}}, {"month": {"month": 101, "interest": 16.93, "principal": 195.2, "beginning_balance": 4062.59, "ending_balance": 3867.39}}, {"month": {"month": 102, "interest": 16.11, "principal": 196.02, "beginning_balance": 3867.39, "ending_balance": 3671.37}}, {"month": {"month": 103, "interest": 15.3, "principal": 196.83, "beginning_balance": 3671.37, "ending_balance": 3474.54}}, {"month": {"month": 104, "interest": 14.48, "principal": 197.65, "beginning_balance": 3474.54, "ending_balance": 3276.89}}, {"month": {"month": 105, "interest": 13.65, "principal": 198.48, "beginning_balance": 3276.89, "ending_balance": 3078.41}}, {"month": {"month": 106, "interest": 12.83, "principal": 199.3, "beginning_balance": 3078.41, "ending_balance": 2879.11}}, {"month": {"month": 107, "interest": 12, "principal": 200.13, "beginning_balance": 2879.11, "ending_balance": 2678.98}}, {"month": {"month": 108, "interest": 11.16, "principal": 200.97, "beginning_balance": 2678.98, "ending_balance": 2478.01}}, {"month": {"month": 109, "interest": 10.32, "principal": 201.81, "beginning_balance": 2478.01, "ending_balance": 2276.2}}, {"month": {"month": 110, "interest": 9.48, "principal": 202.65, "beginning_balance": 2276.2, "ending_balance": 2073.55}}, {"month": {"month": 111, "interest": 8.64, "principal": 203.49, "beginning_balance": 2073.55, "ending_balance": 1870.06}}, {"month": {"month": 112, "interest": 7.79, "principal": 204.34, "beginning_balance": 1870.06, "ending_balance": 1665.72}}, {"month": {"month": 113, "interest": 6.94, "principal": 205.19, "beginning_balance": 1665.72, "ending_balance": 1460.53}}, {"month": {"month": 114, "interest": 6.09, "principal": 206.05, "beginning_balance": 1460.53, "ending_balance": 1254.48}}, {"month": {"month": 115, "interest": 5.23, "principal": 206.9, "beginning_balance": 1254.48, "ending_balance": 1047.58}}, {"month": {"month": 116, "interest": 4.36, "principal": 207.77, "beginning_balance": 1047.58, "ending_balance": 839.81}}, {"month": {"month": 117, "interest": 3.5, "principal": 208.63, "beginning_balance": 839.81, "ending_balance": 631.18}}, {"month": {"month": 118, "interest": 2.63, "principal": 209.5, "beginning_balance": 631.18, "ending_balance": 421.68}}, {"month": {"month": 119, "interest": 1.76, "principal": 210.37, "beginning_balance": 421.68, "ending_balance": 211.31}}, {"month": {"month": 120, "interest": 0.88, "principal": 211.25, "beginning_balance": 211.31, "ending_balance": 0}}]}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"downpayment": {"type": "integer"}, "loan_amount": {"type": "integer"}, "monthly_payment": {"type": "number"}, "number_month_to_pay": {"type": "integer"}, "total_payments": {"type": "number"}, "total_interest": {"type": "number"}, "amortization": {"type": "array", "items": {"type": "object", "properties": {"month": {"type": "object", "properties": {"month": {"type": "integer"}, "interest": {"type": "number"}, "principal": {"type": "number"}, "beginning_balance": {"type": "number"}, "ending_balance": {"type": "number"}}, "required": ["beginning_balance", "ending_balance", "interest", "month", "principal"]}}, "required": ["month"]}}}, "required": ["amortization", "downpayment", "loan_amount", "monthly_payment", "number_month_to_pay", "total_interest", "total_payments"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/5ab45ae0-c15b-4f06-a757-72d336d7f574/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Home Loan Calculator with Yearly Amortization Schedule
This endpoint returns the Home loan with Yearly Amortization i.e: How much will be my monthly payment on a house that cost $100000 with 20% as a down payment, with 5% interest rate and term of the loan is 30 years rate=5 loant=30 hvalue=100000 downpayment=20
200
Response
[{"downpayment": 6, "loan_amount": 24, "monthly_payment": 0.13, "number_month_to_pay": 360, "total_payments": 46.38, "total_interest": 22.38, "amortization": [{"year": {"year": 1, "interest_year": 274.95, "principal_year": 5000, "beginning_balance_year": 5000, "ending_balance": 0}}, {"year": {"year": 1, "interest_year": 1.19, "principal_year": 0.35, "beginning_balance_year": 24, "ending_balance": 23.65}}, {"year": {"year": 2, "interest_year": 1.17, "principal_year": 0.37, "beginning_balance_year": 23.65, "ending_balance": 23.28}}, {"year": {"year": 3, "interest_year": 1.15, "principal_year": 0.39, "beginning_balance_year": 23.28, "ending_balance": 22.89}}, {"year": {"year": 4, "interest_year": 1.13, "principal_year": 0.41, "beginning_balance_year": 22.89, "ending_balance": 22.48}}, {"year": {"year": 5, "interest_year": 1.11, "principal_year": 0.43, "beginning_balance_year": 22.48, "ending_balance": 22.05}}, {"year": {"year": 6, "interest_year": 1.09, "principal_year": 0.45, "beginning_balance_year": 22.05, "ending_balance": 21.6}}, {"year": {"year": 7, "interest_year": 1.07, "principal_year": 0.48, "beginning_balance_year": 21.6, "ending_balance": 21.12}}, {"year": {"year": 8, "interest_year": 1.04, "principal_year": 0.5, "beginning_balance_year": 21.12, "ending_balance": 20.62}}, {"year": {"year": 9, "interest_year": 1.02, "principal_year": 0.53, "beginning_balance_year": 20.62, "ending_balance": 20.09}}, {"year": {"year": 10, "interest_year": 0.99, "principal_year": 0.55, "beginning_balance_year": 20.09, "ending_balance": 19.54}}, {"year": {"year": 11, "interest_year": 0.96, "principal_year": 0.58, "beginning_balance_year": 19.54, "ending_balance": 18.96}}, {"year": {"year": 12, "interest_year": 0.93, "principal_year": 0.61, "beginning_balance_year": 18.96, "ending_balance": 18.35}}, {"year": {"year": 13, "interest_year": 0.9, "principal_year": 0.64, "beginning_balance_year": 18.35, "ending_balance": 17.71}}, {"year": {"year": 14, "interest_year": 0.87, "principal_year": 0.68, "beginning_balance_year": 17.71, "ending_balance": 17.03}}, {"year": {"year": 15, "interest_year": 0.83, "principal_year": 0.71, "beginning_balance_year": 17.03, "ending_balance": 16.32}}, {"year": {"year": 16, "interest_year": 0.8, "principal_year": 0.75, "beginning_balance_year": 16.32, "ending_balance": 15.57}}, {"year": {"year": 17, "interest_year": 0.76, "principal_year": 0.79, "beginning_balance_year": 15.57, "ending_balance": 14.78}}, {"year": {"year": 18, "interest_year": 0.72, "principal_year": 0.83, "beginning_balance_year": 14.78, "ending_balance": 13.95}}, {"year": {"year": 19, "interest_year": 0.68, "principal_year": 0.87, "beginning_balance_year": 13.95, "ending_balance": 13.08}}, {"year": {"year": 20, "interest_year": 0.63, "principal_year": 0.91, "beginning_balance_year": 13.08, "ending_balance": 12.17}}, {"year": {"year": 21, "interest_year": 0.59, "principal_year": 0.96, "beginning_balance_year": 12.17, "ending_balance": 11.21}}, {"year": {"year": 22, "interest_year": 0.54, "principal_year": 1.01, "beginning_balance_year": 11.21, "ending_balance": 10.2}}, {"year": {"year": 23, "interest_year": 0.48, "principal_year": 1.06, "beginning_balance_year": 10.2, "ending_balance": 9.14}}, {"year": {"year": 24, "interest_year": 0.43, "principal_year": 1.12, "beginning_balance_year": 9.14, "ending_balance": 8.02}}, {"year": {"year": 25, "interest_year": 0.37, "principal_year": 1.17, "beginning_balance_year": 8.02, "ending_balance": 6.85}}, {"year": {"year": 26, "interest_year": 0.31, "principal_year": 1.23, "beginning_balance_year": 6.85, "ending_balance": 5.62}}, {"year": {"year": 27, "interest_year": 0.25, "principal_year": 1.3, "beginning_balance_year": 5.62, "ending_balance": 4.32}}, {"year": {"year": 28, "interest_year": 0.18, "principal_year": 1.36, "beginning_balance_year": 4.32, "ending_balance": 2.96}}, {"year": {"year": 29, "interest_year": 0.11, "principal_year": 1.43, "beginning_balance_year": 2.96, "ending_balance": 1.53}}, {"year": {"year": 30, "interest_year": 0.04, "principal_year": 1.5, "beginning_balance_year": 1.53, "ending_balance": 0}}]}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"downpayment": {"type": "integer"}, "loan_amount": {"type": "integer"}, "monthly_payment": {"type": "number"}, "number_month_to_pay": {"type": "integer"}, "total_payments": {"type": "number"}, "total_interest": {"type": "number"}, "amortization": {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "object", "properties": {"year": {"type": "integer"}, "interest_year": {"type": "number"}, "principal_year": {"type": "number"}, "beginning_balance_year": {"type": "number"}, "ending_balance": {"type": "number"}}, "required": ["beginning_balance_year", "ending_balance", "interest_year", "principal_year", "year"]}}, "required": ["year"]}}}, "required": ["amortization", "downpayment", "loan_amount", "monthly_payment", "number_month_to_pay", "total_interest", "total_payments"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/d9f28f90-6d1d-4336-82e0-98df6ff8f729/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Principal and Interest payment calculation with Monthly Amortization Schedule
This endpoint returns the Principal and Interest payment calculation with Monthly Amortization Schedule. i.e: What is the amortization schedule for a 1 year loan of $5000 at 10% interest per year compounded monthly? And the total interest payments? -> rate=10 -> loant= 1 -> lamount=5000
200
Response
[{"monthly_payment": 439.58, "number_month_to_pay": 12, "total_payments": 5274.95, "total_interest": 274.95, "amortization": [{"month": {"month": 1, "interest": 41.67, "principal": 397.91, "beginning_balance": 5000, "ending_balance": 4602.09}}, {"month": {"month": 2, "interest": 38.35, "principal": 401.23, "beginning_balance": 4602.09, "ending_balance": 4200.86}}, {"month": {"month": 3, "interest": 35.01, "principal": 404.57, "beginning_balance": 4200.86, "ending_balance": 3796.29}}, {"month": {"month": 4, "interest": 31.64, "principal": 407.94, "beginning_balance": 3796.29, "ending_balance": 3388.35}}, {"month": {"month": 5, "interest": 28.24, "principal": 411.34, "beginning_balance": 3388.35, "ending_balance": 2977.01}}, {"month": {"month": 6, "interest": 24.81, "principal": 414.77, "beginning_balance": 2977.01, "ending_balance": 2562.24}}, {"month": {"month": 7, "interest": 21.35, "principal": 418.23, "beginning_balance": 2562.24, "ending_balance": 2144.01}}, {"month": {"month": 8, "interest": 17.87, "principal": 421.71, "beginning_balance": 2144.01, "ending_balance": 1722.3}}, {"month": {"month": 9, "interest": 14.35, "principal": 425.23, "beginning_balance": 1722.3, "ending_balance": 1297.07}}, {"month": {"month": 10, "interest": 10.81, "principal": 428.77, "beginning_balance": 1297.07, "ending_balance": 868.3}}, {"month": {"month": 11, "interest": 7.24, "principal": 432.34, "beginning_balance": 868.3, "ending_balance": 435.96}}, {"month": {"month": 12, "interest": 3.63, "principal": 435.95, "beginning_balance": 435.96, "ending_balance": 0}}]}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"monthly_payment": {"type": "number"}, "number_month_to_pay": {"type": "integer"}, "total_payments": {"type": "number"}, "total_interest": {"type": "number"}, "amortization": {"type": "array", "items": {"type": "object", "properties": {"month": {"type": "object", "properties": {"month": {"type": "integer"}, "interest": {"type": "number"}, "principal": {"type": "number"}, "beginning_balance": {"type": "number"}, "ending_balance": {"type": "number"}}, "required": ["beginning_balance", "ending_balance", "interest", "month", "principal"]}}, "required": ["month"]}}}, "required": ["amortization", "monthly_payment", "number_month_to_pay", "total_interest", "total_payments"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/c6d05eae-e256-4ebc-879e-15894d3c5dda/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Principal and Interest payment calculation with Yearly Amortization Schedule
This endpoint returns the Principal and Interest payment calculation with yearly Amortization Schedule. i.e: What is the amortization schedule for a 1 year loan of $5000 at 10% interest per year compounded monthly? And the total interest payments? -> rate=10 -> loant= 1 -> lamount=5000
200
Response
[{"monthly_payment": 439.58, "years_to_pay": 1, "number_month_to_pay": 12, "total_payments": "5274.95", "total_interest": 274.95, "amortization": [{"year": {"year": 1, "interest_year": 274.95, "principal_year": 5000, "beginning_balance_year": 5000, "ending_balance": 0}}]}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"monthly_payment": {"type": "number"}, "years_to_pay": {"type": "integer"}, "number_month_to_pay": {"type": "integer"}, "total_payments": {"type": "string"}, "total_interest": {"type": "number"}, "amortization": {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "object", "properties": {"year": {"type": "integer"}, "interest_year": {"type": "number"}, "principal_year": {"type": "integer"}, "beginning_balance_year": {"type": "integer"}, "ending_balance": {"type": "integer"}}, "required": ["beginning_balance_year", "ending_balance", "interest_year", "principal_year", "year"]}}, "required": ["year"]}}}, "required": ["amortization", "monthly_payment", "number_month_to_pay", "total_interest", "total_payments", "years_to_pay"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/aa2890fe-ae26-4d83-9d4d-745ec7ce384b/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Future Value calculation
This endpoint returns the Future Value. i.e: What is the future value after 30 years of saving $1000 now, with an additional monthly savings of $100. Assume the interest rate is 7% (annually) compounded monthly? rate= 0.07 (Rate has to be in decimal) nper=30 pmt=-100 (Has to be negative) pv=1000
200
Response
[{"rate": "0.07", "nper": "30", "pmt": "-100", "pv": "1000", "result": "130113.60"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"rate": {"type": "string"}, "nper": {"type": "string"}, "pmt": {"type": "string"}, "pv": {"type": "string"}, "result": {"type": "string"}}, "required": ["nper", "pmt", "pv", "rate", "result"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/d5ab4534-6433-4afe-bb80-d997268b6e1d/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Payments calculation
This endpoint returns the monthly payment on a Loan. i.e: - What is the monthly payment needed to pay off a $100,000 loan in 10 years at an annual interest rate of 2.5%? * *rate=> 0.025 ** * nper=> 10 pv: 100000 result: 942.69
200
Response
[{"rate": "0.025", "nper": "10", "pv": "100000", "result": "942.70"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"rate": {"type": "string"}, "nper": {"type": "string"}, "pv": {"type": "string"}, "result": {"type": "string"}}, "required": ["nper", "pv", "rate", "result"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/6d91a9ac-0efb-4f47-8ecc-d75f47075ad0/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Number of period calculation
This endpoint returns the Number of period. i.e: -> If we only had $500/month to pay towards the loan, how long would it take to pay-off a loan of $10,000 at 3% annual interest? -> rate:=0.03 ** (Note that the rate is has to be converted to decimal, 3%= 0.03)** -> pmt= 500 -> pv= 10000 Result: 20 (Meaning: So, over 20 months would be required to pay off the loan.)
200
Response
[{"rate": "0.03", "pmt": "500", "pv": "10000", "result": 20}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"rate": {"type": "string"}, "pmt": {"type": "string"}, "pv": {"type": "string"}, "result": {"type": "integer"}}, "required": ["pmt", "pv", "rate", "result"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/c4efec5d-8024-4a9a-8e7c-f3a6b1ac7846/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Inflation-adjusted Return
This endpoint Measure the return taking into account the time period's inflation rate. Parameters -> ireturn (investment Return) -> irate (inflation Rate)
200
Response
[{"investiment_return": "0.08", "inflation_rate": "0.03", "result": "4.85"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"investiment_return": {"type": "string"}, "inflation_rate": {"type": "string"}, "result": {"type": "string"}}, "required": ["inflation_rate", "investiment_return", "result"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/934636b4-5236-4eb9-a111-e28376d21c58/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Weighted Average Cost of Capital (WACC)
This endpoint returns a Weighted Average Cost of Capital (WACC) is the rate that a company is expected to pay on average to all its security holders to finance its assets. Parameters: ->mvaluee (market value of equity) ->mvalued (market value of debt) ->cequity (cost of equity) ->cdebt (cost of debt) ->trate (tax rate) // e.g., If market value of equity is $600,000, market value of debt is $400,000, cost of equity is 6%, cost of debt is 5%, and tax rate is 35%, WACC is 4.9%.
200
Response
[{"market_value_equity": "600000", "market_value_debt": "400000", "cost_equity": "6", "cost_debt": "5", "tax_rate": "35", "result": "4.90"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"market_value_equity": {"type": "string"}, "market_value_debt": {"type": "string"}, "cost_equity": {"type": "string"}, "cost_debt": {"type": "string"}, "tax_rate": {"type": "string"}, "result": {"type": "string"}}, "required": ["cost_debt", "cost_equity", "market_value_debt", "market_value_equity", "result", "tax_rate"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/6077d723-4d74-4c0a-8063-74c492c55613/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Rule of 72 (R72)
Rule of 72 (R72) is a rule stating that in order to find the number of years required to double your money at a given This endpoint returns the interest rate, you divide the compound return into 72. Parameters: ->rate // e.g., If annual rate is 10%, rule of 72 is 7.2 years.
200
Response
[{"rate": "10", "result": "7.20"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"rate": {"type": "string"}, "result": {"type": "string"}}, "required": ["rate", "result"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/9ea9502d-5c1a-4543-8c70-0aa3b985c9ad/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Return on Investment (ROI)
This endpoint returns a Return on Investment (ROI) is a simple calculation that tells you the bottom line return of any investment. Parameters ->binvest (initial investment) ->earnings // e.g., If initial investment is -$55,000 and the earnings are $60,000, the return on investment is 9.09%.
200
Response
[{"initial_investiment": "55000", "earnings": "60000", "result": "9.09"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"initial_investiment": {"type": "string"}, "earnings": {"type": "string"}, "result": {"type": "string"}}, "required": ["earnings", "initial_investiment", "result"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/3b400400-b9d7-4a0b-8dda-33c62b45b249/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Discount Factor (DF)
This Endpoint Returns The Discount Factor (DF) is the factor by which a future cash flow must be multiplied in order to obtain the present value. Required parameters ->rate ->nperiods // e.g., If rate is 10% and the number of periods is 6, the result is an array of discount factors: [1, 0.91, 0.827, 0.752, 0.684].
200
Response
[{"rate": "10", "number_periods": "6", "result": [1, 0.91, 0.827, 0.752, 0.684]}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"rate": {"type": "string"}, "number_periods": {"type": "string"}, "result": {"type": "array", "items": {"type": "number"}}}, "required": ["number_periods", "rate", "result"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/3708331e-cb5d-42a3-8fa9-786d5b300fdf/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Compound Annual Growth Rate (CAGR)
This endpoint returns a Compound Annual Growth Rate (CAGR) is the year-over-year growth rate of an investment over a specified period of time. ->bvalue (beginning value) ->evalue(ending value) ->nperiods (number of periods) // e.g., If the beginning value is $10,000, the ending value is $19,500, and the number of periods is 3, the CAGR is 24.93%.
200
Response
[{"beginning_value": "10000", "ending_value": "19500", "number_periods": "3", "result": "24.93"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"beginning_value": {"type": "string"}, "ending_value": {"type": "string"}, "number_periods": {"type": "string"}, "result": {"type": "string"}}, "required": ["beginning_value", "ending_value", "number_periods", "result"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/c5cc89c0-e661-47e5-a8bd-33c062017930/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Internal Rate of Return calculation
This endpoint Returns the internal rate of return for a series of cash flows. (IRR)
200
Response
[{"Investiments": "-1500,500,500,500,500", "result": "12.59"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Investiments": {"type": "string"}, "result": {"type": "string"}}, "required": ["Investiments", "result"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/218d144c-1631-429b-bde6-2000cf8373d0/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Interest rate calculation
i.e: -> What is the interest rate for a $8,000 loan if the loan term is 5 years and and payments are $152.50 monthly? ->pv=8000 ->nper=5 ->pmt=152.5 ->fv=0 (future value) ->
200
Response
[{"pv": "8000", "nper": "5", "pmt": "152.5", "fv": "0", "monthly_rate": "0.45", "yearly_rate": 5.4}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"pv": {"type": "string"}, "nper": {"type": "string"}, "pmt": {"type": "string"}, "fv": {"type": "string"}, "monthly_rate": {"type": "string"}, "yearly_rate": {"type": "number"}}, "required": ["fv", "monthly_rate", "nper", "pmt", "pv", "yearly_rate"]}}
9c20eba0-4a0e-437f-8560-9d3500b0bdab/d78d1919-de54-48a1-8d0b-83a08afb5ae1/0/0
Financial Calculators
This API returns a set of high-level financial formulas such as loan payments, rate, present value, car payments, and much more... with amortization schedules...
null
Home Loan Calculator
This endpoint returns the Home loan with Monthly Amortization i.e: How much will be my monthly payment on a house that cost $100000 with 20% as a down payment, with 5% interest rate and term of the loan is 30 years rate=5 loant=30 hvalue=100000 downpayment=20
200
Response
[{"downpayment": 20000, "loan_amount": 80000, "monthly_payment": 429.46, "number_month_to_pay": 360, "total_payments": 154604.63, "total_interest": 74604.63, "amortization": [{"month": {"month": 1, "interest": 333.33, "principal": 96.12, "beginning_balance": 80000, "ending_balance": 79903.88}}, {"month": {"month": 2, "interest": 332.93, "principal": 96.52, "beginning_balance": 79903.88, "ending_balance": 79807.36}}, {"month": {"month": 3, "interest": 332.53, "principal": 96.93, "beginning_balance": 79807.36, "ending_balance": 79710.43}}, {"month": {"month": 4, "interest": 332.13, "principal": 97.33, "beginning_balance": 79710.43, "ending_balance": 79613.1}}, {"month": {"month": 5, "interest": 331.72, "principal": 97.74, "beginning_balance": 79613.1, "ending_balance": 79515.36}}, {"month": {"month": 6, "interest": 331.31, "principal": 98.14, "beginning_balance": 79515.36, "ending_balance": 79417.22}}, {"month": {"month": 7, "interest": 330.91, "principal": 98.55, "beginning_balance": 79417.22, "ending_balance": 79318.67}}, {"month": {"month": 8, "interest": 330.49, "principal": 98.96, "beginning_balance": 79318.67, "ending_balance": 79219.71}}, {"month": {"month": 9, "interest": 330.08, "principal": 99.38, "beginning_balance": 79219.71, "ending_balance": 79120.33}}, {"month": {"month": 10, "interest": 329.67, "principal": 99.79, "beginning_balance": 79120.33, "ending_balance": 79020.54}}, {"month": {"month": 11, "interest": 329.25, "principal": 100.21, "beginning_balance": 79020.54, "ending_balance": 78920.33}}, {"month": {"month": 12, "interest": 328.83, "principal": 100.62, "beginning_balance": 78920.33, "ending_balance": 78819.71}}, {"month": {"month": 13, "interest": 328.42, "principal": 101.04, "beginning_balance": 78819.71, "ending_balance": 78718.67}}, {"month": {"month": 14, "interest": 327.99, "principal": 101.46, "beginning_balance": 78718.67, "ending_balance": 78617.21}}, {"month": {"month": 15, "interest": 327.57, "principal": 101.89, "beginning_balance": 78617.21, "ending_balance": 78515.32}}, {"month": {"month": 16, "interest": 327.15, "principal": 102.31, "beginning_balance": 78515.32, "ending_balance": 78413.01}}, {"month": {"month": 17, "interest": 326.72, "principal": 102.74, "beginning_balance": 78413.01, "ending_balance": 78310.27}}, {"month": {"month": 18, "interest": 326.29, "principal": 103.16, "beginning_balance": 78310.27, "ending_balance": 78207.11}}, {"month": {"month": 19, "interest": 325.86, "principal": 103.59, "beginning_balance": 78207.11, "ending_balance": 78103.52}}, {"month": {"month": 20, "interest": 325.43, "principal": 104.03, "beginning_balance": 78103.52, "ending_balance": 77999.49}}, {"month": {"month": 21, "interest": 325, "principal": 104.46, "beginning_balance": 77999.49, "ending_balance": 77895.03}}, {"month": {"month": 22, "interest": 324.56, "principal": 104.89, "beginning_balance": 77895.03, "ending_balance": 77790.14}}, {"month": {"month": 23, "interest": 324.13, "principal": 105.33, "beginning_balance": 77790.14, "ending_balance": 77684.81}}, {"month": {"month": 24, "interest": 323.69, "principal": 105.77, "beginning_balance": 77684.81, "ending_balance": 77579.04}}, {"month": {"month": 25, "interest": 323.25, "principal": 106.21, "beginning_balance": 77579.04, "ending_balance": 77472.83}}, {"month": {"month": 26, "interest": 322.8, "principal": 106.65, "beginning_balance": 77472.83, "ending_balance": 77366.18}}, {"month": {"month": 27, "interest": 322.36, "principal": 107.1, "beginning_balance": 77366.18, "ending_balance": 77259.08}}, {"month": {"month": 28, "interest": 321.91, "principal": 107.54, "beginning_balance": 77259.08, "ending_balance": 77151.54}}, {"month": {"month": 29, "interest": 321.46, "principal": 107.99, "beginning_balance": 77151.54, "ending_balance": 77043.55}}, {"month": {"month": 30, "interest": 321.01, "principal": 108.44, "beginning_balance": 77043.55, "ending_balance": 76935.11}}, {"month": {"month": 31, "interest": 320.56, "principal": 108.89, "beginning_balance": 76935.11, "ending_balance": 76826.22}}, {"month": {"month": 32, "interest": 320.11, "principal": 109.35, "beginning_balance": 76826.22, "ending_balance": 76716.87}}, {"month": {"month": 33, "interest": 319.65, "principal": 109.8, "beginning_balance": 76716.87, "ending_balance": 76607.07}}, {"month": {"month": 34, "interest": 319.2, "principal": 110.26, "beginning_balance": 76607.07, "ending_balance": 76496.81}}, {"month": {"month": 35, "interest": 318.74, "principal": 110.72, "beginning_balance": 76496.81, "ending_balance": 76386.09}}, {"month": {"month": 36, "interest": 318.28, "principal": 111.18, "beginning_balance": 76386.09, "ending_balance": 76274.91}}, {"month": {"month": 37, "interest": 317.81, "principal": 111.65, "beginning_balance": 76274.91, "ending_balance": 76163.26}}, {"month": {"month": 38, "interest": 317.35, "principal": 112.11, "beginning_balance": 76163.26, "ending_balance": 76051.15}}, {"month": {"month": 39, "interest": 316.88, "principal": 112.58, "beginning_balance": 76051.15, "ending_balance": 75938.57}}, {"month": {"month": 40, "interest": 316.41, "principal": 113.05, "beginning_balance": 75938.57, "ending_balance": 75825.52}}, {"month": {"month": 41, "interest": 315.94, "principal": 113.52, "beginning_balance": 75825.52, "ending_balance": 75712}}, {"month": {"month": 42, "interest": 315.47, "principal": 113.99, "beginning_balance": 75712, "ending_balance": 75598.01}}, {"month": {"month": 43, "interest": 314.99, "principal": 114.47, "beginning_balance": 75598.01, "ending_balance": 75483.54}}, {"month": {"month": 44, "interest": 314.51, "principal": 114.94, "beginning_balance": 75483.54, "ending_balance": 75368.6}}, {"month": {"month": 45, "interest": 314.04, "principal": 115.42, "beginning_balance": 75368.6, "ending_balance": 75253.18}}, {"month": {"month": 46, "interest": 313.55, "principal": 115.9, "beginning_balance": 75253.18, "ending_balance": 75137.28}}, {"month": {"month": 47, "interest": 313.07, "principal": 116.39, "beginning_balance": 75137.28, "ending_balance": 75020.89}}, {"month": {"month": 48, "interest": 312.59, "principal": 116.87, "beginning_balance": 75020.89, "ending_balance": 74904.02}}, {"month": {"month": 49, "interest": 312.1, "principal": 117.36, "beginning_balance": 74904.02, "ending_balance": 74786.66}}, {"month": {"month": 50, "interest": 311.61, "principal": 117.85, "beginning_balance": 74786.66, "ending_balance": 74668.81}}, {"month": {"month": 51, "interest": 311.12, "principal": 118.34, "beginning_balance": 74668.81, "ending_balance": 74550.47}}, {"month": {"month": 52, "interest": 310.63, "principal": 118.83, "beginning_balance": 74550.47, "ending_balance": 74431.64}}, {"month": {"month": 53, "interest": 310.13, "principal": 119.33, "beginning_balance": 74431.64, "ending_balance": 74312.31}}, {"month": {"month": 54, "interest": 309.63, "principal": 119.82, "beginning_balance": 74312.31, "ending_balance": 74192.49}}, {"month": {"month": 55, "interest": 309.14, "principal": 120.32, "beginning_balance": 74192.49, "ending_balance": 74072.17}}, {"month": {"month": 56, "interest": 308.63, "principal": 120.82, "beginning_balance": 74072.17, "ending_balance": 73951.35}}, {"month": {"month": 57, "interest": 308.13, "principal": 121.33, "beginning_balance": 73951.35, "ending_balance": 73830.02}}, {"month": {"month": 58, "interest": 307.63, "principal": 121.83, "beginning_balance": 73830.02, "ending_balance": 73708.19}}, {"month": {"month": 59, "interest": 307.12, "principal": 122.34, "beginning_balance": 73708.19, "ending_balance": 73585.85}}, {"month": {"month": 60, "interest": 306.61, "principal": 122.85, "beginning_balance": 73585.85, "ending_balance": 73463}}, {"month": {"month": 61, "interest": 306.1, "principal": 123.36, "beginning_balance": 73463, "ending_balance": 73339.64}}, {"month": {"month": 62, "interest": 305.58, "principal": 123.88, "beginning_balance": 73339.64, "ending_balance": 73215.76}}, {"month": {"month": 63, "interest": 305.07, "principal": 124.39, "beginning_balance": 73215.76, "ending_balance": 73091.37}}, {"month": {"month": 64, "interest": 304.55, "principal": 124.91, "beginning_balance": 73091.37, "ending_balance": 72966.46}}, {"month": {"month": 65, "interest": 304.03, "principal": 125.43, "beginning_balance": 72966.46, "ending_balance": 72841.03}}, {"month": {"month": 66, "interest": 303.5, "principal": 125.95, "beginning_balance": 72841.03, "ending_balance": 72715.08}}, {"month": {"month": 67, "interest": 302.98, "principal": 126.48, "beginning_balance": 72715.08, "ending_balance": 72588.6}}, {"month": {"month": 68, "interest": 302.45, "principal": 127, "beginning_balance": 72588.6, "ending_balance": 72461.6}}, {"month": {"month": 69, "interest": 301.92, "principal": 127.53, "beginning_balance": 72461.6, "ending_balance": 72334.07}}, {"month": {"month": 70, "interest": 301.39, "principal": 128.07, "beginning_balance": 72334.07, "ending_balance": 72206}}, {"month": {"month": 71, "interest": 300.86, "principal": 128.6, "beginning_balance": 72206, "ending_balance": 72077.4}}, {"month": {"month": 72, "interest": 300.32, "principal": 129.13, "beginning_balance": 72077.4, "ending_balance": 71948.27}}, {"month": {"month": 73, "interest": 299.78, "principal": 129.67, "beginning_balance": 71948.27, "ending_balance": 71818.6}}, {"month": {"month": 74, "interest": 299.24, "principal": 130.21, "beginning_balance": 71818.6, "ending_balance": 71688.39}}, {"month": {"month": 75, "interest": 298.7, "principal": 130.76, "beginning_balance": 71688.39, "ending_balance": 71557.63}}, {"month": {"month": 76, "interest": 298.16, "principal": 131.3, "beginning_balance": 71557.63, "ending_balance": 71426.33}}, {"month": {"month": 77, "interest": 297.61, "principal": 131.85, "beginning_balance": 71426.33, "ending_balance": 71294.48}}, {"month": {"month": 78, "interest": 297.06, "principal": 132.4, "beginning_balance": 71294.48, "ending_balance": 71162.08}}, {"month": {"month": 79, "interest": 296.51, "principal": 132.95, "beginning_balance": 71162.08, "ending_balance": 71029.13}}, {"month": {"month": 80, "interest": 295.95, "principal": 133.5, "beginning_balance": 71029.13, "ending_balance": 70895.63}}, {"month": {"month": 81, "interest": 295.4, "principal": 134.06, "beginning_balance": 70895.63, "ending_balance": 70761.57}}, {"month": {"month": 82, "interest": 294.84, "principal": 134.62, "beginning_balance": 70761.57, "ending_balance": 70626.95}}, {"month": {"month": 83, "interest": 294.28, "principal": 135.18, "beginning_balance": 70626.95, "ending_balance": 70491.77}}, {"month": {"month": 84, "interest": 293.72, "principal": 135.74, "beginning_balance": 70491.77, "ending_balance": 70356.03}}, {"month": {"month": 85, "interest": 293.15, "principal": 136.31, "beginning_balance": 70356.03, "ending_balance": 70219.72}}, {"month": {"month": 86, "interest": 292.58, "principal": 136.88, "beginning_balance": 70219.72, "ending_balance": 70082.84}}, {"month": {"month": 87, "interest": 292.01, "principal": 137.45, "beginning_balance": 70082.84, "ending_balance": 69945.39}}, {"month": {"month": 88, "interest": 291.44, "principal": 138.02, "beginning_balance": 69945.39, "ending_balance": 69807.37}}, {"month": {"month": 89, "interest": 290.86, "principal": 138.59, "beginning_balance": 69807.37, "ending_balance": 69668.78}}, {"month": {"month": 90, "interest": 290.29, "principal": 139.17, "beginning_balance": 69668.78, "ending_balance": 69529.61}}, {"month": {"month": 91, "interest": 289.71, "principal": 139.75, "beginning_balance": 69529.61, "ending_balance": 69389.86}}, {"month": {"month": 92, "interest": 289.12, "principal": 140.33, "beginning_balance": 69389.86, "ending_balance": 69249.53}}, {"month": {"month": 93, "interest": 288.54, "principal": 140.92, "beginning_balance": 69249.53, "ending_balance": 69108.61}}, {"month": {"month": 94, "interest": 287.95, "principal": 141.5, "beginning_balance": 69108.61, "ending_balance": 68967.11}}, {"month": {"month": 95, "interest": 287.36, "principal": 142.09, "beginning_balance": 68967.11, "ending_balance": 68825.02}}, {"month": {"month": 96, "interest": 286.77, "principal": 142.69, "beginning_balance": 68825.02, "ending_balance": 68682.33}}, {"month": {"month": 97, "interest": 286.18, "principal": 143.28, "beginning_balance": 68682.33, "ending_balance": 68539.05}}, {"month": {"month": 98, "interest": 285.58, "principal": 143.88, "beginning_balance": 68539.05, "ending_balance": 68395.17}}, {"month": {"month": 99, "interest": 284.98, "principal": 144.48, "beginning_balance": 68395.17, "ending_balance": 68250.69}}, {"month": {"month": 100, "interest": 284.38, "principal": 145.08, "beginning_balance": 68250.69, "ending_balance": 68105.61}}, {"month": {"month": 101, "interest": 283.77, "principal": 145.68, "beginning_balance": 68105.61, "ending_balance": 67959.93}}, {"month": {"month": 102, "interest": 283.17, "principal": 146.29, "beginning_balance": 67959.93, "ending_balance": 67813.64}}, {"month": {"month": 103, "interest": 282.56, "principal": 146.9, "beginning_balance": 67813.64, "ending_balance": 67666.74}}, {"month": {"month": 104, "interest": 281.94, "principal": 147.51, "beginning_balance": 67666.74, "ending_balance": 67519.23}}, {"month": {"month": 105, "interest": 281.33, "principal": 148.13, "beginning_balance": 67519.23, "ending_balance": 67371.1}}, {"month": {"month": 106, "interest": 280.71, "principal": 148.74, "beginning_balance": 67371.1, "ending_balance": 67222.36}}, {"month": {"month": 107, "interest": 280.09, "principal": 149.36, "beginning_balance": 67222.36, "ending_balance": 67073}}, {"month": {"month": 108, "interest": 279.47, "principal": 149.99, "beginning_balance": 67073, "ending_balance": 66923.01}}, {"month": {"month": 109, "interest": 278.85, "principal": 150.61, "beginning_balance": 66923.01, "ending_balance": 66772.4}}, {"month": {"month": 110, "interest": 278.22, "principal": 151.24, "beginning_balance": 66772.4, "ending_balance": 66621.16}}, {"month": {"month": 111, "interest": 277.59, "principal": 151.87, "beginning_balance": 66621.16, "ending_balance": 66469.29}}, {"month": {"month": 112, "interest": 276.96, "principal": 152.5, "beginning_balance": 66469.29, "ending_balance": 66316.79}}, {"month": {"month": 113, "interest": 276.32, "principal": 153.14, "beginning_balance": 66316.79, "ending_balance": 66163.65}}, {"month": {"month": 114, "interest": 275.68, "principal": 153.78, "beginning_balance": 66163.65, "ending_balance": 66009.87}}, {"month": {"month": 115, "interest": 275.04, "principal": 154.42, "beginning_balance": 66009.87, "ending_balance": 65855.45}}, {"month": {"month": 116, "interest": 274.4, "principal": 155.06, "beginning_balance": 65855.45, "ending_balance": 65700.39}}, {"month": {"month": 117, "interest": 273.75, "principal": 155.71, "beginning_balance": 65700.39, "ending_balance": 65544.68}}, {"month": {"month": 118, "interest": 273.1, "principal": 156.35, "beginning_balance": 65544.68, "ending_balance": 65388.33}}, {"month": {"month": 119, "interest": 272.45, "principal": 157.01, "beginning_balance": 65388.33, "ending_balance": 65231.32}}, {"month": {"month": 120, "interest": 271.8, "principal": 157.66, "beginning_balance": 65231.32, "ending_balance": 65073.66}}, {"month": {"month": 121, "interest": 271.14, "principal": 158.32, "beginning_balance": 65073.66, "ending_balance": 64915.34}}, {"month": {"month": 122, "interest": 270.48, "principal": 158.98, "beginning_balance": 64915.34, "ending_balance": 64756.36}}, {"month": {"month": 123, "interest": 269.82, "principal": 159.64, "beginning_balance": 64756.36, "ending_balance": 64596.72}}, {"month": {"month": 124, "interest": 269.15, "principal": 160.3, "beginning_balance": 64596.72, "ending_balance": 64436.42}}, {"month": {"month": 125, "interest": 268.49, "principal": 160.97, "beginning_balance": 64436.42, "ending_balance": 64275.45}}, {"month": {"month": 126, "interest": 267.81, "principal": 161.64, "beginning_balance": 64275.45, "ending_balance": 64113.81}}, {"month": {"month": 127, "interest": 267.14, "principal": 162.32, "beginning_balance": 64113.81, "ending_balance": 63951.49}}, {"month": {"month": 128, "interest": 266.46, "principal": 162.99, "beginning_balance": 63951.49, "ending_balance": 63788.5}}, {"month": {"month": 129, "interest": 265.79, "principal": 163.67, "beginning_balance": 63788.5, "ending_balance": 63624.83}}, {"month": {"month": 130, "interest": 265.1, "principal": 164.35, "beginning_balance": 63624.83, "ending_balance": 63460.48}}, {"month": {"month": 131, "interest": 264.42, "principal": 165.04, "beginning_balance": 63460.48, "ending_balance": 63295.44}}, {"month": {"month": 132, "interest": 263.73, "principal": 165.73, "beginning_balance": 63295.44, "ending_balance": 63129.71}}, {"month": {"month": 133, "interest": 263.04, "principal": 166.42, "beginning_balance": 63129.71, "ending_balance": 62963.29}}, {"month": {"month": 134, "interest": 262.35, "principal": 167.11, "beginning_balance": 62963.29, "ending_balance": 62796.18}}, {"month": {"month": 135, "interest": 261.65, "principal": 167.81, "beginning_balance": 62796.18, "ending_balance": 62628.37}}, {"month": {"month": 136, "interest": 260.95, "principal": 168.51, "beginning_balance": 62628.37, "ending_balance": 62459.86}}, {"month": {"month": 137, "interest": 260.25, "principal": 169.21, "beginning_balance": 62459.86, "ending_balance": 62290.65}}, {"month": {"month": 138, "interest": 259.54, "principal": 169.91, "beginning_balance": 62290.65, "ending_balance": 62120.74}}, {"month": {"month": 139, "interest": 258.84, "principal": 170.62, "beginning_balance": 62120.74, "ending_balance": 61950.12}}, {"month": {"month": 140, "interest": 258.13, "principal": 171.33, "beginning_balance": 61950.12, "ending_balance": 61778.79}}, {"month": {"month": 141, "interest": 257.41, "principal": 172.05, "beginning_balance": 61778.79, "ending_balance": 61606.74}}, {"month": {"month": 142, "interest": 256.69, "principal": 172.76, "beginning_balance": 61606.74, "ending_balance": 61433.98}}, {"month": {"month": 143, "interest": 255.97, "principal": 173.48, "beginning_balance": 61433.98, "ending_balance": 61260.5}}, {"month": {"month": 144, "interest": 255.25, "principal": 174.21, "beginning_balance": 61260.5, "ending_balance": 61086.29}}, {"month": {"month": 145, "interest": 254.53, "principal": 174.93, "beginning_balance": 61086.29, "ending_balance": 60911.36}}, {"month": {"month": 146, "interest": 253.8, "principal": 175.66, "beginning_balance": 60911.36, "ending_balance": 60735.7}}, {"month": {"month": 147, "interest": 253.07, "principal": 176.39, "beginning_balance": 60735.7, "ending_balance": 60559.31}}, {"month": {"month": 148, "interest": 252.33, "principal": 177.13, "beginning_balance": 60559.31, "ending_balance": 60382.18}}, {"month": {"month": 149, "interest": 251.59, "principal": 177.86, "beginning_balance": 60382.18, "ending_balance": 60204.32}}, {"month": {"month": 150, "interest": 250.85, "principal": 178.61, "beginning_balance": 60204.32, "ending_balance": 60025.71}}, {"month": {"month": 151, "interest": 250.11, "principal": 179.35, "beginning_balance": 60025.71, "ending_balance": 59846.36}}, {"month": {"month": 152, "interest": 249.36, "principal": 180.1, "beginning_balance": 59846.36, "ending_balance": 59666.26}}, {"month": {"month": 153, "interest": 248.61, "principal": 180.85, "beginning_balance": 59666.26, "ending_balance": 59485.41}}, {"month": {"month": 154, "interest": 247.86, "principal": 181.6, "beginning_balance": 59485.41, "ending_balance": 59303.81}}, {"month": {"month": 155, "interest": 247.1, "principal": 182.36, "beginning_balance": 59303.81, "ending_balance": 59121.45}}, {"month": {"month": 156, "interest": 246.34, "principal": 183.12, "beginning_balance": 59121.45, "ending_balance": 58938.33}}, {"month": {"month": 157, "interest": 245.58, "principal": 183.88, "beginning_balance": 58938.33, "ending_balance": 58754.45}}, {"month": {"month": 158, "interest": 244.81, "principal": 184.65, "beginning_balance": 58754.45, "ending_balance": 58569.8}}, {"month": {"month": 159, "interest": 244.04, "principal": 185.42, "beginning_balance": 58569.8, "ending_balance": 58384.38}}, {"month": {"month": 160, "interest": 243.27, "principal": 186.19, "beginning_balance": 58384.38, "ending_balance": 58198.19}}, {"month": {"month": 161, "interest": 242.49, "principal": 186.96, "beginning_balance": 58198.19, "ending_balance": 58011.23}}, {"month": {"month": 162, "interest": 241.71, "principal": 187.74, "beginning_balance": 58011.23, "ending_balance": 57823.49}}, {"month": {"month": 163, "interest": 240.93, "principal": 188.53, "beginning_balance": 57823.49, "ending_balance": 57634.96}}, {"month": {"month": 164, "interest": 240.15, "principal": 189.31, "beginning_balance": 57634.96, "ending_balance": 57445.65}}, {"month": {"month": 165, "interest": 239.36, "principal": 190.1, "beginning_balance": 57445.65, "ending_balance": 57255.55}}, {"month": {"month": 166, "interest": 238.56, "principal": 190.89, "beginning_balance": 57255.55, "ending_balance": 57064.66}}, {"month": {"month": 167, "interest": 237.77, "principal": 191.69, "beginning_balance": 57064.66, "ending_balance": 56872.97}}, {"month": {"month": 168, "interest": 236.97, "principal": 192.49, "beginning_balance": 56872.97, "ending_balance": 56680.48}}, {"month": {"month": 169, "interest": 236.17, "principal": 193.29, "beginning_balance": 56680.48, "ending_balance": 56487.19}}, {"month": {"month": 170, "interest": 235.36, "principal": 194.09, "beginning_balance": 56487.19, "ending_balance": 56293.1}}, {"month": {"month": 171, "interest": 234.55, "principal": 194.9, "beginning_balance": 56293.1, "ending_balance": 56098.2}}, {"month": {"month": 172, "interest": 233.74, "principal": 195.71, "beginning_balance": 56098.2, "ending_balance": 55902.49}}, {"month": {"month": 173, "interest": 232.93, "principal": 196.53, "beginning_balance": 55902.49, "ending_balance": 55705.96}}, {"month": {"month": 174, "interest": 232.11, "principal": 197.35, "beginning_balance": 55705.96, "ending_balance": 55508.61}}, {"month": {"month": 175, "interest": 231.29, "principal": 198.17, "beginning_balance": 55508.61, "ending_balance": 55310.44}}, {"month": {"month": 176, "interest": 230.46, "principal": 199, "beginning_balance": 55310.44, "ending_balance": 55111.44}}, {"month": {"month": 177, "interest": 229.63, "principal": 199.83, "beginning_balance": 55111.44, "ending_balance": 54911.61}}, {"month": {"month": 178, "interest": 228.8, "principal": 200.66, "beginning_balance": 54911.61, "ending_balance": 54710.95}}, {"month": {"month": 179, "interest": 227.96, "principal": 201.49, "beginning_balance": 54710.95, "ending_balance": 54509.46}}, {"month": {"month": 180, "interest": 227.12, "principal": 202.33, "beginning_balance": 54509.46, "ending_balance": 54307.13}}, {"month": {"month": 181, "interest": 226.28, "principal": 203.18, "beginning_balance": 54307.13, "ending_balance": 54103.95}}, {"month": {"month": 182, "interest": 225.43, "principal": 204.02, "beginning_balance": 54103.95, "ending_balance": 53899.93}}, {"month": {"month": 183, "interest": 224.58, "principal": 204.87, "beginning_balance": 53899.93, "ending_balance": 53695.06}}, {"month": {"month": 184, "interest": 223.73, "principal": 205.73, "beginning_balance": 53695.06, "ending_balance": 53489.33}}, {"month": {"month": 185, "interest": 222.87, "principal": 206.59, "beginning_balance": 53489.33, "ending_balance": 53282.74}}, {"month": {"month": 186, "interest": 222.01, "principal": 207.45, "beginning_balance": 53282.74, "ending_balance": 53075.29}}, {"month": {"month": 187, "interest": 221.15, "principal": 208.31, "beginning_balance": 53075.29, "ending_balance": 52866.98}}, {"month": {"month": 188, "interest": 220.28, "principal": 209.18, "beginning_balance": 52866.98, "ending_balance": 52657.8}}, {"month": {"month": 189, "interest": 219.41, "principal": 210.05, "beginning_balance": 52657.8, "ending_balance": 52447.75}}, {"month": {"month": 190, "interest": 218.53, "principal": 210.92, "beginning_balance": 52447.75, "ending_balance": 52236.83}}, {"month": {"month": 191, "interest": 217.65, "principal": 211.8, "beginning_balance": 52236.83, "ending_balance": 52025.03}}, {"month": {"month": 192, "interest": 216.77, "principal": 212.69, "beginning_balance": 52025.03, "ending_balance": 51812.34}}, {"month": {"month": 193, "interest": 215.88, "principal": 213.57, "beginning_balance": 51812.34, "ending_balance": 51598.77}}, {"month": {"month": 194, "interest": 214.99, "principal": 214.46, "beginning_balance": 51598.77, "ending_balance": 51384.31}}, {"month": {"month": 195, "interest": 214.1, "principal": 215.36, "beginning_balance": 51384.31, "ending_balance": 51168.95}}, {"month": {"month": 196, "interest": 213.2, "principal": 216.25, "beginning_balance": 51168.95, "ending_balance": 50952.7}}, {"month": {"month": 197, "interest": 212.3, "principal": 217.15, "beginning_balance": 50952.7, "ending_balance": 50735.55}}, {"month": {"month": 198, "interest": 211.4, "principal": 218.06, "beginning_balance": 50735.55, "ending_balance": 50517.49}}, {"month": {"month": 199, "interest": 210.49, "principal": 218.97, "beginning_balance": 50517.49, "ending_balance": 50298.52}}, {"month": {"month": 200, "interest": 209.58, "principal": 219.88, "beginning_balance": 50298.52, "ending_balance": 50078.64}}, {"month": {"month": 201, "interest": 208.66, "principal": 220.8, "beginning_balance": 50078.64, "ending_balance": 49857.84}}, {"month": {"month": 202, "interest": 207.74, "principal": 221.72, "beginning_balance": 49857.84, "ending_balance": 49636.12}}, {"month": {"month": 203, "interest": 206.82, "principal": 222.64, "beginning_balance": 49636.12, "ending_balance": 49413.48}}, {"month": {"month": 204, "interest": 205.89, "principal": 223.57, "beginning_balance": 49413.48, "ending_balance": 49189.91}}, {"month": {"month": 205, "interest": 204.96, "principal": 224.5, "beginning_balance": 49189.91, "ending_balance": 48965.41}}, {"month": {"month": 206, "interest": 204.02, "principal": 225.43, "beginning_balance": 48965.41, "ending_balance": 48739.98}}, {"month": {"month": 207, "interest": 203.08, "principal": 226.37, "beginning_balance": 48739.98, "ending_balance": 48513.61}}, {"month": {"month": 208, "interest": 202.14, "principal": 227.32, "beginning_balance": 48513.61, "ending_balance": 48286.29}}, {"month": {"month": 209, "interest": 201.19, "principal": 228.26, "beginning_balance": 48286.29, "ending_balance": 48058.03}}, {"month": {"month": 210, "interest": 200.24, "principal": 229.22, "beginning_balance": 48058.03, "ending_balance": 47828.81}}, {"month": {"month": 211, "interest": 199.29, "principal": 230.17, "beginning_balance": 47828.81, "ending_balance": 47598.64}}, {"month": {"month": 212, "interest": 198.33, "principal": 231.13, "beginning_balance": 47598.64, "ending_balance": 47367.51}}, {"month": {"month": 213, "interest": 197.36, "principal": 232.09, "beginning_balance": 47367.51, "ending_balance": 47135.42}}, {"month": {"month": 214, "interest": 196.4, "principal": 233.06, "beginning_balance": 47135.42, "ending_balance": 46902.36}}, {"month": {"month": 215, "interest": 195.43, "principal": 234.03, "beginning_balance": 46902.36, "ending_balance": 46668.33}}, {"month": {"month": 216, "interest": 194.45, "principal": 235.01, "beginning_balance": 46668.33, "ending_balance": 46433.32}}, {"month": {"month": 217, "interest": 193.47, "principal": 235.99, "beginning_balance": 46433.32, "ending_balance": 46197.33}}, {"month": {"month": 218, "interest": 192.49, "principal": 236.97, "beginning_balance": 46197.33, "ending_balance": 45960.36}}, {"month": {"month": 219, "interest": 191.5, "principal": 237.96, "beginning_balance": 45960.36, "ending_balance": 45722.4}}, {"month": {"month": 220, "interest": 190.51, "principal": 238.95, "beginning_balance": 45722.4, "ending_balance": 45483.45}}, {"month": {"month": 221, "interest": 189.51, "principal": 239.94, "beginning_balance": 45483.45, "ending_balance": 45243.51}}, {"month": {"month": 222, "interest": 188.51, "principal": 240.94, "beginning_balance": 45243.51, "ending_balance": 45002.57}}, {"month": {"month": 223, "interest": 187.51, "principal": 241.95, "beginning_balance": 45002.57, "ending_balance": 44760.62}}, {"month": {"month": 224, "interest": 186.5, "principal": 242.95, "beginning_balance": 44760.62, "ending_balance": 44517.67}}, {"month": {"month": 225, "interest": 185.49, "principal": 243.97, "beginning_balance": 44517.67, "ending_balance": 44273.7}}, {"month": {"month": 226, "interest": 184.47, "principal": 244.98, "beginning_balance": 44273.7, "ending_balance": 44028.72}}, {"month": {"month": 227, "interest": 183.45, "principal": 246, "beginning_balance": 44028.72, "ending_balance": 43782.72}}, {"month": {"month": 228, "interest": 182.43, "principal": 247.03, "beginning_balance": 43782.72, "ending_balance": 43535.69}}, {"month": {"month": 229, "interest": 181.4, "principal": 248.06, "beginning_balance": 43535.69, "ending_balance": 43287.63}}, {"month": {"month": 230, "interest": 180.37, "principal": 249.09, "beginning_balance": 43287.63, "ending_balance": 43038.54}}, {"month": {"month": 231, "interest": 179.33, "principal": 250.13, "beginning_balance": 43038.54, "ending_balance": 42788.41}}, {"month": {"month": 232, "interest": 178.29, "principal": 251.17, "beginning_balance": 42788.41, "ending_balance": 42537.24}}, {"month": {"month": 233, "interest": 177.24, "principal": 252.22, "beginning_balance": 42537.24, "ending_balance": 42285.02}}, {"month": {"month": 234, "interest": 176.19, "principal": 253.27, "beginning_balance": 42285.02, "ending_balance": 42031.75}}, {"month": {"month": 235, "interest": 175.13, "principal": 254.33, "beginning_balance": 42031.75, "ending_balance": 41777.42}}, {"month": {"month": 236, "interest": 174.07, "principal": 255.38, "beginning_balance": 41777.42, "ending_balance": 41522.04}}, {"month": {"month": 237, "interest": 173.01, "principal": 256.45, "beginning_balance": 41522.04, "ending_balance": 41265.59}}, {"month": {"month": 238, "interest": 171.94, "principal": 257.52, "beginning_balance": 41265.59, "ending_balance": 41008.07}}, {"month": {"month": 239, "interest": 170.87, "principal": 258.59, "beginning_balance": 41008.07, "ending_balance": 40749.48}}, {"month": {"month": 240, "interest": 169.79, "principal": 259.67, "beginning_balance": 40749.48, "ending_balance": 40489.81}}, {"month": {"month": 241, "interest": 168.71, "principal": 260.75, "beginning_balance": 40489.81, "ending_balance": 40229.06}}, {"month": {"month": 242, "interest": 167.62, "principal": 261.84, "beginning_balance": 40229.06, "ending_balance": 39967.22}}, {"month": {"month": 243, "interest": 166.53, "principal": 262.93, "beginning_balance": 39967.22, "ending_balance": 39704.29}}, {"month": {"month": 244, "interest": 165.43, "principal": 264.02, "beginning_balance": 39704.29, "ending_balance": 39440.27}}, {"month": {"month": 245, "interest": 164.33, "principal": 265.12, "beginning_balance": 39440.27, "ending_balance": 39175.15}}, {"month": {"month": 246, "interest": 163.23, "principal": 266.23, "beginning_balance": 39175.15, "ending_balance": 38908.92}}, {"month": {"month": 247, "interest": 162.12, "principal": 267.34, "beginning_balance": 38908.92, "ending_balance": 38641.58}}, {"month": {"month": 248, "interest": 161.01, "principal": 268.45, "beginning_balance": 38641.58, "ending_balance": 38373.13}}, {"month": {"month": 249, "interest": 159.89, "principal": 269.57, "beginning_balance": 38373.13, "ending_balance": 38103.56}}, {"month": {"month": 250, "interest": 158.76, "principal": 270.69, "beginning_balance": 38103.56, "ending_balance": 37832.87}}, {"month": {"month": 251, "interest": 157.64, "principal": 271.82, "beginning_balance": 37832.87, "ending_balance": 37561.05}}, {"month": {"month": 252, "interest": 156.5, "principal": 272.95, "beginning_balance": 37561.05, "ending_balance": 37288.1}}, {"month": {"month": 253, "interest": 155.37, "principal": 274.09, "beginning_balance": 37288.1, "ending_balance": 37014.01}}, {"month": {"month": 254, "interest": 154.23, "principal": 275.23, "beginning_balance": 37014.01, "ending_balance": 36738.78}}, {"month": {"month": 255, "interest": 153.08, "principal": 276.38, "beginning_balance": 36738.78, "ending_balance": 36462.4}}, {"month": {"month": 256, "interest": 151.93, "principal": 277.53, "beginning_balance": 36462.4, "ending_balance": 36184.87}}, {"month": {"month": 257, "interest": 150.77, "principal": 278.69, "beginning_balance": 36184.87, "ending_balance": 35906.18}}, {"month": {"month": 258, "interest": 149.61, "principal": 279.85, "beginning_balance": 35906.18, "ending_balance": 35626.33}}, {"month": {"month": 259, "interest": 148.44, "principal": 281.01, "beginning_balance": 35626.33, "ending_balance": 35345.32}}, {"month": {"month": 260, "interest": 147.27, "principal": 282.19, "beginning_balance": 35345.32, "ending_balance": 35063.13}}, {"month": {"month": 261, "interest": 146.1, "principal": 283.36, "beginning_balance": 35063.13, "ending_balance": 34779.77}}, {"month": {"month": 262, "interest": 144.92, "principal": 284.54, "beginning_balance": 34779.77, "ending_balance": 34495.23}}, {"month": {"month": 263, "interest": 143.73, "principal": 285.73, "beginning_balance": 34495.23, "ending_balance": 34209.5}}, {"month": {"month": 264, "interest": 142.54, "principal": 286.92, "beginning_balance": 34209.5, "ending_balance": 33922.58}}, {"month": {"month": 265, "interest": 141.34, "principal": 288.11, "beginning_balance": 33922.58, "ending_balance": 33634.47}}, {"month": {"month": 266, "interest": 140.14, "principal": 289.31, "beginning_balance": 33634.47, "ending_balance": 33345.16}}, {"month": {"month": 267, "interest": 138.94, "principal": 290.52, "beginning_balance": 33345.16, "ending_balance": 33054.64}}, {"month": {"month": 268, "interest": 137.73, "principal": 291.73, "beginning_balance": 33054.64, "ending_balance": 32762.91}}, {"month": {"month": 269, "interest": 136.51, "principal": 292.95, "beginning_balance": 32762.91, "ending_balance": 32469.96}}, {"month": {"month": 270, "interest": 135.29, "principal": 294.17, "beginning_balance": 32469.96, "ending_balance": 32175.79}}, {"month": {"month": 271, "interest": 134.07, "principal": 295.39, "beginning_balance": 32175.79, "ending_balance": 31880.4}}, {"month": {"month": 272, "interest": 132.84, "principal": 296.62, "beginning_balance": 31880.4, "ending_balance": 31583.78}}, {"month": {"month": 273, "interest": 131.6, "principal": 297.86, "beginning_balance": 31583.78, "ending_balance": 31285.92}}, {"month": {"month": 274, "interest": 130.36, "principal": 299.1, "beginning_balance": 31285.92, "ending_balance": 30986.82}}, {"month": {"month": 275, "interest": 129.11, "principal": 300.35, "beginning_balance": 30986.82, "ending_balance": 30686.47}}, {"month": {"month": 276, "interest": 127.86, "principal": 301.6, "beginning_balance": 30686.47, "ending_balance": 30384.87}}, {"month": {"month": 277, "interest": 126.6, "principal": 302.85, "beginning_balance": 30384.87, "ending_balance": 30082.02}}, {"month": {"month": 278, "interest": 125.34, "principal": 304.12, "beginning_balance": 30082.02, "ending_balance": 29777.9}}, {"month": {"month": 279, "interest": 124.07, "principal": 305.38, "beginning_balance": 29777.9, "ending_balance": 29472.52}}, {"month": {"month": 280, "interest": 122.8, "principal": 306.66, "beginning_balance": 29472.52, "ending_balance": 29165.86}}, {"month": {"month": 281, "interest": 121.52, "principal": 307.93, "beginning_balance": 29165.86, "ending_balance": 28857.93}}, {"month": {"month": 282, "interest": 120.24, "principal": 309.22, "beginning_balance": 28857.93, "ending_balance": 28548.71}}, {"month": {"month": 283, "interest": 118.95, "principal": 310.5, "beginning_balance": 28548.71, "ending_balance": 28238.21}}, {"month": {"month": 284, "interest": 117.66, "principal": 311.8, "beginning_balance": 28238.21, "ending_balance": 27926.41}}, {"month": {"month": 285, "interest": 116.36, "principal": 313.1, "beginning_balance": 27926.41, "ending_balance": 27613.31}}, {"month": {"month": 286, "interest": 115.06, "principal": 314.4, "beginning_balance": 27613.31, "ending_balance": 27298.91}}, {"month": {"month": 287, "interest": 113.75, "principal": 315.71, "beginning_balance": 27298.91, "ending_balance": 26983.2}}, {"month": {"month": 288, "interest": 112.43, "principal": 317.03, "beginning_balance": 26983.2, "ending_balance": 26666.17}}, {"month": {"month": 289, "interest": 111.11, "principal": 318.35, "beginning_balance": 26666.17, "ending_balance": 26347.82}}, {"month": {"month": 290, "interest": 109.78, "principal": 319.67, "beginning_balance": 26347.82, "ending_balance": 26028.15}}, {"month": {"month": 291, "interest": 108.45, "principal": 321.01, "beginning_balance": 26028.15, "ending_balance": 25707.14}}, {"month": {"month": 292, "interest": 107.11, "principal": 322.34, "beginning_balance": 25707.14, "ending_balance": 25384.8}}, {"month": {"month": 293, "interest": 105.77, "principal": 323.69, "beginning_balance": 25384.8, "ending_balance": 25061.11}}, {"month": {"month": 294, "interest": 104.42, "principal": 325.04, "beginning_balance": 25061.11, "ending_balance": 24736.07}}, {"month": {"month": 295, "interest": 103.07, "principal": 326.39, "beginning_balance": 24736.07, "ending_balance": 24409.68}}, {"month": {"month": 296, "interest": 101.71, "principal": 327.75, "beginning_balance": 24409.68, "ending_balance": 24081.93}}, {"month": {"month": 297, "interest": 100.34, "principal": 329.12, "beginning_balance": 24081.93, "ending_balance": 23752.81}}, {"month": {"month": 298, "interest": 98.97, "principal": 330.49, "beginning_balance": 23752.81, "ending_balance": 23422.32}}, {"month": {"month": 299, "interest": 97.59, "principal": 331.86, "beginning_balance": 23422.32, "ending_balance": 23090.46}}, {"month": {"month": 300, "interest": 96.21, "principal": 333.25, "beginning_balance": 23090.46, "ending_balance": 22757.21}}, {"month": {"month": 301, "interest": 94.82, "principal": 334.64, "beginning_balance": 22757.21, "ending_balance": 22422.57}}, {"month": {"month": 302, "interest": 93.43, "principal": 336.03, "beginning_balance": 22422.57, "ending_balance": 22086.54}}, {"month": {"month": 303, "interest": 92.03, "principal": 337.43, "beginning_balance": 22086.54, "ending_balance": 21749.11}}, {"month": {"month": 304, "interest": 90.62, "principal": 338.84, "beginning_balance": 21749.11, "ending_balance": 21410.27}}, {"month": {"month": 305, "interest": 89.21, "principal": 340.25, "beginning_balance": 21410.27, "ending_balance": 21070.02}}, {"month": {"month": 306, "interest": 87.79, "principal": 341.67, "beginning_balance": 21070.02, "ending_balance": 20728.35}}, {"month": {"month": 307, "interest": 86.37, "principal": 343.09, "beginning_balance": 20728.35, "ending_balance": 20385.26}}, {"month": {"month": 308, "interest": 84.94, "principal": 344.52, "beginning_balance": 20385.26, "ending_balance": 20040.74}}, {"month": {"month": 309, "interest": 83.5, "principal": 345.95, "beginning_balance": 20040.74, "ending_balance": 19694.79}}, {"month": {"month": 310, "interest": 82.06, "principal": 347.4, "beginning_balance": 19694.79, "ending_balance": 19347.39}}, {"month": {"month": 311, "interest": 80.61, "principal": 348.84, "beginning_balance": 19347.39, "ending_balance": 18998.55}}, {"month": {"month": 312, "interest": 79.16, "principal": 350.3, "beginning_balance": 18998.55, "ending_balance": 18648.25}}, {"month": {"month": 313, "interest": 77.7, "principal": 351.76, "beginning_balance": 18648.25, "ending_balance": 18296.49}}, {"month": {"month": 314, "interest": 76.24, "principal": 353.22, "beginning_balance": 18296.49, "ending_balance": 17943.27}}, {"month": {"month": 315, "interest": 74.76, "principal": 354.69, "beginning_balance": 17943.27, "ending_balance": 17588.58}}, {"month": {"month": 316, "interest": 73.29, "principal": 356.17, "beginning_balance": 17588.58, "ending_balance": 17232.41}}, {"month": {"month": 317, "interest": 71.8, "principal": 357.66, "beginning_balance": 17232.41, "ending_balance": 16874.75}}, {"month": {"month": 318, "interest": 70.31, "principal": 359.15, "beginning_balance": 16874.75, "ending_balance": 16515.6}}, {"month": {"month": 319, "interest": 68.82, "principal": 360.64, "beginning_balance": 16515.6, "ending_balance": 16154.96}}, {"month": {"month": 320, "interest": 67.31, "principal": 362.14, "beginning_balance": 16154.96, "ending_balance": 15792.82}}, {"month": {"month": 321, "interest": 65.8, "principal": 363.65, "beginning_balance": 15792.82, "ending_balance": 15429.17}}, {"month": {"month": 322, "interest": 64.29, "principal": 365.17, "beginning_balance": 15429.17, "ending_balance": 15064}}, {"month": {"month": 323, "interest": 62.77, "principal": 366.69, "beginning_balance": 15064, "ending_balance": 14697.31}}, {"month": {"month": 324, "interest": 61.24, "principal": 368.22, "beginning_balance": 14697.31, "ending_balance": 14329.09}}, {"month": {"month": 325, "interest": 59.7, "principal": 369.75, "beginning_balance": 14329.09, "ending_balance": 13959.34}}, {"month": {"month": 326, "interest": 58.16, "principal": 371.29, "beginning_balance": 13959.34, "ending_balance": 13588.05}}, {"month": {"month": 327, "interest": 56.62, "principal": 372.84, "beginning_balance": 13588.05, "ending_balance": 13215.21}}, {"month": {"month": 328, "interest": 55.06, "principal": 374.39, "beginning_balance": 13215.21, "ending_balance": 12840.82}}, {"month": {"month": 329, "interest": 53.5, "principal": 375.95, "beginning_balance": 12840.82, "ending_balance": 12464.87}}, {"month": {"month": 330, "interest": 51.94, "principal": 377.52, "beginning_balance": 12464.87, "ending_balance": 12087.35}}, {"month": {"month": 331, "interest": 50.36, "principal": 379.09, "beginning_balance": 12087.35, "ending_balance": 11708.26}}, {"month": {"month": 332, "interest": 48.78, "principal": 380.67, "beginning_balance": 11708.26, "ending_balance": 11327.59}}, {"month": {"month": 333, "interest": 47.2, "principal": 382.26, "beginning_balance": 11327.59, "ending_balance": 10945.33}}, {"month": {"month": 334, "interest": 45.61, "principal": 383.85, "beginning_balance": 10945.33, "ending_balance": 10561.48}}, {"month": {"month": 335, "interest": 44.01, "principal": 385.45, "beginning_balance": 10561.48, "ending_balance": 10176.03}}, {"month": {"month": 336, "interest": 42.4, "principal": 387.06, "beginning_balance": 10176.03, "ending_balance": 9788.97}}, {"month": {"month": 337, "interest": 40.79, "principal": 388.67, "beginning_balance": 9788.97, "ending_balance": 9400.3}}, {"month": {"month": 338, "interest": 39.17, "principal": 390.29, "beginning_balance": 9400.3, "ending_balance": 9010.01}}, {"month": {"month": 339, "interest": 37.54, "principal": 391.92, "beginning_balance": 9010.01, "ending_balance": 8618.09}}, {"month": {"month": 340, "interest": 35.91, "principal": 393.55, "beginning_balance": 8618.09, "ending_balance": 8224.54}}, {"month": {"month": 341, "interest": 34.27, "principal": 395.19, "beginning_balance": 8224.54, "ending_balance": 7829.35}}, {"month": {"month": 342, "interest": 32.62, "principal": 396.83, "beginning_balance": 7829.35, "ending_balance": 7432.52}}, {"month": {"month": 343, "interest": 30.97, "principal": 398.49, "beginning_balance": 7432.52, "ending_balance": 7034.03}}, {"month": {"month": 344, "interest": 29.31, "principal": 400.15, "beginning_balance": 7034.03, "ending_balance": 6633.88}}, {"month": {"month": 345, "interest": 27.64, "principal": 401.82, "beginning_balance": 6633.88, "ending_balance": 6232.06}}, {"month": {"month": 346, "interest": 25.97, "principal": 403.49, "beginning_balance": 6232.06, "ending_balance": 5828.57}}, {"month": {"month": 347, "interest": 24.29, "principal": 405.17, "beginning_balance": 5828.57, "ending_balance": 5423.4}}, {"month": {"month": 348, "interest": 22.6, "principal": 406.86, "beginning_balance": 5423.4, "ending_balance": 5016.54}}, {"month": {"month": 349, "interest": 20.9, "principal": 408.55, "beginning_balance": 5016.54, "ending_balance": 4607.99}}, {"month": {"month": 350, "interest": 19.2, "principal": 410.26, "beginning_balance": 4607.99, "ending_balance": 4197.73}}, {"month": {"month": 351, "interest": 17.49, "principal": 411.97, "beginning_balance": 4197.73, "ending_balance": 3785.76}}, {"month": {"month": 352, "interest": 15.77, "principal": 413.68, "beginning_balance": 3785.76, "ending_balance": 3372.08}}, {"month": {"month": 353, "interest": 14.05, "principal": 415.41, "beginning_balance": 3372.08, "ending_balance": 2956.67}}, {"month": {"month": 354, "interest": 12.32, "principal": 417.14, "beginning_balance": 2956.67, "ending_balance": 2539.53}}, {"month": {"month": 355, "interest": 10.58, "principal": 418.88, "beginning_balance": 2539.53, "ending_balance": 2120.65}}, {"month": {"month": 356, "interest": 8.84, "principal": 420.62, "beginning_balance": 2120.65, "ending_balance": 1700.03}}, {"month": {"month": 357, "interest": 7.08, "principal": 422.37, "beginning_balance": 1700.03, "ending_balance": 1277.66}}, {"month": {"month": 358, "interest": 5.32, "principal": 424.13, "beginning_balance": 1277.66, "ending_balance": 853.53}}, {"month": {"month": 359, "interest": 3.56, "principal": 425.9, "beginning_balance": 853.53, "ending_balance": 427.63}}, {"month": {"month": 360, "interest": 1.78, "principal": 427.68, "beginning_balance": 427.63, "ending_balance": 0}}]}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"downpayment": {"type": "integer"}, "loan_amount": {"type": "integer"}, "monthly_payment": {"type": "number"}, "number_month_to_pay": {"type": "integer"}, "total_payments": {"type": "number"}, "total_interest": {"type": "number"}, "amortization": {"type": "array", "items": {"type": "object", "properties": {"month": {"type": "object", "properties": {"month": {"type": "integer"}, "interest": {"type": "number"}, "principal": {"type": "number"}, "beginning_balance": {"type": "number"}, "ending_balance": {"type": "number"}}, "required": ["beginning_balance", "ending_balance", "interest", "month", "principal"]}}, "required": ["month"]}}}, "required": ["amortization", "downpayment", "loan_amount", "monthly_payment", "number_month_to_pay", "total_interest", "total_payments"]}}
f2c1a2ec-a690-4445-81d6-65b3cfb3fe5f/37ed08fa-546e-4b98-b5b5-069605d02d76/0/0
🔴 CRYPTO WALLET CREATE 🔴 Daddy
Create crypto wallets of the 19 most popular cryptocurrencies. Easy: GET request to desired chain, /bitcoin /etherium etc. Supported chains: bitcoin, algorand, bcash, bsc, bnb, celo, ethereum, one, klaytn, kcs, litecoin, polygon, solana, tron, vet, xdc, xrp, xlm, dogecoin,
8.3
Create
Create Crypto Wallet Simply get request to the desired chain EX: https://crypto-wallet-create-daddy.p.rapidapi.com/bitcoin
200
Example
{"mnemonic": "atom drink height ability trust salmon embrace detail birth current cook canal collect celery penalty general lizard radio clown hip speed autumn pulp apart", "xpub": "xpub6Eu9eMGDmMCF3JApzEg9SQxju6yPcdNMVY2zadWJ6EwGyuZF2Ry4oJn8b5CWzZ747hMuSebBhTbhQE1yAMMgYAaYpKLXmpj27cz5gPYgnW6", "address": "bc1qd47qpq7vfj2sydtnfsfdc2nk27nykklrpwq4n3", "blockchain": "bitcoin"}
{"type": "object", "properties": {"mnemonic": {"type": "string"}, "xpub": {"type": "string"}, "address": {"type": "string"}, "blockchain": {"type": "string"}}}
ec32e931-581b-4d53-b557-389f98910f48/11962f93-7ab2-410c-a91f-ac30e15d5e98/0/0
Consulta FIPE pela placa
Consulte o valor e histórico do preço de qualquer carro através da nossa api disponível
0.1
Buscar FIPE pela PLACA
Busca dados e preço atual do veiculo pela placa na FIPE
200
Example_1
{"valor": "R$ 62.156,00", "marca": "Hyundai", "anoModelo": "2013/2014", "modelo": "HYUNDAI I30", "mes": "julho de 2022 ", "fipe": "015098-3", "combustivel": "Gasolina"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"valor": {"type": "string"}, "marca": {"type": "string"}, "anoModelo": {"type": "string"}, "modelo": {"type": "string"}, "mes": {"type": "string"}, "fipe": {"type": "string"}, "combustivel": {"type": "string"}}, "required": ["anoModelo", "combustivel", "fipe", "marca", "mes", "modelo", "valor"]}
ec32e931-581b-4d53-b557-389f98910f48/56923571-5d37-4967-9fdd-b97ad0a5865a/0/0
Consulta FIPE pela placa
Consulte o valor e histórico do preço de qualquer carro através da nossa api disponível
0.1
Histórico da FIPE
Busca o histórico de preço da FIPE pela dos últimos meses. Tem um tempo de requisição um pouco maior.
200
Example_1
{"modelo": "AGILE LTZ 1.4 MPFI 8V FlexPower 5p", "marca": "GM I/CHEVROLET AGILE LTZ undefined", "anoModelo": "2013", "historico": [{"mesReferencia": "julho de 2022 ", "valor": "R$ 35.119,00"}, {"mesReferencia": "junho de 2022 ", "valor": "R$ 35.210,00"}, {"mesReferencia": "maio de 2022 ", "valor": "R$ 36.629,00"}, {"mesReferencia": "abril de 2022 ", "valor": "R$ 36.328,00"}, {"mesReferencia": "mar\u00e7o de 2022 ", "valor": "R$ 35.596,00"}, {"mesReferencia": "fevereiro de 2022 ", "valor": "R$ 35.506,00"}, {"mesReferencia": "janeiro de 2022 ", "valor": "R$ 35.116,00"}, {"mesReferencia": "dezembro de 2021 ", "valor": "R$ 34.156,00"}, {"mesReferencia": "novembro de 2021 ", "valor": "R$ 33.572,00"}, {"mesReferencia": "outubro de 2021 ", "valor": "R$ 33.156,00"}, {"mesReferencia": "setembro de 2021 ", "valor": "R$ 32.739,00"}, {"mesReferencia": "agosto de 2021 ", "valor": "R$ 32.029,00"}]}
{"type": "object", "properties": {"modelo": {"type": "string"}, "marca": {"type": "string"}, "anoModelo": {"type": "string"}, "historico": {"type": "array", "items": {"type": "object", "properties": {"mesReferencia": {"type": "string"}, "valor": {"type": "string"}}}}}}
017878da-f7cc-4512-8ca9-428bf2e5ba2b/082ac692-1c19-472c-9963-63105d2c0daa/0/0
Nigeria Bank Account validation
You can look up any bank account details in Nigeria using our free bank API in a few seconds to build applications faster.
0.1
SIMPLE GET
You can lookup any bank account details in Nigeria using our free bank API in few seconds to build applications faster. BANK CODE BANK LIST
200
New Example
{"account_number": "123567890", "bank_code": "022"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"account_number": {"type": "string"}, "bank_code": {"type": "string"}}, "required": ["account_number", "bank_code"]}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/8ab6b623-c50e-4f5d-a12f-0276f877addd/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Stocks List
You can get all list of our supported stocks names, ids, short name and country name.
200
Response
{"code": 200, "info": {"credit_count": 1, "exchanges": ["NYSE", "NASDAQ", "OTC Markets", "NYSE Amex"], "sectors": ["Capital Goods", "Energy", "Technology", "Services", "Basic Materials", "Financial", "Consumer/Non-Cyclical", "Healthcare", "Consumer Cyclical", "Utilities", "Transportation", "Conglomerates"], "server_time": "2021-02-12 10:23:30 UTC"}, "msg": "Successfully", "response": [{"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "1", "name": "Boeing", "sector": "Capital Goods", "short_name": "BA"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "2", "name": "Chevron", "sector": "Energy", "short_name": "CVX"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "3", "name": "Caterpillar", "sector": "Capital Goods", "short_name": "CAT"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "4", "name": "Intel", "sector": "Technology", "short_name": "INTC"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "5", "name": "Microsoft", "sector": "Technology", "short_name": "MSFT"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "6", "name": "Walt Disney", "sector": "Services", "short_name": "DIS"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "7", "name": "Dow", "sector": "Basic Materials", "short_name": "DOW"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "8", "name": "Cisco", "sector": "Technology", "short_name": "CSCO"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "9", "name": "Goldman Sachs", "sector": "Financial", "short_name": "GS"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "10", "name": "JPMorgan", "sector": "Financial", "short_name": "JPM"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "11", "name": "Coca-Cola", "sector": "Consumer/Non-Cyclical", "short_name": "KO"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "12", "name": "McDonald\u00c2\u00a2\u00c2\u20ac\u00c2\u2122s", "sector": "Services", "short_name": "MCD"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "13", "name": "Merck&Co", "sector": "Healthcare", "short_name": "MRK"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "14", "name": "3M", "sector": "Capital Goods", "short_name": "MMM"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "15", "name": "Apple", "sector": "Technology", "short_name": "AAPL"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "16", "name": "Exxon Mobil", "sector": "Energy", "short_name": "XOM"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "17", "name": "Pfizer", "sector": "Healthcare", "short_name": "PFE"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "18", "name": "Walmart", "sector": "Services", "short_name": "WMT"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "19", "name": "Home Depot", "sector": "Services", "short_name": "HD"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "20", "name": "IBM", "sector": "Technology", "short_name": "IBM"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "21", "name": "Verizon", "sector": "Services", "short_name": "VZ"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "22", "name": "Travelers", "sector": "Financial", "short_name": "TRV"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "23", "name": "J&J", "sector": "Healthcare", "short_name": "JNJ"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "24", "name": "American Express", "sector": "Financial", "short_name": "AXP"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "25", "name": "Raytheon Technologies", "sector": "Capital Goods", "short_name": "UTX"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "26", "name": "Visa A", "sector": "Services", "short_name": "V"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "27", "name": "Walgreens Boots", "sector": "Services", "short_name": "WBA"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "28", "name": "UnitedHealth", "sector": "Financial", "short_name": "UNH"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "29", "name": "Nike", "sector": "Consumer Cyclical", "short_name": "NKE"}, {"ccy": "USD", "country": "united-states", "exch": "NYSE", "id": "30", "name": "Procter&Gamble", "sector": "Consumer/Non-Cyclical", "short_name": "PG"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "31", "name": "eBay", "sector": "Services", "short_name": "EBAY"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "32", "name": "Kraft Heinz", "sector": "Consumer/Non-Cyclical", "short_name": "KHC"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "33", "name": "Vertex", "sector": "Healthcare", "short_name": "VRTX"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "34", "name": "Monster Beverage", "sector": "Consumer/Non-Cyclical", "short_name": "MNST"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "35", "name": "Cintas", "sector": "Services", "short_name": "CTAS"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "36", "name": "Autodesk", "sector": "Technology", "short_name": "ADSK"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "37", "name": "Gilead", "sector": "Healthcare", "short_name": "GILD"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "38", "name": "Alphabet A", "sector": "Technology", "short_name": "GOOGL"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "39", "name": "Fiserv", "sector": "Technology", "short_name": "FISV"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "40", "name": "Liberty Global", "sector": "Services", "short_name": "LBTYA"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "41", "name": "Adobe", "sector": "Technology", "short_name": "ADBE"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "42", "name": "Qualcomm", "sector": "Technology", "short_name": "QCOM"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "43", "name": "Baidu", "sector": "Technology", "short_name": "BIDU"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "44", "name": "Applied Materials", "sector": "Technology", "short_name": "AMAT"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "45", "name": "Cadence Design", "sector": "Technology", "short_name": "CDNS"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "46", "name": "Microchip", "sector": "Technology", "short_name": "MCHP"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "47", "name": "Wynn Resorts", "sector": "Services", "short_name": "WYNN"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "48", "name": "Intuitive Surgical", "sector": "Healthcare", "short_name": "ISRG"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "49", "name": "Henry Schein", "sector": "Healthcare", "short_name": "HSIC"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "50", "name": "Paychex", "sector": "Services", "short_name": "PAYX"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "51", "name": "VeriSign", "sector": "Technology", "short_name": "VRSN"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "52", "name": "Fastenal", "sector": "Capital Goods", "short_name": "FAST"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "53", "name": "Citrix Systems", "sector": "Technology", "short_name": "CTXS"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "54", "name": "Sirius XM", "sector": "Services", "short_name": "SIRI"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "55", "name": "PACCAR", "sector": "Consumer Cyclical", "short_name": "PCAR"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "56", "name": "Amazon.com", "sector": "Services", "short_name": "AMZN"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "57", "name": "Ross Stores", "sector": "Services", "short_name": "ROST"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "58", "name": "NetEase", "sector": "Services", "short_name": "NTES"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "59", "name": "NetApp", "sector": "Technology", "short_name": "NTAP"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "60", "name": "Costco", "sector": "Services", "short_name": "COST"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "61", "name": "Check Point Software", "sector": "Technology", "short_name": "CHKP"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "62", "name": "Lam Research", "sector": "Capital Goods", "short_name": "LRCX"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "63", "name": "Intuit", "sector": "Technology", "short_name": "INTU"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "64", "name": "Expedia", "sector": "Services", "short_name": "EXPE"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "65", "name": "Trip.com ADR", "sector": "Services", "short_name": "TCOM"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "66", "name": "Cognizant A", "sector": "Technology", "short_name": "CTSH"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "67", "name": "KLA-Tencor", "sector": "Technology", "short_name": "KLAC"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "68", "name": "Activision Blizzard", "sector": "Technology", "short_name": "ATVI"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "69", "name": "Amgen", "sector": "Healthcare", "short_name": "AMGN"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "70", "name": "Xilinx", "sector": "Technology", "short_name": "XLNX"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "71", "name": "Electronic Arts", "sector": "Technology", "short_name": "EA"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "72", "name": "Biogen", "sector": "Healthcare", "short_name": "BIIB"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "73", "name": "NortonLifeLock Inc", "sector": "Technology", "short_name": "NLOK"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "74", "name": "NVIDIA", "sector": "Technology", "short_name": "NVDA"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "75", "name": "Starbucks", "sector": "Services", "short_name": "SBUX"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "76", "name": "Celgene", "sector": "Healthcare", "short_name": "CELG"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "77", "name": "Comcast", "sector": "Services", "short_name": "CMCSA"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "78", "name": "Analog Devices", "sector": "Technology", "short_name": "ADI"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "79", "name": "Xcel Energy", "sector": "Utilities", "short_name": "XEL"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "80", "name": "CSX", "sector": "Transportation", "short_name": "CSX"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "81", "name": "Micron", "sector": "Technology", "short_name": "MU"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "82", "name": "Western Digital", "sector": "Technology", "short_name": "WDC"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "83", "name": "Marriott Int", "sector": "Services", "short_name": "MAR"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "84", "name": "Texas Instruments", "sector": "Technology", "short_name": "TXN"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "85", "name": "AMD", "sector": "Technology", "short_name": "AMD"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "86", "name": "Hasbro", "sector": "Consumer Cyclical", "short_name": "HAS"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "87", "name": "PepsiCo", "sector": "Consumer/Non-Cyclical", "short_name": "PEP"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "88", "name": "ADP", "sector": "Services", "short_name": "ADP"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "89", "name": "United Airlines Holdings", "sector": "Transportation", "short_name": "UAL"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "90", "name": "Netflix", "sector": "Services", "short_name": "NFLX"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "91", "name": "Cerner", "sector": "Technology", "short_name": "CERN"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "92", "name": "Booking", "sector": "Services", "short_name": "BKNG"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "93", "name": "O\u00c2\u00a2\u00c2\u20ac\u00c2\u2122Reilly Automotive", "sector": "Consumer Cyclical", "short_name": "ORLY"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "94", "name": "Illumina", "sector": "Technology", "short_name": "ILMN"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "95", "name": "JB Hunt", "sector": "Transportation", "short_name": "JBHT"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "96", "name": "Maxim", "sector": "Technology", "short_name": "MXIM"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "97", "name": "Viatris", "sector": "Healthcare", "short_name": "MYL"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "98", "name": "Alexion", "sector": "Healthcare", "short_name": "ALXN"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "99", "name": "Broadcom", "sector": "Technology", "short_name": "AVGO"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "100", "name": "NXP", "sector": "Technology", "short_name": "NXPI"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "101", "name": "Tesla", "sector": "Consumer Cyclical", "short_name": "TSLA"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "102", "name": "Take-Two", "sector": "Technology", "short_name": "TTWO"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "103", "name": "Dollar Tree", "sector": "Services", "short_name": "DLTR"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "104", "name": "Align", "sector": "Healthcare", "short_name": "ALGN"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "105", "name": "Biomarin Pharma", "sector": "Healthcare", "short_name": "BMRN"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "106", "name": "Charter Communications", "sector": "Services", "short_name": "CHTR"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "107", "name": "IDEXX Labs", "sector": "Healthcare", "short_name": "IDXX"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "108", "name": "Incyte", "sector": "Healthcare", "short_name": "INCY"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "109", "name": "Liberty Global C", "sector": "Services", "short_name": "LBTYK"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "110", "name": "MercadoLibre", "sector": "Technology", "short_name": "MELI"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "111", "name": "T-Mobile US", "sector": "Services", "short_name": "TMUS"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "112", "name": "Facebook", "sector": "Technology", "short_name": "FB"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "113", "name": "Willis Towers Watson", "sector": "Financial", "short_name": "WLTW"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "114", "name": "Workday", "sector": "Technology", "short_name": "WDAY"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "115", "name": "Mondelez", "sector": "Consumer/Non-Cyclical", "short_name": "MDLZ"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "116", "name": "Skyworks", "sector": "Technology", "short_name": "SWKS"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "117", "name": "Lululemon Athletica", "sector": "Services", "short_name": "LULU"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "118", "name": "Regeneron Pharma", "sector": "Healthcare", "short_name": "REGN"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "119", "name": "ASML ADR", "sector": "Capital Goods", "short_name": "ASML"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "120", "name": "Synopsys", "sector": "Technology", "short_name": "SNPS"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "121", "name": "Ulta Beauty", "sector": "Services", "short_name": "ULTA"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "122", "name": "Verisk", "sector": "Financial", "short_name": "VRSK"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "123", "name": "American Airlines", "sector": "Transportation", "short_name": "AAL"}, {"ccy": "USD", "country": "united-states", "exch": "NASDAQ", "id": "124", "name": "Alphabet C", "sector": "Technology", "short_name": "GOOG"}, {"ccy": "", "country": "united-states", "exch": "", "id": "14939069", "name": "Viant Technology", "sector": null, "short_name": "DSP"}], "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "exchanges": {"items": {"type": "string"}, "type": "array"}, "sectors": {"items": {"type": "string"}, "type": "array"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"items": {"type": "object"}, "type": "array"}, "status": {"type": "boolean"}}, "type": "object"}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/65730473-69b7-4c32-a8f4-92a1d69da1d2/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Stocks - Indices
You can get all the list of supported indices in your favorite country
200
Response
{"code": 200, "info": {"credit_count": 1, "server_time": "2021-02-12 10:05:24 UTC"}, "msg": "Successfully", "response": [{"country": "japan", "full_name": "Nikkei 225 (CFD)", "index_id": "268", "index_name": "Nikkei 225"}, {"country": "japan", "full_name": "JASDAQ", "index_id": "269", "index_name": "JASDAQ"}, {"country": "japan", "full_name": "JASDAQ 20", "index_id": "270", "index_name": "JASDAQ 20"}, {"country": "japan", "full_name": "JPX-Nikkei 400", "index_id": "271", "index_name": "JPX-Nikkei 400"}, {"country": "japan", "full_name": "Nikkei 300", "index_id": "272", "index_name": "Nikkei 300"}, {"country": "japan", "full_name": "TOPIX", "index_id": "273", "index_name": "TOPIX"}, {"country": "japan", "full_name": "Topix 100", "index_id": "274", "index_name": "Topix 100"}, {"country": "japan", "full_name": "Topix 1000", "index_id": "275", "index_name": "Topix 1000"}, {"country": "japan", "full_name": "Topix 500", "index_id": "276", "index_name": "Topix 500"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Automobile Stock Price", "index_id": "277", "index_name": "TSE TOPIX17 Automobile Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Banks Stock Price", "index_id": "278", "index_name": "TSE TOPIX17 Banks Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Chemicals Stock Price", "index_id": "279", "index_name": "TSE TOPIX17 Chemicals Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Construction Stock Price", "index_id": "280", "index_name": "TSE TOPIX17 Construction Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Electric Stock Price", "index_id": "281", "index_name": "TSE TOPIX17 Electric Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Energy Resources Stock Price", "index_id": "282", "index_name": "TSE TOPIX17 Energy Resources Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Financials Stock Price", "index_id": "283", "index_name": "TSE TOPIX17 Financials Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Food Stock Price", "index_id": "284", "index_name": "TSE TOPIX17 Food Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 IT & Services Stock Price", "index_id": "285", "index_name": "TSE TOPIX17 IT Services Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Machinery Stock Price", "index_id": "286", "index_name": "TSE TOPIX17 Machinery Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Pharmacetical Stock Price", "index_id": "287", "index_name": "TSE TOPIX17 Pharmacetical Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Power & Gas Stock Price", "index_id": "288", "index_name": "TSE TOPIX17 Power Gas Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Real Estate Stock Price", "index_id": "289", "index_name": "TSE TOPIX17 Real Estate Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Retail Stock Price", "index_id": "290", "index_name": "TSE TOPIX17 Retail Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Steel Stock Price", "index_id": "291", "index_name": "TSE TOPIX17 Steel Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Transportation Stock Price", "index_id": "292", "index_name": "TSE TOPIX17 Transportation Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Wholesale Stock Price", "index_id": "293", "index_name": "TSE TOPIX17 Wholesale Stock Price"}, {"country": "japan", "full_name": "TOPIX Air Transportation", "index_id": "294", "index_name": "TOPIX Air Transportation"}, {"country": "japan", "full_name": "TOPIX Banks", "index_id": "295", "index_name": "TOPIX Banks"}, {"country": "japan", "full_name": "TOPIX Chemicals", "index_id": "296", "index_name": "TOPIX Chemicals"}, {"country": "japan", "full_name": "TOPIX Construction", "index_id": "297", "index_name": "TOPIX Construction"}, {"country": "japan", "full_name": "TOPIX Electric Appliances", "index_id": "298", "index_name": "TOPIX Electric Appliances"}, {"country": "japan", "full_name": "TOPIX Electric Power & Gas", "index_id": "299", "index_name": "TOPIX Electric Power & Gas"}, {"country": "japan", "full_name": "TOPIX Fishery Agriculture & Forestry", "index_id": "300", "index_name": "TOPIX Fishery Agriculture & Forestry"}, {"country": "japan", "full_name": "TOPIX Foods", "index_id": "301", "index_name": "TOPIX Foods"}, {"country": "japan", "full_name": "TOPIX Glass & Ceramics Products", "index_id": "302", "index_name": "TOPIX Glass & Ceramics Products"}, {"country": "japan", "full_name": "TOPIX Information & Communication", "index_id": "303", "index_name": "TOPIX Information & Communication"}, {"country": "japan", "full_name": "TOPIX Insurance", "index_id": "304", "index_name": "TOPIX Insurance"}, {"country": "japan", "full_name": "TOPIX Iron & Steel", "index_id": "305", "index_name": "TOPIX Iron & Steel"}, {"country": "japan", "full_name": "TOPIX Land Transportation", "index_id": "306", "index_name": "TOPIX Land Transportation"}, {"country": "japan", "full_name": "TOPIX Machinery", "index_id": "307", "index_name": "TOPIX Machinery"}, {"country": "japan", "full_name": "TOPIX Marine Transportation", "index_id": "308", "index_name": "TOPIX Marine Transportation"}, {"country": "japan", "full_name": "TOPIX Metal Products", "index_id": "309", "index_name": "TOPIX Metal Products"}, {"country": "japan", "full_name": "TOPIX Mining", "index_id": "310", "index_name": "TOPIX Mining"}, {"country": "japan", "full_name": "TOPIX Nonferrous Metals", "index_id": "311", "index_name": "TOPIX Nonferrous Metals"}, {"country": "japan", "full_name": "TOPIX Oil & Coal Products", "index_id": "312", "index_name": "TOPIX Oil & Coal Products"}, {"country": "japan", "full_name": "TOPIX Other Financing Business", "index_id": "313", "index_name": "TOPIX Other Financing Business"}, {"country": "japan", "full_name": "TOPIX Other Products", "index_id": "314", "index_name": "TOPIX Other Products"}, {"country": "japan", "full_name": "TOPIX Pharmaceutical", "index_id": "315", "index_name": "TOPIX Pharmaceutical"}, {"country": "japan", "full_name": "TOPIX Precision Instruments", "index_id": "316", "index_name": "TOPIX Precision Instruments"}, {"country": "japan", "full_name": "TOPIX Pulp & Paper", "index_id": "317", "index_name": "TOPIX Pulp & Paper"}, {"country": "japan", "full_name": "TOPIX Real Estate", "index_id": "318", "index_name": "TOPIX Real Estate"}, {"country": "japan", "full_name": "Tokyo Stock Exchange REIT", "index_id": "319", "index_name": "Tokyo Stock Exchange REIT"}, {"country": "japan", "full_name": "TOPIX Retail Trade", "index_id": "320", "index_name": "TOPIX Retail Trade"}, {"country": "japan", "full_name": "TOPIX Rubber Products", "index_id": "321", "index_name": "TOPIX Rubber Products"}, {"country": "japan", "full_name": "TOPIX Securities", "index_id": "322", "index_name": "TOPIX Securities"}, {"country": "japan", "full_name": "TOPIX Services", "index_id": "323", "index_name": "TOPIX Services"}, {"country": "japan", "full_name": "TOPIX Textiles & Apparels", "index_id": "324", "index_name": "TOPIX Textiles & Apparels"}, {"country": "japan", "full_name": "TOPIX Transportation Equipment", "index_id": "325", "index_name": "TOPIX Transportation Equipment"}, {"country": "japan", "full_name": "TOPIX Warehouse & Harbour Transportation Services", "index_id": "326", "index_name": "TOPIX Warehouse & Harbour Transport"}, {"country": "japan", "full_name": "TOPIX Wholesale Trade", "index_id": "327", "index_name": "TOPIX Wholesale Trade"}, {"country": "japan", "full_name": "Japan 50 (CFD)", "index_id": "328", "index_name": "Japan 50"}, {"country": "japan", "full_name": "JASDAQ Growth", "index_id": "329", "index_name": "JASDAQ Growth"}, {"country": "japan", "full_name": "JASDAQ J-Stock", "index_id": "330", "index_name": "JASDAQ J-Stock"}, {"country": "japan", "full_name": "JASDAQ Standard", "index_id": "331", "index_name": "JASDAQ Standard"}, {"country": "japan", "full_name": "TOPIX Composite for Mothers", "index_id": "332", "index_name": "TOPIX Composite for Mothers"}, {"country": "japan", "full_name": "Topix Core 30", "index_id": "333", "index_name": "Topix Core 30"}, {"country": "japan", "full_name": "Topix Large 70 Market", "index_id": "334", "index_name": "Topix Large 70 Market"}, {"country": "japan", "full_name": "Topix Mid 400", "index_id": "335", "index_name": "TOPIX Mid 400 Market"}, {"country": "japan", "full_name": "Topix Mother Market", "index_id": "336", "index_name": "Topix Mother Market"}, {"country": "japan", "full_name": "Topix Small Market", "index_id": "337", "index_name": "Topix Small Market"}, {"country": "japan", "full_name": "TSE Second Section", "index_id": "338", "index_name": "Second Section"}, {"country": "indonesia", "full_name": "Jakarta Stock Exchange Composite Index", "index_id": "1113", "index_name": "IDX Composite"}, {"country": "indonesia", "full_name": "IDX Kompas 100", "index_id": "1114", "index_name": "IDX Kompas 100"}, {"country": "indonesia", "full_name": "IDX PEFINDO-25", "index_id": "1115", "index_name": "IDX PEFINDO-25"}, {"country": "indonesia", "full_name": "Jakarta Stock Exchange LQ45", "index_id": "1116", "index_name": "IDX LQ45"}, {"country": "indonesia", "full_name": "IDX Agriculture", "index_id": "1117", "index_name": "IDX Agriculture"}, {"country": "indonesia", "full_name": "IDX Basic Industry", "index_id": "1118", "index_name": "IDX Basic Industry"}, {"country": "indonesia", "full_name": "IDX Consumer Industry", "index_id": "1119", "index_name": "IDX Consumer Industry"}, {"country": "indonesia", "full_name": "IDX Development Board", "index_id": "1120", "index_name": "IDX Development"}, {"country": "indonesia", "full_name": "IDX Finance", "index_id": "1121", "index_name": "IDX Finance"}, {"country": "indonesia", "full_name": "IDX Infrastructure", "index_id": "1122", "index_name": "IDX Infrastructure"}, {"country": "indonesia", "full_name": "IDX Manufacture", "index_id": "1123", "index_name": "IDX Manufacture"}, {"country": "indonesia", "full_name": "IDX Mining", "index_id": "1124", "index_name": "IDX Mining"}, {"country": "indonesia", "full_name": "IDX Miscellaneous Industry", "index_id": "1125", "index_name": "IDX Misc-Industry"}, {"country": "indonesia", "full_name": "IDX Property", "index_id": "1126", "index_name": "IDX Property"}, {"country": "indonesia", "full_name": "IDX Trade", "index_id": "1127", "index_name": "IDX Trade"}, {"country": "indonesia", "full_name": "IDX 30", "index_id": "1128", "index_name": "IDX 30"}, {"country": "indonesia", "full_name": "IDX Banking", "index_id": "1129", "index_name": "IDX Banking"}, {"country": "indonesia", "full_name": "IDX BISNIS-27", "index_id": "1130", "index_name": "IDX BISNIS-27"}, {"country": "indonesia", "full_name": "IDX Main Board", "index_id": "1131", "index_name": "IDX Main Board"}, {"country": "indonesia", "full_name": "IDX SHARIAH", "index_id": "1132", "index_name": "IDX SHARIAH"}, {"country": "indonesia", "full_name": "IDX SRI-KEHATI", "index_id": "1133", "index_name": "IDX SRI-KEHATI"}, {"country": "indonesia", "full_name": "Indonesia 50 (CFD)", "index_id": "1134", "index_name": "Indonesia 50"}, {"country": "indonesia", "full_name": "Investor33", "index_id": "1135", "index_name": "Investor33"}, {"country": "indonesia", "full_name": "Jakarta Islamic", "index_id": "1136", "index_name": "IDX Islamic"}, {"country": "indonesia", "full_name": "Jakarta Islamic 70", "index_id": "1137", "index_name": "Jakarta Islamic 70"}, {"country": "indonesia", "full_name": "MNC36", "index_id": "1138", "index_name": "MNC36"}, {"country": "indonesia", "full_name": "SMinfra18", "index_id": "1139", "index_name": "SMinfra18"}, {"country": "turkey", "full_name": "BIST 100", "index_id": "1269", "index_name": "BIST 100"}, {"country": "turkey", "full_name": "BIST 100-30", "index_id": "1270", "index_name": "BIST 100-30"}, {"country": "turkey", "full_name": "BIST 30", "index_id": "1271", "index_name": "BIST 30"}, {"country": "turkey", "full_name": "BIST 50", "index_id": "1272", "index_name": "BIST 50"}, {"country": "turkey", "full_name": "BIST All Shares", "index_id": "1273", "index_name": "BIST All Shares"}, {"country": "turkey", "full_name": "BIST All-100", "index_id": "1274", "index_name": "BIST All-100"}, {"country": "turkey", "full_name": "BIST Banks", "index_id": "1275", "index_name": "Banks"}, {"country": "turkey", "full_name": "BIST Basic Metal", "index_id": "1276", "index_name": "Basic Metal"}, {"country": "turkey", "full_name": "BIST Chem Petrol Plastic", "index_id": "1277", "index_name": "Chem Petrol Plastic"}, {"country": "turkey", "full_name": "BIST Electricity", "index_id": "1278", "index_name": "Electricity"}, {"country": "turkey", "full_name": "BIST Financials", "index_id": "1279", "index_name": "Financials"}, {"country": "turkey", "full_name": "BIST Food Beverage", "index_id": "1280", "index_name": "Food Beverage"}, {"country": "turkey", "full_name": "BIST Holding & Investments", "index_id": "1281", "index_name": "Holding & Invest"}, {"country": "turkey", "full_name": "BIST Industrials", "index_id": "1282", "index_name": "Industrials"}, {"country": "turkey", "full_name": "BIST Information Technology", "index_id": "1283", "index_name": "Information Tech"}, {"country": "turkey", "full_name": "BIST Insurance", "index_id": "1284", "index_name": "Insurance"}, {"country": "turkey", "full_name": "BIST Leasing Factoring", "index_id": "1285", "index_name": "Leasing Factoring"}, {"country": "turkey", "full_name": "BIST Metal Products Machinery", "index_id": "1286", "index_name": "Metal Products Machine"}, {"country": "turkey", "full_name": "BIST Non-Metal Mineral Product", "index_id": "1287", "index_name": "Non-Metal Mineral"}, {"country": "turkey", "full_name": "BIST Real Estate Invest Trusts", "index_id": "1288", "index_name": "Real Estate Invest"}, {"country": "turkey", "full_name": "BIST Services", "index_id": "1289", "index_name": "Services"}, {"country": "turkey", "full_name": "BIST Sports", "index_id": "1290", "index_name": "Sports"}, {"country": "turkey", "full_name": "BIST Technology", "index_id": "1291", "index_name": "Technology"}, {"country": "turkey", "full_name": "BIST Telecommunication", "index_id": "1292", "index_name": "Telecommunication"}, {"country": "turkey", "full_name": "BIST Textile Leather", "index_id": "1293", "index_name": "Textile Leather"}, {"country": "turkey", "full_name": "BIST Tourism", "index_id": "1294", "index_name": "Tourism"}, {"country": "turkey", "full_name": "BIST Transportation", "index_id": "1295", "index_name": "Transportation"}, {"country": "turkey", "full_name": "BIST Wholesale & Retail Trade", "index_id": "1296", "index_name": "Wholesale & Retail"}, {"country": "turkey", "full_name": "BIST Wood Paper Printing", "index_id": "1297", "index_name": "Wood Paper Printing"}, {"country": "turkey", "full_name": "BIST Adana", "index_id": "1298", "index_name": "BIST Adana"}, {"country": "turkey", "full_name": "BIST Ankara", "index_id": "1299", "index_name": "BIST Ankara"}, {"country": "turkey", "full_name": "BIST Antalya", "index_id": "1300", "index_name": "BIST Antalya"}, {"country": "turkey", "full_name": "BIST Balikesir", "index_id": "1301", "index_name": "Balikesir"}, {"country": "turkey", "full_name": "BIST Bursa", "index_id": "1302", "index_name": "BIST Bursa"}, {"country": "turkey", "full_name": "BIST Corporate Governance", "index_id": "1303", "index_name": "Corporate Governance"}, {"country": "turkey", "full_name": "BIST Dividend", "index_id": "1304", "index_name": "Dividend"}, {"country": "turkey", "full_name": "BIST Dividend 25", "index_id": "1305", "index_name": "Dividend 25"}, {"country": "turkey", "full_name": "BIST Investment Trust", "index_id": "1306", "index_name": "Investment Trust"}, {"country": "turkey", "full_name": "BIST Istanbul", "index_id": "1307", "index_name": "BIST Istanbul"}, {"country": "turkey", "full_name": "BIST Izmir", "index_id": "1308", "index_name": "BIST Izmir"}, {"country": "turkey", "full_name": "BIST Kayseri", "index_id": "1309", "index_name": "BIST Kayseri"}, {"country": "turkey", "full_name": "BIST Kocaeli", "index_id": "1310", "index_name": "BIST Kocaeli"}, {"country": "turkey", "full_name": "BIST Tekirdag", "index_id": "1311", "index_name": "BIST Tekirdag"}, {"country": "turkey", "full_name": "Turkey 50 (CFD)", "index_id": "1312", "index_name": "Turkey 50"}, {"country": "turkey", "full_name": "Katilim", "index_id": "1313", "index_name": "Katilim"}, {"country": "Turkey", "full_name": "BIST Technology Capped Index", "index_id": "2589", "index_name": "BIST Technology Capped"}, {"country": "Turkey", "full_name": "Dow Jones Turkey Titans 20", "index_id": "2590", "index_name": "DJ Turkey Titans 20"}, {"country": "Turkey", "full_name": "FTSE Turkey", "index_id": "2591", "index_name": "FTSE Turkey"}, {"country": "Turkey", "full_name": "FTSE Turkish Lira Govt Bond", "index_id": "2592", "index_name": "FTSE TRY Govt Bond"}, {"country": "Turkey", "full_name": "Katilim Model Portfoy Endeksi", "index_id": "2593", "index_name": "Katilim Model Portfoy Endeksi"}, {"country": "Turkey", "full_name": "KATILIM50 Endeksi", "index_id": "2594", "index_name": "KATILIM50 Endeksi"}, {"country": "Turkey", "full_name": "TURKISH LIRA OVERNIGHT REFERENCE RATE", "index_id": "2595", "index_name": "TRY OVERNIGHT REFERENCE RATE"}, {"country": "Indonesia", "full_name": "FTSE Indonesia", "index_id": "3306", "index_name": "FTSE Indonesia"}, {"country": "Japan", "full_name": "Nikkei 1000", "index_id": "3307", "index_name": "Nikkei 1000"}, {"country": "Japan", "full_name": "Nikkei 500", "index_id": "3308", "index_name": "Nikkei 500"}, {"country": "Japan", "full_name": "Nikkei JQ Average", "index_id": "3309", "index_name": "Nikkei JQ Average"}, {"country": "Japan", "full_name": "Nikkei Volatility", "index_id": "3310", "index_name": "Nikkei Volatility"}, {"country": "Japan", "full_name": "TOPIX Composite", "index_id": "3311", "index_name": "TOPIX Composite"}, {"country": "Japan", "full_name": "FTSE EPRA/NAREIT Japan", "index_id": "3312", "index_name": "FTSE EPRA/NAREIT Japan"}, {"country": "Japan", "full_name": "Nikkei 500 Air Transport", "index_id": "3313", "index_name": "N500 Air Transport"}, {"country": "Japan", "full_name": "Nikkei 500 Automobiles & Auto parts", "index_id": "3314", "index_name": "N500 Automobiles & Auto parts"}, {"country": "Japan", "full_name": "Nikkei 500 Banking", "index_id": "3315", "index_name": "N500 Banking"}, {"country": "Japan", "full_name": "Nikkei 500 Chemicals", "index_id": "3316", "index_name": "N500 Chemicals"}, {"country": "Japan", "full_name": "Nikkei 500 Communications", "index_id": "3317", "index_name": "N500 Communications"}, {"country": "Japan", "full_name": "Nikkei 500 Construction", "index_id": "3318", "index_name": "N500 Construction"}, {"country": "Japan", "full_name": "Nikkei 500 Electric Machinery", "index_id": "3319", "index_name": "N500 Electric Machinery"}, {"country": "Japan", "full_name": "Nikkei 500 Electric Power", "index_id": "3320", "index_name": "N500 Electric Power"}, {"country": "Japan", "full_name": "Nikkei 500 Fishery", "index_id": "3321", "index_name": "N500 Fishery"}, {"country": "Japan", "full_name": "Nikkei 500 Foods", "index_id": "3322", "index_name": "N500 Foods"}, {"country": "Japan", "full_name": "Nikkei 500 Gas", "index_id": "3323", "index_name": "N500 Gas"}, {"country": "Japan", "full_name": "Nikkei 500 Glass & Ceramics", "index_id": "3324", "index_name": "N500 Glass & Ceramics"}, {"country": "Japan", "full_name": "Nikkei 500 Insurance", "index_id": "3325", "index_name": "N500 Insurance"}, {"country": "Japan", "full_name": "Nikkei 500 Land Transport", "index_id": "3326", "index_name": "N500 Land Transport"}, {"country": "Japan", "full_name": "Nikkei 500 Machinery", "index_id": "3327", "index_name": "N500 Machinery"}, {"country": "Japan", "full_name": "Nikkei 500 Marine Transport", "index_id": "3328", "index_name": "N500 Marine Transport"}, {"country": "Japan", "full_name": "Nikkei 500 Mining", "index_id": "3329", "index_name": "N500 Mining"}, {"country": "Japan", "full_name": "Nikkei 500 Nonferrous Metals", "index_id": "3330", "index_name": "N500 Nonferrous Metals"}, {"country": "Japan", "full_name": "Nikkei 500 Other Financial Services", "index_id": "3331", "index_name": "N500 Other Financial Services"}, {"country": "Japan", "full_name": "Nikkei 500 Other Manufacturing", "index_id": "3332", "index_name": "N500 Other Manufacturing"}, {"country": "Japan", "full_name": "Nikkei 500 Petroleum", "index_id": "3333", "index_name": "N500 Petroleum"}, {"country": "Japan", "full_name": "Nikkei 500 Pharmaceuticals", "index_id": "3334", "index_name": "N500 Pharmaceuticals"}, {"country": "Japan", "full_name": "Nikkei 500 Precision Instruments", "index_id": "3335", "index_name": "N500 Precision Instruments"}, {"country": "Japan", "full_name": "Nikkei 500 Pulp & Paper", "index_id": "3336", "index_name": "N500 Pulp & Paper"}, {"country": "Japan", "full_name": "Nikkei 500 Railway & Bus", "index_id": "3337", "index_name": "N500 Railway & Bus"}, {"country": "Japan", "full_name": "Nikkei 500 Real Estate", "index_id": "3338", "index_name": "N500 Real Estate"}, {"country": "Japan", "full_name": "Nikkei 500 Retail", "index_id": "3339", "index_name": "N500 Retail"}, {"country": "Japan", "full_name": "Nikkei 500 Rubber", "index_id": "3340", "index_name": "N500 Rubber"}, {"country": "Japan", "full_name": "Nikkei 500 Securities", "index_id": "3341", "index_name": "N500 Securities"}, {"country": "Japan", "full_name": "Nikkei 500 Services", "index_id": "3342", "index_name": "N500 Services"}, {"country": "Japan", "full_name": "Nikkei 500 Shipbuilding", "index_id": "3343", "index_name": "N500 Shipbuilding"}, {"country": "Japan", "full_name": "Nikkei 500 Steel", "index_id": "3344", "index_name": "N500 Steel"}, {"country": "Japan", "full_name": "Nikkei 500 Textiles & Apparel", "index_id": "3345", "index_name": "N500 Textiles & Apparel"}, {"country": "Japan", "full_name": "Nikkei 500 Trading Companies", "index_id": "3346", "index_name": "N500 Trading Companies"}, {"country": "Japan", "full_name": "Nikkei 500 Transportation Equipment", "index_id": "3347", "index_name": "N500 Transportation Equipment"}, {"country": "Japan", "full_name": "Nikkei 500 Warehousing", "index_id": "3348", "index_name": "N500 Warehousing"}, {"country": "Japan", "full_name": "REIT General Dividend included", "index_id": "3349", "index_name": "REIT General Div"}, {"country": "Japan", "full_name": "REIT Retail & Logistics, Other Excluding Dividend", "index_id": "3350", "index_name": "REIT Retail & Logistics, Other Ex-Div"}, {"country": "Japan", "full_name": "TSE REIT Office Excluding Dividend", "index_id": "3351", "index_name": "REIT Office Ex-Div"}, {"country": "Japan", "full_name": "TSE REIT Residential Excluding Dividend", "index_id": "3352", "index_name": "REIT Residential Ex-Div"}, {"country": "Japan", "full_name": "FTSE Environmental Opportunities Japan", "index_id": "3353", "index_name": "FTSE Env. Opportunities Japan"}, {"country": "Japan", "full_name": "FTSE Japan", "index_id": "3354", "index_name": "FTSE Japan"}, {"country": "Japan", "full_name": "FTSE RAFI Japan", "index_id": "3355", "index_name": "FTSE RAFI Japan"}, {"country": "Japan", "full_name": "FTSE RAFI Japan in Canadian Dollar", "index_id": "3356", "index_name": "FTSE RAFI Japan CAD"}, {"country": "Japan", "full_name": "FTSE Shariah Japan 100", "index_id": "3357", "index_name": "FTSE Shariah Japan 100"}, {"country": "Japan", "full_name": "FTSE Shariah Japan 100 - USD", "index_id": "3358", "index_name": "FTSE Shariah Japan 100 USD"}, {"country": "Japan", "full_name": "FTSE4Good Japan Benchmark", "index_id": "3359", "index_name": "FTSE4Good Japan Benchmark"}, {"country": "Japan", "full_name": "JPX Nikkei 400 Double Inverse 2x", "index_id": "3360", "index_name": "JPX Nikkei 400 Double Inverse 2x"}, {"country": "Japan", "full_name": "JPX Nikkei 400 Inverse 1x", "index_id": "3361", "index_name": "JPX Nikkei 400 Inverse 1x"}, {"country": "Japan", "full_name": "JPX Nikkei 400 Leveraged 2x", "index_id": "3362", "index_name": "JPX Nikkei 400 Leveraged 2x"}, {"country": "Japan", "full_name": "JPX-Nikkei Mid and Small Cap", "index_id": "3363", "index_name": "JPX-Nikkei Mid and Small Cap"}, {"country": "Japan", "full_name": "Mothers General TR", "index_id": "3364", "index_name": "Mothers General TR"}, {"country": "Japan", "full_name": "MSCI Japan JPY", "index_id": "3365", "index_name": "MSCI Japan JPY"}, {"country": "Japan", "full_name": "Nikkei 225 Covered Call", "index_id": "3366", "index_name": "Nikkei 225 Covered Call"}, {"country": "Japan", "full_name": "Nikkei 225 Double Inverse", "index_id": "3367", "index_name": "Nikkei 225 Double Inverse"}, {"country": "Japan", "full_name": "Nikkei 225 EUR Hedged", "index_id": "3368", "index_name": "Nikkei 225 EUR Hedged"}, {"country": "Japan", "full_name": "Nikkei 225 Inverse", "index_id": "3369", "index_name": "Nikkei 225 Inverse"}, {"country": "Japan", "full_name": "Nikkei 225 Leveraged", "index_id": "3370", "index_name": "Nikkei 225 Leveraged"}, {"country": "Japan", "full_name": "Nikkei 225 Net Total Return", "index_id": "3371", "index_name": "Nikkei 225 Net Total Return"}, {"country": "Japan", "full_name": "Nikkei 225 Risk Control", "index_id": "3372", "index_name": "Nikkei 225 Risk Control"}, {"country": "Japan", "full_name": "Nikkei 225 Total Return", "index_id": "3373", "index_name": "Nikkei 225 Total Return"}, {"country": "Japan", "full_name": "Nikkei 225 TR EUR Hedged", "index_id": "3374", "index_name": "Nikkei 225 TR EUR Hedged"}, {"country": "Japan", "full_name": "Nikkei 225 TR USD Hedged", "index_id": "3375", "index_name": "Nikkei 225 TR USD Hedged"}, {"country": "Japan", "full_name": "Nikkei 225 USD Hedged", "index_id": "3376", "index_name": "Nikkei 225 USD Hedged"}, {"country": "Japan", "full_name": "Nikkei 225 VI Futures", "index_id": "3377", "index_name": "Nikkei 225 VI Futures"}, {"country": "Japan", "full_name": "Nikkei Average Dividend", "index_id": "3378", "index_name": "Nikkei Average Dividend"}, {"country": "Japan", "full_name": "Nikkei China Related Stock 50", "index_id": "3379", "index_name": "Nikkei China Related Stock 50"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Agricultural Product & Sugar", "index_id": "3380", "index_name": "NK-TCE Agri & Sugar"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Azuki", "index_id": "3381", "index_name": "NK-TCE Azuki"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Corn", "index_id": "3382", "index_name": "NK-TCE Corn"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Crude Oil", "index_id": "3383", "index_name": "NK-TCE Crude Oil"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Gasoline", "index_id": "3384", "index_name": "NK-TCE Gasoline"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Gold", "index_id": "3385", "index_name": "NK-TCE Gold"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Industrial Commodity", "index_id": "3386", "index_name": "NK-TCE Indust Com"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Kerosene", "index_id": "3387", "index_name": "NK-TCE Kerosene"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Nearby Month Commodity", "index_id": "3388", "index_name": "NK-TCE Nearby Month"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Oil", "index_id": "3389", "index_name": "NK-TCE Oil"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Palladium", "index_id": "3390", "index_name": "NK-TCE Palladium"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Platinum", "index_id": "3391", "index_name": "NK-TCE Platinum"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Precious Metals", "index_id": "3392", "index_name": "NK-TCE Precious Metals"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Rubber", "index_id": "3393", "index_name": "NK-TCE Rubber"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Silver", "index_id": "3394", "index_name": "NK-TCE Silver"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Soybean", "index_id": "3395", "index_name": "NK-TCE Soybean"}, {"country": "Japan", "full_name": "Tokyo SE JPX-Nikkei 400 Net Total Return", "index_id": "3396", "index_name": "TSE JPX-Nikkei 400 Net TR"}, {"country": "Japan", "full_name": "Tokyo SE JPX-Nikkei Dividend 400", "index_id": "3397", "index_name": "Tokyo SE JPX-Nikkei Div 400"}, {"country": "Japan", "full_name": "Topix 100 Dividend included", "index_id": "3398", "index_name": "TOPIX 100 Div"}, {"country": "Japan", "full_name": "TOPIX 1000 Dividend included", "index_id": "3399", "index_name": "TOPIX 1000 Div"}, {"country": "Japan", "full_name": "Topix 500 Dividend included", "index_id": "3400", "index_name": "Topix 500 Dividend included"}, {"country": "Japan", "full_name": "TOPIX 500 Growth", "index_id": "3401", "index_name": "TOPIX 500 Growth"}, {"country": "Japan", "full_name": "TOPIX 500 Value", "index_id": "3402", "index_name": "TOPIX 500 Value"}, {"country": "Japan", "full_name": "TOPIX Composite 1500", "index_id": "3403", "index_name": "TOPIX 1500"}, {"country": "Japan", "full_name": "TOPIX Core 30 Market Dividend included", "index_id": "3404", "index_name": "TOPIX Core 30 Market Dividend included"}, {"country": "Japan", "full_name": "TOPIX Core30 Dividend", "index_id": "3405", "index_name": "TOPIX Core30 Dividend"}, {"country": "Japan", "full_name": "TOPIX Dividend", "index_id": "3406", "index_name": "TOPIX Dividend"}, {"country": "Japan", "full_name": "TOPIX Double Inverse", "index_id": "3407", "index_name": "TOPIX Double Inverse"}, {"country": "Japan", "full_name": "Topix DV", "index_id": "3408", "index_name": "Topix DV"}, {"country": "Japan", "full_name": "TOPIX Ex-Financials", "index_id": "3409", "index_name": "TOPIX Ex-Financials"}, {"country": "Japan", "full_name": "TOPIX Ex-Financials Dividend", "index_id": "3410", "index_name": "TOPIX Ex-Financials Dividend"}, {"country": "Japan", "full_name": "TOPIX Growth", "index_id": "3411", "index_name": "TOPIX Growth"}, {"country": "Japan", "full_name": "TOPIX Inverse x1", "index_id": "3412", "index_name": "TOPIX Inverse x1"}, {"country": "Japan", "full_name": "TOPIX Large 70 Market Dividend included", "index_id": "3413", "index_name": "Topix Large 70 Market Div"}, {"country": "Japan", "full_name": "TOPIX Leveraged x2", "index_id": "3414", "index_name": "TOPIX Leveraged x2"}, {"country": "Japan", "full_name": "TOPIX Mid 400 Market Dividend included", "index_id": "3415", "index_name": "Topix Mid 400 Market Div"}, {"country": "Japan", "full_name": "TOPIX Net Total Return", "index_id": "3416", "index_name": "TOPIX Net TR"}, {"country": "Japan", "full_name": "TOPIX Small Growth", "index_id": "3417", "index_name": "TOPIX Small Growth"}, {"country": "Japan", "full_name": "TOPIX Small Market Dividend included", "index_id": "3418", "index_name": "Topix Small Market Div"}, {"country": "Japan", "full_name": "TOPIX Small Value", "index_id": "3419", "index_name": "TOPIX Small Value"}, {"country": "Japan", "full_name": "TOPIX Value", "index_id": "3420", "index_name": "TOPIX Value"}, {"country": "Japan", "full_name": "TSE Dividend Focus 100", "index_id": "3421", "index_name": "TSE Dividend Focus 100"}, {"country": "Japan", "full_name": "TSE Large Stock", "index_id": "3422", "index_name": "Large Stock Price"}, {"country": "Japan", "full_name": "TSE Large Stock Dividend included", "index_id": "3423", "index_name": "Large Stock Price Div"}, {"country": "Japan", "full_name": "TSE Medium Stock", "index_id": "3424", "index_name": "Medium Stock Price"}, {"country": "Japan", "full_name": "TSE Medium Stock Dividend included", "index_id": "3425", "index_name": "Medium Stock Price Div"}, {"country": "Japan", "full_name": "TSE Mothers Core", "index_id": "3426", "index_name": "TSE Mothers Core"}, {"country": "Japan", "full_name": "TSE Second Section Dividend included", "index_id": "3427", "index_name": "Second Section Div"}, {"country": "Japan", "full_name": "TSE Small Stock", "index_id": "3428", "index_name": "Small Stock Price"}, {"country": "Japan", "full_name": "TSE Small Stock Dividend included", "index_id": "3429", "index_name": "Small Stock Price Div"}], "status": true}
{"code": 200, "info": {"credit_count": 1, "server_time": "2021-02-12 10:05:24 UTC"}, "msg": "Successfully", "response": [{"country": "japan", "full_name": "Nikkei 225 (CFD)", "index_id": "268", "index_name": "Nikkei 225"}, {"country": "japan", "full_name": "JASDAQ", "index_id": "269", "index_name": "JASDAQ"}, {"country": "japan", "full_name": "JASDAQ 20", "index_id": "270", "index_name": "JASDAQ 20"}, {"country": "japan", "full_name": "JPX-Nikkei 400", "index_id": "271", "index_name": "JPX-Nikkei 400"}, {"country": "japan", "full_name": "Nikkei 300", "index_id": "272", "index_name": "Nikkei 300"}, {"country": "japan", "full_name": "TOPIX", "index_id": "273", "index_name": "TOPIX"}, {"country": "japan", "full_name": "Topix 100", "index_id": "274", "index_name": "Topix 100"}, {"country": "japan", "full_name": "Topix 1000", "index_id": "275", "index_name": "Topix 1000"}, {"country": "japan", "full_name": "Topix 500", "index_id": "276", "index_name": "Topix 500"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Automobile Stock Price", "index_id": "277", "index_name": "TSE TOPIX17 Automobile Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Banks Stock Price", "index_id": "278", "index_name": "TSE TOPIX17 Banks Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Chemicals Stock Price", "index_id": "279", "index_name": "TSE TOPIX17 Chemicals Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Construction Stock Price", "index_id": "280", "index_name": "TSE TOPIX17 Construction Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Electric Stock Price", "index_id": "281", "index_name": "TSE TOPIX17 Electric Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Energy Resources Stock Price", "index_id": "282", "index_name": "TSE TOPIX17 Energy Resources Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Financials Stock Price", "index_id": "283", "index_name": "TSE TOPIX17 Financials Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Food Stock Price", "index_id": "284", "index_name": "TSE TOPIX17 Food Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 IT & Services Stock Price", "index_id": "285", "index_name": "TSE TOPIX17 IT Services Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Machinery Stock Price", "index_id": "286", "index_name": "TSE TOPIX17 Machinery Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Pharmacetical Stock Price", "index_id": "287", "index_name": "TSE TOPIX17 Pharmacetical Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Power & Gas Stock Price", "index_id": "288", "index_name": "TSE TOPIX17 Power Gas Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Real Estate Stock Price", "index_id": "289", "index_name": "TSE TOPIX17 Real Estate Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Retail Stock Price", "index_id": "290", "index_name": "TSE TOPIX17 Retail Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Steel Stock Price", "index_id": "291", "index_name": "TSE TOPIX17 Steel Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Transportation Stock Price", "index_id": "292", "index_name": "TSE TOPIX17 Transportation Stock Price"}, {"country": "japan", "full_name": "Tokyo SE TOPIX17 Wholesale Stock Price", "index_id": "293", "index_name": "TSE TOPIX17 Wholesale Stock Price"}, {"country": "japan", "full_name": "TOPIX Air Transportation", "index_id": "294", "index_name": "TOPIX Air Transportation"}, {"country": "japan", "full_name": "TOPIX Banks", "index_id": "295", "index_name": "TOPIX Banks"}, {"country": "japan", "full_name": "TOPIX Chemicals", "index_id": "296", "index_name": "TOPIX Chemicals"}, {"country": "japan", "full_name": "TOPIX Construction", "index_id": "297", "index_name": "TOPIX Construction"}, {"country": "japan", "full_name": "TOPIX Electric Appliances", "index_id": "298", "index_name": "TOPIX Electric Appliances"}, {"country": "japan", "full_name": "TOPIX Electric Power & Gas", "index_id": "299", "index_name": "TOPIX Electric Power & Gas"}, {"country": "japan", "full_name": "TOPIX Fishery Agriculture & Forestry", "index_id": "300", "index_name": "TOPIX Fishery Agriculture & Forestry"}, {"country": "japan", "full_name": "TOPIX Foods", "index_id": "301", "index_name": "TOPIX Foods"}, {"country": "japan", "full_name": "TOPIX Glass & Ceramics Products", "index_id": "302", "index_name": "TOPIX Glass & Ceramics Products"}, {"country": "japan", "full_name": "TOPIX Information & Communication", "index_id": "303", "index_name": "TOPIX Information & Communication"}, {"country": "japan", "full_name": "TOPIX Insurance", "index_id": "304", "index_name": "TOPIX Insurance"}, {"country": "japan", "full_name": "TOPIX Iron & Steel", "index_id": "305", "index_name": "TOPIX Iron & Steel"}, {"country": "japan", "full_name": "TOPIX Land Transportation", "index_id": "306", "index_name": "TOPIX Land Transportation"}, {"country": "japan", "full_name": "TOPIX Machinery", "index_id": "307", "index_name": "TOPIX Machinery"}, {"country": "japan", "full_name": "TOPIX Marine Transportation", "index_id": "308", "index_name": "TOPIX Marine Transportation"}, {"country": "japan", "full_name": "TOPIX Metal Products", "index_id": "309", "index_name": "TOPIX Metal Products"}, {"country": "japan", "full_name": "TOPIX Mining", "index_id": "310", "index_name": "TOPIX Mining"}, {"country": "japan", "full_name": "TOPIX Nonferrous Metals", "index_id": "311", "index_name": "TOPIX Nonferrous Metals"}, {"country": "japan", "full_name": "TOPIX Oil & Coal Products", "index_id": "312", "index_name": "TOPIX Oil & Coal Products"}, {"country": "japan", "full_name": "TOPIX Other Financing Business", "index_id": "313", "index_name": "TOPIX Other Financing Business"}, {"country": "japan", "full_name": "TOPIX Other Products", "index_id": "314", "index_name": "TOPIX Other Products"}, {"country": "japan", "full_name": "TOPIX Pharmaceutical", "index_id": "315", "index_name": "TOPIX Pharmaceutical"}, {"country": "japan", "full_name": "TOPIX Precision Instruments", "index_id": "316", "index_name": "TOPIX Precision Instruments"}, {"country": "japan", "full_name": "TOPIX Pulp & Paper", "index_id": "317", "index_name": "TOPIX Pulp & Paper"}, {"country": "japan", "full_name": "TOPIX Real Estate", "index_id": "318", "index_name": "TOPIX Real Estate"}, {"country": "japan", "full_name": "Tokyo Stock Exchange REIT", "index_id": "319", "index_name": "Tokyo Stock Exchange REIT"}, {"country": "japan", "full_name": "TOPIX Retail Trade", "index_id": "320", "index_name": "TOPIX Retail Trade"}, {"country": "japan", "full_name": "TOPIX Rubber Products", "index_id": "321", "index_name": "TOPIX Rubber Products"}, {"country": "japan", "full_name": "TOPIX Securities", "index_id": "322", "index_name": "TOPIX Securities"}, {"country": "japan", "full_name": "TOPIX Services", "index_id": "323", "index_name": "TOPIX Services"}, {"country": "japan", "full_name": "TOPIX Textiles & Apparels", "index_id": "324", "index_name": "TOPIX Textiles & Apparels"}, {"country": "japan", "full_name": "TOPIX Transportation Equipment", "index_id": "325", "index_name": "TOPIX Transportation Equipment"}, {"country": "japan", "full_name": "TOPIX Warehouse & Harbour Transportation Services", "index_id": "326", "index_name": "TOPIX Warehouse & Harbour Transport"}, {"country": "japan", "full_name": "TOPIX Wholesale Trade", "index_id": "327", "index_name": "TOPIX Wholesale Trade"}, {"country": "japan", "full_name": "Japan 50 (CFD)", "index_id": "328", "index_name": "Japan 50"}, {"country": "japan", "full_name": "JASDAQ Growth", "index_id": "329", "index_name": "JASDAQ Growth"}, {"country": "japan", "full_name": "JASDAQ J-Stock", "index_id": "330", "index_name": "JASDAQ J-Stock"}, {"country": "japan", "full_name": "JASDAQ Standard", "index_id": "331", "index_name": "JASDAQ Standard"}, {"country": "japan", "full_name": "TOPIX Composite for Mothers", "index_id": "332", "index_name": "TOPIX Composite for Mothers"}, {"country": "japan", "full_name": "Topix Core 30", "index_id": "333", "index_name": "Topix Core 30"}, {"country": "japan", "full_name": "Topix Large 70 Market", "index_id": "334", "index_name": "Topix Large 70 Market"}, {"country": "japan", "full_name": "Topix Mid 400", "index_id": "335", "index_name": "TOPIX Mid 400 Market"}, {"country": "japan", "full_name": "Topix Mother Market", "index_id": "336", "index_name": "Topix Mother Market"}, {"country": "japan", "full_name": "Topix Small Market", "index_id": "337", "index_name": "Topix Small Market"}, {"country": "japan", "full_name": "TSE Second Section", "index_id": "338", "index_name": "Second Section"}, {"country": "indonesia", "full_name": "Jakarta Stock Exchange Composite Index", "index_id": "1113", "index_name": "IDX Composite"}, {"country": "indonesia", "full_name": "IDX Kompas 100", "index_id": "1114", "index_name": "IDX Kompas 100"}, {"country": "indonesia", "full_name": "IDX PEFINDO-25", "index_id": "1115", "index_name": "IDX PEFINDO-25"}, {"country": "indonesia", "full_name": "Jakarta Stock Exchange LQ45", "index_id": "1116", "index_name": "IDX LQ45"}, {"country": "indonesia", "full_name": "IDX Agriculture", "index_id": "1117", "index_name": "IDX Agriculture"}, {"country": "indonesia", "full_name": "IDX Basic Industry", "index_id": "1118", "index_name": "IDX Basic Industry"}, {"country": "indonesia", "full_name": "IDX Consumer Industry", "index_id": "1119", "index_name": "IDX Consumer Industry"}, {"country": "indonesia", "full_name": "IDX Development Board", "index_id": "1120", "index_name": "IDX Development"}, {"country": "indonesia", "full_name": "IDX Finance", "index_id": "1121", "index_name": "IDX Finance"}, {"country": "indonesia", "full_name": "IDX Infrastructure", "index_id": "1122", "index_name": "IDX Infrastructure"}, {"country": "indonesia", "full_name": "IDX Manufacture", "index_id": "1123", "index_name": "IDX Manufacture"}, {"country": "indonesia", "full_name": "IDX Mining", "index_id": "1124", "index_name": "IDX Mining"}, {"country": "indonesia", "full_name": "IDX Miscellaneous Industry", "index_id": "1125", "index_name": "IDX Misc-Industry"}, {"country": "indonesia", "full_name": "IDX Property", "index_id": "1126", "index_name": "IDX Property"}, {"country": "indonesia", "full_name": "IDX Trade", "index_id": "1127", "index_name": "IDX Trade"}, {"country": "indonesia", "full_name": "IDX 30", "index_id": "1128", "index_name": "IDX 30"}, {"country": "indonesia", "full_name": "IDX Banking", "index_id": "1129", "index_name": "IDX Banking"}, {"country": "indonesia", "full_name": "IDX BISNIS-27", "index_id": "1130", "index_name": "IDX BISNIS-27"}, {"country": "indonesia", "full_name": "IDX Main Board", "index_id": "1131", "index_name": "IDX Main Board"}, {"country": "indonesia", "full_name": "IDX SHARIAH", "index_id": "1132", "index_name": "IDX SHARIAH"}, {"country": "indonesia", "full_name": "IDX SRI-KEHATI", "index_id": "1133", "index_name": "IDX SRI-KEHATI"}, {"country": "indonesia", "full_name": "Indonesia 50 (CFD)", "index_id": "1134", "index_name": "Indonesia 50"}, {"country": "indonesia", "full_name": "Investor33", "index_id": "1135", "index_name": "Investor33"}, {"country": "indonesia", "full_name": "Jakarta Islamic", "index_id": "1136", "index_name": "IDX Islamic"}, {"country": "indonesia", "full_name": "Jakarta Islamic 70", "index_id": "1137", "index_name": "Jakarta Islamic 70"}, {"country": "indonesia", "full_name": "MNC36", "index_id": "1138", "index_name": "MNC36"}, {"country": "indonesia", "full_name": "SMinfra18", "index_id": "1139", "index_name": "SMinfra18"}, {"country": "turkey", "full_name": "BIST 100", "index_id": "1269", "index_name": "BIST 100"}, {"country": "turkey", "full_name": "BIST 100-30", "index_id": "1270", "index_name": "BIST 100-30"}, {"country": "turkey", "full_name": "BIST 30", "index_id": "1271", "index_name": "BIST 30"}, {"country": "turkey", "full_name": "BIST 50", "index_id": "1272", "index_name": "BIST 50"}, {"country": "turkey", "full_name": "BIST All Shares", "index_id": "1273", "index_name": "BIST All Shares"}, {"country": "turkey", "full_name": "BIST All-100", "index_id": "1274", "index_name": "BIST All-100"}, {"country": "turkey", "full_name": "BIST Banks", "index_id": "1275", "index_name": "Banks"}, {"country": "turkey", "full_name": "BIST Basic Metal", "index_id": "1276", "index_name": "Basic Metal"}, {"country": "turkey", "full_name": "BIST Chem Petrol Plastic", "index_id": "1277", "index_name": "Chem Petrol Plastic"}, {"country": "turkey", "full_name": "BIST Electricity", "index_id": "1278", "index_name": "Electricity"}, {"country": "turkey", "full_name": "BIST Financials", "index_id": "1279", "index_name": "Financials"}, {"country": "turkey", "full_name": "BIST Food Beverage", "index_id": "1280", "index_name": "Food Beverage"}, {"country": "turkey", "full_name": "BIST Holding & Investments", "index_id": "1281", "index_name": "Holding & Invest"}, {"country": "turkey", "full_name": "BIST Industrials", "index_id": "1282", "index_name": "Industrials"}, {"country": "turkey", "full_name": "BIST Information Technology", "index_id": "1283", "index_name": "Information Tech"}, {"country": "turkey", "full_name": "BIST Insurance", "index_id": "1284", "index_name": "Insurance"}, {"country": "turkey", "full_name": "BIST Leasing Factoring", "index_id": "1285", "index_name": "Leasing Factoring"}, {"country": "turkey", "full_name": "BIST Metal Products Machinery", "index_id": "1286", "index_name": "Metal Products Machine"}, {"country": "turkey", "full_name": "BIST Non-Metal Mineral Product", "index_id": "1287", "index_name": "Non-Metal Mineral"}, {"country": "turkey", "full_name": "BIST Real Estate Invest Trusts", "index_id": "1288", "index_name": "Real Estate Invest"}, {"country": "turkey", "full_name": "BIST Services", "index_id": "1289", "index_name": "Services"}, {"country": "turkey", "full_name": "BIST Sports", "index_id": "1290", "index_name": "Sports"}, {"country": "turkey", "full_name": "BIST Technology", "index_id": "1291", "index_name": "Technology"}, {"country": "turkey", "full_name": "BIST Telecommunication", "index_id": "1292", "index_name": "Telecommunication"}, {"country": "turkey", "full_name": "BIST Textile Leather", "index_id": "1293", "index_name": "Textile Leather"}, {"country": "turkey", "full_name": "BIST Tourism", "index_id": "1294", "index_name": "Tourism"}, {"country": "turkey", "full_name": "BIST Transportation", "index_id": "1295", "index_name": "Transportation"}, {"country": "turkey", "full_name": "BIST Wholesale & Retail Trade", "index_id": "1296", "index_name": "Wholesale & Retail"}, {"country": "turkey", "full_name": "BIST Wood Paper Printing", "index_id": "1297", "index_name": "Wood Paper Printing"}, {"country": "turkey", "full_name": "BIST Adana", "index_id": "1298", "index_name": "BIST Adana"}, {"country": "turkey", "full_name": "BIST Ankara", "index_id": "1299", "index_name": "BIST Ankara"}, {"country": "turkey", "full_name": "BIST Antalya", "index_id": "1300", "index_name": "BIST Antalya"}, {"country": "turkey", "full_name": "BIST Balikesir", "index_id": "1301", "index_name": "Balikesir"}, {"country": "turkey", "full_name": "BIST Bursa", "index_id": "1302", "index_name": "BIST Bursa"}, {"country": "turkey", "full_name": "BIST Corporate Governance", "index_id": "1303", "index_name": "Corporate Governance"}, {"country": "turkey", "full_name": "BIST Dividend", "index_id": "1304", "index_name": "Dividend"}, {"country": "turkey", "full_name": "BIST Dividend 25", "index_id": "1305", "index_name": "Dividend 25"}, {"country": "turkey", "full_name": "BIST Investment Trust", "index_id": "1306", "index_name": "Investment Trust"}, {"country": "turkey", "full_name": "BIST Istanbul", "index_id": "1307", "index_name": "BIST Istanbul"}, {"country": "turkey", "full_name": "BIST Izmir", "index_id": "1308", "index_name": "BIST Izmir"}, {"country": "turkey", "full_name": "BIST Kayseri", "index_id": "1309", "index_name": "BIST Kayseri"}, {"country": "turkey", "full_name": "BIST Kocaeli", "index_id": "1310", "index_name": "BIST Kocaeli"}, {"country": "turkey", "full_name": "BIST Tekirdag", "index_id": "1311", "index_name": "BIST Tekirdag"}, {"country": "turkey", "full_name": "Turkey 50 (CFD)", "index_id": "1312", "index_name": "Turkey 50"}, {"country": "turkey", "full_name": "Katilim", "index_id": "1313", "index_name": "Katilim"}, {"country": "Turkey", "full_name": "BIST Technology Capped Index", "index_id": "2589", "index_name": "BIST Technology Capped"}, {"country": "Turkey", "full_name": "Dow Jones Turkey Titans 20", "index_id": "2590", "index_name": "DJ Turkey Titans 20"}, {"country": "Turkey", "full_name": "FTSE Turkey", "index_id": "2591", "index_name": "FTSE Turkey"}, {"country": "Turkey", "full_name": "FTSE Turkish Lira Govt Bond", "index_id": "2592", "index_name": "FTSE TRY Govt Bond"}, {"country": "Turkey", "full_name": "Katilim Model Portfoy Endeksi", "index_id": "2593", "index_name": "Katilim Model Portfoy Endeksi"}, {"country": "Turkey", "full_name": "KATILIM50 Endeksi", "index_id": "2594", "index_name": "KATILIM50 Endeksi"}, {"country": "Turkey", "full_name": "TURKISH LIRA OVERNIGHT REFERENCE RATE", "index_id": "2595", "index_name": "TRY OVERNIGHT REFERENCE RATE"}, {"country": "Indonesia", "full_name": "FTSE Indonesia", "index_id": "3306", "index_name": "FTSE Indonesia"}, {"country": "Japan", "full_name": "Nikkei 1000", "index_id": "3307", "index_name": "Nikkei 1000"}, {"country": "Japan", "full_name": "Nikkei 500", "index_id": "3308", "index_name": "Nikkei 500"}, {"country": "Japan", "full_name": "Nikkei JQ Average", "index_id": "3309", "index_name": "Nikkei JQ Average"}, {"country": "Japan", "full_name": "Nikkei Volatility", "index_id": "3310", "index_name": "Nikkei Volatility"}, {"country": "Japan", "full_name": "TOPIX Composite", "index_id": "3311", "index_name": "TOPIX Composite"}, {"country": "Japan", "full_name": "FTSE EPRA/NAREIT Japan", "index_id": "3312", "index_name": "FTSE EPRA/NAREIT Japan"}, {"country": "Japan", "full_name": "Nikkei 500 Air Transport", "index_id": "3313", "index_name": "N500 Air Transport"}, {"country": "Japan", "full_name": "Nikkei 500 Automobiles & Auto parts", "index_id": "3314", "index_name": "N500 Automobiles & Auto parts"}, {"country": "Japan", "full_name": "Nikkei 500 Banking", "index_id": "3315", "index_name": "N500 Banking"}, {"country": "Japan", "full_name": "Nikkei 500 Chemicals", "index_id": "3316", "index_name": "N500 Chemicals"}, {"country": "Japan", "full_name": "Nikkei 500 Communications", "index_id": "3317", "index_name": "N500 Communications"}, {"country": "Japan", "full_name": "Nikkei 500 Construction", "index_id": "3318", "index_name": "N500 Construction"}, {"country": "Japan", "full_name": "Nikkei 500 Electric Machinery", "index_id": "3319", "index_name": "N500 Electric Machinery"}, {"country": "Japan", "full_name": "Nikkei 500 Electric Power", "index_id": "3320", "index_name": "N500 Electric Power"}, {"country": "Japan", "full_name": "Nikkei 500 Fishery", "index_id": "3321", "index_name": "N500 Fishery"}, {"country": "Japan", "full_name": "Nikkei 500 Foods", "index_id": "3322", "index_name": "N500 Foods"}, {"country": "Japan", "full_name": "Nikkei 500 Gas", "index_id": "3323", "index_name": "N500 Gas"}, {"country": "Japan", "full_name": "Nikkei 500 Glass & Ceramics", "index_id": "3324", "index_name": "N500 Glass & Ceramics"}, {"country": "Japan", "full_name": "Nikkei 500 Insurance", "index_id": "3325", "index_name": "N500 Insurance"}, {"country": "Japan", "full_name": "Nikkei 500 Land Transport", "index_id": "3326", "index_name": "N500 Land Transport"}, {"country": "Japan", "full_name": "Nikkei 500 Machinery", "index_id": "3327", "index_name": "N500 Machinery"}, {"country": "Japan", "full_name": "Nikkei 500 Marine Transport", "index_id": "3328", "index_name": "N500 Marine Transport"}, {"country": "Japan", "full_name": "Nikkei 500 Mining", "index_id": "3329", "index_name": "N500 Mining"}, {"country": "Japan", "full_name": "Nikkei 500 Nonferrous Metals", "index_id": "3330", "index_name": "N500 Nonferrous Metals"}, {"country": "Japan", "full_name": "Nikkei 500 Other Financial Services", "index_id": "3331", "index_name": "N500 Other Financial Services"}, {"country": "Japan", "full_name": "Nikkei 500 Other Manufacturing", "index_id": "3332", "index_name": "N500 Other Manufacturing"}, {"country": "Japan", "full_name": "Nikkei 500 Petroleum", "index_id": "3333", "index_name": "N500 Petroleum"}, {"country": "Japan", "full_name": "Nikkei 500 Pharmaceuticals", "index_id": "3334", "index_name": "N500 Pharmaceuticals"}, {"country": "Japan", "full_name": "Nikkei 500 Precision Instruments", "index_id": "3335", "index_name": "N500 Precision Instruments"}, {"country": "Japan", "full_name": "Nikkei 500 Pulp & Paper", "index_id": "3336", "index_name": "N500 Pulp & Paper"}, {"country": "Japan", "full_name": "Nikkei 500 Railway & Bus", "index_id": "3337", "index_name": "N500 Railway & Bus"}, {"country": "Japan", "full_name": "Nikkei 500 Real Estate", "index_id": "3338", "index_name": "N500 Real Estate"}, {"country": "Japan", "full_name": "Nikkei 500 Retail", "index_id": "3339", "index_name": "N500 Retail"}, {"country": "Japan", "full_name": "Nikkei 500 Rubber", "index_id": "3340", "index_name": "N500 Rubber"}, {"country": "Japan", "full_name": "Nikkei 500 Securities", "index_id": "3341", "index_name": "N500 Securities"}, {"country": "Japan", "full_name": "Nikkei 500 Services", "index_id": "3342", "index_name": "N500 Services"}, {"country": "Japan", "full_name": "Nikkei 500 Shipbuilding", "index_id": "3343", "index_name": "N500 Shipbuilding"}, {"country": "Japan", "full_name": "Nikkei 500 Steel", "index_id": "3344", "index_name": "N500 Steel"}, {"country": "Japan", "full_name": "Nikkei 500 Textiles & Apparel", "index_id": "3345", "index_name": "N500 Textiles & Apparel"}, {"country": "Japan", "full_name": "Nikkei 500 Trading Companies", "index_id": "3346", "index_name": "N500 Trading Companies"}, {"country": "Japan", "full_name": "Nikkei 500 Transportation Equipment", "index_id": "3347", "index_name": "N500 Transportation Equipment"}, {"country": "Japan", "full_name": "Nikkei 500 Warehousing", "index_id": "3348", "index_name": "N500 Warehousing"}, {"country": "Japan", "full_name": "REIT General Dividend included", "index_id": "3349", "index_name": "REIT General Div"}, {"country": "Japan", "full_name": "REIT Retail & Logistics, Other Excluding Dividend", "index_id": "3350", "index_name": "REIT Retail & Logistics, Other Ex-Div"}, {"country": "Japan", "full_name": "TSE REIT Office Excluding Dividend", "index_id": "3351", "index_name": "REIT Office Ex-Div"}, {"country": "Japan", "full_name": "TSE REIT Residential Excluding Dividend", "index_id": "3352", "index_name": "REIT Residential Ex-Div"}, {"country": "Japan", "full_name": "FTSE Environmental Opportunities Japan", "index_id": "3353", "index_name": "FTSE Env. Opportunities Japan"}, {"country": "Japan", "full_name": "FTSE Japan", "index_id": "3354", "index_name": "FTSE Japan"}, {"country": "Japan", "full_name": "FTSE RAFI Japan", "index_id": "3355", "index_name": "FTSE RAFI Japan"}, {"country": "Japan", "full_name": "FTSE RAFI Japan in Canadian Dollar", "index_id": "3356", "index_name": "FTSE RAFI Japan CAD"}, {"country": "Japan", "full_name": "FTSE Shariah Japan 100", "index_id": "3357", "index_name": "FTSE Shariah Japan 100"}, {"country": "Japan", "full_name": "FTSE Shariah Japan 100 - USD", "index_id": "3358", "index_name": "FTSE Shariah Japan 100 USD"}, {"country": "Japan", "full_name": "FTSE4Good Japan Benchmark", "index_id": "3359", "index_name": "FTSE4Good Japan Benchmark"}, {"country": "Japan", "full_name": "JPX Nikkei 400 Double Inverse 2x", "index_id": "3360", "index_name": "JPX Nikkei 400 Double Inverse 2x"}, {"country": "Japan", "full_name": "JPX Nikkei 400 Inverse 1x", "index_id": "3361", "index_name": "JPX Nikkei 400 Inverse 1x"}, {"country": "Japan", "full_name": "JPX Nikkei 400 Leveraged 2x", "index_id": "3362", "index_name": "JPX Nikkei 400 Leveraged 2x"}, {"country": "Japan", "full_name": "JPX-Nikkei Mid and Small Cap", "index_id": "3363", "index_name": "JPX-Nikkei Mid and Small Cap"}, {"country": "Japan", "full_name": "Mothers General TR", "index_id": "3364", "index_name": "Mothers General TR"}, {"country": "Japan", "full_name": "MSCI Japan JPY", "index_id": "3365", "index_name": "MSCI Japan JPY"}, {"country": "Japan", "full_name": "Nikkei 225 Covered Call", "index_id": "3366", "index_name": "Nikkei 225 Covered Call"}, {"country": "Japan", "full_name": "Nikkei 225 Double Inverse", "index_id": "3367", "index_name": "Nikkei 225 Double Inverse"}, {"country": "Japan", "full_name": "Nikkei 225 EUR Hedged", "index_id": "3368", "index_name": "Nikkei 225 EUR Hedged"}, {"country": "Japan", "full_name": "Nikkei 225 Inverse", "index_id": "3369", "index_name": "Nikkei 225 Inverse"}, {"country": "Japan", "full_name": "Nikkei 225 Leveraged", "index_id": "3370", "index_name": "Nikkei 225 Leveraged"}, {"country": "Japan", "full_name": "Nikkei 225 Net Total Return", "index_id": "3371", "index_name": "Nikkei 225 Net Total Return"}, {"country": "Japan", "full_name": "Nikkei 225 Risk Control", "index_id": "3372", "index_name": "Nikkei 225 Risk Control"}, {"country": "Japan", "full_name": "Nikkei 225 Total Return", "index_id": "3373", "index_name": "Nikkei 225 Total Return"}, {"country": "Japan", "full_name": "Nikkei 225 TR EUR Hedged", "index_id": "3374", "index_name": "Nikkei 225 TR EUR Hedged"}, {"country": "Japan", "full_name": "Nikkei 225 TR USD Hedged", "index_id": "3375", "index_name": "Nikkei 225 TR USD Hedged"}, {"country": "Japan", "full_name": "Nikkei 225 USD Hedged", "index_id": "3376", "index_name": "Nikkei 225 USD Hedged"}, {"country": "Japan", "full_name": "Nikkei 225 VI Futures", "index_id": "3377", "index_name": "Nikkei 225 VI Futures"}, {"country": "Japan", "full_name": "Nikkei Average Dividend", "index_id": "3378", "index_name": "Nikkei Average Dividend"}, {"country": "Japan", "full_name": "Nikkei China Related Stock 50", "index_id": "3379", "index_name": "Nikkei China Related Stock 50"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Agricultural Product & Sugar", "index_id": "3380", "index_name": "NK-TCE Agri & Sugar"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Azuki", "index_id": "3381", "index_name": "NK-TCE Azuki"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Corn", "index_id": "3382", "index_name": "NK-TCE Corn"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Crude Oil", "index_id": "3383", "index_name": "NK-TCE Crude Oil"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Gasoline", "index_id": "3384", "index_name": "NK-TCE Gasoline"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Gold", "index_id": "3385", "index_name": "NK-TCE Gold"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Industrial Commodity", "index_id": "3386", "index_name": "NK-TCE Indust Com"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Kerosene", "index_id": "3387", "index_name": "NK-TCE Kerosene"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Nearby Month Commodity", "index_id": "3388", "index_name": "NK-TCE Nearby Month"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Oil", "index_id": "3389", "index_name": "NK-TCE Oil"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Palladium", "index_id": "3390", "index_name": "NK-TCE Palladium"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Platinum", "index_id": "3391", "index_name": "NK-TCE Platinum"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Precious Metals", "index_id": "3392", "index_name": "NK-TCE Precious Metals"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Rubber", "index_id": "3393", "index_name": "NK-TCE Rubber"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Silver", "index_id": "3394", "index_name": "NK-TCE Silver"}, {"country": "Japan", "full_name": "Nikkei-TOCOM Soybean", "index_id": "3395", "index_name": "NK-TCE Soybean"}, {"country": "Japan", "full_name": "Tokyo SE JPX-Nikkei 400 Net Total Return", "index_id": "3396", "index_name": "TSE JPX-Nikkei 400 Net TR"}, {"country": "Japan", "full_name": "Tokyo SE JPX-Nikkei Dividend 400", "index_id": "3397", "index_name": "Tokyo SE JPX-Nikkei Div 400"}, {"country": "Japan", "full_name": "Topix 100 Dividend included", "index_id": "3398", "index_name": "TOPIX 100 Div"}, {"country": "Japan", "full_name": "TOPIX 1000 Dividend included", "index_id": "3399", "index_name": "TOPIX 1000 Div"}, {"country": "Japan", "full_name": "Topix 500 Dividend included", "index_id": "3400", "index_name": "Topix 500 Dividend included"}, {"country": "Japan", "full_name": "TOPIX 500 Growth", "index_id": "3401", "index_name": "TOPIX 500 Growth"}, {"country": "Japan", "full_name": "TOPIX 500 Value", "index_id": "3402", "index_name": "TOPIX 500 Value"}, {"country": "Japan", "full_name": "TOPIX Composite 1500", "index_id": "3403", "index_name": "TOPIX 1500"}, {"country": "Japan", "full_name": "TOPIX Core 30 Market Dividend included", "index_id": "3404", "index_name": "TOPIX Core 30 Market Dividend included"}, {"country": "Japan", "full_name": "TOPIX Core30 Dividend", "index_id": "3405", "index_name": "TOPIX Core30 Dividend"}, {"country": "Japan", "full_name": "TOPIX Dividend", "index_id": "3406", "index_name": "TOPIX Dividend"}, {"country": "Japan", "full_name": "TOPIX Double Inverse", "index_id": "3407", "index_name": "TOPIX Double Inverse"}, {"country": "Japan", "full_name": "Topix DV", "index_id": "3408", "index_name": "Topix DV"}, {"country": "Japan", "full_name": "TOPIX Ex-Financials", "index_id": "3409", "index_name": "TOPIX Ex-Financials"}, {"country": "Japan", "full_name": "TOPIX Ex-Financials Dividend", "index_id": "3410", "index_name": "TOPIX Ex-Financials Dividend"}, {"country": "Japan", "full_name": "TOPIX Growth", "index_id": "3411", "index_name": "TOPIX Growth"}, {"country": "Japan", "full_name": "TOPIX Inverse x1", "index_id": "3412", "index_name": "TOPIX Inverse x1"}, {"country": "Japan", "full_name": "TOPIX Large 70 Market Dividend included", "index_id": "3413", "index_name": "Topix Large 70 Market Div"}, {"country": "Japan", "full_name": "TOPIX Leveraged x2", "index_id": "3414", "index_name": "TOPIX Leveraged x2"}, {"country": "Japan", "full_name": "TOPIX Mid 400 Market Dividend included", "index_id": "3415", "index_name": "Topix Mid 400 Market Div"}, {"country": "Japan", "full_name": "TOPIX Net Total Return", "index_id": "3416", "index_name": "TOPIX Net TR"}, {"country": "Japan", "full_name": "TOPIX Small Growth", "index_id": "3417", "index_name": "TOPIX Small Growth"}, {"country": "Japan", "full_name": "TOPIX Small Market Dividend included", "index_id": "3418", "index_name": "Topix Small Market Div"}, {"country": "Japan", "full_name": "TOPIX Small Value", "index_id": "3419", "index_name": "TOPIX Small Value"}, {"country": "Japan", "full_name": "TOPIX Value", "index_id": "3420", "index_name": "TOPIX Value"}, {"country": "Japan", "full_name": "TSE Dividend Focus 100", "index_id": "3421", "index_name": "TSE Dividend Focus 100"}, {"country": "Japan", "full_name": "TSE Large Stock", "index_id": "3422", "index_name": "Large Stock Price"}, {"country": "Japan", "full_name": "TSE Large Stock Dividend included", "index_id": "3423", "index_name": "Large Stock Price Div"}, {"country": "Japan", "full_name": "TSE Medium Stock", "index_id": "3424", "index_name": "Medium Stock Price"}, {"country": "Japan", "full_name": "TSE Medium Stock Dividend included", "index_id": "3425", "index_name": "Medium Stock Price Div"}, {"country": "Japan", "full_name": "TSE Mothers Core", "index_id": "3426", "index_name": "TSE Mothers Core"}, {"country": "Japan", "full_name": "TSE Second Section Dividend included", "index_id": "3427", "index_name": "Second Section Div"}, {"country": "Japan", "full_name": "TSE Small Stock", "index_id": "3428", "index_name": "Small Stock Price"}, {"country": "Japan", "full_name": "TSE Small Stock Dividend included", "index_id": "3429", "index_name": "Small Stock Price Div"}], "status": true}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/951826eb-81b9-4cc1-bb3c-0fb64c5cfbbd/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Stock Latest Price
Stock latest price API is very useful.
200
Response
{"code": 200, "info": {"credit_count": 1, "exchanges": [], "sectors": [], "server_time": "2021-02-12 10:50:49 UTC"}, "msg": "Successfully", "response": [{"c": "210.53", "ccy": "USD", "ch": "-1.39", "cp": "-0.66%", "cty": "united-states", "exch": "NYSE", "h": "213.96", "id": "1", "l": "208.58", "s": "BA", "t": "1613077198", "tm": "2021-02-11 20:59:58"}], "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "exchanges": {"type": "array"}, "sectors": {"type": "array"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"items": {"properties": {"c": {"type": "string"}, "ccy": {"type": "string"}, "ch": {"type": "string"}, "cp": {"type": "string"}, "cty": {"type": "string"}, "exch": {"type": "string"}, "h": {"type": "string"}, "id": {"type": "string"}, "l": {"type": "string"}, "s": {"type": "string"}, "t": {"type": "string"}, "tm": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "boolean"}}, "type": "object"}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/ece80fff-49a4-414f-ac84-be3a21b741a5/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Indices Latest Price
You can get one or multiple indices latest prices at the same time.
200
Response
{"code": 200, "info": {"credit_count": 1, "server_time": "2021-02-12 10:53:20 UTC"}, "msg": "Successfully", "response": [{"c": "31430.70", "ch": "-7.10", "cp": "-0.02%", "cty": "united-states", "h": "31543.82", "id": "1", "l": "31244.36", "name": "Dow Jones", "t": "1613081293", "tm": "2021-02-11 22:08:13"}], "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"items": {"properties": {"c": {"type": "string"}, "ch": {"type": "string"}, "cp": {"type": "string"}, "cty": {"type": "string"}, "h": {"type": "string"}, "id": {"type": "string"}, "l": {"type": "string"}, "name": {"type": "string"}, "t": {"type": "string"}, "tm": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "boolean"}}, "type": "object"}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/85469a4f-a976-4381-846e-0ea106543668/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Historical Price
You want to know about the historical exchange prices
200
Response
{"code": 200, "info": {"credit_count": 1, "id": "1", "period": "1d", "server_time": "2021-02-12 11:03:12 UTC", "symbol": "BA"}, "msg": "Successfully", "response": {"1575417600": {"c": "348.839996", "h": "355.290009", "l": "348.820007", "o": "354.700012", "t": 1575417600, "tm": "2019-12-04 00:00:00", "v": "3016326"}, "1575504000": {"c": "345.679993", "h": "350.420013", "l": "345.589996", "o": "350.220001", "t": 1575504000, "tm": "2019-12-05 00:00:00", "v": "4693835"}, "1575590400": {"c": "354.089996", "h": "354.399994", "l": "347.109985", "o": "347.73999", "t": 1575590400, "tm": "2019-12-06 00:00:00", "v": "2856593"}, "1575849600": {"c": "351.209991", "h": "353.600006", "l": "349.570007", "o": "352.670013", "t": 1575849600, "tm": "2019-12-09 00:00:00", "v": "2893651"}, "1575936000": {"c": "347.899994", "h": "351.399994", "l": "347.450012", "o": "350.149994", "t": 1575936000, "tm": "2019-12-10 00:00:00", "v": "2923209"}, "1576022400": {"c": "350", "h": "350.029999", "l": "338.5", "o": "342.100006", "t": 1576022400, "tm": "2019-12-11 00:00:00", "v": "7375582"}, "1576108800": {"c": "346.290009", "h": "351.070007", "l": "341", "o": "348.25", "t": 1576108800, "tm": "2019-12-12 00:00:00", "v": "5981408"}, "1576195200": {"c": "341.670013", "h": "349.309998", "l": "341.100006", "o": "346.299988", "t": 1576195200, "tm": "2019-12-13 00:00:00", "v": "4530563"}, "1576454400": {"c": "327", "h": "336.230011", "l": "326.429993", "o": "328.529999", "t": 1576454400, "tm": "2019-12-16 00:00:00", "v": "16525617"}, "1576540800": {"c": "327", "h": "330.950012", "l": "320.609985", "o": "322.059998", "t": 1576540800, "tm": "2019-12-17 00:00:00", "v": "13533830"}, "1576627200": {"c": "330.679993", "h": "335.25", "l": "328.140015", "o": "328.720001", "t": 1576627200, "tm": "2019-12-18 00:00:00", "v": "7032362"}, "1576713600": {"c": "333.5", "h": "334.809998", "l": "330.980011", "o": "332.899994", "t": 1576713600, "tm": "2019-12-19 00:00:00", "v": "5497043"}, "1576800000": {"c": "328", "h": "335.5", "l": "328", "o": "334.619995", "t": 1576800000, "tm": "2019-12-20 00:00:00", "v": "9493539"}, "1577059200": {"c": "337.549988", "h": "340.589996", "l": "334.200012", "o": "336.75", "t": 1577059200, "tm": "2019-12-23 00:00:00", "v": "9539569"}, "1577145600": {"c": "333", "h": "339.75", "l": "332.619995", "o": "339.51001", "t": 1577145600, "tm": "2019-12-24 00:00:00", "v": "4120051"}, "1577318400": {"c": "329.920013", "h": "333.359985", "l": "329.299988", "o": "332.700012", "t": 1577318400, "tm": "2019-12-26 00:00:00", "v": "4601222"}, "1577404800": {"c": "330.140015", "h": "333.649994", "l": "329.170013", "o": "330.200012", "t": 1577404800, "tm": "2019-12-27 00:00:00", "v": "4128140"}, "1577664000": {"c": "326.399994", "h": "330.630005", "l": "325.709991", "o": "330.5", "t": 1577664000, "tm": "2019-12-30 00:00:00", "v": "4528004"}, "1577750400": {"c": "325.76001", "h": "326.570007", "l": "323.320007", "o": "325.410004", "t": 1577750400, "tm": "2019-12-31 00:00:00", "v": "4965226"}, "1577923200": {"c": "333.320007", "h": "333.350006", "l": "327.700012", "o": "328.549988", "t": 1577923200, "tm": "2020-01-02 00:00:00", "v": "4548221"}, "1578009600": {"c": "332.76001", "h": "334.890015", "l": "330.299988", "o": "330.630005", "t": 1578009600, "tm": "2020-01-03 00:00:00", "v": "3878374"}, "1578268800": {"c": "333.73999", "h": "334.859985", "l": "327.880005", "o": "329.299988", "t": 1578268800, "tm": "2020-01-06 00:00:00", "v": "5357973"}, "1578355200": {"c": "337.279999", "h": "344.190002", "l": "330.709991", "o": "334.26001", "t": 1578355200, "tm": "2020-01-07 00:00:00", "v": "9942277"}, "1578441600": {"c": "331.369995", "h": "334.029999", "l": "329.600006", "o": "332.399994", "t": 1578441600, "tm": "2020-01-08 00:00:00", "v": "8246250"}, "1578528000": {"c": "336.339996", "h": "341.730011", "l": "332.049988", "o": "334.950012", "t": 1578528000, "tm": "2020-01-09 00:00:00", "v": "8183707"}, "1578614400": {"c": "329.920013", "h": "337.700012", "l": "329.450012", "o": "335.559998", "t": 1578614400, "tm": "2020-01-10 00:00:00", "v": "7170124"}, "1578873600": {"c": "330.220001", "h": "334.100006", "l": "330.079987", "o": "332.399994", "t": 1578873600, "tm": "2020-01-13 00:00:00", "v": "5655345"}, "1578960000": {"c": "332.350006", "h": "335.350006", "l": "328.279999", "o": "330.76001", "t": 1578960000, "tm": "2020-01-14 00:00:00", "v": "6952018"}, "1579046400": {"c": "329.799988", "h": "333.109985", "l": "329.690002", "o": "332.350006", "t": 1579046400, "tm": "2020-01-15 00:00:00", "v": "4578332"}, "1579132800": {"c": "332", "h": "332.869995", "l": "329.309998", "o": "331.049988", "t": 1579132800, "tm": "2020-01-16 00:00:00", "v": "4024079"}, "1579219200": {"c": "324.149994", "h": "332.5", "l": "323", "o": "332.390015", "t": 1579219200, "tm": "2020-01-17 00:00:00", "v": "11061716"}, "1579564800": {"c": "313.369995", "h": "326.600006", "l": "305.75", "o": "322.600006", "t": 1579564800, "tm": "2020-01-21 00:00:00", "v": "19317988"}, "1579651200": {"c": "309", "h": "312.839996", "l": "302.720001", "o": "309.820007", "t": 1579651200, "tm": "2020-01-22 00:00:00", "v": "18792596"}, "1579737600": {"c": "317.790009", "h": "318.170013", "l": "307.700012", "o": "308.5", "t": 1579737600, "tm": "2020-01-23 00:00:00", "v": "9702076"}, "1579824000": {"c": "323.049988", "h": "326.200012", "l": "312.51001", "o": "322", "t": 1579824000, "tm": "2020-01-24 00:00:00", "v": "17798204"}, "1580083200": {"c": "316.600006", "h": "321.26001", "l": "314.579987", "o": "316.209991", "t": 1580083200, "tm": "2020-01-27 00:00:00", "v": "7468146"}, "1580169600": {"c": "316.559998", "h": "319.359985", "l": "314", "o": "318.049988", "t": 1580169600, "tm": "2020-01-28 00:00:00", "v": "5502155"}, "1580256000": {"c": "322.019989", "h": "327.179993", "l": "319.140015", "o": "324.350006", "t": 1580256000, "tm": "2020-01-29 00:00:00", "v": "12458423"}, "1580342400": {"c": "323.299988", "h": "325.350006", "l": "317.630005", "o": "320.5", "t": 1580342400, "tm": "2020-01-30 00:00:00", "v": "6021977"}, "1580428800": {"c": "318.269989", "h": "321.929993", "l": "316.98999", "o": "321.75", "t": 1580428800, "tm": "2020-01-31 00:00:00", "v": "4999608"}, "1580688000": {"c": "316", "h": "320.73999", "l": "314.880005", "o": "318.75", "t": 1580688000, "tm": "2020-02-03 00:00:00", "v": "4847667"}, "1580774400": {"c": "317.940002", "h": "319.480011", "l": "315.029999", "o": "318.279999", "t": 1580774400, "tm": "2020-02-04 00:00:00", "v": "3779766"}, "1580860800": {"c": "329.549988", "h": "329.679993", "l": "319.230011", "o": "320.5", "t": 1580860800, "tm": "2020-02-05 00:00:00", "v": "6071783"}, "1580947200": {"c": "341.429993", "h": "343.440002", "l": "325.660004", "o": "330.910004", "t": 1580947200, "tm": "2020-02-06 00:00:00", "v": "12845457"}, "1581033600": {"c": "336.75", "h": "340.73999", "l": "335.690002", "o": "340.369995", "t": 1581033600, "tm": "2020-02-07 00:00:00", "v": "5337796"}, "1581292800": {"c": "344.670013", "h": "345.940002", "l": "336.320007", "o": "337.220001", "t": 1581292800, "tm": "2020-02-10 00:00:00", "v": "5876407"}, "1581379200": {"c": "344.420013", "h": "348.070007", "l": "342.100006", "o": "347.640015", "t": 1581379200, "tm": "2020-02-11 00:00:00", "v": "5311518"}, "1581465600": {"c": "347.450012", "h": "349.950012", "l": "345.850006", "o": "346.420013", "t": 1581465600, "tm": "2020-02-12 00:00:00", "v": "4421510"}, "1581552000": {"c": "342.820007", "h": "347.890015", "l": "342.630005", "o": "344.320007", "t": 1581552000, "tm": "2020-02-13 00:00:00", "v": "3783073"}, "1581638400": {"c": "340.48999", "h": "344.5", "l": "338", "o": "342.299988", "t": 1581638400, "tm": "2020-02-14 00:00:00", "v": "4199751"}, "1581984000": {"c": "338.880005", "h": "339.98999", "l": "336.100006", "o": "338.769989", "t": 1581984000, "tm": "2020-02-18 00:00:00", "v": "2908141"}, "1582070400": {"c": "338.299988", "h": "341.470001", "l": "335.859985", "o": "338.119995", "t": 1582070400, "tm": "2020-02-19 00:00:00", "v": "4935730"}, "1582156800": {"c": "336.279999", "h": "341.23999", "l": "335.390015", "o": "338.290009", "t": 1582156800, "tm": "2020-02-20 00:00:00", "v": "2807518"}, "1582243200": {"c": "330.380005", "h": "334.660004", "l": "330.230011", "o": "334.049988", "t": 1582243200, "tm": "2020-02-21 00:00:00", "v": "3709888"}, "1582502400": {"c": "317.899994", "h": "321.73999", "l": "316.329987", "o": "320", "t": 1582502400, "tm": "2020-02-24 00:00:00", "v": "6073231"}, "1582588800": {"c": "304.140015", "h": "320.640015", "l": "303.630005", "o": "318.26001", "t": 1582588800, "tm": "2020-02-25 00:00:00", "v": "8052504"}, "1582675200": {"c": "305.589996", "h": "315.220001", "l": "304.059998", "o": "307", "t": 1582675200, "tm": "2020-02-26 00:00:00", "v": "6996558"}, "1582761600": {"c": "287.76001", "h": "301", "l": "284.290009", "o": "300.369995", "t": 1582761600, "tm": "2020-02-27 00:00:00", "v": "10982361"}, "1582848000": {"c": "275.109985", "h": "282.859985", "l": "269.600006", "o": "278.070007", "t": 1582848000, "tm": "2020-02-28 00:00:00", "v": "15375143"}, "1583107200": {"c": "289.269989", "h": "291.709991", "l": "274.290009", "o": "279.540009", "t": 1583107200, "tm": "2020-03-02 00:00:00", "v": "11012274"}, "1583193600": {"c": "280.619995", "h": "297.440002", "l": "278.079987", "o": "292", "t": 1583193600, "tm": "2020-03-03 00:00:00", "v": "7499341"}, "1583280000": {"c": "283.119995", "h": "285.910004", "l": "277.01001", "o": "284.549988", "t": 1583280000, "tm": "2020-03-04 00:00:00", "v": "6986113"}, "1583366400": {"c": "260.369995", "h": "276.309998", "l": "259.649994", "o": "275.790009", "t": 1583366400, "tm": "2020-03-05 00:00:00", "v": "14669061"}, "1583452800": {"c": "262.329987", "h": "264.290009", "l": "249.800003", "o": "253.699997", "t": 1583452800, "tm": "2020-03-06 00:00:00", "v": "12861825"}, "1583712000": {"c": "227.169998", "h": "241.479996", "l": "224.369995", "o": "238", "t": 1583712000, "tm": "2020-03-09 00:00:00", "v": "11585504"}, "1583798400": {"c": "231.009995", "h": "237.830002", "l": "215", "o": "237", "t": 1583798400, "tm": "2020-03-10 00:00:00", "v": "13059626"}, "1583884800": {"c": "189.080002", "h": "226.990005", "l": "187", "o": "222.990005", "t": 1583884800, "tm": "2020-03-11 00:00:00", "v": "28571908"}, "1583971200": {"c": "154.839996", "h": "189.850006", "l": "154.809998", "o": "160.529999", "t": 1583971200, "tm": "2020-03-12 00:00:00", "v": "31734390"}, "1584057600": {"c": "170.199997", "h": "178.279999", "l": "161.380005", "o": "174.970001", "t": 1584057600, "tm": "2020-03-13 00:00:00", "v": "21168466"}, "1584316800": {"c": "129.610001", "h": "151", "l": "128.759995", "o": "149.419998", "t": 1584316800, "tm": "2020-03-16 00:00:00", "v": "26844388"}, "1584403200": {"c": "124.139999", "h": "134.960007", "l": "101.25", "o": "132.509995", "t": 1584403200, "tm": "2020-03-17 00:00:00", "v": "54492216"}, "1584489600": {"c": "101.889999", "h": "107.629997", "l": "89.07", "o": "99.550003", "t": 1584489600, "tm": "2020-03-18 00:00:00", "v": "61943228"}, "1584576000": {"c": "97.709999", "h": "103.5", "l": "90.449997", "o": "99.230003", "t": 1584576000, "tm": "2020-03-19 00:00:00", "v": "40210592"}, "1584662400": {"c": "95.010002", "h": "107", "l": "94.279999", "o": "99.849998", "t": 1584662400, "tm": "2020-03-20 00:00:00", "v": "41370712"}, "1584921600": {"c": "105.620003", "h": "114.489998", "l": "93.559998", "o": "98.75", "t": 1584921600, "tm": "2020-03-23 00:00:00", "v": "46140128"}, "1585008000": {"c": "127.68", "h": "127.889999", "l": "116.18", "o": "123", "t": 1585008000, "tm": "2020-03-24 00:00:00", "v": "43683120"}, "1585094400": {"c": "158.729996", "h": "174.380005", "l": "141.190002", "o": "154.75", "t": 1585094400, "tm": "2020-03-25 00:00:00", "v": "77825960"}, "1585180800": {"c": "180.550003", "h": "186.389999", "l": "167.369995", "o": "172.029999", "t": 1585180800, "tm": "2020-03-26 00:00:00", "v": "63504048"}, "1585267200": {"c": "162", "h": "172", "l": "155.690002", "o": "172", "t": 1585267200, "tm": "2020-03-27 00:00:00", "v": "47880172"}, "1585526400": {"c": "152.279999", "h": "153.809998", "l": "140.679993", "o": "153.809998", "t": 1585526400, "tm": "2020-03-30 00:00:00", "v": "51052464"}, "1585612800": {"c": "149.139999", "h": "160.639999", "l": "149", "o": "155", "t": 1585612800, "tm": "2020-03-31 00:00:00", "v": "29954044"}, "1585699200": {"c": "130.699997", "h": "144.380005", "l": "130", "o": "138.910004", "t": 1585699200, "tm": "2020-04-01 00:00:00", "v": "41899748"}, "1585785600": {"c": "123.269997", "h": "136.679993", "l": "120.020401", "o": "128.509995", "t": 1585785600, "tm": "2020-04-02 00:00:00", "v": "42372384"}, "1585872000": {"c": "124.519997", "h": "131.289993", "l": "122.5", "o": "125", "t": 1585872000, "tm": "2020-04-03 00:00:00", "v": "37347392"}, "1586131200": {"c": "148.770004", "h": "149.690002", "l": "129.210007", "o": "133.699997", "t": 1586131200, "tm": "2020-04-06 00:00:00", "v": "51085488"}, "1586217600": {"c": "141.580002", "h": "164.800003", "l": "140.259995", "o": "162", "t": 1586217600, "tm": "2020-04-07 00:00:00", "v": "56699068"}, "1586304000": {"c": "146.869995", "h": "154", "l": "144.550003", "o": "147.509995", "t": 1586304000, "tm": "2020-04-08 00:00:00", "v": "41350992"}, "1586390400": {"c": "151.839996", "h": "157.979996", "l": "150.089996", "o": "154.710007", "t": 1586390400, "tm": "2020-04-09 00:00:00", "v": "38049544"}, "1586736000": {"c": "147.330002", "h": "156", "l": "146.259995", "o": "155.5", "t": 1586736000, "tm": "2020-04-13 00:00:00", "v": "26034100"}, "1586822400": {"c": "141", "h": "152.399994", "l": "140", "o": "150.509995", "t": 1586822400, "tm": "2020-04-14 00:00:00", "v": "33970448"}, "1586908800": {"c": "145.979996", "h": "148.687302", "l": "132.899994", "o": "139", "t": 1586908800, "tm": "2020-04-15 00:00:00", "v": "39297632"}, "1586995200": {"c": "134.240005", "h": "143.240005", "l": "134", "o": "141.460007", "t": 1586995200, "tm": "2020-04-16 00:00:00", "v": "41364808"}, "1587081600": {"c": "154", "h": "154", "l": "145", "o": "149.410004", "t": 1587081600, "tm": "2020-04-17 00:00:00", "v": "52389408"}, "1587340800": {"c": "143.610001", "h": "151.629898", "l": "142.5", "o": "147.210007", "t": 1587340800, "tm": "2020-04-20 00:00:00", "v": "34983828"}, "1587427200": {"c": "136.330002", "h": "141.896194", "l": "135.449997", "o": "139.009995", "t": 1587427200, "tm": "2020-04-21 00:00:00", "v": "27043786"}, "1587513600": {"c": "134.970001", "h": "140.819901", "l": "134.520203", "o": "140.419998", "t": 1587513600, "tm": "2020-04-22 00:00:00", "v": "22842632"}, "1587600000": {"c": "137.740005", "h": "142.380005", "l": "136.050003", "o": "136.5", "t": 1587600000, "tm": "2020-04-23 00:00:00", "v": "25936404"}, "1587686400": {"c": "128.979996", "h": "137.570007", "l": "128.330002", "o": "137", "t": 1587686400, "tm": "2020-04-24 00:00:00", "v": "35947672"}, "1587945600": {"c": "128.679993", "h": "131.199997", "l": "123.830002", "o": "129.970001", "t": 1587945600, "tm": "2020-04-27 00:00:00", "v": "34562988"}, "1588032000": {"c": "131.300003", "h": "137.199997", "l": "127.739998", "o": "133.880005", "t": 1588032000, "tm": "2020-04-28 00:00:00", "v": "37806916"}, "1588118400": {"c": "139", "h": "147.179993", "l": "135.25", "o": "138.080002", "t": 1588118400, "tm": "2020-04-29 00:00:00", "v": "60454408"}, "1588204800": {"c": "141.020004", "h": "144.649994", "l": "132.309998", "o": "137.669998", "t": 1588204800, "tm": "2020-04-30 00:00:00", "v": "37876636"}, "1588291200": {"c": "133.369995", "h": "143.710007", "l": "132.839996", "o": "143.229996", "t": 1588291200, "tm": "2020-05-01 00:00:00", "v": "36613104"}, "1588550400": {"c": "131.460007", "h": "131.5", "l": "124.349998", "o": "127.114998", "t": 1588550400, "tm": "2020-05-04 00:00:00", "v": "30708928"}, "1588636800": {"c": "125.400002", "h": "133.800003", "l": "125", "o": "132.880005", "t": 1588636800, "tm": "2020-05-05 00:00:00", "v": "30620972"}, "1588723200": {"c": "121.860001", "h": "126.8591", "l": "121.370003", "o": "125.800003", "t": 1588723200, "tm": "2020-05-06 00:00:00", "v": "29627736"}, "1588809600": {"c": "128.649994", "h": "130.710007", "l": "122.360001", "o": "122.809998", "t": 1588809600, "tm": "2020-05-07 00:00:00", "v": "29525038"}, "1588896000": {"c": "133.440002", "h": "135.550003", "l": "131.559998", "o": "132.570007", "t": 1588896000, "tm": "2020-05-08 00:00:00", "v": "22739736"}, "1589155200": {"c": "128.910004", "h": "131", "l": "127.949997", "o": "130.919998", "t": 1589155200, "tm": "2020-05-11 00:00:00", "v": "20055448"}, "1589241600": {"c": "125.220001", "h": "133.119995", "l": "125.198898", "o": "129.720001", "t": 1589241600, "tm": "2020-05-12 00:00:00", "v": "22578972"}, "1589328000": {"c": "121.5", "h": "125.029999", "l": "119.360001", "o": "125", "t": 1589328000, "tm": "2020-05-13 00:00:00", "v": "26001998"}, "1589414400": {"c": "122.519997", "h": "122.599998", "l": "113.93", "o": "118.510002", "t": 1589414400, "tm": "2020-05-14 00:00:00", "v": "37499200"}, "1589500800": {"c": "120", "h": "121.839996", "l": "117.919998", "o": "118.279999", "t": 1589500800, "tm": "2020-05-15 00:00:00", "v": "26756828"}, "1589760000": {"c": "135.440002", "h": "136.169998", "l": "125.82", "o": "126.269997", "t": 1589760000, "tm": "2020-05-18 00:00:00", "v": "43891480"}, "1589846400": {"c": "130.440002", "h": "136.850006", "l": "130.320007", "o": "136.850006", "t": 1589846400, "tm": "2020-05-19 00:00:00", "v": "32373044"}, "1589932800": {"c": "133.320007", "h": "135.419998", "l": "131.350006", "o": "133.190002", "t": 1589932800, "tm": "2020-05-20 00:00:00", "v": "21835492"}, "1590019200": {"c": "139", "h": "144.130005", "l": "136.240005", "o": "136.690002", "t": 1590019200, "tm": "2020-05-21 00:00:00", "v": "48263856"}, "1590105600": {"c": "137.529999", "h": "141.080002", "l": "135.776596", "o": "141.009995", "t": 1590105600, "tm": "2020-05-22 00:00:00", "v": "21098832"}, "1590451200": {"c": "144.729996", "h": "145.860001", "l": "142.679993", "o": "145.229996", "t": 1590451200, "tm": "2020-05-26 00:00:00", "v": "30338250"}, "1590537600": {"c": "149.520004", "h": "149.639999", "l": "141.699997", "o": "149.470001", "t": 1590537600, "tm": "2020-05-27 00:00:00", "v": "32799948"}, "1590624000": {"c": "149.820007", "h": "156.550003", "l": "149.059998", "o": "156.149994", "t": 1590624000, "tm": "2020-05-28 00:00:00", "v": "34849876"}, "1590710400": {"c": "145.850006", "h": "152", "l": "142.940002", "o": "145.300003", "t": 1590710400, "tm": "2020-05-29 00:00:00", "v": "33905080"}, "1590969600": {"c": "151.389999", "h": "153.490005", "l": "144.720001", "o": "145.5", "t": 1590969600, "tm": "2020-06-01 00:00:00", "v": "27238996"}, "1591056000": {"c": "153.309998", "h": "155.75", "l": "151.830002", "o": "154.190002", "t": 1591056000, "tm": "2020-06-02 00:00:00", "v": "24780510"}, "1591142400": {"c": "173.160004", "h": "173.75", "l": "155.580002", "o": "157.110001", "t": 1591142400, "tm": "2020-06-03 00:00:00", "v": "66486428"}, "1591228800": {"c": "184.300003", "h": "188.580002", "l": "177.570007", "o": "181.110001", "t": 1591228800, "tm": "2020-06-04 00:00:00", "v": "67155584"}, "1591315200": {"c": "205.429993", "h": "218.789993", "l": "197.360001", "o": "205", "t": 1591315200, "tm": "2020-06-05 00:00:00", "v": "99846048"}, "1591574400": {"c": "230.5", "h": "233.839996", "l": "219.190002", "o": "223.029999", "t": 1591574400, "tm": "2020-06-08 00:00:00", "v": "80902752"}, "1591660800": {"c": "216.740005", "h": "226.889999", "l": "214.25", "o": "222", "t": 1591660800, "tm": "2020-06-09 00:00:00", "v": "66688656"}, "1591747200": {"c": "203.410004", "h": "213", "l": "197.570007", "o": "210", "t": 1591747200, "tm": "2020-06-10 00:00:00", "v": "90384848"}, "1591833600": {"c": "170", "h": "192.050003", "l": "166.089996", "o": "179.259995", "t": 1591833600, "tm": "2020-06-11 00:00:00", "v": "103212832"}, "1591920000": {"c": "189.509995", "h": "191.300003", "l": "176.259995", "o": "187.149994", "t": 1591920000, "tm": "2020-06-12 00:00:00", "v": "89550056"}, "1592179200": {"c": "190.940002", "h": "193.199997", "l": "176.119995", "o": "176.720001", "t": 1592179200, "tm": "2020-06-15 00:00:00", "v": "78612904"}, "1592265600": {"c": "197.770004", "h": "207.940002", "l": "192.779999", "o": "207", "t": 1592265600, "tm": "2020-06-16 00:00:00", "v": "76496872"}, "1592352000": {"c": "192.539993", "h": "196.089996", "l": "191.490005", "o": "194.470001", "t": 1592352000, "tm": "2020-06-17 00:00:00", "v": "53085360"}, "1592438400": {"c": "192.289993", "h": "197.960007", "l": "187.240005", "o": "188", "t": 1592438400, "tm": "2020-06-18 00:00:00", "v": "60849848"}, "1592524800": {"c": "187.020004", "h": "197.199997", "l": "184.600006", "o": "197.199997", "t": 1592524800, "tm": "2020-06-19 00:00:00", "v": "67262080"}, "1592784000": {"c": "188.520004", "h": "188.690002", "l": "182", "o": "184.399994", "t": 1592784000, "tm": "2020-06-22 00:00:00", "v": "53901492"}, "1592870400": {"c": "187.880005", "h": "189.949997", "l": "183.589996", "o": "189.190002", "t": 1592870400, "tm": "2020-06-23 00:00:00", "v": "50281300"}, "1592956800": {"c": "176.690002", "h": "184.979996", "l": "176.119995", "o": "183.600006", "t": 1592956800, "tm": "2020-06-24 00:00:00", "v": "56534828"}, "1593043200": {"c": "174.880005", "h": "177.490005", "l": "169.809998", "o": "169.830002", "t": 1593043200, "tm": "2020-06-25 00:00:00", "v": "57335720"}, "1593129600": {"c": "170.009995", "h": "173.649994", "l": "167.649994", "o": "173", "t": 1593129600, "tm": "2020-06-26 00:00:00", "v": "50644424"}, "1593388800": {"c": "194.490005", "h": "194.490005", "l": "176.419998", "o": "181.070007", "t": 1593388800, "tm": "2020-06-29 00:00:00", "v": "78499944"}, "1593475200": {"c": "183.300003", "h": "188.259995", "l": "180.399994", "o": "187.5", "t": 1593475200, "tm": "2020-06-30 00:00:00", "v": "65493076"}, "1593561600": {"c": "180.320007", "h": "190.610001", "l": "180.039993", "o": "185.880005", "t": 1593561600, "tm": "2020-07-01 00:00:00", "v": "49036748"}, "1593648000": {"c": "180.809998", "h": "187.789993", "l": "180.429993", "o": "185.580002", "t": 1593648000, "tm": "2020-07-02 00:00:00", "v": "41792300"}, "1593993600": {"c": "187.910004", "h": "189.300003", "l": "181.619995", "o": "184.75", "t": 1593993600, "tm": "2020-07-06 00:00:00", "v": "49471672"}, "1594080000": {"c": "178.880005", "h": "185.070007", "l": "178.649994", "o": "185.070007", "t": 1594080000, "tm": "2020-07-07 00:00:00", "v": "37105276"}, "1594166400": {"c": "180.080002", "h": "181.460007", "l": "175.550003", "o": "178.509995", "t": 1594166400, "tm": "2020-07-08 00:00:00", "v": "38116200"}, "1594252800": {"c": "173.279999", "h": "180.059998", "l": "172.809998", "o": "179.520004", "t": 1594252800, "tm": "2020-07-09 00:00:00", "v": "33514458"}, "1594339200": {"c": "178.440002", "h": "179.325104", "l": "169.75", "o": "171.699997", "t": 1594339200, "tm": "2020-07-10 00:00:00", "v": "40955568"}, "1594598400": {"c": "175.649994", "h": "183.25", "l": "174.399994", "o": "180.509995", "t": 1594598400, "tm": "2020-07-13 00:00:00", "v": "43364676"}, "1594684800": {"c": "179.960007", "h": "181.130005", "l": "173.440002", "o": "176.479996", "t": 1594684800, "tm": "2020-07-14 00:00:00", "v": "39256208"}, "1594771200": {"c": "187.940002", "h": "189.470001", "l": "181.289993", "o": "186", "t": 1594771200, "tm": "2020-07-15 00:00:00", "v": "48044832"}, "1594857600": {"c": "178.699997", "h": "184.309998", "l": "177.339996", "o": "183.860001", "t": 1594857600, "tm": "2020-07-16 00:00:00", "v": "35050016"}, "1594944000": {"c": "175.660004", "h": "181.100006", "l": "175.550003", "o": "178.410004", "t": 1594944000, "tm": "2020-07-17 00:00:00", "v": "26214976"}, "1595203200": {"c": "174.419998", "h": "176.570007", "l": "171.619995", "o": "175.130005", "t": 1595203200, "tm": "2020-07-20 00:00:00", "v": "25294296"}, "1595289600": {"c": "178.630005", "h": "182.630005", "l": "176.75", "o": "178.240005", "t": 1595289600, "tm": "2020-07-21 00:00:00", "v": "40774512"}, "1595376000": {"c": "179.789993", "h": "182.929993", "l": "175.410004", "o": "176.119995", "t": 1595376000, "tm": "2020-07-22 00:00:00", "v": "29790308"}, "1595462400": {"c": "176.449997", "h": "182.5", "l": "175.419998", "o": "178", "t": 1595462400, "tm": "2020-07-23 00:00:00", "v": "29587220"}, "1595548800": {"c": "173.759995", "h": "181.099899", "l": "173.600006", "o": "175.679993", "t": 1595548800, "tm": "2020-07-24 00:00:00", "v": "28548036"}, "1595808000": {"c": "170.210007", "h": "174.139999", "l": "169", "o": "173.039993", "t": 1595808000, "tm": "2020-07-27 00:00:00", "v": "30243772"}, "1595894400": {"c": "170.839996", "h": "173.679993", "l": "168.440002", "o": "168.440002", "t": 1595894400, "tm": "2020-07-28 00:00:00", "v": "25349138"}, "1595980800": {"c": "166.009995", "h": "173.009995", "l": "162.25", "o": "172.899994", "t": 1595980800, "tm": "2020-07-29 00:00:00", "v": "51709632"}, "1596067200": {"c": "161.949997", "h": "164.5", "l": "160.720001", "o": "162.380005", "t": 1596067200, "tm": "2020-07-30 00:00:00", "v": "29140020"}, "1596153600": {"c": "158", "h": "163.399994", "l": "156.259995", "o": "161.550003", "t": 1596153600, "tm": "2020-07-31 00:00:00", "v": "30286700"}, "1596412800": {"c": "162.270004", "h": "163.509995", "l": "153.410004", "o": "156.5", "t": 1596412800, "tm": "2020-08-03 00:00:00", "v": "38520484"}, "1596499200": {"c": "165.070007", "h": "167.399994", "l": "163.059998", "o": "164.690002", "t": 1596499200, "tm": "2020-08-04 00:00:00", "v": "30853452"}, "1596585600": {"c": "174.279999", "h": "174.979996", "l": "166.479996", "o": "167.649994", "t": 1596585600, "tm": "2020-08-05 00:00:00", "v": "46550968"}, "1596672000": {"c": "172.199997", "h": "175.5", "l": "170.600006", "o": "172.789993", "t": 1596672000, "tm": "2020-08-06 00:00:00", "v": "32921628"}, "1596758400": {"c": "170.020004", "h": "171.859894", "l": "168.699997", "o": "171.5", "t": 1596758400, "tm": "2020-08-07 00:00:00", "v": "19317972"}, "1597017600": {"c": "179.410004", "h": "179.789993", "l": "171.380005", "o": "171.380005", "t": 1597017600, "tm": "2020-08-10 00:00:00", "v": "35857656"}, "1597104000": {"c": "180.130005", "h": "189.910004", "l": "179.580002", "o": "184.839996", "t": 1597104000, "tm": "2020-08-11 00:00:00", "v": "61036612"}, "1597190400": {"c": "175.440002", "h": "183.970001", "l": "173.210007", "o": "183.970001", "t": 1597190400, "tm": "2020-08-12 00:00:00", "v": "40702392"}, "1597276800": {"c": "174.729996", "h": "179.309998", "l": "172.490005", "o": "173.190002", "t": 1597276800, "tm": "2020-08-13 00:00:00", "v": "22958756"}, "1597363200": {"c": "178.080002", "h": "179.470001", "l": "172.350006", "o": "173.089996", "t": 1597363200, "tm": "2020-08-14 00:00:00", "v": "32414092"}, "1597622400": {"c": "172.009995", "h": "178.139999", "l": "171.460007", "o": "178.139999", "t": 1597622400, "tm": "2020-08-17 00:00:00", "v": "23352124"}, "1597708800": {"c": "170.229996", "h": "173.220001", "l": "169.009995", "o": "171.979996", "t": 1597708800, "tm": "2020-08-18 00:00:00", "v": "21488490"}, "1597795200": {"c": "169.270004", "h": "173.919998", "l": "169.100006", "o": "170.5", "t": 1597795200, "tm": "2020-08-19 00:00:00", "v": "25601504"}, "1597881600": {"c": "169.580002", "h": "170.789993", "l": "165.880005", "o": "167.710007", "t": 1597881600, "tm": "2020-08-20 00:00:00", "v": "23213414"}, "1597968000": {"c": "167.5", "h": "170.083893", "l": "167.270004", "o": "168.350006", "t": 1597968000, "tm": "2020-08-21 00:00:00", "v": "16945902"}, "1598227200": {"c": "178.270004", "h": "178.270004", "l": "168.009995", "o": "168.720001", "t": 1598227200, "tm": "2020-08-24 00:00:00", "v": "39317104"}, "1598313600": {"c": "174.729996", "h": "180.410004", "l": "172.449997", "o": "180.389999", "t": 1598313600, "tm": "2020-08-25 00:00:00", "v": "31318540"}, "1598400000": {"c": "171.899994", "h": "174.339996", "l": "171.360001", "o": "173.720001", "t": 1598400000, "tm": "2020-08-26 00:00:00", "v": "16189790"}, "1598486400": {"c": "174.199997", "h": "181.270004", "l": "173.600006", "o": "174.850006", "t": 1598486400, "tm": "2020-08-27 00:00:00", "v": "29548068"}, "1598572800": {"c": "175.800003", "h": "177.279999", "l": "172.570007", "o": "175.110001", "t": 1598572800, "tm": "2020-08-28 00:00:00", "v": "20383896"}, "1598832000": {"c": "171.820007", "h": "175.259995", "l": "171.75", "o": "174.589996", "t": 1598832000, "tm": "2020-08-31 00:00:00", "v": "16264298"}, "1598918400": {"c": "172.100006", "h": "175.490005", "l": "169.25", "o": "170.710007", "t": 1598918400, "tm": "2020-09-01 00:00:00", "v": "18917348"}, "1599004800": {"c": "174.779999", "h": "174.990005", "l": "171.449997", "o": "172.669998", "t": 1599004800, "tm": "2020-09-02 00:00:00", "v": "16552085"}, "1599091200": {"c": "168.770004", "h": "180.779999", "l": "168.199997", "o": "176", "t": 1599091200, "tm": "2020-09-03 00:00:00", "v": "27799392"}, "1599177600": {"c": "171.050003", "h": "172.830002", "l": "164", "o": "171.309998", "t": 1599177600, "tm": "2020-09-04 00:00:00", "v": "18867266"}, "1599523200": {"c": "161.080002", "h": "166.839996", "l": "160.5", "o": "165.800003", "t": 1599523200, "tm": "2020-09-08 00:00:00", "v": "22622676"}, "1599609600": {"c": "160.779999", "h": "163.009995", "l": "157.039993", "o": "161.5", "t": 1599609600, "tm": "2020-09-09 00:00:00", "v": "21951400"}, "1599696000": {"c": "157.690002", "h": "163.779999", "l": "157.619995", "o": "161", "t": 1599696000, "tm": "2020-09-10 00:00:00", "v": "14532586"}, "1599782400": {"c": "160.229996", "h": "161.359207", "l": "156.320007", "o": "158", "t": 1599782400, "tm": "2020-09-11 00:00:00", "v": "14722442"}, "1600041600": {"c": "165.350006", "h": "165.929993", "l": "159.070007", "o": "162", "t": 1600041600, "tm": "2020-09-14 00:00:00", "v": "17228432"}, "1600128000": {"c": "163.490005", "h": "168.800003", "l": "163.360001", "o": "166.660004", "t": 1600128000, "tm": "2020-09-15 00:00:00", "v": "14881701"}, "1600214400": {"c": "167.460007", "h": "170.550003", "l": "160.369995", "o": "162.029999", "t": 1600214400, "tm": "2020-09-16 00:00:00", "v": "21886252"}, "1600300800": {"c": "167.529999", "h": "168.449997", "l": "161.070007", "o": "164", "t": 1600300800, "tm": "2020-09-17 00:00:00", "v": "19717828"}, "1600387200": {"c": "161.139999", "h": "169.720001", "l": "161.020004", "o": "165.660004", "t": 1600387200, "tm": "2020-09-18 00:00:00", "v": "22057120"}, "1600646400": {"c": "156.350006", "h": "158.759995", "l": "154.210007", "o": "157.800003", "t": 1600646400, "tm": "2020-09-21 00:00:00", "v": "23125336"}, "1600732800": {"c": "156.800003", "h": "160.020004", "l": "155", "o": "156.789993", "t": 1600732800, "tm": "2020-09-22 00:00:00", "v": "17768918"}, "1600819200": {"c": "151.179993", "h": "160.419998", "l": "150.899994", "o": "157.669998", "t": 1600819200, "tm": "2020-09-23 00:00:00", "v": "18247496"}, "1600905600": {"c": "146.050003", "h": "150.25", "l": "145.020004", "o": "150.220001", "t": 1600905600, "tm": "2020-09-24 00:00:00", "v": "27098140"}, "1600992000": {"c": "156.029999", "h": "156.3116", "l": "146.414993", "o": "146.850006", "t": 1600992000, "tm": "2020-09-25 00:00:00", "v": "29123012"}, "1601251200": {"c": "166.080002", "h": "167.899994", "l": "159.199997", "o": "160.770004", "t": 1601251200, "tm": "2020-09-28 00:00:00", "v": "38868156"}, "1601337600": {"c": "163.600006", "h": "165.5", "l": "162.020004", "o": "164.289993", "t": 1601337600, "tm": "2020-09-29 00:00:00", "v": "19920966"}, "1601424000": {"c": "165.259995", "h": "170.979996", "l": "164.169998", "o": "164.759995", "t": 1601424000, "tm": "2020-09-30 00:00:00", "v": "38436692"}, "1601510400": {"c": "167.860001", "h": "172.720001", "l": "165.570007", "o": "169.600006", "t": 1601510400, "tm": "2020-10-01 00:00:00", "v": "30677082"}, "1601596800": {"c": "168.080002", "h": "169.779999", "l": "161.800003", "o": "161.860001", "t": 1601596800, "tm": "2020-10-02 00:00:00", "v": "31773792"}, "1601856000": {"c": "171.199997", "h": "172.080002", "l": "167.509995", "o": "169.490005", "t": 1601856000, "tm": "2020-10-05 00:00:00", "v": "19082148"}, "1601942400": {"c": "159.539993", "h": "175.470001", "l": "159.360001", "o": "172.850006", "t": 1601942400, "tm": "2020-10-06 00:00:00", "v": "47132548"}, "1602028800": {"c": "164.610001", "h": "166.289993", "l": "162.449997", "o": "163.660004", "t": 1602028800, "tm": "2020-10-07 00:00:00", "v": "26019072"}, "1602115200": {"c": "168", "h": "168.080002", "l": "163.570007", "o": "166.399994", "t": 1602115200, "tm": "2020-10-08 00:00:00", "v": "20598604"}, "1602201600": {"c": "167.330002", "h": "170", "l": "166.820007", "o": "169.929993", "t": 1602201600, "tm": "2020-10-09 00:00:00", "v": "17405970"}, "1602460800": {"c": "167.350006", "h": "169.149994", "l": "166", "o": "167.5", "t": 1602460800, "tm": "2020-10-12 00:00:00", "v": "12176639"}, "1602547200": {"c": "162.139999", "h": "165.429993", "l": "162.100006", "o": "165.119995", "t": 1602547200, "tm": "2020-10-13 00:00:00", "v": "15182626"}, "1602633600": {"c": "163.240005", "h": "165.160004", "l": "162.520004", "o": "162.699997", "t": 1602633600, "tm": "2020-10-14 00:00:00", "v": "10541785"}, "1602720000": {"c": "164.240005", "h": "164.449997", "l": "158.75", "o": "160.309998", "t": 1602720000, "tm": "2020-10-15 00:00:00", "v": "13226822"}, "1602806400": {"c": "167.350006", "h": "173.419998", "l": "167.270004", "o": "171.220001", "t": 1602806400, "tm": "2020-10-16 00:00:00", "v": "31780624"}, "1603065600": {"c": "167.110001", "h": "170.220001", "l": "166.149994", "o": "169.070007", "t": 1603065600, "tm": "2020-10-19 00:00:00", "v": "16519618"}, "1603152000": {"c": "167.240005", "h": "169.25", "l": "166.279999", "o": "168.289993", "t": 1603152000, "tm": "2020-10-20 00:00:00", "v": "12319920"}, "1603238400": {"c": "163.860001", "h": "167.630005", "l": "163.860001", "o": "166.360001", "t": 1603238400, "tm": "2020-10-21 00:00:00", "v": "11450646"}, "1603324800": {"c": "169.070007", "h": "169.600006", "l": "164.100006", "o": "164.559998", "t": 1603324800, "tm": "2020-10-22 00:00:00", "v": "14238164"}, "1603411200": {"c": "167.360001", "h": "170.259995", "l": "166.050003", "o": "169.990005", "t": 1603411200, "tm": "2020-10-23 00:00:00", "v": "10024180"}, "1603670400": {"c": "160.830002", "h": "165.130005", "l": "159.080002", "o": "164.5", "t": 1603670400, "tm": "2020-10-26 00:00:00", "v": "16151140"}, "1603756800": {"c": "155.240005", "h": "160.25", "l": "155.039993", "o": "159.100006", "t": 1603756800, "tm": "2020-10-27 00:00:00", "v": "15491864"}, "1603843200": {"c": "148.139999", "h": "153.860001", "l": "148.059998", "o": "152.539993", "t": 1603843200, "tm": "2020-10-28 00:00:00", "v": "20279768"}, "1603929600": {"c": "148.289993", "h": "150.100006", "l": "146.600006", "o": "148.029999", "t": 1603929600, "tm": "2020-10-29 00:00:00", "v": "14554267"}, "1604016000": {"c": "144.389999", "h": "149.169907", "l": "141.580002", "o": "147.199997", "t": 1604016000, "tm": "2020-10-30 00:00:00", "v": "15392753"}, "1604275200": {"c": "148.600006", "h": "149.550003", "l": "143.550003", "o": "145.5", "t": 1604275200, "tm": "2020-11-02 00:00:00", "v": "13854646"}, "1604361600": {"c": "153.649994", "h": "154.779999", "l": "150.75", "o": "151.779999", "t": 1604361600, "tm": "2020-11-03 00:00:00", "v": "12249773"}, "1604448000": {"c": "151.630005", "h": "155.369995", "l": "151.199997", "o": "153", "t": 1604448000, "tm": "2020-11-04 00:00:00", "v": "11344718"}, "1604534400": {"c": "157.089996", "h": "157.630005", "l": "152.199997", "o": "152.429993", "t": 1604534400, "tm": "2020-11-05 00:00:00", "v": "12328321"}, "1604620800": {"c": "157.740005", "h": "158.470001", "l": "154.520004", "o": "156.330002", "t": 1604620800, "tm": "2020-11-06 00:00:00", "v": "8995560"}, "1604880000": {"c": "179.360001", "h": "184.449997", "l": "172.25", "o": "179.029999", "t": 1604880000, "tm": "2020-11-09 00:00:00", "v": "49014412"}, "1604966400": {"c": "188.690002", "h": "193.899994", "l": "180.440002", "o": "182.970001", "t": 1604966400, "tm": "2020-11-10 00:00:00", "v": "46404276"}, "1605052800": {"c": "182.149994", "h": "189.929993", "l": "180.449997", "o": "189.699997", "t": 1605052800, "tm": "2020-11-11 00:00:00", "v": "29907750"}, "1605139200": {"c": "176.720001", "h": "184.539993", "l": "176.25", "o": "178.520004", "t": 1605139200, "tm": "2020-11-12 00:00:00", "v": "20336210"}, "1605225600": {"c": "187.110001", "h": "187.270004", "l": "178.710007", "o": "178.999695", "t": 1605225600, "tm": "2020-11-13 00:00:00", "v": "19784796"}, "1605484800": {"c": "202.399994", "h": "202.940002", "l": "191.440002", "o": "194.949997", "t": 1605484800, "tm": "2020-11-16 00:00:00", "v": "40562836"}, "1605571200": {"c": "210.050003", "h": "211.199997", "l": "196.199997", "o": "200.320007", "t": 1605571200, "tm": "2020-11-17 00:00:00", "v": "38299288"}, "1605657600": {"c": "203.300003", "h": "222.75", "l": "203.009995", "o": "222.75", "t": 1605657600, "tm": "2020-11-18 00:00:00", "v": "65990688"}, "1605744000": {"c": "205.669998", "h": "209.339996", "l": "200.190002", "o": "203.300003", "t": 1605744000, "tm": "2020-11-19 00:00:00", "v": "34236072"}, "1605830400": {"c": "199.619995", "h": "206.580002", "l": "199.169998", "o": "204.589996", "t": 1605830400, "tm": "2020-11-20 00:00:00", "v": "18230882"}, "1606089600": {"c": "211.529999", "h": "214.169998", "l": "202", "o": "203.050003", "t": 1606089600, "tm": "2020-11-23 00:00:00", "v": "28372396"}, "1606176000": {"c": "218.490005", "h": "222.899994", "l": "215.899994", "o": "219.850006", "t": 1606176000, "tm": "2020-11-24 00:00:00", "v": "31131996"}, "1606262400": {"c": "217.610001", "h": "221", "l": "213.089996", "o": "217.710007", "t": 1606262400, "tm": "2020-11-25 00:00:00", "v": "19254144"}, "1606435200": {"c": "216.5", "h": "219.929993", "l": "216.039993", "o": "218.25", "t": 1606435200, "tm": "2020-11-27 00:00:00", "v": "9970228"}, "1606694400": {"c": "210.710007", "h": "217.720001", "l": "208.649994", "o": "215.199997", "t": 1606694400, "tm": "2020-11-30 00:00:00", "v": "16501856"}, "1606780800": {"c": "213.009995", "h": "218.089996", "l": "213", "o": "214.309998", "t": 1606780800, "tm": "2020-12-01 00:00:00", "v": "15543033"}, "1606867200": {"c": "223.850006", "h": "224.979996", "l": "210.5", "o": "213.080002", "t": 1606867200, "tm": "2020-12-02 00:00:00", "v": "25912264"}, "1606953600": {"c": "237.199997", "h": "241.990005", "l": "226.720001", "o": "227.630005", "t": 1606953600, "tm": "2020-12-03 00:00:00", "v": "45945140"}, "1607040000": {"c": "232.710007", "h": "238.179901", "l": "230.25", "o": "236.360001", "t": 1607040000, "tm": "2020-12-04 00:00:00", "v": "29378368"}, "1607299200": {"c": "238.169998", "h": "244.009995", "l": "237.279999", "o": "237.949997", "t": 1607299200, "tm": "2020-12-07 00:00:00", "v": "33246664"}, "1607385600": {"c": "236.570007", "h": "241.5", "l": "234.610001", "o": "238.460007", "t": 1607385600, "tm": "2020-12-08 00:00:00", "v": "19682032"}, "1607472000": {"c": "232.059998", "h": "240.839996", "l": "228.389999", "o": "238.479996", "t": 1607472000, "tm": "2020-12-09 00:00:00", "v": "19043596"}, "1607558400": {"c": "234.429993", "h": "236.949997", "l": "228.240005", "o": "228.240005", "t": 1607558400, "tm": "2020-12-10 00:00:00", "v": "16185032"}, "1607644800": {"c": "230.330002", "h": "236.220001", "l": "228.330002", "o": "232.820007", "t": 1607644800, "tm": "2020-12-11 00:00:00", "v": "17311800"}, "1607904000": {"c": "228.619995", "h": "237.529999", "l": "228.369995", "o": "234.369995", "t": 1607904000, "tm": "2020-12-14 00:00:00", "v": "19231240"}, "1607990400": {"c": "229.5", "h": "232.5", "l": "224.720001", "o": "230.039993", "t": 1607990400, "tm": "2020-12-15 00:00:00", "v": "19013192"}, "1608076800": {"c": "225.869995", "h": "232.309998", "l": "225.300003", "o": "229.350006", "t": 1608076800, "tm": "2020-12-16 00:00:00", "v": "17858394"}, "1608163200": {"c": "221.240005", "h": "228.470001", "l": "220.570007", "o": "227.300003", "t": 1608163200, "tm": "2020-12-17 00:00:00", "v": "17465600"}, "1608249600": {"c": "219.75", "h": "223.464005", "l": "218.610001", "o": "222.050003", "t": 1608249600, "tm": "2020-12-18 00:00:00", "v": "19092764"}, "1608508800": {"c": "219.309998", "h": "219.399994", "l": "211.100006", "o": "212", "t": 1608508800, "tm": "2020-12-21 00:00:00", "v": "18726504"}, "1608595200": {"c": "218.779999", "h": "223.160004", "l": "217.710007", "o": "223.160004", "t": 1608595200, "tm": "2020-12-22 00:00:00", "v": "13326166"}, "1608681600": {"c": "219.690002", "h": "224.339996", "l": "219.410004", "o": "219.75", "t": 1608681600, "tm": "2020-12-23 00:00:00", "v": "10869007"}, "1608768000": {"c": "217.149994", "h": "219.880005", "l": "216.050003", "o": "219.619995", "t": 1608768000, "tm": "2020-12-24 00:00:00", "v": "6398510"}, "1609113600": {"c": "216.089996", "h": "219.029999", "l": "215.190002", "o": "217.75", "t": 1609113600, "tm": "2020-12-28 00:00:00", "v": "9090579"}, "1609200000": {"c": "216.25", "h": "221.600006", "l": "215.399994", "o": "218.320007", "t": 1609200000, "tm": "2020-12-29 00:00:00", "v": "14593765"}, "1609286400": {"c": "216.669998", "h": "218.520004", "l": "214.380005", "o": "216.169998", "t": 1609286400, "tm": "2020-12-30 00:00:00", "v": "10812617"}, "1609372800": {"c": "214.059998", "h": "216.899994", "l": "212.699997", "o": "216.240005", "t": 1609372800, "tm": "2020-12-31 00:00:00", "v": "10487567"}, "1609718400": {"c": "202.720001", "h": "209.850006", "l": "202.5", "o": "209.410004", "t": 1609718400, "tm": "2021-01-04 00:00:00", "v": "21225594"}, "1609804800": {"c": "211.630005", "h": "213.320007", "l": "205.059998", "o": "205.100006", "t": 1609804800, "tm": "2021-01-05 00:00:00", "v": "19338304"}, "1609891200": {"c": "211.029999", "h": "215.610001", "l": "209.339996", "o": "210.220001", "t": 1609891200, "tm": "2021-01-06 00:00:00", "v": "16069675"}, "1609977600": {"c": "212.710007", "h": "216.600006", "l": "211.779999", "o": "213.210007", "t": 1609977600, "tm": "2021-01-07 00:00:00", "v": "14474098"}, "1610064000": {"c": "209.899994", "h": "214.100006", "l": "208.154999", "o": "213.610001", "t": 1610064000, "tm": "2021-01-08 00:00:00", "v": "14144017"}, "1610323200": {"c": "206.789993", "h": "209.899994", "l": "201.009995", "o": "209.899994", "t": 1610323200, "tm": "2021-01-11 00:00:00", "v": "16789280"}, "1610409600": {"c": "208.410004", "h": "208.990005", "l": "204.820007", "o": "206.580002", "t": 1610409600, "tm": "2021-01-12 00:00:00", "v": "12836218"}, "1610496000": {"c": "207.210007", "h": "208.759995", "l": "204.880005", "o": "207.339996", "t": 1610496000, "tm": "2021-01-13 00:00:00", "v": "8570469"}, "1610582400": {"c": "209.910004", "h": "214.190002", "l": "208.669998", "o": "208.669998", "t": 1610582400, "tm": "2021-01-14 00:00:00", "v": "12446820"}, "1610668800": {"c": "204.320007", "h": "209.25", "l": "204.199997", "o": "208.960007", "t": 1610668800, "tm": "2021-01-15 00:00:00", "v": "11103341"}, "1611014400": {"c": "210.710007", "h": "211.520004", "l": "206.619995", "o": "207.119995", "t": 1611014400, "tm": "2021-01-19 00:00:00", "v": "11947219"}, "1611100800": {"c": "211.449997", "h": "215.589996", "l": "211.210007", "o": "213.240005", "t": 1611100800, "tm": "2021-01-20 00:00:00", "v": "9727036"}, "1611187200": {"c": "207.410004", "h": "211.929993", "l": "206.339996", "o": "211.720001", "t": 1611187200, "tm": "2021-01-21 00:00:00", "v": "11119827"}, "1611273600": {"c": "205.839996", "h": "206.699905", "l": "204.270004", "o": "205.550003", "t": 1611273600, "tm": "2021-01-22 00:00:00", "v": "7514630"}, "1611532800": {"c": "203.360001", "h": "205.839996", "l": "199.309998", "o": "205.839996", "t": 1611532800, "tm": "2021-01-25 00:00:00", "v": "14276235"}, "1611619200": {"c": "202.059998", "h": "208.149994", "l": "201.899994", "o": "205.559998", "t": 1611619200, "tm": "2021-01-26 00:00:00", "v": "11011763"}, "1611705600": {"c": "194.029999", "h": "199.380005", "l": "191.940002", "o": "196.380005", "t": 1611705600, "tm": "2021-01-27 00:00:00", "v": "20948458"}, "1611792000": {"c": "197.229996", "h": "200.399994", "l": "196.130005", "o": "198.259995", "t": 1611792000, "tm": "2021-01-28 00:00:00", "v": "10403214"}, "1611878400": {"c": "194.190002", "h": "201.570007", "l": "193.120102", "o": "198.300003", "t": 1611878400, "tm": "2021-01-29 00:00:00", "v": "13683736"}, "1612137600": {"c": "195.839996", "h": "197.360001", "l": "192.919998", "o": "196.100006", "t": 1612137600, "tm": "2021-02-01 00:00:00", "v": "9061904"}, "1612224000": {"c": "200.940002", "h": "203.029999", "l": "198.149994", "o": "198.5", "t": 1612224000, "tm": "2021-02-02 00:00:00", "v": "11130617"}, "1612310400": {"c": "207.389999", "h": "208.139999", "l": "201.389999", "o": "201.770004", "t": 1612310400, "tm": "2021-02-03 00:00:00", "v": "11836856"}, "1612396800": {"c": "210.639999", "h": "212.449997", "l": "208.020004", "o": "209.369995", "t": 1612396800, "tm": "2021-02-04 00:00:00", "v": "11869930"}, "1612483200": {"c": "207.929993", "h": "213.198807", "l": "206.660004", "o": "212.25", "t": 1612483200, "tm": "2021-02-05 00:00:00", "v": "9546076"}, "1612742400": {"c": "211.949997", "h": "211.990005", "l": "208.300003", "o": "209.550003", "t": 1612742400, "tm": "2021-02-08 00:00:00", "v": "10948772"}, "1612828800": {"c": "215.119995", "h": "216.729996", "l": "208.902695", "o": "210.600006", "t": 1612828800, "tm": "2021-02-09 00:00:00", "v": "13471216"}, "1612915200": {"c": "211.919998", "h": "217.490005", "l": "211.119995", "o": "215.649994", "t": 1612915200, "tm": "2021-02-10 00:00:00", "v": "11425221"}, "1613001600": {"c": "210.53", "h": "213.990005", "l": "208.570908", "o": "212.235001", "t": 1613001600, "tm": "2021-02-11 00:00:00", "v": "7069470"}}, "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "id": {"type": "string"}, "period": {"type": "string"}, "server_time": {"type": "string"}, "symbol": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"properties": {"1575417600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1575504000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1575590400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1575849600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1575936000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1576022400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1576108800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1576195200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1576454400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1576540800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1576627200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1576713600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1576800000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1577059200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1577145600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1577318400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1577404800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1577664000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1577750400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1577923200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1578009600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1578268800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1578355200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1578441600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1578528000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1578614400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1578873600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1578960000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1579046400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1579132800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1579219200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1579564800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1579651200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1579737600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1579824000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1580083200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1580169600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1580256000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1580342400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1580428800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1580688000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1580774400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1580860800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1580947200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1581033600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1581292800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1581379200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1581465600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1581552000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1581638400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1581984000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1582070400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1582156800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1582243200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1582502400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1582588800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1582675200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1582761600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1582848000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1583107200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1583193600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1583280000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1583366400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1583452800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1583712000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1583798400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1583884800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1583971200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1584057600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1584316800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1584403200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1584489600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1584576000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1584662400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1584921600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1585008000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1585094400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1585180800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1585267200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1585526400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1585612800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1585699200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1585785600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1585872000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1586131200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1586217600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1586304000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1586390400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1586736000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1586822400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1586908800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1586995200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1587081600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1587340800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1587427200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1587513600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1587600000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1587686400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1587945600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1588032000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1588118400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1588204800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1588291200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1588550400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1588636800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1588723200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1588809600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1588896000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1589155200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1589241600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1589328000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1589414400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1589500800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1589760000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1589846400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1589932800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1590019200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1590105600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1590451200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1590537600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1590624000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1590710400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1590969600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1591056000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1591142400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1591228800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1591315200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1591574400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1591660800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1591747200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1591833600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1591920000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1592179200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1592265600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1592352000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1592438400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1592524800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1592784000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1592870400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1592956800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1593043200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1593129600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1593388800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1593475200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1593561600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1593648000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1593993600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1594080000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1594166400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1594252800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1594339200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1594598400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1594684800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1594771200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1594857600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1594944000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1595203200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1595289600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1595376000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1595462400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1595548800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1595808000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1595894400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1595980800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1596067200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1596153600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1596412800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1596499200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1596585600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1596672000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1596758400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1597017600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1597104000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1597190400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1597276800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1597363200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1597622400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1597708800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1597795200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1597881600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1597968000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1598227200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1598313600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1598400000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1598486400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1598572800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1598832000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1598918400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1599004800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1599091200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1599177600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1599523200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1599609600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1599696000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1599782400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1600041600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1600128000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1600214400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1600300800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1600387200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1600646400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1600732800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1600819200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1600905600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1600992000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1601251200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1601337600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1601424000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1601510400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1601596800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1601856000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1601942400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1602028800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1602115200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1602201600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1602460800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1602547200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1602633600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1602720000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1602806400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1603065600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1603152000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1603238400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1603324800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1603411200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1603670400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1603756800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1603843200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1603929600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1604016000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1604275200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1604361600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1604448000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1604534400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1604620800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1604880000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1604966400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1605052800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1605139200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1605225600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1605484800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1605571200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1605657600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1605744000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1605830400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1606089600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1606176000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1606262400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1606435200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1606694400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1606780800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1606867200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1606953600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1607040000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1607299200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1607385600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1607472000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1607558400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1607644800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1607904000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1607990400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1608076800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1608163200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1608249600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1608508800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1608595200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1608681600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1608768000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1609113600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1609200000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1609286400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1609372800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1609718400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1609804800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1609891200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1609977600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1610064000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1610323200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1610409600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1610496000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1610582400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1610668800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1611014400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1611100800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1611187200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1611273600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1611532800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1611619200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1611705600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1611792000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1611878400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1612137600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1612224000": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1612310400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1612396800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1612483200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1612742400": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1612828800": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1612915200": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "1613001600": {"properties": {"c": {"type": "string"}, "h": {"type": "string"}, "l": {"type": "string"}, "o": {"type": "string"}, "t": {"type": "integer"}, "tm": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}}, "type": "object"}, "status": {"type": "boolean"}}, "type": "object"}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/6d32f189-fe7a-45d3-b635-9602bbce97e7/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Dividens - Yields
You can get dividends last and historical data in single request
200
Response
{"code": 200, "info": {"credit_count": 1, "server_time": "2021-02-12 11:15:46 UTC"}, "msg": "Successfully", "response": [{"data": {"965779200": {"dividend": "0.14", "dividend_date": "2000-08-09", "payment_date": "2000-08-15", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "973641600": {"dividend": "0.14", "dividend_date": "2000-11-08", "payment_date": "2000-12-03", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "981504000": {"dividend": "0.17", "dividend_date": "2001-02-07", "payment_date": "2001-03-04", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "989366400": {"dividend": "0.17", "dividend_date": "2001-05-09", "payment_date": "2001-06-03", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "997833600": {"dividend": "0.17", "dividend_date": "2001-08-15", "payment_date": "2001-09-09", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1005696000": {"dividend": "0.17", "dividend_date": "2001-11-14", "payment_date": "2001-12-09", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1012953600": {"dividend": "0.17", "dividend_date": "2002-02-06", "payment_date": "2002-03-03", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1021420800": {"dividend": "0.17", "dividend_date": "2002-05-15", "payment_date": "2002-06-09", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1029283200": {"dividend": "0.17", "dividend_date": "2002-08-14", "payment_date": "2002-09-08", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1037145600": {"dividend": "0.17", "dividend_date": "2002-11-13", "payment_date": "2002-12-06", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1044403200": {"dividend": "0.17", "dividend_date": "2003-02-05", "payment_date": "2003-03-02", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1052870400": {"dividend": "0.17", "dividend_date": "2003-05-14", "payment_date": "2003-06-06", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1060732800": {"dividend": "0.17", "dividend_date": "2003-08-13", "payment_date": "2003-09-05", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1068595200": {"dividend": "0.17", "dividend_date": "2003-11-12", "payment_date": "2003-12-05", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1076457600": {"dividend": "0.17", "dividend_date": "2004-02-11", "payment_date": "2004-03-07", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1084924800": {"dividend": "0.2", "dividend_date": "2004-05-19", "payment_date": "2004-06-11", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1092182400": {"dividend": "0.2", "dividend_date": "2004-08-11", "payment_date": "2004-09-03", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1099958400": {"dividend": "0.2", "dividend_date": "2004-11-09", "payment_date": "2004-12-03", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1107907200": {"dividend": "0.25", "dividend_date": "2005-02-09", "payment_date": "2005-03-04", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1115769600": {"dividend": "0.25", "dividend_date": "2005-05-11", "payment_date": "2005-06-03", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1123632000": {"dividend": "0.25", "dividend_date": "2005-08-10", "payment_date": "2005-09-02", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1131408000": {"dividend": "0.25", "dividend_date": "2005-11-08", "payment_date": "2005-12-02", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1139356800": {"dividend": "0.3", "dividend_date": "2006-02-08", "payment_date": "2006-03-03", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1147219200": {"dividend": "0.3", "dividend_date": "2006-05-10", "payment_date": "2006-06-02", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1155081600": {"dividend": "0.3", "dividend_date": "2006-08-09", "payment_date": "2006-09-01", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1162944000": {"dividend": "0.3", "dividend_date": "2006-11-08", "payment_date": "2006-12-01", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1170806400": {"dividend": "0.35", "dividend_date": "2007-02-07", "payment_date": "2007-03-02", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1178668800": {"dividend": "0.35", "dividend_date": "2007-05-09", "payment_date": "2007-06-01", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1186531200": {"dividend": "0.35", "dividend_date": "2007-08-08", "payment_date": "2007-09-07", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1194393600": {"dividend": "0.35", "dividend_date": "2007-11-07", "payment_date": "2007-12-07", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1202256000": {"dividend": "0.4", "dividend_date": "2008-02-06", "payment_date": "2008-03-07", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1210118400": {"dividend": "0.4", "dividend_date": "2008-05-07", "payment_date": "2008-06-06", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1217980800": {"dividend": "0.4", "dividend_date": "2008-08-06", "payment_date": "2008-09-05", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1225843200": {"dividend": "0.4", "dividend_date": "2008-11-05", "payment_date": "2008-12-05", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1233705600": {"dividend": "0.42", "dividend_date": "2009-02-04", "payment_date": "2009-03-06", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1241568000": {"dividend": "0.42", "dividend_date": "2009-05-06", "payment_date": "2009-06-05", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1249430400": {"dividend": "0.42", "dividend_date": "2009-08-05", "payment_date": "2009-09-04", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1257292800": {"dividend": "0.42", "dividend_date": "2009-11-04", "payment_date": "2009-12-04", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1265155200": {"dividend": "0.42", "dividend_date": "2010-02-03", "payment_date": "2010-03-05", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1273017600": {"dividend": "0.42", "dividend_date": "2010-05-05", "payment_date": "2010-06-04", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1280880000": {"dividend": "0.42", "dividend_date": "2010-08-04", "payment_date": "2010-09-03", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1288742400": {"dividend": "0.42", "dividend_date": "2010-11-03", "payment_date": "2010-12-03", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1297209600": {"dividend": "0.42", "dividend_date": "2011-02-09", "payment_date": "2011-03-04", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1305072000": {"dividend": "0.42", "dividend_date": "2011-05-11", "payment_date": "2011-06-03", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1312934400": {"dividend": "0.42", "dividend_date": "2011-08-10", "payment_date": "2011-09-02", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1320710400": {"dividend": "0.42", "dividend_date": "2011-11-08", "payment_date": "2011-12-02", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1328659200": {"dividend": "0.44", "dividend_date": "2012-02-08", "payment_date": "2012-03-02", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1336521600": {"dividend": "0.44", "dividend_date": "2012-05-09", "payment_date": "2012-06-01", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1344988800": {"dividend": "0.44", "dividend_date": "2012-08-15", "payment_date": "2012-09-07", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1352246400": {"dividend": "0.44", "dividend_date": "2012-11-07", "payment_date": "2012-12-07", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1360713600": {"dividend": "0.485", "dividend_date": "2013-02-13", "payment_date": "2013-03-08", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1367971200": {"dividend": "0.485", "dividend_date": "2013-05-08", "payment_date": "2013-06-07", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1375833600": {"dividend": "0.485", "dividend_date": "2013-08-07", "payment_date": "2013-09-06", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1383696000": {"dividend": "0.485", "dividend_date": "2013-11-06", "payment_date": "2013-12-06", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1392163200": {"dividend": "0.73", "dividend_date": "2014-02-12", "payment_date": "2014-03-07", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1399420800": {"dividend": "0.73", "dividend_date": "2014-05-07", "payment_date": "2014-06-06", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1407283200": {"dividend": "0.73", "dividend_date": "2014-08-06", "payment_date": "2014-09-05", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1415145600": {"dividend": "0.73", "dividend_date": "2014-11-05", "payment_date": "2014-12-05", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1423612800": {"dividend": "0.91", "dividend_date": "2015-02-11", "payment_date": "2015-03-06", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1430870400": {"dividend": "0.91", "dividend_date": "2015-05-06", "payment_date": "2015-06-05", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1438732800": {"dividend": "0.91", "dividend_date": "2015-08-05", "payment_date": "2015-09-04", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "-"}, "1446595200": {"dividend": "0.91", "dividend_date": "2015-11-04", "payment_date": "2015-12-04", "type": "Trailing Twelve Months", "type_short": "TTM", "yeild": "2.49%"}, "1455062400": {"dividend": "1.09", "dividend_date": "2016-02-10", "payment_date": "2016-03-04", "type": "Quarterly", "type_short": "3M", "yeild": "3.23%"}, "1462924800": {"dividend": "1.09", "dividend_date": "2016-05-11", "payment_date": "2016-06-03", "type": "Quarterly", "type_short": "3M", "yeild": "3.26%"}, "1470787200": {"dividend": "1.09", "dividend_date": "2016-08-10", "payment_date": "2016-09-02", "type": "Quarterly", "type_short": "3M", "yeild": "3.04%"}, "1478563200": {"dividend": "1.09", "dividend_date": "2016-11-08", "payment_date": "2016-12-02", "type": "Quarterly", "type_short": "3M", "yeild": "2.79%"}, "1486512000": {"dividend": "1.42", "dividend_date": "2017-02-08", "payment_date": "2017-03-03", "type": "Quarterly", "type_short": "3M", "yeild": "3.10%"}, "1494374400": {"dividend": "1.42", "dividend_date": "2017-05-10", "payment_date": "2017-06-02", "type": "Quarterly", "type_short": "3M", "yeild": "2.81%"}, "1502236800": {"dividend": "1.42", "dividend_date": "2017-08-09", "payment_date": "2017-09-01", "type": "Quarterly", "type_short": "3M", "yeild": "2.19%"}, "1510185600": {"dividend": "1.42", "dividend_date": "2017-11-09", "payment_date": "2017-12-01", "type": "Quarterly", "type_short": "3M", "yeild": "1.99%"}, "1518048000": {"dividend": "1.71", "dividend_date": "2018-02-08", "payment_date": "2018-03-02", "type": "Quarterly", "type_short": "3M", "yeild": "2.00%"}, "1525910400": {"dividend": "1.71", "dividend_date": "2018-05-10", "payment_date": "2018-06-01", "type": "Quarterly", "type_short": "3M", "yield": "2.03%"}, "1533772800": {"dividend": "1.71", "dividend_date": "2018-08-09", "payment_date": "2018-09-07", "type": "Quarterly", "type_short": "3M", "yield": "1.92%"}, "1541635200": {"dividend": "1.71", "dividend_date": "2018-11-08", "payment_date": "2018-12-07", "type": "Quarterly", "type_short": "3M", "yield": "2.10%"}, "1549497600": {"dividend": "2.055", "dividend_date": "2019-02-07", "payment_date": "2019-03-01", "type": "Quarterly", "type_short": "3M", "yield": "2.16%"}, "1557360000": {"dividend": "2.055", "dividend_date": "2019-05-09", "payment_date": "2019-06-07", "type": "Quarterly", "type_short": "3M", "yield": "2.21%"}, "1573084800": {"dividend": "2.055", "dividend_date": "2019-11-07", "payment_date": "2019-12-06", "type": "Quarterly", "type_short": "3M", "yield": "2.41%"}, "1581552000": {"dividend": "2.055", "dividend_date": "2020-02-13", "payment_date": "2020-03-06", "type": "Quarterly", "type_short": "3M", "yeild": "8.65%"}}, "id": "1", "symbol": "BA"}], "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"items": {"properties": {"data": {"properties": {"965779200": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "973641600": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "981504000": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "989366400": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "997833600": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1005696000": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1012953600": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1021420800": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1029283200": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1037145600": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1044403200": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1052870400": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1060732800": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1068595200": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1076457600": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1084924800": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1092182400": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1099958400": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1107907200": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1115769600": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1123632000": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1131408000": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1139356800": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1147219200": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1155081600": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1162944000": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1170806400": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1178668800": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1186531200": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1194393600": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1202256000": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1210118400": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1217980800": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1225843200": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1233705600": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1241568000": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1249430400": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1257292800": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1265155200": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1273017600": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1280880000": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1288742400": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1297209600": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1305072000": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1312934400": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1320710400": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1328659200": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1336521600": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1344988800": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1352246400": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1360713600": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1367971200": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1375833600": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1383696000": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1392163200": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1399420800": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1407283200": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1415145600": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1423612800": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1430870400": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1438732800": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1446595200": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1455062400": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1462924800": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1470787200": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1478563200": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1486512000": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1494374400": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1502236800": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1510185600": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1518048000": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}, "1525910400": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yield": {"type": "string"}}, "type": "object"}, "1533772800": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yield": {"type": "string"}}, "type": "object"}, "1541635200": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yield": {"type": "string"}}, "type": "object"}, "1549497600": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yield": {"type": "string"}}, "type": "object"}, "1557360000": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yield": {"type": "string"}}, "type": "object"}, "1573084800": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yield": {"type": "string"}}, "type": "object"}, "1581552000": {"properties": {"dividend": {"type": "string"}, "dividend_date": {"type": "string"}, "payment_date": {"type": "string"}, "type": {"type": "string"}, "type_short": {"type": "string"}, "yeild": {"type": "string"}}, "type": "object"}}, "type": "object"}, "id": {"type": "string"}, "symbol": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "boolean"}}, "type": "object"}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/3d48c459-a7b9-4ecd-8b19-c5a199f70e2b/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Performance
Get stock performance, when and how much stock price performs.
200
Response
{"code": 200, "info": {"credit_count": 1, "exchanges": [], "sectors": [], "server_time": "2021-02-12 11:18:20 UTC"}, "msg": "Successfully", "response": [{"ccy": "USD", "daily": "-0.66", "exch": "NYSE", "id": "1", "month": "1.6", "symbol": "BA", "week": "1.25", "year": "-38.59", "year3": "-38.65", "ytd": "-1.65"}], "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "exchanges": {"type": "array"}, "sectors": {"type": "array"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"items": {"properties": {"ccy": {"type": "string"}, "daily": {"type": "string"}, "exch": {"type": "string"}, "id": {"type": "string"}, "month": {"type": "string"}, "symbol": {"type": "string"}, "week": {"type": "string"}, "year": {"type": "string"}, "year3": {"type": "string"}, "ytd": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "boolean"}}, "type": "object"}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/adb7115a-99c2-4cb6-98c7-d6cd104a4418/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Fundamental
Get stock fundamental to track stock performance for screening.
200
Response
{"code": 200, "info": {"credit_count": 1, "exchanges": [], "sectors": [], "server_time": "2021-02-12 11:20:15 UTC"}, "msg": "Successfully", "response": [{"avg_vol_3m": "17.83M", "beta": "1.62", "ccy": "USD", "exch": "NYSE", "id": "1", "market_cap": "122.81B", "pe_ratio": "", "revenue": "58.66B", "symbol": "BA"}], "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "exchanges": {"type": "array"}, "sectors": {"type": "array"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"items": {"properties": {"avg_vol_3m": {"type": "string"}, "beta": {"type": "string"}, "ccy": {"type": "string"}, "exch": {"type": "string"}, "id": {"type": "string"}, "market_cap": {"type": "string"}, "pe_ratio": {"type": "string"}, "revenue": {"type": "string"}, "symbol": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "boolean"}}, "type": "object"}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/4c7c64f2-6ae0-43dd-b9a4-aa4f0a872702/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Finance Income
Finance is a heart of stock, You can get all current and historical income of stock
200
Response
{"code": 200, "info": {"credit_count": 1, "server_time": "2021-02-12 11:25:03 UTC"}, "msg": "Successfully", "response": [{"data": {"CostofRevenueTotal": {"bold": false, "heading": "Cost of Revenue, Total", "record": {"2017-12-31": "76612", "2018-12-31": "81490", "2019-12-31": "72093", "2020-12-31": "63843"}}, "DPSCommonStockPrimaryIssue": {"bold": false, "heading": "DPS - Common Stock Primary Issue", "record": {"2017-12-31": "5.68", "2018-12-31": "6.84", "2019-12-31": "8.22", "2020-12-31": "-"}}, "DilutedEPSExcludingExtraordinaryItems": {"bold": true, "heading": "Diluted EPS Excluding Extraordinary Items", "record": {"2017-12-31": "11.77", "2018-12-31": "17.85", "2019-12-31": "-1.12", "2020-12-31": "-20.88"}}, "DilutedNetIncome": {"bold": false, "heading": "Diluted Net Income", "record": {"2017-12-31": "8452", "2018-12-31": "10453", "2019-12-31": "-636", "2020-12-31": "-11873"}}, "DilutedNormalizedEPS": {"bold": false, "heading": "Diluted Normalized EPS", "record": {"2017-12-31": "11.75", "2018-12-31": "17.74", "2019-12-31": "8.32", "2020-12-31": "-13.69"}}, "DilutedWeightedAverageShares": {"bold": false, "heading": "Diluted Weighted Average Shares", "record": {"2017-12-31": "610", "2018-12-31": "585.5", "2019-12-31": "566", "2020-12-31": "568.6"}}, "DilutionAdjustment": {"bold": false, "heading": "Dilution Adjustment", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "EquityInAffiliates": {"bold": false, "heading": "Equity In Affiliates", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "GainLossonSaleofAssets": {"bold": false, "heading": "Gain (Loss) on Sale of Assets", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "GrossProfit": {"bold": true, "heading": "Gross Profit", "record": {"2017-12-31": "17393", "2018-12-31": "19637", "2019-12-31": "12725", "2020-12-31": "-5187"}}, "IncomeAvailabletoCommonExcludingExtraordinaryItems": {"bold": true, "heading": "Income Available to Common Excluding Extraordinary Items", "record": {"2017-12-31": "7181", "2018-12-31": "10453", "2019-12-31": "-636", "2020-12-31": "-11873"}}, "InterestIncomeExpenseNetNonOperating": {"bold": false, "heading": "Interest Income (Expense), Net Non-Operating", "record": {"2017-12-31": "-344", "2018-12-31": "-474", "2019-12-31": "-722", "2020-12-31": "-2156"}}, "MinorityInterest": {"bold": false, "heading": "Minority Interest", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "68"}}, "NetIncome": {"bold": true, "heading": "Net Income", "record": {"2017-12-31": "8458", "2018-12-31": "10460", "2019-12-31": "-636", "2020-12-31": "-11873"}}, "NetIncomeAfterTaxes": {"bold": true, "heading": "Net Income After Taxes", "record": {"2017-12-31": "7187", "2018-12-31": "10460", "2019-12-31": "-636", "2020-12-31": "-11941"}}, "NetIncomeBeforeExtraordinaryItems": {"bold": true, "heading": "Net Income Before Extraordinary Items", "record": {"2017-12-31": "7187", "2018-12-31": "10460", "2019-12-31": "-636", "2020-12-31": "-11873"}}, "NetIncomeBeforeTaxes": {"bold": true, "heading": "Net Income Before Taxes", "record": {"2017-12-31": "10107", "2018-12-31": "11604", "2019-12-31": "-2259", "2020-12-31": "-14476"}}, "OperatingIncome": {"bold": true, "heading": "Operating Income", "record": {"2017-12-31": "10344", "2018-12-31": "11987", "2019-12-31": "-1975", "2020-12-31": "-12767"}}, "OtherNet": {"bold": false, "heading": "Other, Net", "record": {"2017-12-31": "107", "2018-12-31": "91", "2019-12-31": "438", "2020-12-31": "447"}}, "ProvisionforIncomeTaxes": {"bold": false, "heading": "Provision for Income Taxes", "record": {"2017-12-31": "2920", "2018-12-31": "1144", "2019-12-31": "-1623", "2020-12-31": "-2535"}}, "TotalAdjustmentstoNetIncome": {"bold": false, "heading": "Total Adjustments to Net Income", "record": {"2017-12-31": "-6", "2018-12-31": "-7", "2019-12-31": "-", "2020-12-31": "-"}}, "TotalExtraordinaryItems": {"bold": false, "heading": "Total Extraordinary Items", "record": {"2017-12-31": "1271", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "TotalOperatingExpenses": {"bold": true, "child": {"DepreciationAmortization": {"bold": false, "heading": "Depreciation / Amortization", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "InterestExpenseIncomeNetOperating": {"bold": false, "heading": "Interest Expense (Income) - Net Operating", "record": {"2017-12-31": "-204", "2018-12-31": "-111", "2019-12-31": "4", "2020-12-31": "-9"}}, "OtherOperatingExpensesTotal": {"bold": false, "heading": "Other Operating Expenses, Total", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "ResearchDevelopment": {"bold": false, "heading": "Research & Development", "record": {"2017-12-31": "3179", "2018-12-31": "3269", "2019-12-31": "3219", "2020-12-31": "2476"}}, "SellingGeneralAdminExpensesTotal": {"bold": false, "heading": "Selling/General/Admin. Expenses, Total", "record": {"2017-12-31": "4095", "2018-12-31": "4567", "2019-12-31": "3909", "2020-12-31": "4817"}}, "UnusualExpenseIncome": {"bold": false, "heading": "Unusual Expense (Income)", "record": {"2017-12-31": "-21", "2018-12-31": "-75", "2019-12-31": "7568", "2020-12-31": "296"}}}, "heading": "Total Operating Expenses", "record": {"2017-12-31": "83661", "2018-12-31": "89140", "2019-12-31": "86793", "2020-12-31": "71423"}}, "TotalRevenue": {"bold": true, "child": {"OtherRevenueTotal": {"bold": false, "heading": "Other Revenue, Total", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "Revenue": {"bold": false, "heading": "Revenue", "record": {"2017-12-31": "94005", "2018-12-31": "101127", "2019-12-31": "84818", "2020-12-31": "58656"}}}, "heading": "Total Revenue", "record": {"2017-12-31": "94005", "2018-12-31": "101127", "2019-12-31": "84818", "2020-12-31": "58656"}}, "USGAAPAdjustment": {"bold": false, "heading": "U.S GAAP Adjustment", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}}, "duration": "Annual", "id": "1", "symbol": "BA", "type": "Income"}], "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"items": {"properties": {"data": {"properties": {"CostofRevenueTotal": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "DPSCommonStockPrimaryIssue": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "DilutedEPSExcludingExtraordinaryItems": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "DilutedNetIncome": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "DilutedNormalizedEPS": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "DilutedWeightedAverageShares": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "DilutionAdjustment": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "EquityInAffiliates": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "GainLossonSaleofAssets": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "GrossProfit": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "IncomeAvailabletoCommonExcludingExtraordinaryItems": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "InterestIncomeExpenseNetNonOperating": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "MinorityInterest": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "NetIncome": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "NetIncomeAfterTaxes": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "NetIncomeBeforeExtraordinaryItems": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "NetIncomeBeforeTaxes": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "OperatingIncome": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "OtherNet": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "ProvisionforIncomeTaxes": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "TotalAdjustmentstoNetIncome": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "TotalExtraordinaryItems": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "TotalOperatingExpenses": {"properties": {"bold": {"type": "boolean"}, "child": {"properties": {"DepreciationAmortization": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "InterestExpenseIncomeNetOperating": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "OtherOperatingExpensesTotal": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "ResearchDevelopment": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "SellingGeneralAdminExpensesTotal": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "UnusualExpenseIncome": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "TotalRevenue": {"properties": {"bold": {"type": "boolean"}, "child": {"properties": {"OtherRevenueTotal": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "Revenue": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "USGAAPAdjustment": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "duration": {"type": "string"}, "id": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "boolean"}}, "type": "object"}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/e370f711-d0e8-4e3a-afef-e1ca0936278d/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Finance Balance
Finance is a heart of stock, You can get all current and historical balance of stock
200
Response
{"code": 200, "info": {"credit_count": 1, "server_time": "2021-02-12 11:30:22 UTC"}, "msg": "Successfully", "response": [{"data": {"TotalAssets": {"bold": true, "child": {"GoodwillNet": {"bold": false, "heading": "Goodwill, Net", "record": {"2017-12-31": "5559", "2018-12-31": "7840", "2019-12-31": "8060", "2020-12-31": "8081"}}, "IntangiblesNet": {"bold": false, "heading": "Intangibles, Net", "record": {"2017-12-31": "2573", "2018-12-31": "3429", "2019-12-31": "3338", "2020-12-31": "2114"}}, "LongTermInvestments": {"bold": false, "heading": "Long Term Investments", "record": {"2017-12-31": "1260", "2018-12-31": "1087", "2019-12-31": "1092", "2020-12-31": "1016"}}, "NoteReceivableLongTerm": {"bold": false, "heading": "Note Receivable - Long Term", "record": {"2017-12-31": "3253", "2018-12-31": "2662", "2019-12-31": "2380", "2020-12-31": "1936"}}, "OtherAssetsTotal": {"bold": false, "heading": "Other Assets, Total", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "OtherLongTermAssetsTotal": {"bold": false, "heading": "Other Long Term Assets, Total", "record": {"2017-12-31": "1851", "2018-12-31": "1866", "2019-12-31": "2842", "2020-12-31": "4275"}}, "PropertyPlantEquipmentTotalNet": {"bold": false, "heading": "Property/Plant/Equipment, Total - Net", "innerChild": {"AccumulatedDepreciationTotal": {"bold": false, "heading": "Accumulated Depreciation, Total", "record": {"2017-12-31": "-17641", "2018-12-31": "-18568", "2019-12-31": "-19342", "2020-12-31": "-20507"}}, "PropertyPlantEquipmentTotalGross": {"bold": false, "heading": "Property/Plant/Equipment, Total - Gross", "record": {"2017-12-31": "30313", "2018-12-31": "31213", "2019-12-31": "33026", "2020-12-31": "33579"}}}, "record": {"2017-12-31": "12672", "2018-12-31": "12645", "2019-12-31": "13684", "2020-12-31": "13072"}}}, "heading": "Total Assets", "record": {"2017-12-31": "112362", "2018-12-31": "117359", "2019-12-31": "133625", "2020-12-31": "152136"}}, "TotalCommonSharesOutstanding": {"bold": true, "heading": "Total Common Shares Outstanding", "record": {"2017-12-31": "591.04", "2018-12-31": "567.64", "2019-12-31": "562.91", "2020-12-31": "582.32"}}, "TotalCurrentAssets": {"bold": true, "child": {"CashandShortTermInvestments": {"bold": false, "heading": "Cash and Short Term Investments", "innerChild": {"Cash": {"bold": false, "heading": "Cash", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "CashEquivalents": {"bold": false, "heading": "Cash & Equivalents", "record": {"2017-12-31": "8813", "2018-12-31": "7637", "2019-12-31": "9485", "2020-12-31": "7752"}}, "ShortTermInvestments": {"bold": false, "heading": "Short Term Investments", "record": {"2017-12-31": "1179", "2018-12-31": "927", "2019-12-31": "545", "2020-12-31": "17838"}}}, "record": {"2017-12-31": "9992", "2018-12-31": "8564", "2019-12-31": "10030", "2020-12-31": "25590"}}, "OtherCurrentAssetsTotal": {"bold": false, "heading": "Other Current Assets, Total", "record": {"2017-12-31": "2417", "2018-12-31": "2335", "2019-12-31": "3106", "2020-12-31": "4286"}}, "PrepaidExpenses": {"bold": false, "heading": "Prepaid Expenses", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "TotalInventory": {"bold": false, "heading": "Total Inventory", "record": {"2017-12-31": "61388", "2018-12-31": "62567", "2019-12-31": "76622", "2020-12-31": "81715"}}, "TotalReceivablesNet": {"bold": false, "heading": "Total Receivables, Net", "innerChild": {"AccountsReceivablesTradeNet": {"bold": false, "heading": "Accounts Receivables - Trade, Net", "record": {"2017-12-31": "11088", "2018-12-31": "13904", "2019-12-31": "12309", "2020-12-31": "9950"}}}, "record": {"2017-12-31": "11397", "2018-12-31": "14364", "2019-12-31": "12471", "2020-12-31": "10051"}}}, "heading": "Total Current Assets", "record": {"2017-12-31": "85194", "2018-12-31": "87830", "2019-12-31": "102229", "2020-12-31": "121642"}}, "TotalCurrentLiabilities": {"bold": true, "child": {"AccountsPayable": {"bold": false, "heading": "Accounts Payable", "record": {"2017-12-31": "12202", "2018-12-31": "12916", "2019-12-31": "15553", "2020-12-31": "12928"}}, "AccruedExpenses": {"bold": false, "heading": "Accrued Expenses", "record": {"2017-12-31": "11671", "2018-12-31": "13051", "2019-12-31": "20921", "2020-12-31": "22128"}}, "CurrentPortofLTDebtCapitalLeases": {"bold": false, "heading": "Current Port. of LT Debt/Capital Leases", "record": {"2017-12-31": "702", "2018-12-31": "1295", "2019-12-31": "1231", "2020-12-31": "1693"}}, "NotesPayableShortTermDebt": {"bold": false, "heading": "Notes Payable/Short Term Debt", "record": {"2017-12-31": "633", "2018-12-31": "1895", "2019-12-31": "6109", "2020-12-31": "-"}}, "OtherCurrentliabilitiesTotal": {"bold": false, "heading": "Other Current liabilities, Total", "record": {"2017-12-31": "49440", "2018-12-31": "52433", "2019-12-31": "53498", "2020-12-31": "50531"}}, "PayableAccrued": {"bold": false, "heading": "Payable/Accrued", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}}, "heading": "Total Current Liabilities", "record": {"2017-12-31": "74648", "2018-12-31": "81590", "2019-12-31": "97312", "2020-12-31": "87280"}}, "TotalEquity": {"bold": true, "child": {"AdditionalPaidInCapital": {"bold": false, "heading": "Additional Paid-In Capital", "record": {"2017-12-31": "6804", "2018-12-31": "6768", "2019-12-31": "6745", "2020-12-31": "7787"}}, "CommonStockTotal": {"bold": false, "heading": "Common Stock, Total", "record": {"2017-12-31": "5061", "2018-12-31": "5061", "2019-12-31": "5061", "2020-12-31": "5061"}}, "ESOPDebtGuarantee": {"bold": false, "heading": "ESOP Debt Guarantee", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "OtherEquityTotal": {"bold": false, "heading": "Other Equity, Total", "record": {"2017-12-31": "-16425", "2018-12-31": "-15021", "2019-12-31": "-16154", "2020-12-31": "-17134"}}, "PreferredStockNonRedeemableNet": {"bold": false, "heading": "Preferred Stock - Non Redeemable, Net", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "RedeemablePreferredStockTotal": {"bold": false, "heading": "Redeemable Preferred Stock, Total", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "RetainedEarningsAccumulatedDeficit": {"bold": false, "heading": "Retained Earnings (Accumulated Deficit)", "record": {"2017-12-31": "49618", "2018-12-31": "55941", "2019-12-31": "50644", "2020-12-31": "38610"}}, "TreasuryStockCommon": {"bold": false, "heading": "Treasury Stock - Common", "record": {"2017-12-31": "-43454", "2018-12-31": "-52348", "2019-12-31": "-54914", "2020-12-31": "-52641"}}, "UnrealizedGainLoss": {"bold": false, "heading": "Unrealized Gain (Loss)", "record": {"2017-12-31": "52", "2018-12-31": "-62", "2019-12-31": "1", "2020-12-31": "1"}}}, "heading": "Total Equity", "record": {"2017-12-31": "1656", "2018-12-31": "339", "2019-12-31": "-8617", "2020-12-31": "-18316"}}, "TotalLiabilities": {"bold": true, "child": {"DeferredIncomeTax": {"bold": false, "heading": "Deferred Income Tax", "record": {"2017-12-31": "2188", "2018-12-31": "1736", "2019-12-31": "413", "2020-12-31": "1010"}}, "MinorityInterest": {"bold": false, "heading": "Minority Interest", "record": {"2017-12-31": "57", "2018-12-31": "71", "2019-12-31": "317", "2020-12-31": "241"}}, "OtherLiabilitiesTotal": {"bold": false, "heading": "Other Liabilities, Total", "record": {"2017-12-31": "24031", "2018-12-31": "22966", "2019-12-31": "24238", "2020-12-31": "20031"}}, "TotalLongTermDebt": {"bold": false, "heading": "Total Long Term Debt", "innerChild": {"CapitalLeaseObligations": {"bold": false, "heading": "Capital Lease Obligations", "record": {"2017-12-31": "-", "2018-12-31": "106", "2019-12-31": "167", "2020-12-31": "228"}}, "LongTermDebt": {"bold": false, "heading": "Long Term Debt", "record": {"2017-12-31": "9782", "2018-12-31": "10551", "2019-12-31": "19795", "2020-12-31": "61662"}}}, "record": {"2017-12-31": "9782", "2018-12-31": "10657", "2019-12-31": "19962", "2020-12-31": "61890"}}}, "heading": "Total Liabilities", "record": {"2017-12-31": "110706", "2018-12-31": "117020", "2019-12-31": "142242", "2020-12-31": "170452"}}, "TotalLiabilitiesShareholdersEquity": {"bold": true, "heading": "Total Liabilities & Shareholders' Equity", "record": {"2017-12-31": "112362", "2018-12-31": "117359", "2019-12-31": "133625", "2020-12-31": "152136"}}, "TotalPreferredSharesOutstanding": {"bold": true, "heading": "Total Preferred Shares Outstanding", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}}, "duration": "Annual", "id": "1", "symbol": "BA", "type": "Balance"}], "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"items": {"properties": {"data": {"properties": {"TotalAssets": {"properties": {"bold": {"type": "boolean"}, "child": {"properties": {"GoodwillNet": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "IntangiblesNet": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "LongTermInvestments": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "NoteReceivableLongTerm": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "OtherAssetsTotal": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "OtherLongTermAssetsTotal": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "PropertyPlantEquipmentTotalNet": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "innerChild": {"properties": {"AccumulatedDepreciationTotal": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "PropertyPlantEquipmentTotalGross": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "TotalCommonSharesOutstanding": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "TotalCurrentAssets": {"properties": {"bold": {"type": "boolean"}, "child": {"properties": {"CashandShortTermInvestments": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "innerChild": {"properties": {"Cash": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "CashEquivalents": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "ShortTermInvestments": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "OtherCurrentAssetsTotal": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "PrepaidExpenses": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "TotalInventory": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "TotalReceivablesNet": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "innerChild": {"properties": {"AccountsReceivablesTradeNet": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "TotalCurrentLiabilities": {"properties": {"bold": {"type": "boolean"}, "child": {"properties": {"AccountsPayable": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "AccruedExpenses": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "CurrentPortofLTDebtCapitalLeases": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "NotesPayableShortTermDebt": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "OtherCurrentliabilitiesTotal": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "PayableAccrued": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "TotalEquity": {"properties": {"bold": {"type": "boolean"}, "child": {"properties": {"AdditionalPaidInCapital": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "CommonStockTotal": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "ESOPDebtGuarantee": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "OtherEquityTotal": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "PreferredStockNonRedeemableNet": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "RedeemablePreferredStockTotal": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "RetainedEarningsAccumulatedDeficit": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "TreasuryStockCommon": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "UnrealizedGainLoss": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "TotalLiabilities": {"properties": {"bold": {"type": "boolean"}, "child": {"properties": {"DeferredIncomeTax": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "MinorityInterest": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "OtherLiabilitiesTotal": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "TotalLongTermDebt": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "innerChild": {"properties": {"CapitalLeaseObligations": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "LongTermDebt": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "TotalLiabilitiesShareholdersEquity": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "TotalPreferredSharesOutstanding": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "duration": {"type": "string"}, "id": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "boolean"}}, "type": "object"}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/b224c833-7a88-4709-ba4f-db3d4fb89c70/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Finance Cash
Finance is a heart of stock, You can get all current and historical cash of stock
200
Response
{"code": 200, "info": {"credit_count": 1, "server_time": "2021-02-12 11:31:31 UTC"}, "msg": "Successfully", "response": [{"data": {"BeginningCashBalance": {"bold": false, "heading": "Beginning Cash Balance", "record": {"2017-12-31": "8795", "2018-12-31": "8711", "2019-12-31": "7727", "2020-12-31": "-"}}, "CashFromFinancingActivities": {"bold": true, "child": {"FinancingCashFlowItems": {"bold": false, "heading": "Financing Cash Flow Items", "record": {"2017-12-31": "-132", "2018-12-31": "-222", "2019-12-31": "-256", "2020-12-31": "-173"}}, "IssuanceRetirementofDebtNet": {"bold": false, "heading": "Issuance (Retirement) of Debt, Net", "record": {"2017-12-31": "1124", "2018-12-31": "1365", "2019-12-31": "13218", "2020-12-31": "36250"}}, "IssuanceRetirementofStockNet": {"bold": false, "heading": "Issuance (Retirement) of Stock, Net", "record": {"2017-12-31": "-8925", "2018-12-31": "-8919", "2019-12-31": "-2593", "2020-12-31": "36"}}, "TotalCashDividendsPaid": {"bold": false, "heading": "Total Cash Dividends Paid", "record": {"2017-12-31": "-3417", "2018-12-31": "-3946", "2019-12-31": "-4630", "2020-12-31": "-1158"}}}, "heading": "Cash From Financing Activities", "record": {"2017-12-31": "-11350", "2018-12-31": "-11722", "2019-12-31": "5739", "2020-12-31": "34955"}}, "CashFromInvestingActivities": {"bold": true, "child": {"CapitalExpenditures": {"bold": false, "heading": "Capital Expenditures", "record": {"2017-12-31": "-1870", "2018-12-31": "-1791", "2019-12-31": "-1961", "2020-12-31": "-1303"}}, "OtherInvestingCashFlowItemsTotal": {"bold": false, "heading": "Other Investing Cash Flow Items, Total", "record": {"2017-12-31": "-188", "2018-12-31": "-2830", "2019-12-31": "431", "2020-12-31": "-17063"}}}, "heading": "Cash From Investing Activities", "record": {"2017-12-31": "-2058", "2018-12-31": "-4621", "2019-12-31": "-1530", "2020-12-31": "-18366"}}, "CashFromOperatingActivities": {"bold": true, "child": {"Amortization": {"bold": false, "heading": "Amortization", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "CashInterestPaid": {"bold": false, "heading": "Cash Interest Paid", "record": {"2017-12-31": "527", "2018-12-31": "616", "2019-12-31": "973", "2020-12-31": "1925"}}, "CashPayments": {"bold": false, "heading": "Cash Payments", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "CashReceipts": {"bold": false, "heading": "Cash Receipts", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "CashTaxesPaid": {"bold": false, "heading": "Cash Taxes Paid", "record": {"2017-12-31": "896", "2018-12-31": "1326", "2019-12-31": "837", "2020-12-31": "37"}}, "ChangesinWorkingCapital": {"bold": false, "heading": "Changes in Working Capital", "record": {"2017-12-31": "2252", "2018-12-31": "2284", "2019-12-31": "-4629", "2020-12-31": "-17335"}}, "DeferredTaxes": {"bold": false, "heading": "Deferred Taxes", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "DepreciationDepletion": {"bold": false, "heading": "Depreciation/Depletion", "record": {"2017-12-31": "2047", "2018-12-31": "2114", "2019-12-31": "2271", "2020-12-31": "2246"}}, "NonCashItems": {"bold": false, "heading": "Non-Cash Items", "record": {"2017-12-31": "589", "2018-12-31": "464", "2019-12-31": "548", "2020-12-31": "8620"}}}, "heading": "Cash From Operating Activities", "record": {"2017-12-31": "13346", "2018-12-31": "15322", "2019-12-31": "-2446", "2020-12-31": "-18410"}}, "EndingCashBalance": {"bold": false, "heading": "Ending Cash Balance", "record": {"2017-12-31": "8813", "2018-12-31": "7637", "2019-12-31": "9485", "2020-12-31": "-"}}, "ForeignExchangeEffects": {"bold": false, "heading": "Foreign Exchange Effects", "record": {"2017-12-31": "80", "2018-12-31": "-53", "2019-12-31": "-5", "2020-12-31": "85"}}, "FreeCashFlow": {"bold": false, "heading": "Free Cash Flow", "record": {"2017-12-31": "11476", "2018-12-31": "13531", "2019-12-31": "-4407", "2020-12-31": "-"}}, "FreeCashFlowGrowth": {"bold": false, "heading": "Free Cash Flow Growth", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "FreeCashFlowYield": {"bold": false, "heading": "Free Cash Flow Yield", "record": {"2017-12-31": "-", "2018-12-31": "-", "2019-12-31": "-", "2020-12-31": "-"}}, "NetChangeinCash": {"bold": true, "heading": "Net Change in Cash", "record": {"2017-12-31": "18", "2018-12-31": "-1074", "2019-12-31": "1758", "2020-12-31": "-1736"}}, "NetIncomeStartingLine": {"bold": true, "heading": "Net Income/Starting Line", "record": {"2017-12-31": "8458", "2018-12-31": "10460", "2019-12-31": "-636", "2020-12-31": "-11941"}}}, "duration": "Annual", "id": "1", "symbol": "BA", "type": "Cash"}], "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"items": {"properties": {"data": {"properties": {"BeginningCashBalance": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "CashFromFinancingActivities": {"properties": {"bold": {"type": "boolean"}, "child": {"properties": {"FinancingCashFlowItems": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "IssuanceRetirementofDebtNet": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "IssuanceRetirementofStockNet": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "TotalCashDividendsPaid": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "CashFromInvestingActivities": {"properties": {"bold": {"type": "boolean"}, "child": {"properties": {"CapitalExpenditures": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "OtherInvestingCashFlowItemsTotal": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "CashFromOperatingActivities": {"properties": {"bold": {"type": "boolean"}, "child": {"properties": {"Amortization": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "CashInterestPaid": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "CashPayments": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "CashReceipts": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "CashTaxesPaid": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "ChangesinWorkingCapital": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "DeferredTaxes": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "DepreciationDepletion": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "NonCashItems": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "EndingCashBalance": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "ForeignExchangeEffects": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "FreeCashFlow": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "FreeCashFlowGrowth": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "FreeCashFlowYield": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "NetChangeinCash": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}, "NetIncomeStartingLine": {"properties": {"bold": {"type": "boolean"}, "heading": {"type": "string"}, "record": {"properties": {"2017-12-31": {"type": "string"}, "2018-12-31": {"type": "string"}, "2019-12-31": {"type": "string"}, "2020-12-31": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "duration": {"type": "string"}, "id": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "boolean"}}, "type": "object"}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/711d8637-1233-482c-aa35-659297386815/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Finance Earning
Finance is a heart of stock, You can get all current and historical earning of stock,
200
Response
{"code": 200, "info": {"credit_count": 1, "server_time": "2021-02-12 11:34:33 UTC"}, "msg": "Successfully", "response": [{"data": {"2013-07-24": {"EPS": "1.67\u00a0", "EPS_forecast": "1.58", "EPS_status": "Profit", "period_end": "06-2013", "release_date": "2013-07-24", "revenue": "--", "revenue_forecast": "20,781M", "revenue_status": "Neutral"}, "2013-10-23": {"EPS": "1.80", "EPS_forecast": "1.55", "EPS_status": "Profit", "period_end": "09-2013", "release_date": "2013-10-23", "revenue": "--", "revenue_forecast": "21,685M", "revenue_status": "Neutral"}, "2014-01-29": {"EPS": "1.88", "EPS_forecast": "1.57", "EPS_status": "Profit", "period_end": "12-2013", "release_date": "2014-01-29", "revenue": "--", "revenue_forecast": "22,741M", "revenue_status": "Neutral"}, "2014-04-23": {"EPS": "1.76", "EPS_forecast": "1.56", "EPS_status": "Profit", "period_end": "03-2014", "release_date": "2014-04-23", "revenue": "--", "revenue_forecast": "20,195M", "revenue_status": "Neutral"}, "2014-07-23": {"EPS": "2.24", "EPS_forecast": "2.01", "EPS_status": "Profit", "period_end": "06-2014", "release_date": "2014-07-23", "revenue": "22.05B", "revenue_forecast": "22,230M", "revenue_status": "Loss"}, "2014-10-22": {"EPS": "2.14", "EPS_forecast": "1.97", "EPS_status": "Profit", "period_end": "09-2014", "release_date": "2014-10-22", "revenue": "23.78B", "revenue_forecast": "23,016M", "revenue_status": "Profit"}, "2015-01-28": {"EPS": "2.31", "EPS_forecast": "2.11", "EPS_status": "Profit", "period_end": "12-2014", "release_date": "2015-01-28", "revenue": "24.47B", "revenue_forecast": "47,526M", "revenue_status": "Loss"}, "2015-04-22": {"EPS": "1.97", "EPS_forecast": "1.81", "EPS_status": "Profit", "period_end": "03-2015", "release_date": "2015-04-22", "revenue": "22.15B", "revenue_forecast": "22,488M", "revenue_status": "Loss"}, "2015-07-22": {"EPS": "1.62", "EPS_forecast": "1.37", "EPS_status": "Profit", "period_end": "06-2015", "release_date": "2015-07-22", "revenue": "24.54B", "revenue_forecast": "24,216M", "revenue_status": "Profit"}, "2015-10-21": {"EPS": "2.52", "EPS_forecast": "2.22", "EPS_status": "Profit", "period_end": "09-2015", "release_date": "2015-10-21", "revenue": "25.85B", "revenue_forecast": "24,738M", "revenue_status": "Profit"}, "2016-01-27": {"EPS": "1.6", "EPS_forecast": "1.28", "EPS_status": "Profit", "period_end": "12-2015", "release_date": "2016-01-27", "revenue": "23.57B", "revenue_forecast": "23,529M", "revenue_status": "Profit"}, "2016-04-27": {"EPS": "1.74", "EPS_forecast": "1.82", "EPS_status": "Loss", "period_end": "03-2016", "release_date": "2016-04-27", "revenue": "22.63B", "revenue_forecast": "21,437M", "revenue_status": "Profit"}, "2016-07-27": {"EPS": "-0.44", "EPS_forecast": "-0.92", "EPS_status": "Profit", "period_end": "06-2016", "release_date": "2016-07-27", "revenue": "24.76B", "revenue_forecast": "24,116M", "revenue_status": "Profit"}, "2016-10-26": {"EPS": "3.51", "EPS_forecast": "2.62", "EPS_status": "Profit", "period_end": "09-2016", "release_date": "2016-10-26", "revenue": "23.90B", "revenue_forecast": "23,642M", "revenue_status": "Profit"}, "2017-01-25": {"EPS": "2.47", "EPS_forecast": "2.35", "EPS_status": "Profit", "period_end": "12-2016", "release_date": "2017-01-25", "revenue": "23.29B", "revenue_forecast": "23,189M", "revenue_status": "Profit"}, "2017-04-26": {"EPS": "2.01", "EPS_forecast": "1.94", "EPS_status": "Profit", "period_end": "03-2017", "release_date": "2017-04-26", "revenue": "21.96B", "revenue_forecast": "21,303M", "revenue_status": "Profit"}, "2017-07-26": {"EPS": "2.55", "EPS_forecast": "2.30", "EPS_status": "Profit", "period_end": "06-2017", "release_date": "2017-07-26", "revenue": "22.74B", "revenue_forecast": "23,025M", "revenue_status": "Loss"}, "2017-10-25": {"EPS": "3.06", "EPS_forecast": "2.66", "EPS_status": "Profit", "period_end": "09-2017", "release_date": "2017-10-25", "revenue": "24.31B", "revenue_forecast": "23,924M", "revenue_status": "Profit"}, "2018-01-31": {"EPS": "3.06", "EPS_forecast": "2.89", "EPS_status": "Profit", "period_end": "12-2017", "release_date": "2018-01-31", "revenue": "25.37B", "revenue_forecast": "24,692M", "revenue_status": "Profit"}, "2018-04-25": {"EPS": "3.64", "EPS_forecast": "2.58", "EPS_status": "Profit", "period_end": "03-2018", "release_date": "2018-04-25", "revenue": "23.38B", "revenue_forecast": "22.23B", "revenue_status": "Profit"}, "2018-07-25": {"EPS": "3.33", "EPS_forecast": "3.25", "EPS_status": "Profit", "period_end": "06-2018", "release_date": "2018-07-25", "revenue": "24.26B", "revenue_forecast": "24.04B", "revenue_status": "Profit"}, "2018-10-24": {"EPS": "3.58", "EPS_forecast": "3.47", "EPS_status": "Profit", "period_end": "09-2018", "release_date": "2018-10-24", "revenue": "25.15B", "revenue_forecast": "23.89B", "revenue_status": "Profit"}, "2019-01-30": {"EPS": "5.48", "EPS_forecast": "4.57", "EPS_status": "Profit", "period_end": "12-2018", "release_date": "2019-01-30", "revenue": "28.34B", "revenue_forecast": "26.87B", "revenue_status": "Profit"}, "2019-04-24": {"EPS": "3.16", "EPS_forecast": "3.19", "EPS_status": "Loss", "period_end": "03-2019", "release_date": "2019-04-24", "revenue": "22.92B", "revenue_forecast": "22.94B", "revenue_status": "Loss"}, "2019-07-24": {"EPS": "-5.82", "EPS_forecast": "-6.69", "EPS_status": "Profit", "period_end": "06-2019", "release_date": "2019-07-24", "revenue": "15.75B", "revenue_forecast": "15.05B", "revenue_status": "Profit"}, "2019-10-23": {"EPS": "1.45", "EPS_forecast": "2.07", "EPS_status": "Loss", "period_end": "09-2019", "release_date": "2019-10-23", "revenue": "19.98B", "revenue_forecast": "19.6B", "revenue_status": "Profit"}, "2020-01-29": {"EPS": "-2.33", "EPS_forecast": "1.32", "EPS_status": "Loss", "period_end": "12-2019", "release_date": "2020-01-29", "revenue": "17.91B", "revenue_forecast": "21.7B", "revenue_status": "Loss"}, "2020-04-29": {"EPS": "-1.7", "EPS_forecast": "-1.67", "EPS_status": "Loss", "period_end": "03-2020", "release_date": "2020-04-29", "revenue": "16.91B", "revenue_forecast": "17.33B", "revenue_status": "Loss"}, "2020-07-29": {"EPS": "-4.79", "EPS_forecast": "-2.55", "EPS_status": "Loss", "period_end": "06-2020", "release_date": "2020-07-29", "revenue": "11.81B", "revenue_forecast": "12.95B", "revenue_status": "Loss"}, "2020-10-28": {"EPS": "-1.39", "EPS_forecast": "-2.31", "EPS_status": "Profit", "period_end": "09-2020", "release_date": "2020-10-28", "revenue": "14.14B", "revenue_forecast": "14.2B", "revenue_status": "Loss"}, "2021-01-27": {"EPS": "-15.25", "EPS_forecast": "-1.64", "EPS_status": "Loss", "period_end": "12-2020", "release_date": "2021-01-27", "revenue": "15.3B", "revenue_forecast": "15.06B", "revenue_status": "Profit"}}, "id": "1", "symbol": "BA", "type": "Earning"}], "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"items": {"properties": {"data": {"properties": {"2013-07-24": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2013-10-23": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2014-01-29": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2014-04-23": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2014-07-23": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2014-10-22": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2015-01-28": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2015-04-22": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2015-07-22": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2015-10-21": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2016-01-27": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2016-04-27": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2016-07-27": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2016-10-26": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2017-01-25": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2017-04-26": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2017-07-26": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2017-10-25": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2018-01-31": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2018-04-25": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2018-07-25": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2018-10-24": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2019-01-30": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2019-04-24": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2019-07-24": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2019-10-23": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2020-01-29": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2020-04-29": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2020-07-29": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2020-10-28": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}, "2021-01-27": {"properties": {"EPS": {"type": "string"}, "EPS_forecast": {"type": "string"}, "EPS_status": {"type": "string"}, "period_end": {"type": "string"}, "release_date": {"type": "string"}, "revenue": {"type": "string"}, "revenue_forecast": {"type": "string"}, "revenue_status": {"type": "string"}}, "type": "object"}}, "type": "object"}, "id": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "boolean"}}, "type": "object"}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/5d9a5f38-8124-4476-983b-1a24eaf97627/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Profile Details
Get all details of company about their address
200
Response
{"code": 200, "info": {"credit_count": 1, "exchanges": [], "sectors": [], "server_time": "2021-02-12 11:36:51 UTC"}, "msg": "Successfully", "response": [{"ccy": "USD", "country": "united-states", "equity_type": "ORD", "exch": "NYSE", "full_name": "Boeing Co", "id": "1", "industry": "Aerospace & Defense", "info": {"country": "United States", "fax": "302-6365454", "locality": "Chicago", "phone": "+1-312-5442000", "postalCode": "IL 60606-1596", "website": "www.boeing.com"}, "isin": "US0970231058", "no_of_employee": "153000", "sector": "Capital Goods", "symbol": "BA"}], "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "exchanges": {"type": "array"}, "sectors": {"type": "array"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"items": {"properties": {"ccy": {"type": "string"}, "country": {"type": "string"}, "equity_type": {"type": "string"}, "exch": {"type": "string"}, "full_name": {"type": "string"}, "id": {"type": "string"}, "industry": {"type": "string"}, "info": {"properties": {"country": {"type": "string"}, "fax": {"type": "string"}, "locality": {"type": "string"}, "phone": {"type": "string"}, "postalCode": {"type": "string"}, "website": {"type": "string"}}, "type": "object"}, "isin": {"type": "string"}, "no_of_employee": {"type": "string"}, "sector": {"type": "string"}, "symbol": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "boolean"}}, "type": "object"}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/7d40ad95-4574-4851-850d-1c14a19cf6f5/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Pivot Points
In financial markets, a pivot point
200
Response
{"code": 200, "info": {"credit_count": 1, "disclaimer": "Note: These Prices, Market trends and signals are not develop for trading purpose. Therefore we doesn`t bear any responsibility for any trading losses you might incur as a result of using this data.", "id": "1", "period": "1d", "server_time": "2021-02-12 11:40:39 UTC", "symbol": "BA", "update": "just now", "update_time": "2021-02-12 11:40:39 UTC"}, "msg": "Successfully", "response": {"overall": {"msg": "summary based on all SMA,EMA,Pivot Points and indicators", "summary": "Buy"}, "pivot_point": {"camarilla": {"R1": "212.5039", "R2": "213.0878", "R3": "213.6718", "R4": "215.4235", "S1": "211.3361", "S2": "210.7522", "S3": "210.1682", "S4": "208.4165", "pp": "213.51"}, "classic": {"R1": "215.9", "R2": "219.88", "R3": "222.27", "S1": "209.53", "S2": "207.14", "S3": "203.16", "pp": "213.51"}, "demark": {"R1": "214.705", "S1": "208.335", "high": "214.705", "low": "208.335"}, "fibonacci": {"R1": "215.9433", "R2": "217.4467", "R3": "219.88", "S1": "211.0767", "S2": "209.5733", "S3": "207.14", "pp": "213.51"}, "woodie": {"R1": "215.105", "R2": "219.4825", "S1": "208.735", "S2": "206.7425", "pp": "213.1125"}}}, "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "disclaimer": {"type": "string"}, "id": {"type": "string"}, "period": {"type": "string"}, "server_time": {"type": "string"}, "symbol": {"type": "string"}, "update": {"type": "string"}, "update_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"properties": {"overall": {"properties": {"msg": {"type": "string"}, "summary": {"type": "string"}}, "type": "object"}, "pivot_point": {"properties": {"camarilla": {"properties": {"R1": {"type": "string"}, "R2": {"type": "string"}, "R3": {"type": "string"}, "R4": {"type": "string"}, "S1": {"type": "string"}, "S2": {"type": "string"}, "S3": {"type": "string"}, "S4": {"type": "string"}, "pp": {"type": "string"}}, "type": "object"}, "classic": {"properties": {"R1": {"type": "string"}, "R2": {"type": "string"}, "R3": {"type": "string"}, "S1": {"type": "string"}, "S2": {"type": "string"}, "S3": {"type": "string"}, "pp": {"type": "string"}}, "type": "object"}, "demark": {"properties": {"R1": {"type": "string"}, "S1": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}}, "type": "object"}, "fibonacci": {"properties": {"R1": {"type": "string"}, "R2": {"type": "string"}, "R3": {"type": "string"}, "S1": {"type": "string"}, "S2": {"type": "string"}, "S3": {"type": "string"}, "pp": {"type": "string"}}, "type": "object"}, "woodie": {"properties": {"R1": {"type": "string"}, "R2": {"type": "string"}, "S1": {"type": "string"}, "S2": {"type": "string"}, "pp": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "type": "object"}, "status": {"type": "boolean"}}, "type": "object"}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/bf175430-6c6f-4cbb-872c-99522130ab1a/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Moving Averages (MA Lines)
Moving Average (MA) is a trend indicator.
200
Response
{"code": 200, "info": {"credit_count": 1, "disclaimer": "Note: These Prices, Market trends and signals are not develop for trading purpose. Therefore we doesn`t bear any responsibility for any trading losses you might incur as a result of using this data.", "id": "1", "period": "1d", "server_time": "2021-02-12 11:43:23 UTC", "symbol": "BA", "update": "just now", "update_time": "2021-02-12 11:43:23 UTC"}, "msg": "Successfully", "response": {"count": {"Total_Buy": 8, "Total_Neutral": 3, "Total_Sell": 1}, "ma_avg": {"EMA": {"MA10": {"s": "Buy", "v": "208.61551"}, "MA100": {"s": "Buy", "v": "199.41621"}, "MA20": {"s": "Buy", "v": "207.7251"}, "MA200": {"s": "Neutral", "v": "203.09741"}, "MA5": {"s": "Neutral", "v": "210.69731"}, "MA50": {"s": "Buy", "v": "206.16981"}}, "SMA": {"MA10": {"s": "Buy", "v": "206.6451"}, "MA100": {"s": "Buy", "v": "193.46921"}, "MA20": {"s": "Buy", "v": "205.63851"}, "MA200": {"s": "Buy", "v": "180.22541"}, "MA5": {"s": "Neutral", "v": "211.491"}, "MA50": {"s": "Sell", "v": "214.48961"}}, "summary": "Buy"}, "overall": {"msg": "summary based on all SMA,EMA,Pivot Points and indicators", "summary": "Buy"}}, "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "disclaimer": {"type": "string"}, "id": {"type": "string"}, "period": {"type": "string"}, "server_time": {"type": "string"}, "symbol": {"type": "string"}, "update": {"type": "string"}, "update_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"properties": {"count": {"properties": {"Total_Buy": {"type": "integer"}, "Total_Neutral": {"type": "integer"}, "Total_Sell": {"type": "integer"}}, "type": "object"}, "ma_avg": {"properties": {"EMA": {"properties": {"MA10": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "MA100": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "MA20": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "MA200": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "MA5": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "MA50": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}}, "type": "object"}, "SMA": {"properties": {"MA10": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "MA100": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "MA20": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "MA200": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "MA5": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "MA50": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}}, "type": "object"}, "summary": {"type": "string"}}, "type": "object"}, "overall": {"properties": {"msg": {"type": "string"}, "summary": {"type": "string"}}, "type": "object"}}, "type": "object"}, "status": {"type": "boolean"}}, "type": "object"}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/0a0476df-c202-42f0-b55f-983f6657dd24/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Technical Indicator
Technical indicators are calculated with the help of top stock indicators (MA,RSI,STOCH,ATR etc)
200
Response
{"code": 200, "info": {"credit_count": 1, "disclaimer": "Note: These Prices, Market trends and signals are not develop for trading purpose. Therefore we doesn`t bear any responsibility for any trading losses you might incur as a result of using this data.", "id": "1", "period": "1d", "server_time": "2021-02-12 11:46:17 UTC", "symbol": "BA", "update": "just now", "update_time": "2021-02-12 11:46:17 UTC"}, "msg": "Successfully", "response": {"count": {"Total_Buy": 4, "Total_Neutral": 1, "Total_Sell": 3}, "indicators": {"ATR14": {"s": "", "v": "6.4333"}, "CCI14": {"s": "Sell", "v": "71.6638"}, "MACD12_26": {"s": "Buy", "v": "-1.9607"}, "ROC": {"s": "Buy", "v": "2.2785"}, "RSI14": {"s": "Buy", "v": "53.0453"}, "STOCH9_6": {"s": "Buy", "v": "69.5573"}, "STOCHRSI14": {"s": "Sell", "v": "78.2121"}, "UltimateOscillator": {"s": "Neutral", "v": "51.8417"}, "WilliamsR": {"s": "Sell", "v": "-27.2407"}, "summary": "Buy"}, "overall": {"msg": "summary based on all SMA,EMA,Pivot Points and indicators", "summary": "Buy"}}, "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "disclaimer": {"type": "string"}, "id": {"type": "string"}, "period": {"type": "string"}, "server_time": {"type": "string"}, "symbol": {"type": "string"}, "update": {"type": "string"}, "update_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"properties": {"count": {"properties": {"Total_Buy": {"type": "integer"}, "Total_Neutral": {"type": "integer"}, "Total_Sell": {"type": "integer"}}, "type": "object"}, "indicators": {"properties": {"ATR14": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "CCI14": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "MACD12_26": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "ROC": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "RSI14": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "STOCH9_6": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "STOCHRSI14": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "UltimateOscillator": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "WilliamsR": {"properties": {"s": {"type": "string"}, "v": {"type": "string"}}, "type": "object"}, "summary": {"type": "string"}}, "type": "object"}, "overall": {"properties": {"msg": {"type": "string"}, "summary": {"type": "string"}}, "type": "object"}}, "type": "object"}, "status": {"type": "boolean"}}, "type": "object"}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/fc828038-8cc2-4e00-bb4e-682e0211c624/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Technical Signals Indicator
Signals indicators are calculated with the help of top chart indicators (MA, RSI, STOCH, ATR etc)
200
Response
{"code": 200, "info": {"credit_count": 1, "exchanges": [], "sectors": [], "server_time": "2021-02-12 11:48:46 UTC"}, "msg": "Successfully", "response": [{"ccy": "USD", "daily": "Strong Buy", "exch": "NYSE", "hourly": "Neutral", "id": "1", "monthly": "Neutral", "symbol": "BA", "weekly": "Buy"}], "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "exchanges": {"type": "array"}, "sectors": {"type": "array"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"items": {"properties": {"ccy": {"type": "string"}, "daily": {"type": "string"}, "exch": {"type": "string"}, "hourly": {"type": "string"}, "id": {"type": "string"}, "monthly": {"type": "string"}, "symbol": {"type": "string"}, "weekly": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "boolean"}}, "type": "object"}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/e0b3d0b1-1902-444e-aaa4-35745bb0a95d/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Search
You can search any currency with similar words
200
Response
{"code": 200, "info": {"credit_count": 1, "server_time": "2021-02-12 11:50:34 UTC"}, "msg": "Successfully", "response": [{"ccy": "USD", "country": "United States", "exch": "NYSE", "full_name": "General Electric Company", "id": "1287", "locality": "Boston", "name": "General Electric", "short_name": "GE", "type": "stock"}, {"ccy": "USD", "country": "United States", "exch": "NYSE", "full_name": "Portland General Electric Co", "id": "4253", "locality": "Portland", "name": "Portland General Electric", "short_name": "POR", "type": "stock"}, {"ccy": "BRL", "country": "United States", "exch": "BM&FBovespa", "full_name": "General Electric Co BDR", "id": "106733", "locality": "Boston", "name": "General Electric Co BDR", "short_name": "GEOO34", "type": "stock"}, {"ccy": "EUR", "country": "United States", "exch": "Frankfurt", "full_name": "Portland General Electric Co (Frankfurt)", "id": "113392", "locality": "Portland", "name": "Portland General Electric", "short_name": "POR", "type": "stock"}, {"ccy": "EUR", "country": "United States", "exch": "Berlin", "full_name": "General Electric Company (Berlin)", "id": "113783", "locality": "Boston", "name": "General Electric", "short_name": "GEC", "type": "stock"}, {"ccy": "CHF", "country": "United States", "exch": "Switzerland", "full_name": "General Electric Company (Switzerland)", "id": "113881", "locality": "Boston", "name": "General Electric", "short_name": "GE", "type": "stock"}, {"ccy": "EUR", "country": "United States", "exch": "Paris", "full_name": "General Electric Company (Paris)", "id": "119938", "locality": "Boston", "name": "General Electric", "short_name": "GNE", "type": "stock"}, {"ccy": "MXN", "country": "United States", "exch": "Mexico", "full_name": "General Electric Company (Mexico)", "id": "120883", "locality": "Boston", "name": "General Electric", "short_name": "GE", "type": "stock"}, {"ccy": "EUR", "country": "United States", "exch": "London", "full_name": "General Electric Company (London)", "id": "12610344", "locality": "Boston", "name": "General Electric", "short_name": "GECG", "type": "stock"}, {"ccy": "RUB", "country": "United States", "exch": "Moscow", "full_name": "General Electric Company (Moscow)", "id": "12769510", "locality": "Boston", "name": "General Electric", "short_name": "GE-RM", "type": "stock"}, {"ccy": "USD", "country": "United States", "exch": "NASDAQ", "full_name": "Caseys General Stores Inc", "id": "396", "locality": "Ankeny", "name": "Caseys", "short_name": "CASY", "type": "stock"}, {"ccy": "USD", "country": "United States", "exch": "NASDAQ", "full_name": "Cathay General Bancorp", "id": "398", "locality": "Los Angeles", "name": "Cathay", "short_name": "CATY", "type": "stock"}, {"ccy": "USD", "country": "United States", "exch": "NASDAQ", "full_name": "Franklin Electric Co Inc", "id": "614", "locality": "Fort Wayne", "name": "Franklin Electric", "short_name": "FELE", "type": "stock"}, {"ccy": "USD", "country": "United States", "exch": "NASDAQ", "full_name": "General Finance Corporation", "id": "662", "locality": "Pasadena", "name": "General Finance", "short_name": "GFN", "type": "stock"}, {"ccy": "USD", "country": "United States", "exch": "NYSE", "full_name": "General Motors Company", "id": "1134", "locality": "Detroit", "name": "General Motors", "short_name": "GM", "type": "stock"}, {"ccy": "USD", "country": "United States", "exch": "NYSE", "full_name": "General Mills Inc", "id": "1141", "locality": "Minneapolis", "name": "General Mills", "short_name": "GIS", "type": "stock"}, {"ccy": "USD", "country": "United States", "exch": "NYSE", "full_name": "General Dynamics Corporation", "id": "1155", "locality": "Reston", "name": "General Dynamics", "short_name": "GD", "type": "stock"}, {"ccy": "USD", "country": "United States", "exch": "NYSE", "full_name": "Emerson Electric Company", "id": "1183", "locality": "St. Louis", "name": "Emerson", "short_name": "EMR", "type": "stock"}, {"ccy": "USD", "country": "United States", "exch": "NYSE", "full_name": "American Electric Power Company Inc", "id": "1267", "locality": "Columbus", "name": "American Electric Power", "short_name": "AEP", "type": "stock"}, {"ccy": "USD", "country": "United States", "exch": "NYSE", "full_name": "Dollar General Corporation", "id": "1400", "locality": "Goodlettsville", "name": "Dollar General", "short_name": "DG", "type": "stock"}, {"ccy": "USD", "country": "United States", "exch": "NYSE", "full_name": "Pacific Gas & Electric Co", "id": "1638", "locality": "San Francisco", "name": "Pacific Gas&Electric", "short_name": "PCG", "type": "stock"}, {"ccy": "USD", "country": "United States", "exch": "NYSE Amex", "full_name": "General Moly Inc (NYSE Amex)", "id": "1850", "locality": "Lakewood", "name": "General Moly", "short_name": "GMO", "type": "stock"}, {"ccy": "USD", "country": "United States", "exch": "NYSE", "full_name": "Hawaiian Electric Industries Inc", "id": "2125", "locality": "Honolulu", "name": "Hawaiian Electric Industries", "short_name": "HE", "type": "stock"}, {"ccy": "USD", "country": "Brazil", "exch": "NYSE", "full_name": "Centrais Electricas Brasileiras SA", "id": "2150", "locality": "Rio De Janeiro", "name": "Centrais Electricas Brasileiras", "short_name": "EBR", "type": "stock"}, {"ccy": "USD", "country": "South Korea", "exch": "NYSE", "full_name": "Korea Electric Power Corp ADR", "id": "2248", "locality": "Naju", "name": "Kepco ADR", "short_name": "KEP", "type": "stock"}, {"ccy": "USD", "country": "United States", "exch": "NYSE", "full_name": "El Paso Electric Company", "id": "2340", "locality": "El Paso", "name": "El Paso Electric", "short_name": "EE", "type": "stock"}, {"ccy": "USD", "country": "United States", "exch": "NYSE", "full_name": "Mercury General Corporation", "id": "2376", "locality": "Los Angeles", "name": "Mercury General", "short_name": "MCY", "type": "stock"}, {"ccy": "USD", "country": "France", "exch": "OTC Markets", "full_name": "Electricite de France SA", "id": "3104", "locality": "Paris", "name": "Electricite de France SA", "short_name": "ECIFY", "type": "stock"}, {"ccy": "USD", "country": "United Kingdom", "exch": "OTC Markets", "full_name": "Legal & General Group Plc", "id": "3215", "locality": "London", "name": "Legal & General Group Plc", "short_name": "LGGNY", "type": "stock"}, {"ccy": "USD", "country": "France", "exch": "OTC Markets", "full_name": "Compagnie Generale des Etablissements Michelin SCA ADR", "id": "3239", "locality": "Clermont-ferrand", "name": "Michelin ADR", "short_name": "MGDDY", "type": "stock"}], "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"items": {"properties": {"ccy": {"type": "string"}, "country": {"type": "string"}, "exch": {"type": "string"}, "full_name": {"type": "string"}, "id": {"type": "string"}, "locality": {"type": "string"}, "name": {"type": "string"}, "short_name": {"type": "string"}, "type": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "boolean"}}, "type": "object"}
27d4aa38-2eac-4a64-904c-1dc0484d27b2/cc4f06a9-9267-4e05-a8cb-9aa3fd90a75b/0/0
Stock
Powered by 30+ stock exchange rate data sources
null
Country Report
This API gives you full report of country. How many stocks in each country, how many stocks in each exchange or sectors.
200
Response
{"code": 200, "info": {"credit_count": 1, "server_time": "2021-02-12 11:52:19 UTC"}, "msg": "Successfully", "response": {"country": {"argentina": 13, "australia": 134, "austria": 117, "bahrain": 8, "bangladesh": 4, "belgium": 25, "bosnia-herzegovina": 6, "botswana": 6, "brazil": 1105, "bulgaria": 6, "canada": 1539, "chile": 5, "china": 4291, "colombia": 13, "costa-rica": 2, "cote-d'ivoire": 10, "croatia": 3, "cyprus": 8, "czech-republic": 7, "denmark": 258, "ecuador": 7, "egypt": 34, "estonia": 5, "euro-zone": 2, "finland": 268, "france": 910, "germany": 1749, "greece": 31, "hong-kong": 1332, "hungary": 7, "iceland": 26, "india": 1753, "indonesia": 752, "iraq": 2, "ireland": 65, "israel": 54, "italy": 52, "jamaica": 7, "japan": 4027, "jordan": 26, "kazakhstan": 6, "kenya": 5, "kuwait": 4, "latvia": 5, "lebanon": 7, "lithuania": 5, "malaysia": 987, "malta": 2, "mauritius": 6, "mexico": 700, "mongolia": 2, "montenegro": 3, "morocco": 25, "namibia": 23, "netherlands": 196, "new-zealand": 51, "nigeria": 13, "norway": 39, "oman": 5, "pakistan": 494, "palestinian-territory": 7, "peru": 16, "philippines": 313, "poland": 40, "portugal": 15, "qatar": 13, "romania": 8, "russia": 380, "rwanda": 3, "saudi-arabia": 236, "serbia": 2, "singapore": 737, "slovakia": 2, "slovenia": 2, "south-africa": 414, "south-korea": 2388, "spain": 322, "sri-lanka": 38, "sweden": 1224, "switzerland": 631, "taiwan": 90, "tanzania": 2, "thailand": 977, "tunisia": 15, "turkey": 498, "uganda": 2, "ukraine": 5, "united-arab-emirates": 157, "united-kingdom": 1359, "united-states": 6841, "venezuela": 7, "vietnam": 18, "zambia": 4, "zimbabwe": 3}, "exchange_country": {"Abu Dhabi": "united-arab-emirates", "Aktietorget": "sweden", "Amsterdam": "netherlands", "BATS Europe": "germany", "BIVA": "mexico", "BM&FBovespa": "brazil", "BSE": "india", "Berlin": "germany", "Brussels": "germany,netherlands,france", "CSE": "canada", "Copenhagen": "denmark", "Dubai": "united-arab-emirates", "Dusseldorf": "germany", "Egypt": "germany", "Frankfurt": "germany,switzerland", "Hamburg": "germany", "Helsinki": "finland", "Ho Chi Minh": "germany", "Hong Kong": "hong-kong", "Iceland": "sweden", "Ireland": "ireland", "Istanbul": "turkey", "Jakarta": "indonesia", "Johannesburg": "south-africa", "KOSDAQ": "south-korea", "Karachi": "pakistan", "Kuala Lumpur": "malaysia", "LATIBEX": "spain", "Lisbon": "netherlands,france", "London": "united-kingdom,germany,russia", "Luxembourg": "france", "Madrid": "spain", "Mexico": "mexico", "Milan": "germany,netherlands", "Moscow": "russia", "Munich": "germany", "NASDAQ": "united-states", "NEO": "canada", "NGM": "sweden", "NSE": "india", "NYSE": "united-states", "NYSE Amex": "united-states", "OTC Markets": "united-states", "Oslo": "sweden", "Paris": "france", "Philippines": "philippines", "Real-time derived": "australia,canada,japan,hong-kong,united-kingdom,germany,spain,switzerland,sweden,south-africa,brazil,mexico,russia,singapore", "SOMA": "brazil", "Saudi Arabia": "saudi-arabia", "Seoul": "south-korea", "Shanghai": "china,hong-kong", "Shenzhen": "china", "Singapore": "singapore", "Stockholm": "sweden", "Stuttgart": "germany", "Switzerland": "switzerland", "Sydney": "australia", "TSXV": "canada", "Taiwan": "hong-kong", "Thailand": "thailand", "Tokyo": "japan", "Toronto": "canada", "TradeGate": "germany", "Xetra": "germany"}, "exchanges": {"Abu Dhabi": 69, "Aktietorget": 144, "Amsterdam": 137, "BATS Europe": 4, "BIVA": 35, "BM&FBovespa": 745, "BSE": 1025, "Berlin": 455, "Brussels": 50, "CSE": 24, "Copenhagen": 169, "Dubai": 62, "Dusseldorf": 38, "Egypt": 4, "Frankfurt": 702, "Hamburg": 14, "Helsinki": 178, "Ho Chi Minh": 3, "Hong Kong": 1107, "Iceland": 22, "Ireland": 50, "Istanbul": 416, "Jakarta": 719, "Johannesburg": 378, "KOSDAQ": 1432, "Karachi": 481, "Kuala Lumpur": 950, "LATIBEX": 21, "Lisbon": 15, "London": 1163, "Luxembourg": 1, "Madrid": 173, "Mexico": 562, "Milan": 8, "Moscow": 337, "Munich": 7, "NASDAQ": 3010, "NEO": 2, "NGM": 59, "NSE": 583, "NYSE": 2086, "NYSE Amex": 206, "OTC Markets": 620, "Oslo": 17, "Paris": 772, "Philippines": 302, "Real-time derived": 393, "SOMA": 26, "Saudi Arabia": 210, "Seoul": 796, "Shanghai": 1594, "Shenzhen": 2356, "Singapore": 696, "Stockholm": 803, "Stuttgart": 11, "Switzerland": 597, "Sydney": 8, "TSXV": 661, "Taiwan": 93, "Thailand": 942, "Tokyo": 3780, "Toronto": 764, "TradeGate": 13, "Xetra": 303}, "sectors": {"Basic Materials": 4010, "Capital Goods": 3988, "Conglomerates": 17, "Consumer Cyclical": 2197, "Consumer/Non-Cyclical": 1857, "Energy": 1234, "Financial": 3801, "Healthcare": 2882, "Services": 5954, "Technology": 4975, "Transportation": 1001, "Utilities": 835}}, "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"properties": {"country": {"properties": {"argentina": {"type": "integer"}, "australia": {"type": "integer"}, "austria": {"type": "integer"}, "bahrain": {"type": "integer"}, "bangladesh": {"type": "integer"}, "belgium": {"type": "integer"}, "bosnia-herzegovina": {"type": "integer"}, "botswana": {"type": "integer"}, "brazil": {"type": "integer"}, "bulgaria": {"type": "integer"}, "canada": {"type": "integer"}, "chile": {"type": "integer"}, "china": {"type": "integer"}, "colombia": {"type": "integer"}, "costa-rica": {"type": "integer"}, "cote-d'ivoire": {"type": "integer"}, "croatia": {"type": "integer"}, "cyprus": {"type": "integer"}, "czech-republic": {"type": "integer"}, "denmark": {"type": "integer"}, "ecuador": {"type": "integer"}, "egypt": {"type": "integer"}, "estonia": {"type": "integer"}, "euro-zone": {"type": "integer"}, "finland": {"type": "integer"}, "france": {"type": "integer"}, "germany": {"type": "integer"}, "greece": {"type": "integer"}, "hong-kong": {"type": "integer"}, "hungary": {"type": "integer"}, "iceland": {"type": "integer"}, "india": {"type": "integer"}, "indonesia": {"type": "integer"}, "iraq": {"type": "integer"}, "ireland": {"type": "integer"}, "israel": {"type": "integer"}, "italy": {"type": "integer"}, "jamaica": {"type": "integer"}, "japan": {"type": "integer"}, "jordan": {"type": "integer"}, "kazakhstan": {"type": "integer"}, "kenya": {"type": "integer"}, "kuwait": {"type": "integer"}, "latvia": {"type": "integer"}, "lebanon": {"type": "integer"}, "lithuania": {"type": "integer"}, "malaysia": {"type": "integer"}, "malta": {"type": "integer"}, "mauritius": {"type": "integer"}, "mexico": {"type": "integer"}, "mongolia": {"type": "integer"}, "montenegro": {"type": "integer"}, "morocco": {"type": "integer"}, "namibia": {"type": "integer"}, "netherlands": {"type": "integer"}, "new-zealand": {"type": "integer"}, "nigeria": {"type": "integer"}, "norway": {"type": "integer"}, "oman": {"type": "integer"}, "pakistan": {"type": "integer"}, "palestinian-territory": {"type": "integer"}, "peru": {"type": "integer"}, "philippines": {"type": "integer"}, "poland": {"type": "integer"}, "portugal": {"type": "integer"}, "qatar": {"type": "integer"}, "romania": {"type": "integer"}, "russia": {"type": "integer"}, "rwanda": {"type": "integer"}, "saudi-arabia": {"type": "integer"}, "serbia": {"type": "integer"}, "singapore": {"type": "integer"}, "slovakia": {"type": "integer"}, "slovenia": {"type": "integer"}, "south-africa": {"type": "integer"}, "south-korea": {"type": "integer"}, "spain": {"type": "integer"}, "sri-lanka": {"type": "integer"}, "sweden": {"type": "integer"}, "switzerland": {"type": "integer"}, "taiwan": {"type": "integer"}, "tanzania": {"type": "integer"}, "thailand": {"type": "integer"}, "tunisia": {"type": "integer"}, "turkey": {"type": "integer"}, "uganda": {"type": "integer"}, "ukraine": {"type": "integer"}, "united-arab-emirates": {"type": "integer"}, "united-kingdom": {"type": "integer"}, "united-states": {"type": "integer"}, "venezuela": {"type": "integer"}, "vietnam": {"type": "integer"}, "zambia": {"type": "integer"}, "zimbabwe": {"type": "integer"}}, "type": "object"}, "exchange_country": {"properties": {"Abu Dhabi": {"type": "string"}, "Aktietorget": {"type": "string"}, "Amsterdam": {"type": "string"}, "BATS Europe": {"type": "string"}, "BIVA": {"type": "string"}, "BM&FBovespa": {"type": "string"}, "BSE": {"type": "string"}, "Berlin": {"type": "string"}, "Brussels": {"type": "string"}, "CSE": {"type": "string"}, "Copenhagen": {"type": "string"}, "Dubai": {"type": "string"}, "Dusseldorf": {"type": "string"}, "Egypt": {"type": "string"}, "Frankfurt": {"type": "string"}, "Hamburg": {"type": "string"}, "Helsinki": {"type": "string"}, "Ho Chi Minh": {"type": "string"}, "Hong Kong": {"type": "string"}, "Iceland": {"type": "string"}, "Ireland": {"type": "string"}, "Istanbul": {"type": "string"}, "Jakarta": {"type": "string"}, "Johannesburg": {"type": "string"}, "KOSDAQ": {"type": "string"}, "Karachi": {"type": "string"}, "Kuala Lumpur": {"type": "string"}, "LATIBEX": {"type": "string"}, "Lisbon": {"type": "string"}, "London": {"type": "string"}, "Luxembourg": {"type": "string"}, "Madrid": {"type": "string"}, "Mexico": {"type": "string"}, "Milan": {"type": "string"}, "Moscow": {"type": "string"}, "Munich": {"type": "string"}, "NASDAQ": {"type": "string"}, "NEO": {"type": "string"}, "NGM": {"type": "string"}, "NSE": {"type": "string"}, "NYSE": {"type": "string"}, "NYSE Amex": {"type": "string"}, "OTC Markets": {"type": "string"}, "Oslo": {"type": "string"}, "Paris": {"type": "string"}, "Philippines": {"type": "string"}, "Real-time derived": {"type": "string"}, "SOMA": {"type": "string"}, "Saudi Arabia": {"type": "string"}, "Seoul": {"type": "string"}, "Shanghai": {"type": "string"}, "Shenzhen": {"type": "string"}, "Singapore": {"type": "string"}, "Stockholm": {"type": "string"}, "Stuttgart": {"type": "string"}, "Switzerland": {"type": "string"}, "Sydney": {"type": "string"}, "TSXV": {"type": "string"}, "Taiwan": {"type": "string"}, "Thailand": {"type": "string"}, "Tokyo": {"type": "string"}, "Toronto": {"type": "string"}, "TradeGate": {"type": "string"}, "Xetra": {"type": "string"}}, "type": "object"}, "exchanges": {"properties": {"Abu Dhabi": {"type": "integer"}, "Aktietorget": {"type": "integer"}, "Amsterdam": {"type": "integer"}, "BATS Europe": {"type": "integer"}, "BIVA": {"type": "integer"}, "BM&FBovespa": {"type": "integer"}, "BSE": {"type": "integer"}, "Berlin": {"type": "integer"}, "Brussels": {"type": "integer"}, "CSE": {"type": "integer"}, "Copenhagen": {"type": "integer"}, "Dubai": {"type": "integer"}, "Dusseldorf": {"type": "integer"}, "Egypt": {"type": "integer"}, "Frankfurt": {"type": "integer"}, "Hamburg": {"type": "integer"}, "Helsinki": {"type": "integer"}, "Ho Chi Minh": {"type": "integer"}, "Hong Kong": {"type": "integer"}, "Iceland": {"type": "integer"}, "Ireland": {"type": "integer"}, "Istanbul": {"type": "integer"}, "Jakarta": {"type": "integer"}, "Johannesburg": {"type": "integer"}, "KOSDAQ": {"type": "integer"}, "Karachi": {"type": "integer"}, "Kuala Lumpur": {"type": "integer"}, "LATIBEX": {"type": "integer"}, "Lisbon": {"type": "integer"}, "London": {"type": "integer"}, "Luxembourg": {"type": "integer"}, "Madrid": {"type": "integer"}, "Mexico": {"type": "integer"}, "Milan": {"type": "integer"}, "Moscow": {"type": "integer"}, "Munich": {"type": "integer"}, "NASDAQ": {"type": "integer"}, "NEO": {"type": "integer"}, "NGM": {"type": "integer"}, "NSE": {"type": "integer"}, "NYSE": {"type": "integer"}, "NYSE Amex": {"type": "integer"}, "OTC Markets": {"type": "integer"}, "Oslo": {"type": "integer"}, "Paris": {"type": "integer"}, "Philippines": {"type": "integer"}, "Real-time derived": {"type": "integer"}, "SOMA": {"type": "integer"}, "Saudi Arabia": {"type": "integer"}, "Seoul": {"type": "integer"}, "Shanghai": {"type": "integer"}, "Shenzhen": {"type": "integer"}, "Singapore": {"type": "integer"}, "Stockholm": {"type": "integer"}, "Stuttgart": {"type": "integer"}, "Switzerland": {"type": "integer"}, "Sydney": {"type": "integer"}, "TSXV": {"type": "integer"}, "Taiwan": {"type": "integer"}, "Thailand": {"type": "integer"}, "Tokyo": {"type": "integer"}, "Toronto": {"type": "integer"}, "TradeGate": {"type": "integer"}, "Xetra": {"type": "integer"}}, "type": "object"}, "sectors": {"properties": {"Basic Materials": {"type": "integer"}, "Capital Goods": {"type": "integer"}, "Conglomerates": {"type": "integer"}, "Consumer Cyclical": {"type": "integer"}, "Consumer/Non-Cyclical": {"type": "integer"}, "Energy": {"type": "integer"}, "Financial": {"type": "integer"}, "Healthcare": {"type": "integer"}, "Services": {"type": "integer"}, "Technology": {"type": "integer"}, "Transportation": {"type": "integer"}, "Utilities": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "status": {"type": "boolean"}}, "type": "object"}
09010e86-eb81-436e-87e1-87a3e0f7bed2/7de78c0a-c3e3-47ec-8c55-3116abe13a72/0/0
Fast Yahoo API
The stock and company metadata API provides a convenient way to retrieve various information about a stock or company from Yahoo's database.
null
/company-info/{ticker}
200
null
{"ticker": "", "exchange": "", "industry": "", "sector": "", "website": "", "description": ""}
{"type": "object", "properties": {"ticker": {"type": "string"}, "exchange": {"type": "string"}, "industry": {"type": "string"}, "sector": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}}}
09010e86-eb81-436e-87e1-87a3e0f7bed2/7de78c0a-c3e3-47ec-8c55-3116abe13a72/1/0
Fast Yahoo API
The stock and company metadata API provides a convenient way to retrieve various information about a stock or company from Yahoo's database.
null
/company-info/{ticker}
404
null
{"message": ""}
{"type": "object", "properties": {"message": {"type": "string"}}}
09010e86-eb81-436e-87e1-87a3e0f7bed2/7de78c0a-c3e3-47ec-8c55-3116abe13a72/2/0
Fast Yahoo API
The stock and company metadata API provides a convenient way to retrieve various information about a stock or company from Yahoo's database.
null
/company-info/{ticker}
500
null
{"message": ""}
{"type": "object", "properties": {"message": {"type": "string"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/a9782635-0115-43a9-af6e-d8e40dfe79ac/0/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-identities
Get a user's identity profiles from employment data sources.
500
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/a9782635-0115-43a9-af6e-d8e40dfe79ac/1/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-identities
Get a user's identity profiles from employment data sources.
403
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/a9782635-0115-43a9-af6e-d8e40dfe79ac/2/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-identities
Get a user's identity profiles from employment data sources.
504
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/a9782635-0115-43a9-af6e-d8e40dfe79ac/3/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-identities
Get a user's identity profiles from employment data sources.
501
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/a9782635-0115-43a9-af6e-d8e40dfe79ac/4/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-identities
Get a user's identity profiles from employment data sources.
404
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/a9782635-0115-43a9-af6e-d8e40dfe79ac/5/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-identities
Get a user's identity profiles from employment data sources.
200
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {"nextCursor": "1259723474", "items": [{"id": "i-17bbf36498de4d68a0d4f86c7b62f69f", "fullName": "George Cimafranca Palomero, Jr", "firstName": "George", "middleName": "Cimafranca", "lastName": "Palomero", "suffix": "Jr", "gender": "Male", "dob": "1970-08-24", "maritalStatus": "Married", "countryResidence": "PH", "citizenship": "Citizen", "photoUrl": "https://cdn.smileapi.io/image/avatar/v20211115191600/george.jpg", "referenceId": "george", "profileUrl": "https://upwork.com/profiles/george.jpg", "emails": [{"address": "[email protected]", "type": "Primary"}], "phones": [{"number": "+639175551234", "type": "Mobile"}], "socialProfiles": [{"socialUrl": "https://www.facebook.com/gpalomero", "type": "Facebook"}], "addresses": [{"fullAddress": "12 Maybunga St, Barangay Paraiso, Pasig City, NCR, 1600, PH", "line1": "12 Maybunga St", "line2": "Barangay Paraiso", "city": "Pasig City", "region": "NCR", "zip": "1600", "country": "PH", "latitude": "14.573454", "longitude": "121.085042", "type": "Primary"}], "metadata": {"createdAt": "2021-04-14T09:30:24Z", "sourceId": "17bbf36498de4d68a0d4f86c7b62f69f", "sourceType": "ACCOUNT", "userId": "tenant-5c1a2e8678e3494eba303ad1afa54ee8", "providerId": "upwork"}}, {"id": "i-24bbf36498ac4d26a0d4f86c7b62f83z", "fullName": "Ryan Joseph Peterson Chua Ng", "firstName": "Ryan Joseph Peterson", "middleName": "Chua", "lastName": "Ng", "suffix": null, "gender": "Male", "dob": "1995-06-24", "maritalStatus": "Single", "countryResidence": null, "citizenship": "Citizen", "photoUrl": "https://cdn.smileapi.io/image/avatar/v20211115191600/ryan.jpg", "referenceId": "~02c0bf6ae6a581ee2b", "profileUrl": "https://www.upwork.com/freelancers/~02c0bf6ae6a581ee2b", "emails": [{"address": "[email protected]", "type": "Primary"}], "phones": [{"number": "+639559994321", "type": "Mobile"}, {"number": "+63289053000", "type": "Fixed"}], "socialProfiles": [{"socialUrl": "https://www.facebook.com/ryanpetersonng", "type": "Facebook"}, {"socialUrl": "https://www.twitter.com/xklxyz", "type": "Twitter"}], "addresses": [{"fullAddress": "24 Eagle St, Binondo, Manila, NCR, 1008, PH", "line1": "24 Eagle St", "line2": "Binondo", "city": "Manila", "region": "NCR", "zip": "1008", "country": "PH", "latitude": "14.600454", "longitude": "120.969042", "type": "Primary"}], "metadata": {"createdAt": "2021-04-14T09:30:24Z", "sourceId": "17bbf36498de4d68a0d4f86c7b62f69f", "sourceType": "ACCOUNT", "userId": "tenant-5c1a2e8678e3494eba303ad1afa54ee8", "providerId": "upwork"}}, {"id": "i-48ace87698bd6e67a0d4f86c7b62h76c", "fullName": "Christina Tan", "firstName": "Christina", "middleName": "dela Cruz", "lastName": "Tan", "suffix": null, "gender": "Female", "dob": "1997-02-12", "maritalStatus": "Single", "countryResidence": null, "citizenship": "Citizen", "photoUrl": "https://cdn.smileapi.io/image/avatar/v20211115191600/christina.jpg", "referenceId": null, "profileUrl": null, "emails": [{"address": "[email protected]", "type": "Primary"}], "phones": [{"number": "+639559996789", "type": "Mobile"}, {"number": "+639226789888", "type": "Mobile"}], "socialProfiles": [], "addresses": [{"fullAddress": null, "line1": null, "line2": null, "city": null, "region": null, "zip": null, "country": "PH", "latitude": null, "longitude": null, "type": "Primary"}], "metadata": {"createdAt": "2021-04-14T09:30:24Z", "sourceId": "17bbf36498de4d68a0d4f86c7b62f69f", "sourceType": "ACCOUNT", "userId": "tenant-5c1a2e8678e3494eba303ad1afa54ee8", "providerId": "upwork"}}]}}
{"title": "Identity List Response", "type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object", "properties": {"nextCursor": {"title": "Object-Next-Cursor", "type": "string", "description": "The next cursor value that can be used in the following query.", "x-internal": false}, "items": {"type": "array", "items": {"type": "object", "title": "Identity", "description": "The stored identity information of the user from an employment data provider.", "x-examples": {"Example": {"id": "i-17bbf36498de4d68a0d4f86c7b62f69f", "fullName": "George Cimafranca Palomero, Jr", "firstName": "George", "middleName": "Cimafranca", "lastName": "Palomero", "suffix": "Jr", "gender": "Male", "dob": "1970-08-24", "maritalStatus": "Married", "countryResidence": "PH", "citizenship": "Citizen", "photoUrl": "https://cdn.smileapi.io/image/avatar/v20211115191600/george.jpg", "referenceId": null, "profileUrl": null, "emails": [{"address": "[email protected]", "type": "Primary"}], "phones": [{"number": "+639559991234", "type": "Mobile"}], "socialProfiles": [{"socialUrl": "https://www.facebook.com/gpalomero", "type": "Facebook"}], "addresses": [{"fullAddress": "12 Maybunga St, Barangay Paraiso, Pasig City, NCR, 1600, PH", "line1": "12 Maybunga St", "line2": "Barangay Paraiso", "city": "Pasig City", "region": "NCR", "zip": "1600", "country": "PH", "latitude": "14.573454", "longitude": "121.085042", "type": "Primary"}], "metadata": {"createdAt": "2021-04-14T09:30:24Z", "sourceId": "17bbf36498de4d68a0d4f86c7b62f69f", "sourceType": "ACCOUNT", "userId": "tenant-5c1a2e8678e3494eba303ad1afa54ee8", "providerId": "upwork"}}}, "x-tags": ["Identities"], "properties": {"id": {"type": "string", "title": "Object ID", "description": "Unique ID of this object", "x-internal": true}, "fullName": {"type": "string", "description": "Full name"}, "firstName": {"type": ["string", "null"], "description": "First name"}, "middleName": {"type": ["string", "null"], "description": "Middle name"}, "lastName": {"type": ["string", "null"], "description": "Last name"}, "suffix": {"type": ["string", "null"], "description": "Suffix"}, "gender": {"type": ["string", "null"], "enum": ["Male", "Female", "Non-binary", null, null], "description": "Gender"}, "dob": {"type": ["string", "null"], "format": "date", "description": "Date of birth"}, "maritalStatus": {"type": ["string", "null"], "enum": ["Divorced", "Married", "Separated", "Single", "Widowed", "Lifetime Partner", null, null], "description": "Marital status"}, "countryResidence": {"type": ["string", "null"], "title": "Country ISO Codes", "enum": ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "XK", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RS", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "CS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "XT", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW", null, null], "description": "2 character alpha ISO-3166 codes", "x-internal": true}, "citizenship": {"type": ["string", "null"], "enum": ["Citizen", "Resident Alien", "Non-resident Alien", "Undocumented", "Others", null], "description": "Citizenship"}, "photoUrl": {"type": ["string", "null"], "description": "URL to photo or avatar"}, "referenceId": {"type": ["string", "null"], "description": "Reference profile ID from the data provider"}, "profileUrl": {"type": ["string", "null"], "description": "Public profile URL"}, "emails": {"type": "array", "description": "A collection of email addresses", "items": {"type": "object", "title": "email", "properties": {"address": {"type": ["string", "null"], "format": "email", "description": "Email address"}, "type": {"type": ["string", "null"], "title": "Contact Types", "enum": ["Primary", "Secondary", "Work", "Personal", null, null], "description": "Primary contact, with secondary marked as either 'Work' or 'Personal'", "x-internal": true}}, "required": ["address", "type"]}}, "phones": {"type": "array", "description": "A collection of phone numbers", "items": {"type": "object", "title": "phone", "properties": {"number": {"type": ["string", "null"], "title": "International Phone Number", "pattern": "^\\+[1-9]\\d{1,14}$", "description": "Phone numbers in international E.164 format", "x-internal": true}, "type": {"type": ["string", "null"], "title": "Ref-Phone-Type", "enum": ["Mobile", "Fixed", "Unspecified", null, null], "description": "Phone type", "x-internal": true}}, "required": ["number", "type"]}}, "socialProfiles": {"type": "array", "description": "A collection of social media URLs", "items": {"type": "object", "title": "socialProfile", "properties": {"socialUrl": {"type": ["string", "null"], "description": "URL to social media page"}, "type": {"type": ["string", "null"], "enum": ["Twitter", "Facebook", "LinkedIn", "Others", null], "description": "Social media type"}}, "required": ["socialUrl", "type"]}}, "addresses": {"type": "array", "items": {"title": "Address Object", "type": "object", "description": "Address object", "x-internal": true, "properties": {"fullAddress": {"type": ["string", "null"], "description": "Full address"}, "line1": {"type": ["string", "null"], "description": "Line 1 of street address"}, "line2": {"type": ["string", "null"], "description": "Line 2 of street address"}, "city": {"type": ["string", "null"], "description": "City"}, "region": {"type": ["string", "null"], "description": "Geographic region such as state or province"}, "zip": {"type": ["string", "null"], "description": "Post code"}, "country": {"type": ["string", "null"], "title": "Country ISO Codes", "enum": ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "XK", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RS", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "CS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "XT", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW", null, null], "description": "2 character alpha ISO-3166 codes", "x-internal": true}, "latitude": {"type": ["string", "null"], "pattern": "^(\\+|-)?(?:90(?:(?:\\.0{1,6})?)|(?:[0-9]|[1-8][0-9])(?:(?:\\.[0-9]{1,6})?))$", "description": "Latitude coordinates"}, "longitude": {"type": ["string", "null"], "pattern": "^(\\+|-)?(?:180(?:(?:\\.0{1,6})?)|(?:[0-9]|[1-9][0-9]|1[0-7][0-9])(?:(?:\\.[0-9]{1,6})?))$", "description": "Longitude coordinates"}, "type": {"type": ["string", "null"], "enum": ["Primary", "Secondary", null, null], "description": "Whether address is primary or secondary"}}, "required": ["type"]}}, "metadata": {"title": "Reference Metadata", "type": "object", "description": "Metadata related to account-specific data", "x-internal": true, "properties": {"createdAt": {"type": "string", "title": "Date and Time string", "format": "date-time", "description": "Date and time", "x-internal": true}, "accountId": {"type": "string", "description": "The accountId of this object"}, "sourceId": {"type": "string", "description": "The ACCOUNT or ARCHIVE ID associated with this object"}, "sourceType": {"type": "string", "enum": ["ACCOUNT", "UPLOAD", "ARCHIVE"], "description": "Indicates whether the source associated with this object is either ACCOUNT or ARCHIVE type"}, "userId": {"type": "string", "description": "The user ID associated with this object"}, "providerId": {"type": "string", "description": "The provider ID associated with this object"}}, "required": ["createdAt", "sourceId", "sourceType", "userId", "providerId"]}}, "required": ["id", "fullName", "emails", "phones", "socialProfiles", "addresses", "metadata"]}}}}}, "x-internal": true, "x-examples": {}}
fecd2438-8469-4d33-b9d2-911466bfae16/a9782635-0115-43a9-af6e-d8e40dfe79ac/6/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-identities
Get a user's identity profiles from employment data sources.
503
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/a9782635-0115-43a9-af6e-d8e40dfe79ac/7/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-identities
Get a user's identity profiles from employment data sources.
400
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/a9782635-0115-43a9-af6e-d8e40dfe79ac/8/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-identities
Get a user's identity profiles from employment data sources.
401
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/a9782635-0115-43a9-af6e-d8e40dfe79ac/9/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-identities
Get a user's identity profiles from employment data sources.
415
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/a9782635-0115-43a9-af6e-d8e40dfe79ac/10/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-identities
Get a user's identity profiles from employment data sources.
429
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/c59de2e8-9d39-4459-a0d9-b60086d775c3/0/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
create-webhook
Create a webhook endpoint.
504
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/c59de2e8-9d39-4459-a0d9-b60086d775c3/1/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
create-webhook
Create a webhook endpoint.
500
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/c59de2e8-9d39-4459-a0d9-b60086d775c3/2/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
create-webhook
Create a webhook endpoint.
415
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/c59de2e8-9d39-4459-a0d9-b60086d775c3/3/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
create-webhook
Create a webhook endpoint.
401
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/c59de2e8-9d39-4459-a0d9-b60086d775c3/4/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
create-webhook
Create a webhook endpoint.
400
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/c59de2e8-9d39-4459-a0d9-b60086d775c3/5/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
create-webhook
Create a webhook endpoint.
501
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/c59de2e8-9d39-4459-a0d9-b60086d775c3/6/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
create-webhook
Create a webhook endpoint.
429
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/c59de2e8-9d39-4459-a0d9-b60086d775c3/7/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
create-webhook
Create a webhook endpoint.
200
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {"id": "17bbf36498de4d68a0d4f86c7b62f69f", "createdAt": "2021-04-14T09:30:24Z", "name": "Event Notification Postback", "url": "https://webhook.clienturl.xyz", "eventTypes": ["ACCOUNT_CONNECTED"], "secret": "a little secret", "active": true, "updatedAt": "2021-04-14T09:30:24Z"}}
{"title": "WebhookPostResponse", "type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"title": "Webhook", "type": "object", "description": "Receive event notifications via Webhooks.", "x-examples": {"Example": {"id": "17bbf36498de4d68a0d4f86c7b62f69f", "createdAt": "2021-04-14T09:30:24Z", "name": "Event Notification Postback", "url": "https://webhook.clienturl.xyz", "eventTypes": ["USER_CREATED"], "active": true, "secret": "a little secret", "updatedAt": "2021-04-14T09:30:24Z"}}, "x-internal": true, "x-tags": ["Webhooks"], "properties": {"id": {"type": "string", "title": "Object ID", "description": "Unique ID of this object", "x-internal": true}, "createdAt": {"type": "string", "title": "Date and Time string", "format": "date-time", "description": "Date and time", "x-internal": true}, "name": {"type": "string", "description": "Name of the webhook endpoint"}, "url": {"type": "string", "description": "URL of webhook, must begin with https://"}, "secret": {"type": "string", "description": "The key that will be used to generate HMAC-SHA512 hex digest value in the SmileAPI-Signature header."}, "eventTypes": {"type": "array", "items": {"title": "Ref-WebhookEventType", "description": "Event Type which will be sent as a notification via webhook", "type": "string", "enum": ["USER_CREATED", "ACCOUNT_CONNECTED", "ACCOUNT_DISCONNECTED", "ACCOUNT_FAILED", "ARCHIVE_STARTED", "ARCHIVE_ANALYZED", "ARCHIVE_REVOKED", "ARCHIVE_FAILED", "INVITE_INVITED", "INVITE_LINKED", "IDENTITY_ADDED", "RATING_ADDED", "TRANSACTIONS_ADDED", "DOCUMENTS_ADDED", "EMPLOYMENTS_ADDED", "INCOMES_ADDED", "CONTRIBUTIONS_ADDED", "ALL_EVENTS"]}}, "active": {"type": "boolean", "default": true}, "updatedAt": {"type": "string", "title": "Date and Time string", "format": "date-time", "description": "Date and time", "x-internal": true}}, "required": ["id", "createdAt", "name", "url", "eventTypes", "active", "updatedAt"]}}, "x-internal": true}
fecd2438-8469-4d33-b9d2-911466bfae16/c59de2e8-9d39-4459-a0d9-b60086d775c3/8/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
create-webhook
Create a webhook endpoint.
404
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/c59de2e8-9d39-4459-a0d9-b60086d775c3/9/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
create-webhook
Create a webhook endpoint.
403
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/c59de2e8-9d39-4459-a0d9-b60086d775c3/10/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
create-webhook
Create a webhook endpoint.
503
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/e51ccde3-0c5f-41f0-af55-74117b3b8e8d/0/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-invites
Get the list of invites sent out to users.
200
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {"nextCursor": "1259723474", "items": [{"id": "17bbf36498de4d68a0d4f86c7b62f69f", "createdAt": "2021-04-14T09:30:24Z", "fullName": "George Cimafranca Palomero, Jr", "firstName": "George", "lastName": "Palomero", "email": "[email protected]", "templateId": "tpl-b2c5e816-65ad-4130-819d-db89acc5869a", "winkTemplateId": "wtpl-db89acc5869a-b2c5e816-65ad-4130-819d", "userId": "tenantId-b2c5e816-65ad-4130-819d-db89acc5869a", "status": "INVITED", "updatedAt": "2021-04-14T09:30:24Z", "invitedAt": "2021-04-14T09:30:24Z", "linkedAt": "2021-04-14T09:30:24Z"}]}}
{"title": "InviteListResponse", "type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object", "properties": {"nextCursor": {"title": "Object-Next-Cursor", "type": "string", "description": "The next cursor value that can be used in the following query.", "x-internal": false}, "items": {"type": "array", "items": {"title": "Invite", "type": "object", "description": "Invitation for a user to share their data.", "x-tags": ["Invites"], "x-examples": {"Example": {"id": "inv-b2c5e816-65ad-4130-819d-db89acc5869a", "createdAt": "2021-04-14T09:30:24Z", "fullName": "George Cimafranca Palomero, Jr", "firstName": "George", "lastName": "Palomero", "email": "[email protected]", "templateId": "tpl-b2c5e816-65ad-4130-819d-db89acc5869a", "winkTemplateId": "wtpl-db89acc5869a-b2c5e816-65ad-4130-819d", "userId": "tenant-17bbf36498de4d68a0d4f86c7b62f69f", "status": "INVITED", "updatedAt": "2021-04-14T09:30:24Z", "invitedAt": "2021-04-14T09:30:24Z", "linkedAt": "2021-04-14T09:30:24Z"}}, "properties": {"id": {"type": "string", "title": "Object ID", "description": "Unique ID of this object", "x-internal": true}, "createdAt": {"type": "string", "title": "Date and Time string", "format": "date-time", "description": "Date and time", "x-internal": true}, "fullName": {"type": "string", "description": "The full name of the invited user"}, "firstName": {"type": "string", "description": "The first name of the invited user"}, "lastName": {"type": "string", "description": "The last name of the invited user"}, "email": {"description": "The email address of the invited user", "format": "email", "type": "string"}, "templateId": {"type": "string", "description": "The template ID used in the invitation"}, "winkTemplateId": {"type": "string", "description": "The Wink template ID used in the invitation"}, "userId": {"type": "string", "description": "The user ID for this invitation"}, "status": {"type": "string", "enum": ["INVITED", "LINKED"], "description": "Status of the invite"}, "updatedAt": {"type": "string", "title": "Date and Time string", "format": "date-time", "description": "Date and time", "x-internal": true}, "invitedAt": {"type": "string", "title": "Date and Time string", "format": "date-time", "description": "Date and time", "x-internal": true}, "linkedAt": {"type": "string", "title": "Date and Time string", "format": "date-time", "description": "Date and time", "x-internal": true}}, "required": ["id", "createdAt", "fullName", "email", "templateId", "userId", "status", "updatedAt", "invitedAt", "linkedAt"]}}}}}, "x-examples": {}, "x-internal": true}
fecd2438-8469-4d33-b9d2-911466bfae16/e51ccde3-0c5f-41f0-af55-74117b3b8e8d/1/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-invites
Get the list of invites sent out to users.
403
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/e51ccde3-0c5f-41f0-af55-74117b3b8e8d/2/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-invites
Get the list of invites sent out to users.
400
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/e51ccde3-0c5f-41f0-af55-74117b3b8e8d/3/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-invites
Get the list of invites sent out to users.
501
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/e51ccde3-0c5f-41f0-af55-74117b3b8e8d/4/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-invites
Get the list of invites sent out to users.
404
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/e51ccde3-0c5f-41f0-af55-74117b3b8e8d/5/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-invites
Get the list of invites sent out to users.
504
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/e51ccde3-0c5f-41f0-af55-74117b3b8e8d/6/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-invites
Get the list of invites sent out to users.
503
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/e51ccde3-0c5f-41f0-af55-74117b3b8e8d/7/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-invites
Get the list of invites sent out to users.
500
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/e51ccde3-0c5f-41f0-af55-74117b3b8e8d/8/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-invites
Get the list of invites sent out to users.
401
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/e51ccde3-0c5f-41f0-af55-74117b3b8e8d/9/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-invites
Get the list of invites sent out to users.
415
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/e51ccde3-0c5f-41f0-af55-74117b3b8e8d/10/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-invites
Get the list of invites sent out to users.
429
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/be12e181-9216-41ae-88a2-e91be5dcf427/0/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-incomes
Get the user's incomes from employment data sources.
501
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/be12e181-9216-41ae-88a2-e91be5dcf427/1/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-incomes
Get the user's incomes from employment data sources.
404
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/be12e181-9216-41ae-88a2-e91be5dcf427/2/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-incomes
Get the user's incomes from employment data sources.
503
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/be12e181-9216-41ae-88a2-e91be5dcf427/3/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-incomes
Get the user's incomes from employment data sources.
500
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/be12e181-9216-41ae-88a2-e91be5dcf427/4/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-incomes
Get the user's incomes from employment data sources.
415
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/be12e181-9216-41ae-88a2-e91be5dcf427/5/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-incomes
Get the user's incomes from employment data sources.
401
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/be12e181-9216-41ae-88a2-e91be5dcf427/6/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-incomes
Get the user's incomes from employment data sources.
400
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/be12e181-9216-41ae-88a2-e91be5dcf427/7/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-incomes
Get the user's incomes from employment data sources.
403
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/be12e181-9216-41ae-88a2-e91be5dcf427/8/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-incomes
Get the user's incomes from employment data sources.
504
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/be12e181-9216-41ae-88a2-e91be5dcf427/9/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-incomes
Get the user's incomes from employment data sources.
200
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {"nextCursor": "1259723474", "items": [{"id": "inc-17bbf36498de4d68a0d4f86c7b62f69f", "workItem": null, "employer": "ABC Corporation", "startDate": "2021-06-16", "endDate": "2021-06-30", "paymentMethod": "Bank", "currency": "PHP", "frequency": "Monthly", "baseAmount": 8500, "grossAmount": 10000, "netAmount": 7820.25, "metadata": {"createdAt": "2021-06-30T09:30:24Z", "sourceId": "17bbf36498de4d68a0d4f86c7b62f69f", "sourceType": "UPLOAD", "userId": "tenant-5c1a2e8678e3494eba303ad1afa54ee8", "providerId": "abccorp"}}, {"id": "inc-18adf56798de4d68a9f3g34c7b62f32e", "workItem": null, "employer": "ABC Corporation", "startDate": "2021-06-01", "endDate": "2021-06-15", "paymentMethod": "Bank", "currency": "PHP", "frequency": "Monthly", "baseAmount": 8500, "grossAmount": 10000, "netAmount": 7820.25, "metadata": {"createdAt": "2021-06-14T09:30:24Z", "sourceId": "17bbf36498de4d68a0d4f86c7b62f69f", "sourceType": "UPLOAD", "userId": "tenant-5c1a2e8678e3494eba303ad1afa54ee8", "providerId": "abccorp"}}]}}
{"title": "Income List Response", "type": "object", "x-internal": true, "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object", "properties": {"nextCursor": {"title": "Object-Next-Cursor", "type": "string", "description": "The next cursor value that can be used in the following query.", "x-internal": false}, "items": {"type": "array", "items": {"title": "Income", "type": "object", "description": "The stored income information of the user from an employment data provider.", "x-examples": {"Example": {"id": "inc-17bbf36498de4d68a0d4f86c7b62f69f", "workItem": null, "employer": "ABC Corporation", "startDate": "2021-06-01", "endDate": "2021-06-15", "currency": "PHP", "frequency": "Monthly", "baseAmount": 8500, "grossAmount": 10000, "netAmount": 7820.25, "metadata": {"createdAt": "2021-06-14T09:30:24Z", "sourceId": "17bbf36498de4d68a0d4f86c7b62f69f", "sourceType": "UPLOAD", "userId": "tenant-5c1a2e8678e3494eba303ad1afa54ee8", "providerId": "user-provided"}}}, "x-internal": false, "x-tags": ["Incomes"], "properties": {"id": {"type": "string", "title": "Object ID", "description": "Unique ID of this object", "x-internal": true}, "workItem": {"type": ["string", "null"], "description": "Work performed (specially in the case of contract or freelance jobs)"}, "employer": {"type": ["string", "null"], "title": "Employer", "x-internal": true, "description": "Employer name"}, "startDate": {"type": "string", "description": "Start date", "format": "date"}, "endDate": {"type": ["string", "null"], "format": "date", "description": "End date"}, "currency": {"type": "string", "title": "Currency ISO Codes", "description": "Currency in 3 character alpha ISO 4217", "enum": ["AFN", "DZD", "ARS", "AMD", "AWG", "AUD", "AZN", "BSD", "BHD", "THB", "PAB", "BBD", "BYN", "BZD", "BMD", "VES", "BOB", "BRL", "BND", "BGN", "BIF", "CAD", "CVE", "KYD", "GHS", "XOF", "XAF", "XPF", "CLP", "COP", "KMF", "CDF", "BAM", "NIO", "CRC", "HRK", "CZK", "GMD", "DKK", "MKD", "DJF", "STD", "DOP", "VND", "XCD", "EGP", "SVC", "ETB", "EUR", "FKP", "FJD", "HUF", "GIP", "HTG", "PYG", "GNF", "GYD", "HKD", "UAH", "ISK", "INR", "IRR", "IQD", "JMD", "JOD", "KES", "PGK", "LAK", "EEK", "KWD", "MWK", "AOA", "MMK", "GEL", "LVL", "LBP", "ALL", "HNL", "SLL", "LRD", "LYD", "SZL", "LTL", "LSL", "MGA", "MYR", "TMT", "MUR", "MZN", "MXN", "MDL", "MAD", "NGN", "ERN", "NAD", "NPR", "ANG", "ILS", "RON", "TWD", "NZD", "BTN", "KPW", "NOK", "PEN", "MRO", "TOP", "PKR", "MOP", "UYU", "PHP", "GBP", "BWP", "QAR", "GTQ", "ZAR", "OMR", "KHR", "MVR", "IDR", "RUB", "RWF", "SHP", "SAR", "RSD", "SCR", "SGD", "SBD", "KGS", "SOS", "TJS", "LKR", "SDG", "SRD", "SEK", "CHF", "SYP", "BDT", "WST", "TZS", "KZT", "TTD", "MNT", "TND", "TRY", "AED", "UGX", "CLF", "USD", "UZS", "VUV", "KRW", "YER", "JPY", "CNY", "ZMW", "ZWL", "PLN"], "x-internal": true}, "frequency": {"type": ["string", "null"], "title": "Pay Period", "description": "Pay period", "enum": ["Hourly", "Daily", "Weekly", "Semimonthly", "Monthly", "Bimonthly", "Quarterly", "Annually", "Variable", "Unspecified", null, null], "x-internal": true}, "baseAmount": {"type": ["number", "null"], "description": "Base amount"}, "grossAmount": {"type": ["number", "null"], "description": "Gross amount"}, "netAmount": {"type": ["number", "null"], "description": "Net amount"}, "metadata": {"title": "Reference Metadata", "type": "object", "description": "Metadata related to account-specific data", "x-internal": true, "properties": {"createdAt": {"type": "string", "title": "Date and Time string", "format": "date-time", "description": "Date and time", "x-internal": true}, "accountId": {"type": "string", "description": "The accountId of this object"}, "sourceId": {"type": "string", "description": "The ACCOUNT or ARCHIVE ID associated with this object"}, "sourceType": {"type": "string", "enum": ["ACCOUNT", "UPLOAD", "ARCHIVE"], "description": "Indicates whether the source associated with this object is either ACCOUNT or ARCHIVE type"}, "userId": {"type": "string", "description": "The user ID associated with this object"}, "providerId": {"type": "string", "description": "The provider ID associated with this object"}}, "required": ["createdAt", "sourceId", "sourceType", "userId", "providerId"]}}, "required": ["id", "startDate", "currency", "metadata"]}}}}}}
fecd2438-8469-4d33-b9d2-911466bfae16/be12e181-9216-41ae-88a2-e91be5dcf427/10/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
list-incomes
Get the user's incomes from employment data sources.
429
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/005fc14b-f716-44af-a204-373a6c34232d/0/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
get-user
Get a particular user profile.
501
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/005fc14b-f716-44af-a204-373a6c34232d/1/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
get-user
Get a particular user profile.
400
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/005fc14b-f716-44af-a204-373a6c34232d/2/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
get-user
Get a particular user profile.
500
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/005fc14b-f716-44af-a204-373a6c34232d/3/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
get-user
Get a particular user profile.
504
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/005fc14b-f716-44af-a204-373a6c34232d/4/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
get-user
Get a particular user profile.
401
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}
fecd2438-8469-4d33-b9d2-911466bfae16/005fc14b-f716-44af-a204-373a6c34232d/5/0
Smile
Smile provides user-authorized access to valuable employment and income data from HR, payroll, commerce, and marketplace platforms through a single API!
0.1
get-user
Get a particular user profile.
429
null
{"code": "OK", "message": "Success", "requestId": "5b79399a-6852-4234-bb0e-ad472648282d", "data": {}}
{"type": "object", "properties": {"code": {"type": "string", "title": "Object-Metadata-Ref-API-Code", "description": "Request status code", "enum": ["OK", "CREATED", "INVALID_CREDENTIALS", "INVALID_PARAMETERS", "INVALID_TOKEN", "UNAUTHORIZED_ACCESS", "MISSING_RESOURCE", "REQUEST_LIMIT_EXCEEDED", "SERVER_ERROR", "UNSUPPORTED_METHOD", "SERVER_UNAVAILABLE", "TIME_LIMIT_EXCEEDED"], "x-internal": false}, "message": {"type": "string", "title": "Object-Metadata-Ref-Message", "description": "Message response to the request", "x-internal": false}, "requestId": {"type": "string", "title": "Object-Metadata-Ref-RequestID", "description": "Unique ID that is added to the body of every response for easy traceability of the request in our logs.", "x-internal": false}, "data": {"type": "object"}}}