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 |
|---|---|---|---|---|---|---|---|---|---|
a2db9453-f71a-4b6b-9cca-2d6394400603/cdc76a74-7b51-4e89-b6e9-8228be161321/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /crypto/live | Return current market price data given the input parameters. | 200 | Example_1 | {"Last": 19758.14, "Change": 181.51, "ChangePercent": 0.93, "Timestamp": "2022:06:16 21:43:37 UTC+0000", "PreviousClose": 20732.79, "Open": 21551.58, "Bid": 19736.39, "BidSize": 0, "Ask": 19747.99, "AskSize": 0, "High": 19808.41, "Low": 19571.16, "52WeekHigh": 59565.8, "52WeekLow": 19208.18, "Volume": 11231, "AvgVolume": 6175, "Symbol": "BTC-EUR", "Name": "BITCOIN - EUR"} | {"type": "object", "required": ["Last", "Change", "ChangePercent", "Timestamp", "PreviousClose", "Open", "Bid", "BidSize", "Ask", "AskSize", "High", "Low", "52WeekHigh", "52WeekLow", "Volume", "AvgVolume", "Symbol", "Name"], "properties": {"Last": {"title": "Last", "type": "number"}, "Change": {"title": "Change", "type": "number"}, "ChangePercent": {"title": "Changepercent", "type": "number"}, "Timestamp": {"title": "Timestamp", "type": "string", "pattern": "^.*$"}, "PreviousClose": {"title": "Previousclose", "type": "number"}, "Open": {"title": "Open", "type": "number"}, "Bid": {"title": "Bid", "type": "number"}, "BidSize": {"title": "Bidsize", "type": "integer"}, "Ask": {"title": "Ask", "type": "number"}, "AskSize": {"title": "Asksize", "type": "integer"}, "High": {"title": "High", "type": "number"}, "Low": {"title": "Low", "type": "number"}, "52WeekHigh": {"title": "52weekhigh", "type": "number"}, "52WeekLow": {"title": "52weeklow", "type": "number"}, "Volume": {"title": "Volume", "type": "integer"}, "AvgVolume": {"title": "Avgvolume", "type": "integer"}, "Symbol": {"title": "Symbol", "type": "string", "pattern": "^.*$"}, "Name": {"title": "Name", "type": "string", "pattern": "^.*$"}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/cdc76a74-7b51-4e89-b6e9-8228be161321/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /crypto/live | Return current market price data given the input parameters. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/8e1330f1-f9a4-4306-86ef-71698ce3f09c/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /crypto/signal | Return a trading signal based on market sentiment, reliable indicators, analyst ratings and news. Signal : 1=buy, 0=hold and -1=sell. Confidence interval : [0%-100%]. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/8e1330f1-f9a4-4306-86ef-71698ce3f09c/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /crypto/signal | Return a trading signal based on market sentiment, reliable indicators, analyst ratings and news. Signal : 1=buy, 0=hold and -1=sell. Confidence interval : [0%-100%]. | 200 | Example_1 | {"Symbol": "ETH-BTC", "Signal": -1, "ConfidenceInterval": "[86.44%, 100.0%]"} | {"type": "object", "required": ["Symbol", "Signal", "ConfidenceInterval"], "properties": {"Symbol": {"title": "Symbol", "type": "string", "pattern": "^.*$"}, "Signal": {"title": "Signal", "type": "integer"}, "ConfidenceInterval": {"title": "Confidenceinterval", "type": "string", "pattern": "^.*$"}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/af3fd763-4fca-4cf4-a8cf-6d8002cb3e7a/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /forex/live | Return current market price data given the input parameters. | 200 | Example_1 | {"Last": 1.05516, "Change": 0.00089, "ChangePercent": 0.08, "Timestamp": "2022:06:16 21:33:04 UTC+0000", "PreviousClose": 1.04393, "Open": 1.05426, "Bid": 1.0552, "BidSize": 0, "Ask": 1.0555, "AskSize": 0, "High": 1.05516, "Low": 1.05405, "52WeekHigh": 1.20062, "52WeekLow": 1.03498, "Volume": 383, "AvgVolume": 251912, "Symbol": "EUR/USD", "Name": "EURO/US DOLLAR"} | {"type": "object", "required": ["Last", "Change", "ChangePercent", "Timestamp", "PreviousClose", "Open", "Bid", "BidSize", "Ask", "AskSize", "High", "Low", "52WeekHigh", "52WeekLow", "Volume", "AvgVolume", "Symbol", "Name"], "properties": {"Last": {"title": "Last", "type": "number"}, "Change": {"title": "Change", "type": "number"}, "ChangePercent": {"title": "Changepercent", "type": "number"}, "Timestamp": {"title": "Timestamp", "type": "string", "pattern": "^.*$"}, "PreviousClose": {"title": "Previousclose", "type": "number"}, "Open": {"title": "Open", "type": "number"}, "Bid": {"title": "Bid", "type": "number"}, "BidSize": {"title": "Bidsize", "type": "integer"}, "Ask": {"title": "Ask", "type": "number"}, "AskSize": {"title": "Asksize", "type": "integer"}, "High": {"title": "High", "type": "number"}, "Low": {"title": "Low", "type": "number"}, "52WeekHigh": {"title": "52weekhigh", "type": "number"}, "52WeekLow": {"title": "52weeklow", "type": "number"}, "Volume": {"title": "Volume", "type": "integer"}, "AvgVolume": {"title": "Avgvolume", "type": "integer"}, "Symbol": {"title": "Symbol", "type": "string", "pattern": "^.*$"}, "Name": {"title": "Name", "type": "string", "pattern": "^.*$"}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/af3fd763-4fca-4cf4-a8cf-6d8002cb3e7a/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /forex/live | Return current market price data given the input parameters. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/18f24d61-92ab-47bf-91bc-2442166ffd70/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /forex/daily | Return end of day (daily) time series (Date, Open, High, Low, Close, Volume) given the input parameters. | 200 | Example_1 | [{"Date": "2020-04-21", "Open": 1.08615, "High": 1.08799, "Low": 1.08168, "Close": 1.08569, "Volume": 228013}, {"Date": "2020-04-20", "Open": 1.08699, "High": 1.08963, "Low": 1.08418, "Close": 1.08618, "Volume": 181915}, {"Date": "2020-04-17", "Open": 1.0838, "High": 1.08919, "Low": 1.08119, "Close": 1.08711, "Volume": 241256}, {"Date": "2020-04-16", "Open": 1.0909, "High": 1.09107, "Low": 1.08166, "Close": 1.08384, "Volume": 250145}, {"Date": "2020-04-15", "Open": 1.09799, "High": 1.09894, "Low": 1.08566, "Close": 1.09094, "Volume": 214673}, {"Date": "2020-04-14", "Open": 1.0907, "High": 1.09866, "Low": 1.09032, "Close": 1.09801, "Volume": 216284}, {"Date": "2020-04-13", "Open": 1.09424, "High": 1.09671, "Low": 1.08924, "Close": 1.09069, "Volume": 171764}, {"Date": "2020-04-10", "Open": 1.09289, "High": 1.09513, "Low": 1.0919, "Close": 1.09351, "Volume": 133392}, {"Date": "2020-04-09", "Open": 1.08549, "High": 1.09512, "Low": 1.08408, "Close": 1.0929, "Volume": 248940}, {"Date": "2020-04-08", "Open": 1.08906, "High": 1.09017, "Low": 1.08299, "Close": 1.0855, "Volume": 238855}, {"Date": "2020-04-07", "Open": 1.07917, "High": 1.09238, "Low": 1.07835, "Close": 1.08907, "Volume": 263293}, {"Date": "2020-04-06", "Open": 1.0819, "High": 1.08351, "Low": 1.07682, "Close": 1.07918, "Volume": 259139}, {"Date": "2020-04-03", "Open": 1.08556, "High": 1.0861, "Low": 1.07727, "Close": 1.0797, "Volume": 268995}, {"Date": "2020-04-02", "Open": 1.09611, "High": 1.09672, "Low": 1.08205, "Close": 1.08556, "Volume": 310435}, {"Date": "2020-04-01", "Open": 1.10316, "High": 1.10381, "Low": 1.09028, "Close": 1.09609, "Volume": 309725}, {"Date": "2020-03-31", "Open": 1.10446, "High": 1.10516, "Low": 1.09264, "Close": 1.10315, "Volume": 383595}, {"Date": "2020-03-30", "Open": 1.1126, "High": 1.11432, "Low": 1.10097, "Close": 1.10445, "Volume": 321671}, {"Date": "2020-03-27", "Open": 1.10306, "High": 1.11461, "Low": 1.09535, "Close": 1.11349, "Volume": 427870}, {"Date": "2020-03-26", "Open": 1.08805, "High": 1.10581, "Low": 1.08688, "Close": 1.10308, "Volume": 427078}, {"Date": "2020-03-25", "Open": 1.07862, "High": 1.08932, "Low": 1.076, "Close": 1.08806, "Volume": 465894}, {"Date": "2020-03-24", "Open": 1.07238, "High": 1.08873, "Low": 1.07217, "Close": 1.0786, "Volume": 499308}, {"Date": "2020-03-23", "Open": 1.06948, "High": 1.0827, "Low": 1.06362, "Close": 1.07244, "Volume": 537754}, {"Date": "2020-03-20", "Open": 1.06895, "High": 1.08301, "Low": 1.06373, "Close": 1.06923, "Volume": 638643}, {"Date": "2020-03-19", "Open": 1.09125, "High": 1.09796, "Low": 1.06548, "Close": 1.06894, "Volume": 614254}, {"Date": "2020-03-18", "Open": 1.0996, "High": 1.10449, "Low": 1.08023, "Close": 1.09127, "Volume": 585714}, {"Date": "2020-03-17", "Open": 1.1178, "High": 1.11886, "Low": 1.09547, "Close": 1.09961, "Volume": 509007}, {"Date": "2020-03-16", "Open": 1.10666, "High": 1.12361, "Low": 1.10643, "Close": 1.11785, "Volume": 507418}, {"Date": "2020-03-13", "Open": 1.1183, "High": 1.1221, "Low": 1.10549, "Close": 1.11001, "Volume": 505616}, {"Date": "2020-03-12", "Open": 1.12679, "High": 1.13329, "Low": 1.1055, "Close": 1.1183, "Volume": 469405}, {"Date": "2020-03-11", "Open": 1.12793, "High": 1.13663, "Low": 1.12575, "Close": 1.12678, "Volume": 368137}, {"Date": "2020-03-10", "Open": 1.14363, "High": 1.14572, "Low": 1.12752, "Close": 1.12797, "Volume": 367766}, {"Date": "2020-03-09", "Open": 1.13404, "High": 1.14925, "Low": 1.13354, "Close": 1.14357, "Volume": 419715}, {"Date": "2020-03-06", "Open": 1.1235, "High": 1.13541, "Low": 1.12118, "Close": 1.12836, "Volume": 209570}, {"Date": "2020-03-05", "Open": 1.11341, "High": 1.12444, "Low": 1.11196, "Close": 1.12349, "Volume": 164772}, {"Date": "2020-03-04", "Open": 1.117, "High": 1.11852, "Low": 1.10956, "Close": 1.1134, "Volume": 174046}, {"Date": "2020-03-03", "Open": 1.11323, "High": 1.12117, "Low": 1.10959, "Close": 1.11701, "Volume": 174312}, {"Date": "2020-03-02", "Open": 1.10466, "High": 1.11838, "Low": 1.10362, "Close": 1.11322, "Volume": 183420}, {"Date": "2020-02-28", "Open": 1.09989, "High": 1.10523, "Low": 1.09511, "Close": 1.10248, "Volume": 165477}, {"Date": "2020-02-27", "Open": 1.08791, "High": 1.10056, "Low": 1.08693, "Close": 1.09989, "Volume": 157632}, {"Date": "2020-02-26", "Open": 1.08799, "High": 1.09069, "Low": 1.08549, "Close": 1.08792, "Volume": 135359}, {"Date": "2020-02-25", "Open": 1.08525, "High": 1.08895, "Low": 1.083, "Close": 1.088, "Volume": 138234}, {"Date": "2020-02-24", "Open": 1.08278, "High": 1.08713, "Low": 1.08052, "Close": 1.08524, "Volume": 134100}, {"Date": "2020-02-21", "Open": 1.07831, "High": 1.0863, "Low": 1.07779, "Close": 1.08456, "Volume": 128527}, {"Date": "2020-02-20", "Open": 1.08045, "High": 1.08206, "Low": 1.07778, "Close": 1.0783, "Volume": 138838}, {"Date": "2020-02-19", "Open": 1.07905, "High": 1.08113, "Low": 1.0782, "Close": 1.08044, "Volume": 125631}, {"Date": "2020-02-18", "Open": 1.08336, "High": 1.0837, "Low": 1.07857, "Close": 1.07905, "Volume": 129515}, {"Date": "2020-02-17", "Open": 1.08428, "High": 1.08507, "Low": 1.08291, "Close": 1.08335, "Volume": 86310}, {"Date": "2020-02-14", "Open": 1.08392, "High": 1.08608, "Low": 1.08272, "Close": 1.08294, "Volume": 111450}, {"Date": "2020-02-13", "Open": 1.08723, "High": 1.08885, "Low": 1.08342, "Close": 1.0839, "Volume": 124675}, {"Date": "2020-02-12", "Open": 1.09149, "High": 1.09252, "Low": 1.08651, "Close": 1.08722, "Volume": 120275}, {"message": "Upgrade your subscription to MEGA plan to get all remaining data and unlimited access."}] | {"type": "array", "items": {"title": "Items", "type": "object", "required": ["Date", "Open", "High", "Low", "Close", "Volume"], "properties": {"Date": {"title": "Date", "type": "string", "pattern": "^.*$"}, "Open": {"title": "Open", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "High": {"title": "High", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Low": {"title": "Low", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Close": {"title": "Close", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Volume": {"title": "Volume", "type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/18f24d61-92ab-47bf-91bc-2442166ffd70/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /forex/daily | Return end of day (daily) time series (Date, Open, High, Low, Close, Volume) given the input parameters. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/856de209-52f2-4d31-9058-9beaca9b2cf2/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /indexes/signal | Return a trading signal based on market sentiment, reliable indicators, analyst ratings and news. Signal : 1=buy, 0=hold and -1=sell. Confidence interval : [0%-100%]. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/856de209-52f2-4d31-9058-9beaca9b2cf2/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /indexes/signal | Return a trading signal based on market sentiment, reliable indicators, analyst ratings and news. Signal : 1=buy, 0=hold and -1=sell. Confidence interval : [0%-100%]. | 200 | Example_1 | {"Symbol": "SPX:INDEX", "Signal": -1, "ConfidenceInterval": "[86.44%, 100.0%]"} | {"type": "object", "required": ["Symbol", "Signal", "ConfidenceInterval"], "properties": {"Symbol": {"title": "Symbol", "type": "string", "pattern": "^.*$"}, "Signal": {"title": "Signal", "type": "integer"}, "ConfidenceInterval": {"title": "Confidenceinterval", "type": "string", "pattern": "^.*$"}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/d3a0cc8c-bdc9-4204-af4e-6680dd128413/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /indexes/daily | Return end of day (daily) time series (Date, Open, High, Low, Close, Volume) given the input parameters. | 200 | Example_1 | [{"Date": "2020-04-21", "Open": 2784.81, "High": 2785.54, "Low": 2727.1, "Close": 2736.56, "Volume": 0}, {"Date": "2020-04-20", "Open": 2845.62, "High": 2868.98, "Low": 2820.43, "Close": 2823.16, "Volume": 0}, {"Date": "2020-04-17", "Open": 2842.43, "High": 2879.22, "Low": 2830.88, "Close": 2874.56, "Volume": 0}, {"Date": "2020-04-16", "Open": 2799.34, "High": 2806.51, "Low": 2764.32, "Close": 2799.55, "Volume": 0}, {"Date": "2020-04-15", "Open": 2795.64, "High": 2801.88, "Low": 2761.54, "Close": 2783.36, "Volume": 0}, {"Date": "2020-04-14", "Open": 2805.1, "High": 2851.85, "Low": 2805.1, "Close": 2846.06, "Volume": 0}, {"Date": "2020-04-13", "Open": 2782.46, "High": 2782.46, "Low": 2721.17, "Close": 2761.63, "Volume": 0}, {"Date": "2020-04-09", "Open": 2776.99, "High": 2818.57, "Low": 2762.36, "Close": 2789.82, "Volume": 0}, {"Date": "2020-04-08", "Open": 2685, "High": 2760.75, "Low": 2663.3, "Close": 2749.98, "Volume": 0}, {"Date": "2020-04-07", "Open": 2738.65, "High": 2756.89, "Low": 2657.67, "Close": 2659.41, "Volume": 0}, {"Date": "2020-04-06", "Open": 2578.28, "High": 2676.85, "Low": 2574.57, "Close": 2663.68, "Volume": 0}, {"Date": "2020-04-03", "Open": 2514.92, "High": 2538.18, "Low": 2459.96, "Close": 2488.65, "Volume": 0}, {"Date": "2020-04-02", "Open": 2458.54, "High": 2532.95, "Low": 2455.79, "Close": 2526.9, "Volume": 0}, {"Date": "2020-04-01", "Open": 2498.08, "High": 2522.75, "Low": 2447.49, "Close": 2470.5, "Volume": 0}, {"Date": "2020-03-31", "Open": 2614.69, "High": 2641.39, "Low": 2571.15, "Close": 2584.59, "Volume": 0}, {"Date": "2020-03-30", "Open": 2558.98, "High": 2631.8, "Low": 2545.28, "Close": 2626.65, "Volume": 0}, {"Date": "2020-03-27", "Open": 2555.87, "High": 2615.91, "Low": 2520.02, "Close": 2541.47, "Volume": 0}, {"Date": "2020-03-26", "Open": 2501.29, "High": 2637.01, "Low": 2500.72, "Close": 2630.07, "Volume": 0}, {"Date": "2020-03-25", "Open": 2457.77, "High": 2571.42, "Low": 2407.53, "Close": 2475.56, "Volume": 0}, {"Date": "2020-03-24", "Open": 2344.44, "High": 2449.71, "Low": 2344.44, "Close": 2447.33, "Volume": 0}, {"Date": "2020-03-23", "Open": 2290.71, "High": 2300.73, "Low": 2191.86, "Close": 2237.4, "Volume": 0}, {"Date": "2020-03-20", "Open": 2431.94, "High": 2453.01, "Low": 2295.56, "Close": 2304.92, "Volume": 0}, {"Date": "2020-03-19", "Open": 2393.48, "High": 2466.97, "Low": 2319.78, "Close": 2409.39, "Volume": 0}, {"Date": "2020-03-18", "Open": 2436.5, "High": 2453.57, "Low": 2280.52, "Close": 2398.1, "Volume": 0}, {"Date": "2020-03-17", "Open": 2425.66, "High": 2553.93, "Low": 2367.04, "Close": 2529.19, "Volume": 0}, {"Date": "2020-03-16", "Open": 2508.59, "High": 2562.98, "Low": 2381.12, "Close": 2386.13, "Volume": 0}, {"Date": "2020-03-13", "Open": 2569.99, "High": 2711.04, "Low": 2492.37, "Close": 2711.02, "Volume": 0}, {"Date": "2020-03-12", "Open": 2630.86, "High": 2659.79, "Low": 2479.9, "Close": 2480.64, "Volume": 0}, {"Date": "2020-03-11", "Open": 2825.6, "High": 2825.6, "Low": 2707.22, "Close": 2741.38, "Volume": 0}, {"Date": "2020-03-10", "Open": 2813.48, "High": 2882.59, "Low": 2734, "Close": 2882.23, "Volume": 0}, {"Date": "2020-03-09", "Open": 2863.89, "High": 2863.89, "Low": 2734.43, "Close": 2746.56, "Volume": 0}, {"Date": "2020-03-06", "Open": 2954.2, "High": 2985.93, "Low": 2901.54, "Close": 2972.37, "Volume": 0}, {"Date": "2020-03-05", "Open": 3075.7, "High": 3083.04, "Low": 2999.83, "Close": 3023.94, "Volume": 0}, {"Date": "2020-03-04", "Open": 3045.75, "High": 3130.2, "Low": 3034.38, "Close": 3130.12, "Volume": 0}, {"Date": "2020-03-03", "Open": 3096.46, "High": 3136.39, "Low": 2977.24, "Close": 3003.37, "Volume": 0}, {"Date": "2020-03-02", "Open": 2974.28, "High": 3090.96, "Low": 2945.82, "Close": 3090.23, "Volume": 0}, {"Date": "2020-02-28", "Open": 2916.9, "High": 2959.72, "Low": 2855.84, "Close": 2954.22, "Volume": 0}, {"Date": "2020-02-27", "Open": 3062.54, "High": 3097.07, "Low": 2977.39, "Close": 2978.76, "Volume": 0}, {"Date": "2020-02-26", "Open": 3139.9, "High": 3182.51, "Low": 3108.99, "Close": 3116.39, "Volume": 0}, {"Date": "2020-02-25", "Open": 3238.94, "High": 3245.58, "Low": 3118.77, "Close": 3128.21, "Volume": 0}, {"Date": "2020-02-24", "Open": 3257.61, "High": 3259.81, "Low": 3214.65, "Close": 3225.89, "Volume": 0}, {"Date": "2020-02-21", "Open": 3360.5, "High": 3360.76, "Low": 3328.45, "Close": 3337.75, "Volume": 0}, {"Date": "2020-02-20", "Open": 3380.45, "High": 3389.15, "Low": 3341.05, "Close": 3373.23, "Volume": 0}, {"Date": "2020-02-19", "Open": 3380.39, "High": 3393.52, "Low": 3378.83, "Close": 3386.15, "Volume": 0}, {"Date": "2020-02-18", "Open": 3369.04, "High": 3375.01, "Low": 3355.61, "Close": 3370.29, "Volume": 0}, {"Date": "2020-02-14", "Open": 3378.08, "High": 3380.69, "Low": 3366.15, "Close": 3380.16, "Volume": 0}, {"Date": "2020-02-13", "Open": 3365.9, "High": 3385.09, "Low": 3360.52, "Close": 3373.94, "Volume": 0}, {"Date": "2020-02-12", "Open": 3370.5, "High": 3381.47, "Low": 3369.72, "Close": 3379.45, "Volume": 0}, {"Date": "2020-02-11", "Open": 3365.87, "High": 3375.63, "Low": 3352.72, "Close": 3357.75, "Volume": 0}, {"Date": "2020-02-10", "Open": 3318.28, "High": 3352.26, "Low": 3317.77, "Close": 3352.09, "Volume": 0}, {"message": "Upgrade your subscription to MEGA plan to get all remaining data and unlimited access."}] | {"type": "array", "items": {"title": "Items", "type": "object", "required": ["Date", "Open", "High", "Low", "Close", "Volume"], "properties": {"Date": {"title": "Date", "type": "string", "pattern": "^.*$"}, "Open": {"title": "Open", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "High": {"title": "High", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Low": {"title": "Low", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Close": {"title": "Close", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Volume": {"title": "Volume", "type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/d3a0cc8c-bdc9-4204-af4e-6680dd128413/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /indexes/daily | Return end of day (daily) time series (Date, Open, High, Low, Close, Volume) given the input parameters. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/971f2620-15c7-49a7-bfcb-a310dea8137e/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /indexes/live | Return current market price data given the input parameters. | 200 | Example_1 | {"Last": 3666.77, "Change": -123.22, "ChangePercent": -3.25, "Timestamp": "2022:06:16 20:35:00 UTC+0000", "PreviousClose": 3789.99, "Open": 3728.18, "Bid": 3613.75, "BidSize": 0, "Ask": 3722.95, "AskSize": 0, "High": 3728.18, "Low": 3639.77, "52WeekHigh": 4818.62, "52WeekLow": 3639.77, "Volume": 0, "AvgVolume": 0, "Symbol": "^GSPC", "Name": "S&P 500 INDEX"} | {"type": "object", "required": ["Last", "Change", "ChangePercent", "Timestamp", "PreviousClose", "Open", "Bid", "BidSize", "Ask", "AskSize", "High", "Low", "52WeekHigh", "52WeekLow", "Volume", "AvgVolume", "Symbol", "Name"], "properties": {"Last": {"title": "Last", "type": "number"}, "Change": {"title": "Change", "type": "number"}, "ChangePercent": {"title": "Changepercent", "type": "number"}, "Timestamp": {"title": "Timestamp", "type": "string", "pattern": "^.*$"}, "PreviousClose": {"title": "Previousclose", "type": "number"}, "Open": {"title": "Open", "type": "number"}, "Bid": {"title": "Bid", "type": "number"}, "BidSize": {"title": "Bidsize", "type": "integer"}, "Ask": {"title": "Ask", "type": "number"}, "AskSize": {"title": "Asksize", "type": "integer"}, "High": {"title": "High", "type": "number"}, "Low": {"title": "Low", "type": "number"}, "52WeekHigh": {"title": "52weekhigh", "type": "number"}, "52WeekLow": {"title": "52weeklow", "type": "number"}, "Volume": {"title": "Volume", "type": "integer"}, "AvgVolume": {"title": "Avgvolume", "type": "integer"}, "Symbol": {"title": "Symbol", "type": "string", "pattern": "^.*$"}, "Name": {"title": "Name", "type": "string", "pattern": "^.*$"}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/971f2620-15c7-49a7-bfcb-a310dea8137e/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /indexes/live | Return current market price data given the input parameters. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/12f68df5-efc6-4c46-8164-5c13f1847a04/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /equity/financial | Return financial data (revenue, earnings, ratios, etc) for a given security. | 200 | Example_1 | {"Symbol": "AAPL", "MarketCap": 2191958880, "Beta": 1.2, "EpsDilutedTtm": 6.16, "EpsDilutedQuarterly": 1.52, "EpsDilutedAnnually": 6.16, "1YearEpsGrowth": 8.94, "P/E": 21.55, "P/S": 5.87382, "P/B": 34.17, "ROA": 28.86, "ROE": 152.88, "NetProfitMargin": 26.41, "D/E": 1.533, "BookValuePerShare": 4.16, "TimesInterestEarned": 0, "Payout": 14.12, "ForwardDividendYield": 0.92000002} | {"type": "object", "required": ["Symbol", "MarketCap", "Beta", "EpsDilutedTtm", "EpsDilutedQuarterly", "EpsDilutedAnnually", "1YearEpsGrowth", "P/E", "P/S", "P/B", "ROA", "ROE", "NetProfitMargin", "D/E", "BookValuePerShare", "TimesInterestEarned", "Payout", "ForwardDividendYield"], "properties": {"Symbol": {"title": "Symbol", "type": "string", "pattern": "^.*$"}, "MarketCap": {"title": "Marketcap", "type": "integer"}, "Beta": {"title": "Beta", "type": "number"}, "EpsDilutedTtm": {"title": "Epsdilutedttm", "type": "number"}, "EpsDilutedQuarterly": {"title": "Epsdilutedquarterly", "type": "number"}, "EpsDilutedAnnually": {"title": "Epsdilutedannually", "type": "number"}, "1YearEpsGrowth": {"title": "1yearepsgrowth", "type": "number"}, "P/E": {"title": "P/e", "type": "number"}, "P/S": {"title": "P/s", "type": "number"}, "P/B": {"title": "P/b", "type": "number"}, "ROA": {"title": "Roa", "type": "number"}, "ROE": {"title": "Roe", "type": "number"}, "NetProfitMargin": {"title": "Netprofitmargin", "type": "number"}, "D/E": {"title": "D/e", "type": "number"}, "BookValuePerShare": {"title": "Bookvaluepershare", "type": "number"}, "TimesInterestEarned": {"title": "Timesinterestearned", "type": "integer"}, "Payout": {"title": "Payout", "type": "number"}, "ForwardDividendYield": {"title": "Forwarddividendyield", "type": "number"}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/12f68df5-efc6-4c46-8164-5c13f1847a04/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /equity/financial | Return financial data (revenue, earnings, ratios, etc) for a given security. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/cb3e331d-d7a5-4a31-8a2c-de2ab6776b6a/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /equity/live | Return current market price data given the input parameters. | 200 | Example_1 | {"Last": 639.3, "Change": -59.7, "ChangePercent": -8.54, "Timestamp": "2022:06:16 20:53:39 UTC+0000", "PreviousClose": 699, "Open": 668.21, "Bid": 638.5, "BidSize": 2200, "Ask": 638.89, "AskSize": 200, "High": 675.5, "Low": 626.08, "52WeekHigh": 1243.49, "52WeekLow": 601.34, "Volume": 35598822, "AvgVolume": 27957557, "Symbol": "TSLA", "Name": "TESLA INC"} | {"type": "object", "required": ["Last", "Change", "ChangePercent", "Timestamp", "PreviousClose", "Open", "Bid", "BidSize", "Ask", "AskSize", "High", "Low", "52WeekHigh", "52WeekLow", "Volume", "AvgVolume", "Symbol", "Name"], "properties": {"Last": {"title": "Last", "type": "number"}, "Change": {"title": "Change", "type": "number"}, "ChangePercent": {"title": "Changepercent", "type": "number"}, "Timestamp": {"title": "Timestamp", "type": "string", "pattern": "^.*$"}, "PreviousClose": {"title": "Previousclose", "type": "number"}, "Open": {"title": "Open", "type": "number"}, "Bid": {"title": "Bid", "type": "number"}, "BidSize": {"title": "Bidsize", "type": "integer"}, "Ask": {"title": "Ask", "type": "number"}, "AskSize": {"title": "Asksize", "type": "integer"}, "High": {"title": "High", "type": "number"}, "Low": {"title": "Low", "type": "number"}, "52WeekHigh": {"title": "52weekhigh", "type": "number"}, "52WeekLow": {"title": "52weeklow", "type": "number"}, "Volume": {"title": "Volume", "type": "integer"}, "AvgVolume": {"title": "Avgvolume", "type": "integer"}, "Symbol": {"title": "Symbol", "type": "string", "pattern": "^.*$"}, "Name": {"title": "Name", "type": "string", "pattern": "^.*$"}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/cb3e331d-d7a5-4a31-8a2c-de2ab6776b6a/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /equity/live | Return current market price data given the input parameters. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/2fe6a18b-c15f-4af8-8740-03f4cec9c74c/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /options/prices | Return current options data given the input parameters. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/2fe6a18b-c15f-4af8-8740-03f4cec9c74c/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /options/prices | Return current options data given the input parameters. | 200 | Example_1 | [{"Contract": "AAPL220916C00050000", "Expiration": "2022-09-16", "Strike": 50, "Type": "Call", "LastTradeDate": "2022-05-31", "Bid": 77.9, "BidSize": 1, "Ask": 82.1, "AskSize": 1, "Open": 0, "High": 0, "Low": 0, "Close": 100.3, "PreviousClose": 98.8, "Change": 0, "Volume": 0, "OpenInterest": 122, "ImpliedVolatility": 1.3784, "Theoretical": 82.1, "Delta": 0.957194, "Gamma": 0.000992, "Theta": -0.043551, "Vega": 0.058175, "Rho": 0.088515}, {"Contract": "AAPL220617C00050000", "Expiration": "2022-06-17", "Strike": 50, "Type": "Call", "LastTradeDate": "2022-06-16", "Bid": 79.55, "BidSize": 11, "Ask": 80.25, "AskSize": 2, "Open": 81.25, "High": 81.25, "Low": 79.65, "Close": 79.65, "PreviousClose": 85.86, "Change": -6.21, "Volume": 187, "OpenInterest": 1327, "ImpliedVolatility": 8.4492, "Theoretical": 80.25, "Delta": 0.991395, "Gamma": 0.000406, "Theta": -0.670695, "Vega": 0.001589, "Rho": 0.000956}, {"message": "Upgrade your subscription to MEGA plan for more data (116 : rows remaining) and unlimited access."}] | {"type": "array", "items": {"title": "Items", "type": "object", "required": ["Contract", "Expiration", "Strike", "Type", "LastTradeDate", "Bid", "BidSize", "Ask", "AskSize", "Open", "High", "Low", "Close", "PreviousClose", "Change", "Volume", "OpenInterest", "ImpliedVolatility", "Theoretical", "Delta", "Gamma", "Theta", "Vega", "Rho"], "properties": {"Contract": {"title": "Contract", "type": "string", "pattern": "^.*$"}, "Expiration": {"title": "Expiration", "type": "string", "pattern": "^.*$"}, "Strike": {"title": "Strike", "type": "integer"}, "Type": {"title": "Type", "type": "string", "pattern": "^.*$"}, "LastTradeDate": {"title": "Lasttradedate", "type": "string", "pattern": "^.*$"}, "Bid": {"title": "Bid", "type": "number"}, "BidSize": {"title": "Bidsize", "type": "integer"}, "Ask": {"title": "Ask", "type": "number"}, "AskSize": {"title": "Asksize", "type": "integer"}, "Open": {"title": "Open", "type": "number"}, "High": {"title": "High", "type": "number"}, "Low": {"title": "Low", "type": "number"}, "Close": {"title": "Close", "type": "number"}, "PreviousClose": {"title": "Previousclose", "type": "number"}, "Change": {"title": "Change", "type": "number"}, "Volume": {"title": "Volume", "type": "integer"}, "OpenInterest": {"title": "Openinterest", "type": "integer"}, "ImpliedVolatility": {"title": "Impliedvolatility", "type": "number"}, "Theoretical": {"title": "Theoretical", "type": "number"}, "Delta": {"title": "Delta", "type": "number"}, "Gamma": {"title": "Gamma", "type": "number"}, "Theta": {"title": "Theta", "type": "number"}, "Vega": {"title": "Vega", "type": "number"}, "Rho": {"title": "Rho", "type": "number"}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/cfac293e-2707-4425-b461-b0301896aa36/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /equity/daily | Return end of day (daily) time series (Date, Open, High, Low, Close, Volume) given the input parameters. | 200 | Example_1 | [{"Date": "2020-04-21", "Open": 69.07, "High": 69.31, "Low": 66.36, "Close": 67.09, "Volume": 180991200}, {"Date": "2020-04-20", "Open": 69.49, "High": 70.42, "Low": 69.21, "Close": 69.23, "Volume": 130014800}, {"Date": "2020-04-17", "Open": 71.17, "High": 71.74, "Low": 69.22, "Close": 70.7, "Volume": 215249600}, {"Date": "2020-04-16", "Open": 71.85, "High": 72.05, "Low": 70.59, "Close": 71.67, "Volume": 157124800}, {"Date": "2020-04-15", "Open": 70.8, "High": 71.58, "Low": 70.16, "Close": 71.11, "Volume": 131154408}, {"Date": "2020-04-14", "Open": 70, "High": 72.06, "Low": 69.51, "Close": 71.76, "Volume": 194994400}, {"Date": "2020-04-13", "Open": 67.08, "High": 68.43, "Low": 66.46, "Close": 68.31, "Volume": 131022792}, {"Date": "2020-04-09", "Open": 67.18, "High": 67.52, "Low": 66.18, "Close": 67, "Volume": 162116400}, {"Date": "2020-04-08", "Open": 65.69, "High": 66.84, "Low": 65.31, "Close": 66.52, "Volume": 168895200}, {"Date": "2020-04-07", "Open": 67.35, "High": 67.93, "Low": 64.75, "Close": 64.86, "Volume": 202887200}, {"Date": "2020-04-06", "Open": 62.73, "High": 65.78, "Low": 62.35, "Close": 65.62, "Volume": 201820000}, {"Date": "2020-04-03", "Open": 60.7, "High": 61.43, "Low": 59.74, "Close": 60.35, "Volume": 129880008}, {"Date": "2020-04-02", "Open": 60.09, "High": 61.29, "Low": 59.23, "Close": 61.23, "Volume": 165933600}, {"Date": "2020-04-01", "Open": 61.63, "High": 62.18, "Low": 59.78, "Close": 60.23, "Volume": 176218400}, {"Date": "2020-03-31", "Open": 63.9, "High": 65.62, "Low": 63, "Close": 63.57, "Volume": 197002000}, {"Date": "2020-03-30", "Open": 62.69, "High": 63.88, "Low": 62.35, "Close": 63.7, "Volume": 167976400}, {"Date": "2020-03-27", "Open": 63.19, "High": 63.97, "Low": 61.76, "Close": 61.94, "Volume": 204216400}, {"Date": "2020-03-26", "Open": 61.8, "High": 64.67, "Low": 61.59, "Close": 64.61, "Volume": 252560416}, {"Date": "2020-03-25", "Open": 62.69, "High": 64.56, "Low": 61.08, "Close": 61.38, "Volume": 303601984}, {"Date": "2020-03-24", "Open": 59.09, "High": 61.92, "Low": 58.58, "Close": 61.72, "Volume": 287530816}, {"Date": "2020-03-23", "Open": 57.02, "High": 57.12, "Low": 53.15, "Close": 56.09, "Volume": 336752800}, {"Date": "2020-03-20", "Open": 61.8, "High": 62.96, "Low": 57, "Close": 57.31, "Volume": 401693184}, {"Date": "2020-03-19", "Open": 61.85, "High": 63.21, "Low": 60.65, "Close": 61.2, "Volume": 271856800}, {"Date": "2020-03-18", "Open": 59.94, "High": 62.5, "Low": 59.28, "Close": 61.67, "Volume": 300233600}, {"Date": "2020-03-17", "Open": 61.88, "High": 64.4, "Low": 59.6, "Close": 63.22, "Volume": 324055616}, {"Date": "2020-03-16", "Open": 60.49, "High": 64.77, "Low": 60, "Close": 60.55, "Volume": 322423200}, {"Date": "2020-03-13", "Open": 66.22, "High": 69.98, "Low": 63.24, "Close": 69.49, "Volume": 370732000}, {"Date": "2020-03-12", "Open": 63.99, "High": 67.5, "Low": 62, "Close": 62.06, "Volume": 418473984}, {"Date": "2020-03-11", "Open": 69.35, "High": 70.31, "Low": 67.97, "Close": 68.86, "Volume": 256379616}, {"Date": "2020-03-10", "Open": 69.29, "High": 71.61, "Low": 67.34, "Close": 71.34, "Volume": 285289984}, {"Date": "2020-03-09", "Open": 65.94, "High": 69.52, "Low": 65.75, "Close": 66.54, "Volume": 286744800}, {"Date": "2020-03-06", "Open": 70.5, "High": 72.71, "Low": 70.31, "Close": 72.26, "Volume": 226176800}, {"Date": "2020-03-05", "Open": 73.88, "High": 74.89, "Low": 72.85, "Close": 73.23, "Volume": 187572800}, {"Date": "2020-03-04", "Open": 74.11, "High": 75.85, "Low": 73.28, "Close": 75.69, "Volume": 219178000}, {"Date": "2020-03-03", "Open": 75.92, "High": 76, "Low": 71.45, "Close": 72.33, "Volume": 319450816}, {"Date": "2020-03-02", "Open": 70.57, "High": 75.36, "Low": 69.43, "Close": 74.7, "Volume": 341397184}, {"Date": "2020-02-28", "Open": 64.32, "High": 69.6, "Low": 64.09, "Close": 68.34, "Volume": 426884800}, {"Date": "2020-02-27", "Open": 70.28, "High": 71.5, "Low": 68.24, "Close": 68.38, "Volume": 320602816}, {"Date": "2020-02-26", "Open": 71.63, "High": 74.47, "Low": 71.63, "Close": 73.16, "Volume": 198602800}, {"Date": "2020-02-25", "Open": 75.24, "High": 75.63, "Low": 71.53, "Close": 72.02, "Volume": 230673200}, {"Date": "2020-02-24", "Open": 74.32, "High": 76.05, "Low": 72.31, "Close": 74.55, "Volume": 222195200}, {"Date": "2020-02-21", "Open": 79.66, "High": 80.11, "Low": 77.63, "Close": 78.26, "Volume": 129705600}, {"Date": "2020-02-20", "Open": 80.66, "High": 81.16, "Low": 79.55, "Close": 80.08, "Volume": 100565600}, {"Date": "2020-02-19", "Open": 80, "High": 81.14, "Low": 80, "Close": 80.91, "Volume": 93983600}, {"Date": "2020-02-18", "Open": 78.84, "High": 79.94, "Low": 78.65, "Close": 79.75, "Volume": 152762000}, {"Date": "2020-02-14", "Open": 81.19, "High": 81.5, "Low": 80.71, "Close": 81.24, "Volume": 80113600}, {"Date": "2020-02-13", "Open": 81.05, "High": 81.56, "Low": 80.84, "Close": 81.22, "Volume": 94747200}, {"Date": "2020-02-12", "Open": 80.37, "High": 81.81, "Low": 80.37, "Close": 81.8, "Volume": 113729992}, {"Date": "2020-02-11", "Open": 80.9, "High": 80.98, "Low": 79.68, "Close": 79.9, "Volume": 94322800}, {"Date": "2020-02-10", "Open": 78.55, "High": 80.39, "Low": 78.46, "Close": 80.39, "Volume": 109348800}, {"message": "Upgrade your subscription to MEGA plan to get all remaining data and unlimited access."}] | {"type": "array", "items": {"title": "Items", "type": "object", "required": ["Date", "Open", "High", "Low", "Close", "Volume"], "properties": {"Date": {"title": "Date", "type": "string", "pattern": "^.*$"}, "Open": {"title": "Open", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "High": {"title": "High", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Low": {"title": "Low", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Close": {"title": "Close", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Volume": {"title": "Volume", "type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/cfac293e-2707-4425-b461-b0301896aa36/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /equity/daily | Return end of day (daily) time series (Date, Open, High, Low, Close, Volume) given the input parameters. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/f90ad1f6-3ccf-4b96-8cdb-7cc270d5d2aa/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /equity/intraday | Return intraday time series (Date, Open, High, Low, Close, Volume) given the input parameters. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/f90ad1f6-3ccf-4b96-8cdb-7cc270d5d2aa/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /equity/intraday | Return intraday time series (Date, Open, High, Low, Close, Volume) given the input parameters. | 200 | Example_1 | [{"Date": "2020-04-21 10:28:00", "Open": 67.61, "High": 67.71, "Low": 67.55, "Close": 67.66, "Volume": 664704}, {"Date": "2020-04-21 10:26:00", "Open": 67.76, "High": 67.76, "Low": 67.6, "Close": 67.61, "Volume": 538336}, {"Date": "2020-04-21 10:24:00", "Open": 67.64, "High": 67.79, "Low": 67.62, "Close": 67.76, "Volume": 799464}, {"Date": "2020-04-21 10:22:00", "Open": 67.69, "High": 67.69, "Low": 67.54, "Close": 67.63, "Volume": 936296}, {"Date": "2020-04-21 10:20:00", "Open": 67.71, "High": 67.76, "Low": 67.65, "Close": 67.69, "Volume": 1113668}, {"Date": "2020-04-21 10:18:00", "Open": 67.86, "High": 67.96, "Low": 67.71, "Close": 67.71, "Volume": 921720}, {"Date": "2020-04-21 10:16:00", "Open": 68.02, "High": 68.02, "Low": 67.84, "Close": 67.86, "Volume": 957572}, {"Date": "2020-04-21 10:14:00", "Open": 68.1, "High": 68.12, "Low": 68.02, "Close": 68.02, "Volume": 592480}, {"Date": "2020-04-21 10:12:00", "Open": 68.07, "High": 68.17, "Low": 68.07, "Close": 68.1, "Volume": 529992}, {"Date": "2020-04-21 10:10:00", "Open": 68.09, "High": 68.21, "Low": 68.06, "Close": 68.07, "Volume": 498616}, {"Date": "2020-04-21 10:08:00", "Open": 68.28, "High": 68.31, "Low": 68.07, "Close": 68.09, "Volume": 775556}, {"Date": "2020-04-21 10:06:00", "Open": 68.21, "High": 68.36, "Low": 68.18, "Close": 68.28, "Volume": 840656}, {"Date": "2020-04-21 10:04:00", "Open": 68.21, "High": 68.32, "Low": 68.19, "Close": 68.21, "Volume": 634408}, {"Date": "2020-04-21 10:02:00", "Open": 68.12, "High": 68.27, "Low": 68.08, "Close": 68.22, "Volume": 796780}, {"Date": "2020-04-21 10:00:00", "Open": 68.3, "High": 68.32, "Low": 68.09, "Close": 68.11, "Volume": 674112}, {"message": "Upgrade your subscription to MEGA plan to get all remaining data and unlimited access."}] | {"type": "array", "items": {"title": "Items", "type": "object", "required": ["Date", "Open", "High", "Low", "Close", "Volume"], "properties": {"Date": {"title": "Date", "type": "string", "pattern": "^.*$"}, "Open": {"title": "Open", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "High": {"title": "High", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Low": {"title": "Low", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Close": {"title": "Close", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Volume": {"title": "Volume", "type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/baf31f6f-58ab-4ba3-a5d4-ed5381eac5ba/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /indexes/intraday | Return intraday time series (Date, Open, High, Low, Close, Volume) given the input parameters. | 200 | Example_1 | [{"Date": "2020-04-21 10:29:00", "Open": 2772.14, "High": 2775.23, "Low": 2772.14, "Close": 2774.47, "Volume": 0}, {"Date": "2020-04-21 10:28:00", "Open": 2770.88, "High": 2772.66, "Low": 2770.62, "Close": 2772.2, "Volume": 0}, {"Date": "2020-04-21 10:27:00", "Open": 2772.7, "High": 2773.37, "Low": 2770.8, "Close": 2770.91, "Volume": 0}, {"Date": "2020-04-21 10:26:00", "Open": 2776.88, "High": 2776.88, "Low": 2772.31, "Close": 2772.68, "Volume": 0}, {"Date": "2020-04-21 10:25:00", "Open": 2775.42, "High": 2777.04, "Low": 2773.95, "Close": 2776.87, "Volume": 0}, {"Date": "2020-04-21 10:24:00", "Open": 2770.89, "High": 2775.55, "Low": 2770.86, "Close": 2775.42, "Volume": 0}, {"Date": "2020-04-21 10:23:00", "Open": 2770.56, "High": 2770.92, "Low": 2769, "Close": 2770.68, "Volume": 0}, {"Date": "2020-04-21 10:22:00", "Open": 2771.69, "High": 2771.79, "Low": 2768.68, "Close": 2770.43, "Volume": 0}, {"Date": "2020-04-21 10:21:00", "Open": 2771.1, "High": 2772.51, "Low": 2770.07, "Close": 2771.71, "Volume": 0}, {"Date": "2020-04-21 10:20:00", "Open": 2768.15, "High": 2771.1, "Low": 2767.6, "Close": 2771.06, "Volume": 0}, {"Date": "2020-04-21 10:19:00", "Open": 2768.49, "High": 2768.49, "Low": 2766.68, "Close": 2768.19, "Volume": 0}, {"Date": "2020-04-21 10:18:00", "Open": 2768.83, "High": 2770.75, "Low": 2768.51, "Close": 2768.51, "Volume": 0}, {"Date": "2020-04-21 10:17:00", "Open": 2768.5, "High": 2768.82, "Low": 2767.61, "Close": 2768.64, "Volume": 0}, {"Date": "2020-04-21 10:16:00", "Open": 2771.92, "High": 2771.92, "Low": 2768.3, "Close": 2768.41, "Volume": 0}, {"Date": "2020-04-21 10:15:00", "Open": 2771.57, "High": 2774.04, "Low": 2770.19, "Close": 2771.95, "Volume": 0}, {"Date": "2020-04-21 10:14:00", "Open": 2772.14, "High": 2772.42, "Low": 2771.03, "Close": 2771.5, "Volume": 0}, {"Date": "2020-04-21 10:13:00", "Open": 2773.01, "High": 2773.98, "Low": 2771.68, "Close": 2772.01, "Volume": 0}, {"Date": "2020-04-21 10:12:00", "Open": 2773.72, "High": 2774.17, "Low": 2773.02, "Close": 2773.14, "Volume": 0}, {"Date": "2020-04-21 10:11:00", "Open": 2776.02, "High": 2776.02, "Low": 2773.92, "Close": 2774.03, "Volume": 0}, {"Date": "2020-04-21 10:10:00", "Open": 2775.66, "High": 2778.07, "Low": 2775.48, "Close": 2775.96, "Volume": 0}, {"message": "Upgrade your subscription to MEGA plan to get all remaining data and unlimited access."}] | {"type": "array", "items": {"title": "Items", "type": "object", "required": ["Date", "Open", "High", "Low", "Close", "Volume"], "properties": {"Date": {"title": "Date", "type": "string", "pattern": "^.*$"}, "Open": {"title": "Open", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "High": {"title": "High", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Low": {"title": "Low", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Close": {"title": "Close", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Volume": {"title": "Volume", "type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/baf31f6f-58ab-4ba3-a5d4-ed5381eac5ba/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /indexes/intraday | Return intraday time series (Date, Open, High, Low, Close, Volume) given the input parameters. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/616a505e-4019-4233-a26f-03869687512c/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /equity/splits | Return splits history data for a given security. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/616a505e-4019-4233-a26f-03869687512c/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /equity/splits | Return splits history data for a given security. | 200 | Example_1 | [{"Date": "1996-12-09", "split": "2-1"}, {"Date": "1998-02-23", "split": "2-1"}, {"message": "Upgrade your subscription to MEGA plan to get all remaining data and unlimited access."}] | {"type": "array", "items": {"title": "Items", "type": "object", "required": ["Date", "split"], "properties": {"Date": {"title": "Date", "type": "string", "pattern": "^.*$"}, "split": {"title": "Split", "type": "string", "pattern": "^.*$"}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/bada812f-6a2b-4183-8e2d-4eced18573e1/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /forex/signal | Return a trading signal based on market sentiment, reliable indicators, analyst ratings and news. Signal : 1=buy, 0=hold and -1=sell. Confidence interval : [0%-100%]. | 200 | Example_1 | {"Symbol": "EUR-USD", "Signal": -1, "ConfidenceInterval": "[86.44%, 100.0%]"} | {"type": "object", "required": ["Symbol", "Signal", "ConfidenceInterval"], "properties": {"Symbol": {"title": "Symbol", "type": "string", "pattern": "^.*$"}, "Signal": {"title": "Signal", "type": "integer"}, "ConfidenceInterval": {"title": "Confidenceinterval", "type": "string", "pattern": "^.*$"}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/bada812f-6a2b-4183-8e2d-4eced18573e1/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /forex/signal | Return a trading signal based on market sentiment, reliable indicators, analyst ratings and news. Signal : 1=buy, 0=hold and -1=sell. Confidence interval : [0%-100%]. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/215ed4cb-0143-406f-a0dc-c34441dd0dc7/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /equity/earnings | Return earnings (EPS, quarterly) history data for a given security. | 200 | Example_1 | [{"Date": "2019-01-29", "earnings": 1.05}, {"Date": "2019-04-30", "earnings": 0.62}, {"message": "Upgrade your subscription to MEGA plan to get all remaining data and unlimited access."}] | {"type": "array", "items": {"title": "Items", "type": "object", "required": ["Date", "earnings"], "properties": {"Date": {"title": "Date", "type": "string", "pattern": "^.*$"}, "earnings": {"title": "Earnings", "type": "number"}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/215ed4cb-0143-406f-a0dc-c34441dd0dc7/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /equity/earnings | Return earnings (EPS, quarterly) history data for a given security. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/2c9cae68-d221-432f-a8af-c369436aad81/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /forex/intraday | Return intraday time series (Date, Open, High, Low, Close, Volume) given the input parameters. | 200 | Example_1 | [{"Date": "2020-04-21 10:29:00", "Open": 1.08618, "High": 1.0862, "Low": 1.08595, "Close": 1.086, "Volume": 244}, {"Date": "2020-04-21 10:28:00", "Open": 1.08627, "High": 1.08639, "Low": 1.08616, "Close": 1.08619, "Volume": 211}, {"Date": "2020-04-21 10:27:00", "Open": 1.08618, "High": 1.08631, "Low": 1.08601, "Close": 1.08627, "Volume": 218}, {"Date": "2020-04-21 10:26:00", "Open": 1.08642, "High": 1.08643, "Low": 1.08618, "Close": 1.08618, "Volume": 240}, {"Date": "2020-04-21 10:25:00", "Open": 1.08667, "High": 1.08667, "Low": 1.08642, "Close": 1.08642, "Volume": 217}, {"Date": "2020-04-21 10:24:00", "Open": 1.08677, "High": 1.08678, "Low": 1.08658, "Close": 1.08667, "Volume": 222}, {"Date": "2020-04-21 10:23:00", "Open": 1.08694, "High": 1.08707, "Low": 1.08678, "Close": 1.08678, "Volume": 225}, {"Date": "2020-04-21 10:22:00", "Open": 1.08687, "High": 1.08702, "Low": 1.08683, "Close": 1.08695, "Volume": 216}, {"Date": "2020-04-21 10:21:00", "Open": 1.08684, "High": 1.08707, "Low": 1.08684, "Close": 1.08687, "Volume": 263}, {"Date": "2020-04-21 10:20:00", "Open": 1.08699, "High": 1.08699, "Low": 1.08668, "Close": 1.08685, "Volume": 217}, {"Date": "2020-04-21 10:19:00", "Open": 1.08673, "High": 1.08728, "Low": 1.08673, "Close": 1.087, "Volume": 266}, {"Date": "2020-04-21 10:18:00", "Open": 1.08683, "High": 1.08686, "Low": 1.08667, "Close": 1.08674, "Volume": 162}, {"Date": "2020-04-21 10:17:00", "Open": 1.08678, "High": 1.08684, "Low": 1.08674, "Close": 1.08683, "Volume": 174}, {"Date": "2020-04-21 10:16:00", "Open": 1.08658, "High": 1.0868, "Low": 1.08658, "Close": 1.08679, "Volume": 180}, {"Date": "2020-04-21 10:15:00", "Open": 1.08632, "High": 1.08661, "Low": 1.08632, "Close": 1.08659, "Volume": 184}, {"Date": "2020-04-21 10:14:00", "Open": 1.0866, "High": 1.08662, "Low": 1.08632, "Close": 1.08633, "Volume": 220}, {"Date": "2020-04-21 10:13:00", "Open": 1.08628, "High": 1.0866, "Low": 1.08627, "Close": 1.0866, "Volume": 224}, {"Date": "2020-04-21 10:12:00", "Open": 1.08625, "High": 1.08637, "Low": 1.08625, "Close": 1.08627, "Volume": 176}, {"Date": "2020-04-21 10:11:00", "Open": 1.08635, "High": 1.08635, "Low": 1.08615, "Close": 1.08624, "Volume": 249}, {"Date": "2020-04-21 10:10:00", "Open": 1.08646, "High": 1.08648, "Low": 1.08632, "Close": 1.08636, "Volume": 273}, {"message": "Upgrade your subscription to MEGA plan to get all remaining data and unlimited access."}] | {"type": "array", "items": {"title": "Items", "type": "object", "required": ["Date", "Open", "High", "Low", "Close", "Volume"], "properties": {"Date": {"title": "Date", "type": "string", "pattern": "^.*$"}, "Open": {"title": "Open", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "High": {"title": "High", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Low": {"title": "Low", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Close": {"title": "Close", "type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "Volume": {"title": "Volume", "type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/2c9cae68-d221-432f-a8af-c369436aad81/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /forex/intraday | Return intraday time series (Date, Open, High, Low, Close, Volume) given the input parameters. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/a9ce9ae0-db76-46ea-8987-63a235062ed3/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /options/historical | Return historical options data given the input parameters. | 200 | Example_1 | [{"Contract": "AAPL180420C00100000", "Expiration": "2018-04-20", "Strike": 100, "Type": "Call", "Date": "2018-08-15", "Bid": 44.5, "BidSize": 1, "Ask": 45.15, "AskSize": 10, "Open": 45.15, "High": 45.15, "Low": 45.15, "Close": 45.15, "Change": -20.300000000000004, "Volume": 0, "OpenInterest": 6, "ImpliedVolatility": 0, "Theoretical": 0, "Delta": 0, "Gamma": 0, "Theta": 0, "Vega": 0, "Rho": 0}, {"Contract": "AAPL180420C00100000", "Expiration": "2018-04-20", "Strike": 100, "Type": "Call", "Date": "2018-04-20", "Bid": 64.1, "BidSize": 116, "Ask": 66.2, "AskSize": 21, "Open": 67.19, "High": 67.27, "Low": 65.45, "Close": 65.45, "Change": -12.310000000000002, "Volume": 0, "OpenInterest": 667, "ImpliedVolatility": 0, "Theoretical": 0, "Delta": 0, "Gamma": 0, "Theta": 0, "Vega": 0, "Rho": 0}, {"message": "Upgrade your subscription to MEGA plan for more data (199 : rows remaining) and unlimited access."}] | {"type": "array", "items": {"title": "Items", "type": "object", "required": ["Contract", "Expiration", "Strike", "Type", "Date", "Bid", "BidSize", "Ask", "AskSize", "Open", "High", "Low", "Close", "Change", "Volume", "OpenInterest", "ImpliedVolatility", "Theoretical", "Delta", "Gamma", "Theta", "Vega", "Rho"], "properties": {"Contract": {"title": "Contract", "type": "string", "pattern": "^.*$"}, "Expiration": {"title": "Expiration", "type": "string", "pattern": "^.*$"}, "Strike": {"title": "Strike", "type": "integer"}, "Type": {"title": "Type", "type": "string", "pattern": "^.*$"}, "Date": {"title": "Date", "type": "string", "pattern": "^.*$"}, "Bid": {"title": "Bid", "type": "number"}, "BidSize": {"title": "Bidsize", "type": "integer"}, "Ask": {"title": "Ask", "type": "number"}, "AskSize": {"title": "Asksize", "type": "integer"}, "Open": {"title": "Open", "type": "integer"}, "High": {"title": "High", "type": "integer"}, "Low": {"title": "Low", "type": "integer"}, "Close": {"title": "Close", "type": "integer"}, "Change": {"title": "Change", "type": "integer"}, "Volume": {"title": "Volume", "type": "integer"}, "OpenInterest": {"title": "Openinterest", "type": "integer"}, "ImpliedVolatility": {"title": "Impliedvolatility", "type": "number"}, "Theoretical": {"title": "Theoretical", "type": "number"}, "Delta": {"title": "Delta", "type": "number"}, "Gamma": {"title": "Gamma", "type": "number"}, "Theta": {"title": "Theta", "type": "number"}, "Vega": {"title": "Vega", "type": "number"}, "Rho": {"title": "Rho", "type": "number"}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/a9ce9ae0-db76-46ea-8987-63a235062ed3/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /options/historical | Return historical options data given the input parameters. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/bf3c73bb-f4f1-468e-950f-86c4baef61d3/0/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /equity/signal | Return a trading signal based on market sentiment, reliable indicators, analyst ratings and news. Signal : 1=buy, 0=hold and -1=sell. Confidence interval : [0%-100%]. | 400 | Example_1 | {"message": {"symbol": "No symbol provided"}} | {"type": "object", "properties": {"message": {"title": "Message", "type": "object", "properties": {"symbol": {"title": "Symbol", "type": "string", "default": "", "pattern": "^.*$"}}}}} |
a2db9453-f71a-4b6b-9cca-2d6394400603/bf3c73bb-f4f1-468e-950f-86c4baef61d3/1/0 | Quotient | Market data API for intraday (1-minutes) data, end-of-day data, options data, crypto, forex, live prices, fundamental data, trading signal, and much more, on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc), on worldwide stock exchanges (us, canada, australia, uk and europe). | 9.8 | /equity/signal | Return a trading signal based on market sentiment, reliable indicators, analyst ratings and news. Signal : 1=buy, 0=hold and -1=sell. Confidence interval : [0%-100%]. | 200 | Example_1 | {"Symbol": "F", "Signal": -1, "ConfidenceInterval": "[86.44%, 100.0%]"} | {"type": "object", "required": ["Symbol", "Signal", "ConfidenceInterval"], "properties": {"Symbol": {"title": "Symbol", "type": "string", "pattern": "^.*$"}, "Signal": {"title": "Signal", "type": "integer"}, "ConfidenceInterval": {"title": "Confidenceinterval", "type": "string", "pattern": "^.*$"}}} |
346fb890-1df5-4009-9bbd-ae841ee39320/0994d62b-9222-451c-9bb2-11d6b842a874/0/0 | Gold Rates | Get the Gold rates in India | 0 | Daily Gold Rates | Get the latest rates of Gold in India for a date | 200 | Response | {"status": 200} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]} |
b8efd697-e2d1-4a43-9e0f-9ce99026c301/99d57238-95d1-4a0f-95e9-f87bff001f2e/0/0 | Crypto ICO AND NFT | This API returns cryptocurrency ICO from coinmarketcap, foundico, icohotlist and much more... Get All the New Releases in one place! | null | Get All UpComing NFT | This endpoint returns a all Upcoming NFT. | 200 | New Example | {"0": [{"nftNumber": "", "nftName": "Half Shekel", "nftLink": "", "nftImage": "", "nftPrice": "0.1 ETH", "nftTotalAvailable": "", "shortDescription": "Shekel themed NFTs", "nftBlockTecnology": "Ethereum", "community": {"communityTwitter": "https://twitter.com/halfshekelnft", "communityDiscord": "https://discord.gg/tU9WAqBNzb", "officialSite": "https://www.halfshekelnft.com/"}, "nftDate": "3/14/2022, 4:00:00 AM", "nftVote": ""}, {"nftNumber": "", "nftName": "Sapien NFT Passport", "nftLink": "", "nftImage": "", "nftPrice": "0.25 ETH", "nftTotalAvailable": "", "shortDescription": "Unique sapiens themed NFTs", "nftBlockTecnology": "Ethereum", "community": {"communityTwitter": "https://twitter.com/sapien_network", "communityDiscord": "https://discord.gg/DHeUu4y37s", "officialSite": "https://www.sapien.network/"}, "nftDate": "3/14/2022, 10:00:00 AM", "nftVote": ""}, {"nftNumber": "", "nftName": "SolRealty", "nftLink": "", "nftImage": "", "nftPrice": "TBA", "nftTotalAvailable": "", "shortDescription": "Real estate NFT solana project", "nftBlockTecnology": "Solana", "community": {"communityTwitter": "https://twitter.com/SolRealtyNFT", "communityDiscord": "https://discord.gg/BJrvTngFj2", "officialSite": "https://solrealty.io/"}, "nftDate": "3/14/2022, 10:00:00 AM", "nftVote": ""}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "array", "items": {"type": "object", "properties": {"nftNumber": {"type": "string"}, "nftName": {"type": "string"}, "nftLink": {"type": "string"}, "nftImage": {"type": "string"}, "nftPrice": {"type": "string"}, "nftTotalAvailable": {"type": "string"}, "shortDescription": {"type": "string"}, "nftBlockTecnology": {"type": "string"}, "community": {"type": "object", "properties": {"communityTwitter": {"type": "string"}, "communityDiscord": {"type": "string"}, "officialSite": {"type": "string"}}, "required": ["communityDiscord", "communityTwitter", "officialSite"]}, "nftDate": {"type": "string"}, "nftVote": {"type": "string"}}, "required": ["community", "nftBlockTecnology", "nftDate", "nftImage", "nftLink", "nftName", "nftNumber", "nftPrice", "nftTotalAvailable", "nftVote", "shortDescription"]}}}, "required": ["0"]} |
b8efd697-e2d1-4a43-9e0f-9ce99026c301/d97664c0-00be-4509-8c88-9ddee01c6039/0/0 | Crypto ICO AND NFT | This API returns cryptocurrency ICO from coinmarketcap, foundico, icohotlist and much more... Get All the New Releases in one place! | null | Get All the ICO | This Endpoint returns All the Cryptocurrency ICO.
No parameters | 200 | Response | [{"coin": {"name": "SimpleSwap Hot Featured", "symbol": "", "linkico": "https://www.icohotlist.com/ico/simpleswap/", "image": "https://www.icohotlist.com/wp-content/uploads/2022/08/rtv1lzcb-400x400-1-100x100.jpeg", "technology": {"name": "", "technologyico": ""}}, "stage": "", "startdate": "TBD", "enddate": "TBD", "goal": "", "description": "SimpleSwap is a user-friendly and reliable service for cryptocurrency exchanges. Our platform...", "icoscore": "", "sources": "icohotlist"}, {"coin": {"name": "BRIKN Hot", "symbol": "", "linkico": "https://www.icohotlist.com/ico/brikn/", "image": "https://www.icohotlist.com/wp-content/uploads/2022/08/brikn-dark-2-100x63.png", "technology": {"name": "", "technologyico": ""}}, "stage": "", "startdate": "Sep 15, 2022", "enddate": "Mar 15, 2023", "goal": "", "description": "The Worlds First DOA Property Ecosystem Helping to Build You a Digital...", "icoscore": "", "sources": "icohotlist"}, {"coin": {"name": "BlaBlaGame.io", "symbol": "", "linkico": "https://www.icohotlist.com/ico/blablagame-io/", "image": "https://www.icohotlist.com/wp-content/uploads/2022/04/blablablalogo-100x100.png", "technology": {"name": "", "technologyico": ""}}, "stage": "", "startdate": "May 1, 2022", "enddate": "Jan 1, 2023", "goal": "", "description": "First in the World Rock-Paper-Scissors Game on Crypto", "icoscore": "", "sources": "icohotlist"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"coin": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "linkico": {"type": "string"}, "image": {"type": "string"}, "technology": {"type": "object", "properties": {"name": {"type": "string"}, "technologyico": {"type": "string"}}, "required": ["name", "technologyico"]}}, "required": ["image", "linkico", "name", "symbol", "technology"]}, "stage": {"type": "string"}, "startdate": {"type": "string"}, "enddate": {"type": "string"}, "goal": {"type": "string"}, "description": {"type": "string"}, "icoscore": {"type": "string"}, "sources": {"type": "string"}}, "required": ["coin", "description", "enddate", "goal", "icoscore", "sources", "stage", "startdate"]}} |
b8efd697-e2d1-4a43-9e0f-9ce99026c301/11c2fc16-1b15-46d4-a738-3c3600d16e54/0/0 | Crypto ICO AND NFT | This API returns cryptocurrency ICO from coinmarketcap, foundico, icohotlist and much more... Get All the New Releases in one place! | null | Get ICO from one source | This endpoint returns a a ICO from only one source.
Parameters:
-> siteId ( we support: icohotlist, coinmarketcap, foundico) | 200 | New Example | [{"coin": {"name": "2022token", "symbol": "", "linkico": "https://foundico.com/ico/2022token.html", "image": "https://foundico.com/upload/iblock/b89/b896346863fbd4cd37a7e9df37697a71.jpg", "technology": {"name": "2022token", "technologyico": ""}}, "stage": "", "startdate": "01-01-2022", "enddate": "12-31-2022", "goal": "", "description": "Deflationary token", "icoscore": "5.5", "sources": "foundico"}, {"coin": {"name": "2touch", "symbol": "", "linkico": "https://foundico.com/ico/2touch.html", "image": "https://foundico.com/upload/iblock/7af/7aff76d23659350d5bab25ebb40cda6f.png", "technology": {"name": "TWO", "technologyico": ""}}, "stage": "", "startdate": "02-17-2022", "enddate": "03-17-2022", "goal": "", "description": "2 touch Account registration Crowdfunding provides a way for investors to\nsupport projects they believe in, getting in exchange some sort of rewards.", "icoscore": "5.1", "sources": "foundico"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"coin": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "linkico": {"type": "string"}, "image": {"type": "string"}, "technology": {"type": "object", "properties": {"name": {"type": "string"}, "technologyico": {"type": "string"}}, "required": ["name", "technologyico"]}}, "required": ["image", "linkico", "name", "symbol", "technology"]}, "stage": {"type": "string"}, "startdate": {"type": "string"}, "enddate": {"type": "string"}, "goal": {"type": "string"}, "description": {"type": "string"}, "icoscore": {"type": "string"}, "sources": {"type": "string"}}, "required": ["coin", "description", "enddate", "goal", "icoscore", "sources", "stage", "startdate"]}} |
e430a91f-ff74-47e5-88c7-0362d0f5bb0f/1a724f26-55d2-4a16-b3b9-d079e11eb783/0/0 | Currency Convertor API | Convert any currency and get real time rate result | 9.1 | Get All Currencies | Endpoint for getting currency code, name and country flag | 200 | Response | [{"currencyCode": "USD", "currencyName": "US Dollar", "flag": "https://www.xe.com/static-images/usd.static.e8b657d1161a08a32415d284a8e1dc89.svg"}, {"currencyCode": "EUR", "currencyName": "Euro", "flag": "https://www.xe.com/static-images/eur.static.7c6f881c3b6506b03bcbda3644485094.svg"}, {"currencyCode": "GBP", "currencyName": "British Pound", "flag": "https://www.xe.com/static-images/gbp.static.da0ca3d1b6d9e74642276a0ea3cde603.svg"}, {"currencyCode": "CAD", "currencyName": "Canadian Dollar", "flag": "https://www.xe.com/static-images/cad.static.0bfb6a6d0adf4f3b1c28c0c90248b18b.svg"}, {"currencyCode": "AUD", "currencyName": "Australian Dollar", "flag": "https://www.xe.com/static-images/aud.static.6e69da30d2a4593d811f765c491964af.svg"}, {"currencyCode": "JPY", "currencyName": "Japanese Yen", "flag": "https://www.xe.com/static-images/jpy.static.238642084e415a2c2304c9b3da2308d9.svg"}, {"currencyCode": "ADA", "currencyName": "Cardano", "flag": "https://www.xe.com/static-images/ada.static.3b08c29a649a03d01d3ef74fa72b2f31.svg"}, {"currencyCode": "AED", "currencyName": "Emirati Dirham", "flag": "https://www.xe.com/static-images/aed.static.93a2e850c3b1ada8d436ede89073d8ac.svg"}, {"currencyCode": "AFN", "currencyName": "Afghan Afghani", "flag": "https://www.xe.com/static-images/afn.static.fc040a374b2f46a681642a23a82f7790.svg"}, {"currencyCode": "ALL", "currencyName": "Albanian Lek", "flag": "https://www.xe.com/static-images/all.static.e7a0c811b96576ed15ca79f4e07cdea1.svg"}, {"currencyCode": "AMD", "currencyName": "Armenian Dram", "flag": "https://www.xe.com/static-images/amd.static.3db1d014db3fadc8abbf7f446562d7d7.svg"}, {"currencyCode": "ANG", "currencyName": "Dutch Guilder", "flag": "https://www.xe.com/static-images/ang.static.f8f890eaf724539eb7f7323455445f43.svg"}, {"currencyCode": "AOA", "currencyName": "Angolan Kwanza", "flag": "https://www.xe.com/static-images/aoa.static.cd7cee2a6cb78c4cf595edcb1d373f74.svg"}, {"currencyCode": "ARS", "currencyName": "Argentine Peso", "flag": "https://www.xe.com/static-images/ars.static.336f9b59f016468d2b5d19c00a691876.svg"}, {"currencyCode": "AUD", "currencyName": "Australian Dollar", "flag": "https://www.xe.com/static-images/aud.static.6e69da30d2a4593d811f765c491964af.svg"}, {"currencyCode": "AWG", "currencyName": "Aruban or Dutch Guilder", "flag": "https://www.xe.com/static-images/awg.static.033ca802e4276b57b69e3ed7f0c81ed3.svg"}, {"currencyCode": "AZN", "currencyName": "Azerbaijan Manat", "flag": "https://www.xe.com/static-images/azn.static.398383ae20afacdb74d476b8a881545b.svg"}, {"currencyCode": "BAM", "currencyName": "Bosnian Convertible Mark", "flag": "https://www.xe.com/static-images/bam.static.dc4fa891e4e64be6cfcdc8345e10142f.svg"}, {"currencyCode": "BBD", "currencyName": "Barbadian or Bajan Dollar", "flag": "https://www.xe.com/static-images/bbd.static.760b046fbd5f8609126ad2db46148c4f.svg"}, {"currencyCode": "BCH", "currencyName": "Bitcoin Cash", "flag": "https://www.xe.com/static-images/bch.static.69b35e3728b4112a518a7b04156cfd0f.svg"}, {"currencyCode": "BDT", "currencyName": "Bangladeshi Taka", "flag": "https://www.xe.com/static-images/bdt.static.3a5be3895a8739cf15358a469aefaf8f.svg"}, {"currencyCode": "BGN", "currencyName": "Bulgarian Lev", "flag": "https://www.xe.com/static-images/bgn.static.13c846b32c10f098953fed3ac5d3cdf4.svg"}, {"currencyCode": "BHD", "currencyName": "Bahraini Dinar", "flag": "https://www.xe.com/static-images/bhd.static.1383834e97690952aa4f128aff997809.svg"}, {"currencyCode": "BIF", "currencyName": "Burundian Franc", "flag": "https://www.xe.com/static-images/bif.static.c6c594d53e7d017bf08b1337824a450a.svg"}, {"currencyCode": "BMD", "currencyName": "Bermudian Dollar", "flag": "https://www.xe.com/static-images/bmd.static.b8bb62b41d310fe2d8fd804ab48b56c6.svg"}, {"currencyCode": "BND", "currencyName": "Bruneian Dollar", "flag": "https://www.xe.com/static-images/bnd.static.0ca0f6a3b027665fb5e6764cfd0fba27.svg"}, {"currencyCode": "BOB", "currencyName": "Bolivian Bol\u00edviano", "flag": "https://www.xe.com/static-images/bob.static.8de1a62cb60de5f1f89dcede76b6dc7a.svg"}, {"currencyCode": "BRL", "currencyName": "Brazilian Real", "flag": "https://www.xe.com/static-images/brl.static.9fd0e9a45b21d778b09f62837fafd607.svg"}, {"currencyCode": "BSD", "currencyName": "Bahamian Dollar", "flag": "https://www.xe.com/static-images/bsd.static.148fc4ed1f4096128442b267cce368a9.svg"}, {"currencyCode": "BTC", "currencyName": "Bitcoin", "flag": "https://www.xe.com/static-images/btc.static.3960772c018ef2bed762e3069a6db5ae.svg"}, {"currencyCode": "BTN", "currencyName": "Bhutanese Ngultrum", "flag": "https://www.xe.com/static-images/btn.static.b81d09635d9efa6e7daaac1bbac9fef0.svg"}, {"currencyCode": "BWP", "currencyName": "Botswana Pula", "flag": "https://www.xe.com/static-images/bwp.static.28a1278ae5bae186e0967d55af5e189e.svg"}, {"currencyCode": "BYN", "currencyName": "Belarusian Ruble", "flag": "https://www.xe.com/static-images/byn.static.96a11728517530e0779f350d7ae16f7d.svg"}, {"currencyCode": "BYR", "currencyName": "Belarusian Ruble", "flag": "https://www.xe.com/static-images/byr.static.96a11728517530e0779f350d7ae16f7d.svg"}, {"currencyCode": "BZD", "currencyName": "Belizean Dollar", "flag": "https://www.xe.com/static-images/bzd.static.846ac0cb479ab658c5cbe80c555ef53f.svg"}, {"currencyCode": "CAD", "currencyName": "Canadian Dollar", "flag": "https://www.xe.com/static-images/cad.static.0bfb6a6d0adf4f3b1c28c0c90248b18b.svg"}, {"currencyCode": "CDF", "currencyName": "Congolese Franc", "flag": "https://www.xe.com/static-images/cdf.static.ed4d1bc96bed2bfd11a8738fefeca1ce.svg"}, {"currencyCode": "CHF", "currencyName": "Swiss Franc", "flag": "https://www.xe.com/static-images/chf.static.eb65ed7418d2ad8703a7c9c54467b785.svg"}, {"currencyCode": "CLP", "currencyName": "Chilean Peso", "flag": "https://www.xe.com/static-images/clp.static.c4f3a6780feb5a8c6eddb7c5fbc49298.svg"}, {"currencyCode": "CNY", "currencyName": "Chinese Yuan Renminbi", "flag": "https://www.xe.com/static-images/cny.static.b5710fca4cc33e583970ae4944a552f1.svg"}, {"currencyCode": "COP", "currencyName": "Colombian Peso", "flag": "https://www.xe.com/static-images/cop.static.b8c0df9825b439abb5f9ca9ef09b42f3.svg"}, {"currencyCode": "CRC", "currencyName": "Costa Rican Colon", "flag": "https://www.xe.com/static-images/crc.static.fc1c305b5f981ca2b847d92161b1da99.svg"}, {"currencyCode": "CUC", "currencyName": "Cuban Convertible Peso", "flag": "https://www.xe.com/static-images/cuc.static.82c0ab834c7a3be607b4086dad4ce77d.svg"}, {"currencyCode": "CUP", "currencyName": "Cuban Peso", "flag": "https://www.xe.com/static-images/cup.static.82c0ab834c7a3be607b4086dad4ce77d.svg"}, {"currencyCode": "CVE", "currencyName": "Cape Verdean Escudo", "flag": "https://www.xe.com/static-images/cve.static.ed5bcc3d32d77c6ea7329e7c3a711ede.svg"}, {"currencyCode": "CZK", "currencyName": "Czech Koruna", "flag": "https://www.xe.com/static-images/czk.static.17bc9a9c46431f9929da881afadebb1b.svg"}, {"currencyCode": "DJF", "currencyName": "Djiboutian Franc", "flag": "https://www.xe.com/static-images/djf.static.dd77cdbb27f198455fb61d0ac88ff142.svg"}, {"currencyCode": "DKK", "currencyName": "Danish Krone", "flag": "https://www.xe.com/static-images/dkk.static.205755395f9a114d6bc30c8082d9d659.svg"}, {"currencyCode": "DOGE", "currencyName": "Dogecoin", "flag": "https://www.xe.com/static-images/doge.static.64807275cd75e5e413a3a2f1e34b143e.svg"}, {"currencyCode": "DOP", "currencyName": "Dominican Peso", "flag": "https://www.xe.com/static-images/dop.static.7983884e2e9bb93fb60bb0c0e19ad977.svg"}, {"currencyCode": "DOT", "currencyName": "Polkadot", "flag": "https://www.xe.com/static-images/dot.static.c9ced3fb185bae5a4289382d539cd8ee.svg"}, {"currencyCode": "DZD", "currencyName": "Algerian Dinar", "flag": "https://www.xe.com/static-images/dzd.static.331fea446a59ffde62fe78aef005a62a.svg"}, {"currencyCode": "EEK", "currencyName": "Estonian Kroon", "flag": "https://www.xe.com/static-images/eek.static.8bcd7f0c6328cd7748f77294eebd1d6d.svg"}, {"currencyCode": "EGP", "currencyName": "Egyptian Pound", "flag": "https://www.xe.com/static-images/egp.static.df88137050e409e79db3433d9c8b1493.svg"}, {"currencyCode": "ERN", "currencyName": "Eritrean Nakfa", "flag": "https://www.xe.com/static-images/ern.static.82e9ec91d81f7a6aa1be010fc2dab9fe.svg"}, {"currencyCode": "ETB", "currencyName": "Ethiopian Birr", "flag": "https://www.xe.com/static-images/etb.static.925a7e101de6e89372f7d4099f56bb19.svg"}, {"currencyCode": "ETH", "currencyName": "Ethereum", "flag": "https://www.xe.com/static-images/eth.static.ff2bd27079d7b8aa3e0ce9ec53cf4b86.svg"}, {"currencyCode": "EUR", "currencyName": "Euro", "flag": "https://www.xe.com/static-images/eur.static.7c6f881c3b6506b03bcbda3644485094.svg"}, {"currencyCode": "FJD", "currencyName": "Fijian Dollar", "flag": "https://www.xe.com/static-images/fjd.static.fdf5b1476a3bddb186a2fd0aad645141.svg"}, {"currencyCode": "FKP", "currencyName": "Falkland Island Pound", "flag": "https://www.xe.com/static-images/fkp.static.ea26b7341bd950b0756e2eebbf163149.svg"}, {"currencyCode": "GBP", "currencyName": "British Pound", "flag": "https://www.xe.com/static-images/gbp.static.da0ca3d1b6d9e74642276a0ea3cde603.svg"}, {"currencyCode": "GEL", "currencyName": "Georgian Lari", "flag": "https://www.xe.com/static-images/gel.static.849571d9c2a98fd1f8063ec10be0fbb1.svg"}, {"currencyCode": "GGP", "currencyName": "Guernsey Pound", "flag": "https://www.xe.com/static-images/ggp.static.9f7268704541cecd25e6582afd0c0dc1.svg"}, {"currencyCode": "GHS", "currencyName": "Ghanaian Cedi", "flag": "https://www.xe.com/static-images/ghs.static.2fd2dae253aca35d0d1f8e3628b79246.svg"}, {"currencyCode": "GIP", "currencyName": "Gibraltar Pound", "flag": "https://www.xe.com/static-images/gip.static.76dd9898bd18361baa44ec65c2b6265a.svg"}, {"currencyCode": "GMD", "currencyName": "Gambian Dalasi", "flag": "https://www.xe.com/static-images/gmd.static.9850f582f710d4618606f289d3041eaa.svg"}, {"currencyCode": "GNF", "currencyName": "Guinean Franc", "flag": "https://www.xe.com/static-images/gnf.static.692b1bc8b9825cb184d2a5e2dca18145.svg"}, {"currencyCode": "GTQ", "currencyName": "Guatemalan Quetzal", "flag": "https://www.xe.com/static-images/gtq.static.f32f9c0e8f517edaa9926e9274f57bbf.svg"}, {"currencyCode": "GYD", "currencyName": "Guyanese Dollar", "flag": "https://www.xe.com/static-images/gyd.static.012fe11cb8c9ce9d6ee4b01b5815f015.svg"}, {"currencyCode": "HKD", "currencyName": "Hong Kong Dollar", "flag": "https://www.xe.com/static-images/hkd.static.58271e9b19cd7b99216124883951f4e4.svg"}, {"currencyCode": "HNL", "currencyName": "Honduran Lempira", "flag": "https://www.xe.com/static-images/hnl.static.cd822d4dd967c551fc6a923f9473d3bb.svg"}, {"currencyCode": "HRK", "currencyName": "Croatian Kuna", "flag": "https://www.xe.com/static-images/hrk.static.98403285496d4512cc0e47a7d93655e9.svg"}, {"currencyCode": "HTG", "currencyName": "Haitian Gourde", "flag": "https://www.xe.com/static-images/htg.static.d3a7bf362537fee36d765084fda11d0f.svg"}, {"currencyCode": "HUF", "currencyName": "Hungarian Forint", "flag": "https://www.xe.com/static-images/huf.static.92a71c7510cd256ec75a00cdc407e9fd.svg"}, {"currencyCode": "IDR", "currencyName": "Indonesian Rupiah", "flag": "https://www.xe.com/static-images/idr.static.178b9e1b023e72061512fb419f920d85.svg"}, {"currencyCode": "ILS", "currencyName": "Israeli Shekel", "flag": "https://www.xe.com/static-images/ils.static.9533154941ce97da2b7500ec5a36cf0c.svg"}, {"currencyCode": "IMP", "currencyName": "Isle of Man Pound", "flag": "https://www.xe.com/static-images/imp.static.6ec126be21277d67f8cde9c5294704e1.svg"}, {"currencyCode": "INR", "currencyName": "Indian Rupee", "flag": "https://www.xe.com/static-images/inr.static.9f6afce19e2f7f491c4d1d4faea36747.svg"}, {"currencyCode": "IQD", "currencyName": "Iraqi Dinar", "flag": "https://www.xe.com/static-images/iqd.static.7122d1a0f782cbd64bd7990d9b214de6.svg"}, {"currencyCode": "IRR", "currencyName": "Iranian Rial", "flag": "https://www.xe.com/static-images/irr.static.f3b57386bd6f808b3c64f8dccae21c04.svg"}, {"currencyCode": "ISK", "currencyName": "Icelandic Krona", "flag": "https://www.xe.com/static-images/isk.static.e7b6f1ba61456aa5e5bd0d36ee5c28f3.svg"}, {"currencyCode": "JEP", "currencyName": "Jersey Pound", "flag": "https://www.xe.com/static-images/jep.static.ff21c8385dfd6c8e72eb13de4d61ade8.svg"}, {"currencyCode": "JMD", "currencyName": "Jamaican Dollar", "flag": "https://www.xe.com/static-images/jmd.static.f35cad9f2676448497ff310d22b66fe3.svg"}, {"currencyCode": "JOD", "currencyName": "Jordanian Dinar", "flag": "https://www.xe.com/static-images/jod.static.429579ec0b0c70c2a040824f5c9a45d5.svg"}, {"currencyCode": "JPY", "currencyName": "Japanese Yen", "flag": "https://www.xe.com/static-images/jpy.static.238642084e415a2c2304c9b3da2308d9.svg"}, {"currencyCode": "KES", "currencyName": "Kenyan Shilling", "flag": "https://www.xe.com/static-images/kes.static.295e9420565641397add4bd69173962b.svg"}, {"currencyCode": "KGS", "currencyName": "Kyrgyzstani Som", "flag": "https://www.xe.com/static-images/kgs.static.984d82699c406d3aa5d276621c958190.svg"}, {"currencyCode": "KHR", "currencyName": "Cambodian Riel", "flag": "https://www.xe.com/static-images/khr.static.10cdd41602d2addef309baff5fac5433.svg"}, {"currencyCode": "KMF", "currencyName": "Comorian Franc", "flag": "https://www.xe.com/static-images/kmf.static.388ecd98140f5f713811432165d6e501.svg"}, {"currencyCode": "KPW", "currencyName": "North Korean Won", "flag": "https://www.xe.com/static-images/kpw.static.2c09ba2379b3e6b4d959f6c1b38e7eb7.svg"}, {"currencyCode": "KRW", "currencyName": "South Korean Won", "flag": "https://www.xe.com/static-images/krw.static.aa41e2dc026f804f874b2d8f851aefc5.svg"}, {"currencyCode": "KWD", "currencyName": "Kuwaiti Dinar", "flag": "https://www.xe.com/static-images/kwd.static.d6c2b5cfa6e8626418dfa204f9c3ee20.svg"}, {"currencyCode": "KYD", "currencyName": "Caymanian Dollar", "flag": "https://www.xe.com/static-images/kyd.static.058bffc6e0530c2f6fbcfc7a9ddf67f0.svg"}, {"currencyCode": "KZT", "currencyName": "Kazakhstani Tenge", "flag": "https://www.xe.com/static-images/kzt.static.00587d26d1d9a67f4325cd42276ea651.svg"}, {"currencyCode": "LAK", "currencyName": "Lao Kip", "flag": "https://www.xe.com/static-images/lak.static.f1ca04dc3297de6d9669b618c90d4afe.svg"}, {"currencyCode": "LBP", "currencyName": "Lebanese Pound", "flag": "https://www.xe.com/static-images/lbp.static.2bb077b89033ffb4b2d359063b70d6f8.svg"}, {"currencyCode": "LINK", "currencyName": "Chainlink", "flag": "https://www.xe.com/static-images/link.static.df0bd006eba11659761cfe58657099d6.svg"}, {"currencyCode": "LKR", "currencyName": "Sri Lankan Rupee", "flag": "https://www.xe.com/static-images/lkr.static.1d7534a469ccaafe4c3eab40f187c676.svg"}, {"currencyCode": "LRD", "currencyName": "Liberian Dollar", "flag": "https://www.xe.com/static-images/lrd.static.21aec31b4d2bce29a68207bef0ee58b3.svg"}, {"currencyCode": "LSL", "currencyName": "Basotho Loti", "flag": "https://www.xe.com/static-images/lsl.static.664f5541b35775df3138564c5ec4d51c.svg"}, {"currencyCode": "LTC", "currencyName": "Litecoin", "flag": "https://www.xe.com/static-images/ltc.static.ee03821ce77a5a9de98aa009267754cb.svg"}, {"currencyCode": "LTL", "currencyName": "Lithuanian Litas", "flag": "https://www.xe.com/static-images/ltl.static.78d779b390c14f9e29ea2a9f924b3e2f.svg"}, {"currencyCode": "LUNA", "currencyName": "Terra", "flag": "https://www.xe.com/static-images/luna.static.008ac3d970840bbaea1760974815ebf5.svg"}, {"currencyCode": "LVL", "currencyName": "Latvian Lat", "flag": "https://www.xe.com/static-images/lvl.static.7651261c8d56b2571c4b2b22aab4d59c.svg"}, {"currencyCode": "LYD", "currencyName": "Libyan Dinar", "flag": "https://www.xe.com/static-images/lyd.static.739bd5a29841087a65f8398e906be86d.svg"}, {"currencyCode": "MAD", "currencyName": "Moroccan Dirham", "flag": "https://www.xe.com/static-images/mad.static.2ca477326fc37322a2743bd30b2cd6ea.svg"}, {"currencyCode": "MDL", "currencyName": "Moldovan Leu", "flag": "https://www.xe.com/static-images/mdl.static.f25f42cf12a20c81f77434eb49d825c3.svg"}, {"currencyCode": "MGA", "currencyName": "Malagasy Ariary", "flag": "https://www.xe.com/static-images/mga.static.0515e1325b4b9d33d9ef41cfe169b687.svg"}, {"currencyCode": "MKD", "currencyName": "Macedonian Denar", "flag": "https://www.xe.com/static-images/mkd.static.5874575d35b6cb3b4d0abcab7363de23.svg"}, {"currencyCode": "MMK", "currencyName": "Burmese Kyat", "flag": "https://www.xe.com/static-images/mmk.static.42cef00d393acc7cebab34c816743b28.svg"}, {"currencyCode": "MNT", "currencyName": "Mongolian Tughrik", "flag": "https://www.xe.com/static-images/mnt.static.6da2d4fbed25033c840755b21caa5cf1.svg"}, {"currencyCode": "MOP", "currencyName": "Macau Pataca", "flag": "https://www.xe.com/static-images/mop.static.26780ccf71645057f447cf9561f87238.svg"}, {"currencyCode": "MRU", "currencyName": "Mauritanian Ouguiya", "flag": "https://www.xe.com/static-images/mru.static.8dcb531f5eeea7232a9ef4e52c83c240.svg"}, {"currencyCode": "MUR", "currencyName": "Mauritian Rupee", "flag": "https://www.xe.com/static-images/mur.static.2add1163461973562b28b17c86517321.svg"}, {"currencyCode": "MVR", "currencyName": "Maldivian Rufiyaa", "flag": "https://www.xe.com/static-images/mvr.static.3d3d5a32155a91a07aa7ed68ad9f45ca.svg"}, {"currencyCode": "MWK", "currencyName": "Malawian Kwacha", "flag": "https://www.xe.com/static-images/mwk.static.a1ed2110c5bb1936fd4b8c9f541d6283.svg"}, {"currencyCode": "MXN", "currencyName": "Mexican Peso", "flag": "https://www.xe.com/static-images/mxn.static.310a81ec23f9bab8efb18ae9ee9b3a05.svg"}, {"currencyCode": "MYR", "currencyName": "Malaysian Ringgit", "flag": "https://www.xe.com/static-images/myr.static.f5e6382bf7c59e3ffac92149c96a383c.svg"}, {"currencyCode": "MZN", "currencyName": "Mozambican Metical", "flag": "https://www.xe.com/static-images/mzn.static.c5983c6a5c5dca148e573a5a23fd15a7.svg"}, {"currencyCode": "NAD", "currencyName": "Namibian Dollar", "flag": "https://www.xe.com/static-images/nad.static.9510d8526943bc81f2ae5924eb8725a7.svg"}, {"currencyCode": "NGN", "currencyName": "Nigerian Naira", "flag": "https://www.xe.com/static-images/ngn.static.b5060f1eed4a1656b5262e5f34fa92c8.svg"}, {"currencyCode": "NIO", "currencyName": "Nicaraguan Cordoba", "flag": "https://www.xe.com/static-images/nio.static.d5aea293b0d83bb86941b76edb9bcde6.svg"}, {"currencyCode": "NOK", "currencyName": "Norwegian Krone", "flag": "https://www.xe.com/static-images/nok.static.daea63143d627d7592d15d53ba70dd5f.svg"}, {"currencyCode": "NPR", "currencyName": "Nepalese Rupee", "flag": "https://www.xe.com/static-images/npr.static.0478ea86d885861ec34577435760e72f.svg"}, {"currencyCode": "NZD", "currencyName": "New Zealand Dollar", "flag": "https://www.xe.com/static-images/nzd.static.7a4b8c0de7fdfd2f038c970f38bb3c10.svg"}, {"currencyCode": "OMR", "currencyName": "Omani Rial", "flag": "https://www.xe.com/static-images/omr.static.9645a29f2292d23786b33abe40817cf5.svg"}, {"currencyCode": "PAB", "currencyName": "Panamanian Balboa", "flag": "https://www.xe.com/static-images/pab.static.156acdf62f8be6b36520529e2548fe05.svg"}, {"currencyCode": "PEN", "currencyName": "Peruvian Sol", "flag": "https://www.xe.com/static-images/pen.static.6c90430aead7579290fc0ce15fda079d.svg"}, {"currencyCode": "PGK", "currencyName": "Papua New Guinean Kina", "flag": "https://www.xe.com/static-images/pgk.static.fbb456fc611384d7b7f482ec430b7480.svg"}, {"currencyCode": "PHP", "currencyName": "Philippine Peso", "flag": "https://www.xe.com/static-images/php.static.1e99a7e13fa0f9d28bd21405a107b9ab.svg"}, {"currencyCode": "PKR", "currencyName": "Pakistani Rupee", "flag": "https://www.xe.com/static-images/pkr.static.40871d6727f4a82f689a7082c2bbae80.svg"}, {"currencyCode": "PLN", "currencyName": "Polish Zloty", "flag": "https://www.xe.com/static-images/pln.static.9a46c60e77376605ebbcd2f2db735825.svg"}, {"currencyCode": "PYG", "currencyName": "Paraguayan Guarani", "flag": "https://www.xe.com/static-images/pyg.static.df71b6481e047725ac6d9bb7f41eee1b.svg"}, {"currencyCode": "QAR", "currencyName": "Qatari Riyal", "flag": "https://www.xe.com/static-images/qar.static.c24ed06a965876b6d172ddb5262c5caa.svg"}, {"currencyCode": "RON", "currencyName": "Romanian Leu", "flag": "https://www.xe.com/static-images/ron.static.5191563aa4ed0531b4eabc8985f42a09.svg"}, {"currencyCode": "RSD", "currencyName": "Serbian Dinar", "flag": "https://www.xe.com/static-images/rsd.static.bd9b361aebde444468f0a5c95ccef454.svg"}, {"currencyCode": "RUB", "currencyName": "Russian Ruble", "flag": "https://www.xe.com/static-images/rub.static.273cd67a9958739d7c9e2fa98fe1e4f0.svg"}, {"currencyCode": "RWF", "currencyName": "Rwandan Franc", "flag": "https://www.xe.com/static-images/rwf.static.0096a11e9f7213732b3103438ddac770.svg"}, {"currencyCode": "SAR", "currencyName": "Saudi Arabian Riyal", "flag": "https://www.xe.com/static-images/sar.static.172f85c044a4581c37da224739c18ecf.svg"}, {"currencyCode": "SBD", "currencyName": "Solomon Islander Dollar", "flag": "https://www.xe.com/static-images/sbd.static.4dc06b107d35efe507a18f66eb88a8de.svg"}, {"currencyCode": "SCR", "currencyName": "Seychellois Rupee", "flag": "https://www.xe.com/static-images/scr.static.736246bb8079ad5e532d48d08fa6d2dc.svg"}, {"currencyCode": "SDG", "currencyName": "Sudanese Pound", "flag": "https://www.xe.com/static-images/sdg.static.99f562fc2647ea3b67c11278a047d463.svg"}, {"currencyCode": "SEK", "currencyName": "Swedish Krona", "flag": "https://www.xe.com/static-images/sek.static.cc692f6682dd03ca015c93f91e7ed2a3.svg"}, {"currencyCode": "SGD", "currencyName": "Singapore Dollar", "flag": "https://www.xe.com/static-images/sgd.static.8088be44d3862b935a78268e9ac91159.svg"}, {"currencyCode": "SHP", "currencyName": "Saint Helenian Pound", "flag": "https://www.xe.com/static-images/shp.static.b82d39dd6233d17f04f1dc9b9bd254af.svg"}, {"currencyCode": "SLE", "currencyName": "Sierra Leonean Leone", "flag": "https://www.xe.com/static-images/sle.static.c1338dc495cbd2e43fafd474842d6bff.svg"}, {"currencyCode": "SLL", "currencyName": "Sierra Leonean Leone", "flag": "https://www.xe.com/static-images/sll.static.c1338dc495cbd2e43fafd474842d6bff.svg"}, {"currencyCode": "SOS", "currencyName": "Somali Shilling", "flag": "https://www.xe.com/static-images/sos.static.ef567d7c3eee57ea04939cd1e1954094.svg"}, {"currencyCode": "SPL", "currencyName": "Seborgan Luigino", "flag": "https://www.xe.com/static-images/spl.static.7846e986c514672bab60b34916878967.svg"}, {"currencyCode": "SRD", "currencyName": "Surinamese Dollar", "flag": "https://www.xe.com/static-images/srd.static.c2b315981e3f62373381712eb48de866.svg"}, {"currencyCode": "STN", "currencyName": "Sao Tomean Dobra", "flag": "https://www.xe.com/static-images/stn.static.e22587310ca74e4b43dc406edc65e9a7.svg"}, {"currencyCode": "SVC", "currencyName": "Salvadoran Colon", "flag": "https://www.xe.com/static-images/svc.static.0f4c206cf8da4ea820e51ad6dc4141e9.svg"}, {"currencyCode": "SYP", "currencyName": "Syrian Pound", "flag": "https://www.xe.com/static-images/syp.static.498928d8a792224f4a385410cbdbdc79.svg"}, {"currencyCode": "SZL", "currencyName": "Swazi Lilangeni", "flag": "https://www.xe.com/static-images/szl.static.290947dd456f07221be2d3c60d3e9d8b.svg"}, {"currencyCode": "THB", "currencyName": "Thai Baht", "flag": "https://www.xe.com/static-images/thb.static.ed0bb4147ff15361663a932b73f4dd70.svg"}, {"currencyCode": "TJS", "currencyName": "Tajikistani Somoni", "flag": "https://www.xe.com/static-images/tjs.static.8448fe56a6a500824558f7849d325a0d.svg"}, {"currencyCode": "TMT", "currencyName": "Turkmenistani Manat", "flag": "https://www.xe.com/static-images/tmt.static.0a5062f8c436c98d76fb740d6475d3da.svg"}, {"currencyCode": "TND", "currencyName": "Tunisian Dinar", "flag": "https://www.xe.com/static-images/tnd.static.32b431d78715647541882950082268dc.svg"}, {"currencyCode": "TOP", "currencyName": "Tongan Pa'anga", "flag": "https://www.xe.com/static-images/top.static.9e723c2377e68251eb13efc5cd553c6b.svg"}, {"currencyCode": "TRY", "currencyName": "Turkish Lira", "flag": "https://www.xe.com/static-images/try.static.e191946f81421814441cdc540d360060.svg"}, {"currencyCode": "TTD", "currencyName": "Trinidadian Dollar", "flag": "https://www.xe.com/static-images/ttd.static.dccb12ae6ac404161d47303140afc752.svg"}, {"currencyCode": "TVD", "currencyName": "Tuvaluan Dollar", "flag": "https://www.xe.com/static-images/tvd.static.135e18497a182352555dad4bd50ebfa9.svg"}, {"currencyCode": "TWD", "currencyName": "Taiwan New Dollar", "flag": "https://www.xe.com/static-images/twd.static.f638b26f2ef82a943882eb3683797a09.svg"}, {"currencyCode": "TZS", "currencyName": "Tanzanian Shilling", "flag": "https://www.xe.com/static-images/tzs.static.13a052509ffb3334e34b3e29f740d9bb.svg"}, {"currencyCode": "UAH", "currencyName": "Ukrainian Hryvnia", "flag": "https://www.xe.com/static-images/uah.static.0c9644325e9eaed552249e212b0972c5.svg"}, {"currencyCode": "UGX", "currencyName": "Ugandan Shilling", "flag": "https://www.xe.com/static-images/ugx.static.f92faf2ecc0220912b33175d69b6dabb.svg"}, {"currencyCode": "UNI", "currencyName": "Uniswap", "flag": "https://www.xe.com/static-images/uni.static.1ac309a32534088029e9a0dee63a7021.svg"}, {"currencyCode": "USD", "currencyName": "US Dollar", "flag": "https://www.xe.com/static-images/usd.static.e8b657d1161a08a32415d284a8e1dc89.svg"}, {"currencyCode": "UYU", "currencyName": "Uruguayan Peso", "flag": "https://www.xe.com/static-images/uyu.static.add4e3977150637c7b5f457ab4d3a7f1.svg"}, {"currencyCode": "UZS", "currencyName": "Uzbekistani Som", "flag": "https://www.xe.com/static-images/uzs.static.a5b273e9fbda28dde90280cba614086f.svg"}, {"currencyCode": "VEF", "currencyName": "Venezuelan Bol\u00edvar", "flag": "https://www.xe.com/static-images/vef.static.a3fd5712833b768f51d1636c4356d055.svg"}, {"currencyCode": "VES", "currencyName": "Venezuelan Bol\u00edvar", "flag": "https://www.xe.comundefined"}, {"currencyCode": "VND", "currencyName": "Vietnamese Dong", "flag": "https://www.xe.com/static-images/vnd.static.ba2c2151e5959cbd929d821f6e62d6cf.svg"}, {"currencyCode": "VUV", "currencyName": "Ni-Vanuatu Vatu", "flag": "https://www.xe.com/static-images/vuv.static.1afee2c666fbf2ac0e059f1f743715cf.svg"}, {"currencyCode": "WST", "currencyName": "Samoan Tala", "flag": "https://www.xe.com/static-images/wst.static.e73a8831b69cd0b425b911ddb6d9d122.svg"}, {"currencyCode": "XAF", "currencyName": "Central African CFA Franc BEAC", "flag": "https://www.xe.com/static-images/xaf.static.7497c1983e48f8088eca5a39e1d9ad0d.svg"}, {"currencyCode": "XAG", "currencyName": "Silver Ounce", "flag": "https://www.xe.com/static-images/xag.static.378f69e2f5b90bb726dacbc653816b07.svg"}, {"currencyCode": "XAU", "currencyName": "Gold Ounce", "flag": "https://www.xe.com/static-images/xau.static.058bb2c8154ef1c26b66f26b887d4439.svg"}, {"currencyCode": "XCD", "currencyName": "East Caribbean Dollar", "flag": "https://www.xe.com/static-images/xcd.static.add8987f984512c94e9b1af2c2916f36.svg"}, {"currencyCode": "XDR", "currencyName": "IMF Special Drawing Rights", "flag": "https://www.xe.com/static-images/xdr.static.60e4b3a21fb9fc41c3a516587332e547.svg"}, {"currencyCode": "XLM", "currencyName": "Stellar Lumen", "flag": "https://www.xe.com/static-images/xlm.static.a14bba72b1c7e002d18791fac6fdc677.svg"}, {"currencyCode": "XOF", "currencyName": "CFA Franc", "flag": "https://www.xe.com/static-images/xof.static.10d4a3dc7bb8bbc4e2e65d33ce706bfd.svg"}, {"currencyCode": "XPD", "currencyName": "Palladium Ounce", "flag": "https://www.xe.com/static-images/xpd.static.3bd61a4e0500f39db8c1806bf6fdd40d.svg"}, {"currencyCode": "XPF", "currencyName": "CFP Franc", "flag": "https://www.xe.com/static-images/xpf.static.f14ed699466dae278166543510056bfa.svg"}, {"currencyCode": "XPT", "currencyName": "Platinum Ounce", "flag": "https://www.xe.com/static-images/xpt.static.5480db9bef8e43f298620eec5bc4afb4.svg"}, {"currencyCode": "XRP", "currencyName": "Ripple", "flag": "https://www.xe.com/static-images/xrp.static.3ebf11c6a4c9e378f45bb190a5acf786.svg"}, {"currencyCode": "YER", "currencyName": "Yemeni Rial", "flag": "https://www.xe.com/static-images/yer.static.1d500b0e384ac0847d5111e0689bbfa2.svg"}, {"currencyCode": "ZAR", "currencyName": "South African Rand", "flag": "https://www.xe.com/static-images/zar.static.f78bb14b642f545ed8016b99235b0c88.svg"}, {"currencyCode": "ZMK", "currencyName": "Zambian Kwacha", "flag": "https://www.xe.com/static-images/zmk.static.55eaea806877e79c3349cf90a550f1c9.svg"}, {"currencyCode": "ZMW", "currencyName": "Zambian Kwacha", "flag": "https://www.xe.com/static-images/zmw.static.55eaea806877e79c3349cf90a550f1c9.svg"}, {"currencyCode": "ZWD", "currencyName": "Zimbabwean Dollar", "flag": "https://www.xe.com/static-images/zwd.static.1298215d7bf773c822c0ed889cf0fb85.svg"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"currencyCode": {"type": "string"}, "currencyName": {"type": "string"}, "flag": {"type": "string"}}, "required": ["currencyCode", "currencyName", "flag"]}} |
e430a91f-ff74-47e5-88c7-0362d0f5bb0f/830df090-08fc-4332-8153-a83f5cac1984/0/0 | Currency Convertor API | Convert any currency and get real time rate result | 9.1 | Convert any currency | To convert currency you have to enter the amount and currency code | 200 | Response | [{"amount": "1", "from": "USD", "to": "MAD", "rate": "10.280581"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"amount": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}, "rate": {"type": "string"}}, "required": ["amount", "from", "rate", "to"]}} |
fdb644ac-a714-4588-b907-aaf8ec664847/f03d90f8-0917-484a-82b2-5b0ea8134e9f/0/0 | Sales Tax Calculator | Enter your city and zip code below to find the combined sales tax rate for a location. If you’d like to calculate sales tax with product exemptions, sourcing logic, and shipping taxability, use our sales tax API.
telegram DM: https://t.me/justmobicode | 7.2 | Supported Countries | Returns a list of supported countries. | 200 | Response | {"countries": {"United States": "US", "United Kingdom": "GB", "Austria": "AT", "Australia": "AU", "Belgium": "BE", "Bulgaria": "BG", "Canada": "CA", "Cyprus": "CY", "Czech Republic": "CZ", "Germany": "DE", "Denmark": "DK", "Estonia": "EE", "Greece": "GR", "Spain": "ES", "Finland": "FI", "France": "FR", "Croatia": "HR", "Hungary": "HU", "Ireland": "IE", "Italy": "IT", "Lithuania": "LT", "Luxembourg": "LU", "Latvia": "LV", "Malta": "MT", "Netherlands": "NL", "Poland": "PL", "Portugal": "PT", "Romania": "RO", "Sweden": "SE", "Slovenia": "SI", "Slovakia": "SK"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"countries": {"type": "object", "properties": {"United States": {"type": "string"}, "United Kingdom": {"type": "string"}, "Austria": {"type": "string"}, "Australia": {"type": "string"}, "Belgium": {"type": "string"}, "Bulgaria": {"type": "string"}, "Canada": {"type": "string"}, "Cyprus": {"type": "string"}, "Czech Republic": {"type": "string"}, "Germany": {"type": "string"}, "Denmark": {"type": "string"}, "Estonia": {"type": "string"}, "Greece": {"type": "string"}, "Spain": {"type": "string"}, "Finland": {"type": "string"}, "France": {"type": "string"}, "Croatia": {"type": "string"}, "Hungary": {"type": "string"}, "Ireland": {"type": "string"}, "Italy": {"type": "string"}, "Lithuania": {"type": "string"}, "Luxembourg": {"type": "string"}, "Latvia": {"type": "string"}, "Malta": {"type": "string"}, "Netherlands": {"type": "string"}, "Poland": {"type": "string"}, "Portugal": {"type": "string"}, "Romania": {"type": "string"}, "Sweden": {"type": "string"}, "Slovenia": {"type": "string"}, "Slovakia": {"type": "string"}}, "required": ["Australia", "Austria", "Belgium", "Bulgaria", "Canada", "Croatia", "Cyprus", "Czech Republic", "Denmark", "Estonia", "Finland", "France", "Germany", "Greece", "Hungary", "Ireland", "Italy", "Latvia", "Lithuania", "Luxembourg", "Malta", "Netherlands", "Poland", "Portugal", "Romania", "Slovakia", "Slovenia", "Spain", "Sweden", "United Kingdom", "United States"]}}, "required": ["countries"]} |
fdb644ac-a714-4588-b907-aaf8ec664847/cfec9ff1-5dce-4145-90ad-34d0e78c0387/0/0 | Sales Tax Calculator | Enter your city and zip code below to find the combined sales tax rate for a location. If you’d like to calculate sales tax with product exemptions, sourcing logic, and shipping taxability, use our sales tax API.
telegram DM: https://t.me/justmobicode | 7.2 | Calculate | Retrieves tax rates applicable to a specific address. This endpoint accepts address inputs to deliver up-to-date, relevant local tax rates instantly. | 200 | Response | {"rate": {"country": "US", "freight_taxable": false, "combined_rate": 6, "country_rate": 0, "zip": "83646-1522", "city": "MERIDIAN", "city_rate": 0, "combined_district_rate": 0, "county": "ADA", "county_rate": 0, "state": "ID", "state_rate": 6}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"rate": {"type": "object", "properties": {"country": {"type": "string"}, "freight_taxable": {"type": "boolean"}, "combined_rate": {"type": "integer"}, "country_rate": {"type": "integer"}, "zip": {"type": "string"}, "city": {"type": "string"}, "city_rate": {"type": "integer"}, "combined_district_rate": {"type": "integer"}, "county": {"type": "string"}, "county_rate": {"type": "integer"}, "state": {"type": "string"}, "state_rate": {"type": "integer"}}, "required": ["city", "city_rate", "combined_district_rate", "combined_rate", "country", "country_rate", "county", "county_rate", "freight_taxable", "state", "state_rate", "zip"]}}, "required": ["rate"]} |
517e9ef7-0453-4a44-a9a4-75d561e95e01/c0e911e5-b2f0-40b1-8979-b5c5dac94c9c/0/0 | Credit Card BIN Checker/Validator | Credit Card BIN Checker/Validator consists of 900,000 BINs worldwide that allows you to quickly and easily check the Bank Identification Number (BIN) of a credit or debit card. With just 6, 8 or 9 BIN length (depending on the bank), you can integrate the API into your website or application to verify card information and prevent fraudulent transactions. | 7.8 | Bin | User's query (BIN) entry. | 200 | Response | {"binInfo": {"bin_number": "55705400", "bin_size": 8}, "binCardInfo": {"card_length": "", "is_card_prepaid": "true", "is_card_commercial": "false", "card_network": "MASTERCARD", "card_type": "credit", "card_level": "STANDARD PREPAID", "card_currency": "CAD"}, "bankInfo": {"bankname": "Bank Evrofinance", "bankwebsite": "www.evrofinance.ru.", "bankphone": "+7 495 967 81 82"}, "countryInfo": {"country_city": "", "country_flag": "https://flagcdn.com/w20/fg/ca.png", "country_iso": "CA", "country_name": "Canada", "country_numeric": "124"}, "latLng": {"lat": "56.130366", "lng": "-106.346771"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"binInfo": {"type": "object", "properties": {"bin_number": {"type": "string"}, "bin_size": {"type": "integer"}}, "required": ["bin_number", "bin_size"]}, "binCardInfo": {"type": "object", "properties": {"card_length": {"type": "string"}, "is_card_prepaid": {"type": "string"}, "is_card_commercial": {"type": "string"}, "card_network": {"type": "string"}, "card_type": {"type": "string"}, "card_level": {"type": "string"}, "card_currency": {"type": "string"}}, "required": ["card_currency", "card_length", "card_level", "card_network", "card_type", "is_card_commercial", "is_card_prepaid"]}, "bankInfo": {"type": "object", "properties": {"bankname": {"type": "string"}, "bankwebsite": {"type": "string"}, "bankphone": {"type": "string"}}, "required": ["bankname", "bankphone", "bankwebsite"]}, "countryInfo": {"type": "object", "properties": {"country_city": {"type": "string"}, "country_flag": {"type": "string"}, "country_iso": {"type": "string"}, "country_name": {"type": "string"}, "country_numeric": {"type": "string"}}, "required": ["country_city", "country_flag", "country_iso", "country_name", "country_numeric"]}, "latLng": {"type": "object", "properties": {"lat": {"type": "string"}, "lng": {"type": "string"}}, "required": ["lat", "lng"]}}, "required": ["bankInfo", "binCardInfo", "binInfo", "countryInfo", "latLng"]} |
c1ed0aad-9c3e-4c96-8b45-9fa5f828631f/8c4ca5ba-f884-46c1-83a0-ae41e843da58/0/0 | OKX P2P API | OKX P2P API. Get SELL and BUY ads according to your criterias. Use for profitable P2P trading. #BTC #ETH #USDT #DAI #USDC | 5.7 | Search OKX P2P Ads | This API will help you to get real-time buy and sell ads from OKX P2P exchange for any supported crypto and fiat currency pair. | 200 | Response | {"code": 0, "data": {"buy": [{"alreadyTraded": false, "availableAmount": "1.977229", "baseCurrency": "btc", "black": false, "cancelledOrderQuantity": 6, "completedOrderQuantity": 77, "completedRate": "0.9277", "creatorType": "certified", "guideUpgradeKyc": false, "id": "230514033327545", "intention": false, "makerScore": -10, "maxCompletedOrderQuantity": 0, "maxUserCreatedDate": 0, "merchantId": "1d50572a48", "minCompletedOrderQuantity": 0, "minCompletionRate": "0.0", "minKycLevel": 1, "minSellOrders": 0, "mine": false, "nickName": "DADIKERMONEYCHANGE", "paymentMethods": ["SEPA Instant", "Revolut", "Wise", "SWIFT", "BBVA (ES)"], "price": "24338.15", "publicUserId": "07f1910413", "quoteCurrency": "eur", "quoteMaxAmountPerOrder": "20000.00", "quoteMinAmountPerOrder": "80.00", "quoteScale": 2, "quoteSymbol": "\u20ac", "receivingAds": false, "safetyLimit": false, "side": "buy", "userActiveStatusVo": null, "userType": "all", "verificationType": 0}, {"alreadyTraded": false, "availableAmount": "1.861731", "baseCurrency": "btc", "black": false, "cancelledOrderQuantity": 9, "completedOrderQuantity": 94, "completedRate": "0.9126", "creatorType": "certified", "guideUpgradeKyc": false, "id": "230517234913354", "intention": false, "makerScore": -2, "maxCompletedOrderQuantity": 0, "maxUserCreatedDate": 0, "merchantId": "00c1bd0c78", "minCompletedOrderQuantity": 0, "minCompletionRate": "0.0", "minKycLevel": 1, "minSellOrders": 0, "mine": false, "nickName": "Dailyexchange", "paymentMethods": ["Revolut", "Wise", "Paysera"], "price": "24089.80", "publicUserId": "9c271e1c02", "quoteCurrency": "eur", "quoteMaxAmountPerOrder": "350.00", "quoteMinAmountPerOrder": "100.00", "quoteScale": 2, "quoteSymbol": "\u20ac", "receivingAds": false, "safetyLimit": false, "side": "buy", "userActiveStatusVo": null, "userType": "all", "verificationType": 0}, {"alreadyTraded": false, "availableAmount": "0.997321", "baseCurrency": "btc", "black": false, "cancelledOrderQuantity": 7, "completedOrderQuantity": 131, "completedRate": "0.9492", "creatorType": "certified", "guideUpgradeKyc": false, "id": "230516191016921", "intention": false, "makerScore": -1, "maxCompletedOrderQuantity": 0, "maxUserCreatedDate": 0, "merchantId": "d29ad028c6", "minCompletedOrderQuantity": 0, "minCompletionRate": "0.5", "minKycLevel": 1, "minSellOrders": 0, "mine": false, "nickName": "Jgil-MUMA", "paymentMethods": ["bank", "SEPA Instant"], "price": "23841.45", "publicUserId": "476fa1359a", "quoteCurrency": "eur", "quoteMaxAmountPerOrder": "990.00", "quoteMinAmountPerOrder": "20.00", "quoteScale": 2, "quoteSymbol": "\u20ac", "receivingAds": false, "safetyLimit": false, "side": "buy", "userActiveStatusVo": null, "userType": "all", "verificationType": 0}, {"alreadyTraded": false, "availableAmount": "2.861346", "baseCurrency": "btc", "black": false, "cancelledOrderQuantity": 9, "completedOrderQuantity": 94, "completedRate": "0.9126", "creatorType": "certified", "guideUpgradeKyc": false, "id": "230518135950854", "intention": false, "makerScore": -2, "maxCompletedOrderQuantity": 0, "maxUserCreatedDate": 0, "merchantId": "00c1bd0c78", "minCompletedOrderQuantity": 0, "minCompletionRate": "0.0", "minKycLevel": 1, "minSellOrders": 0, "mine": false, "nickName": "Dailyexchange", "paymentMethods": ["Revolut", "Wise", "Skrill"], "price": "23841.45", "publicUserId": "9c271e1c02", "quoteCurrency": "eur", "quoteMaxAmountPerOrder": "350.00", "quoteMinAmountPerOrder": "100.00", "quoteScale": 2, "quoteSymbol": "\u20ac", "receivingAds": false, "safetyLimit": false, "side": "buy", "userActiveStatusVo": null, "userType": "all", "verificationType": 0}, {"alreadyTraded": false, "availableAmount": "0.099999", "baseCurrency": "btc", "black": false, "cancelledOrderQuantity": 62, "completedOrderQuantity": 4490, "completedRate": "0.9863", "creatorType": "diamond", "guideUpgradeKyc": false, "id": "230521022620413", "intention": false, "makerScore": -10, "maxCompletedOrderQuantity": 0, "maxUserCreatedDate": 0, "merchantId": "452d8f835e", "minCompletedOrderQuantity": 1, "minCompletionRate": "0.15", "minKycLevel": 2, "minSellOrders": 0, "mine": false, "nickName": "ChristianCastro", "paymentMethods": ["bank", "SEPA Instant", "Bizum", "Paysera", "N26"], "price": "23717.28", "publicUserId": "87d85df665", "quoteCurrency": "eur", "quoteMaxAmountPerOrder": "1999.00", "quoteMinAmountPerOrder": "1.00", "quoteScale": 2, "quoteSymbol": "\u20ac", "receivingAds": false, "safetyLimit": false, "side": "buy", "userActiveStatusVo": null, "userType": "common", "verificationType": 0}, {"alreadyTraded": false, "availableAmount": "0.090875", "baseCurrency": "btc", "black": false, "cancelledOrderQuantity": 13, "completedOrderQuantity": 134, "completedRate": "0.9115", "creatorType": "certified", "guideUpgradeKyc": false, "id": "230514213403736", "intention": false, "makerScore": 8, "maxCompletedOrderQuantity": 0, "maxUserCreatedDate": 0, "merchantId": "144cb63905", "minCompletedOrderQuantity": 0, "minCompletionRate": "0.0", "minKycLevel": 1, "minSellOrders": 0, "mine": false, "nickName": "kingcrest", "paymentMethods": ["Bizum", "CaixaBank"], "price": "23593.10", "publicUserId": "e61af7fd3d", "quoteCurrency": "eur", "quoteMaxAmountPerOrder": "200.00", "quoteMinAmountPerOrder": "5.00", "quoteScale": 2, "quoteSymbol": "\u20ac", "receivingAds": false, "safetyLimit": false, "side": "buy", "userActiveStatusVo": null, "userType": "all", "verificationType": 0}, {"alreadyTraded": false, "availableAmount": "0.999777", "baseCurrency": "btc", "black": false, "cancelledOrderQuantity": 50, "completedOrderQuantity": 596, "completedRate": "0.9226", "creatorType": "certified", "guideUpgradeKyc": false, "id": "230517131125885", "intention": false, "makerScore": -23, "maxCompletedOrderQuantity": 0, "maxUserCreatedDate": 0, "merchantId": "a76d0d1411", "minCompletedOrderQuantity": 0, "minCompletionRate": "0.0", "minKycLevel": 1, "minSellOrders": 0, "mine": false, "nickName": "JSPMoneyChange", "paymentMethods": ["bank", "Bizum", "AdvCash", "Vivid", "CaixaBank", "Caixa General de Depositos", "ING (ES)"], "price": "23592.84", "publicUserId": "1523fd0815", "quoteCurrency": "eur", "quoteMaxAmountPerOrder": "3000.00", "quoteMinAmountPerOrder": "1.00", "quoteScale": 2, "quoteSymbol": "\u20ac", "receivingAds": false, "safetyLimit": false, "side": "buy", "userActiveStatusVo": null, "userType": "all", "verificationType": 0}, {"alreadyTraded": false, "availableAmount": "0.998107", "baseCurrency": "btc", "black": false, "cancelledOrderQuantity": 60, "completedOrderQuantity": 822, "completedRate": "0.9319", "creatorType": "diamond", "guideUpgradeKyc": false, "id": "230521234925858", "intention": false, "makerScore": -43, "maxCompletedOrderQuantity": 0, "maxUserCreatedDate": 0, "merchantId": "3256d7521e", "minCompletedOrderQuantity": 0, "minCompletionRate": "0.0", "minKycLevel": 1, "minSellOrders": 0, "mine": false, "nickName": "DoshTrustOfficialEX", "paymentMethods": ["bank", "SEPA Instant", "Revolut", "Paysera", "Monese"], "price": "23419.26", "publicUserId": "1598072371", "quoteCurrency": "eur", "quoteMaxAmountPerOrder": "300.00", "quoteMinAmountPerOrder": "35.00", "quoteScale": 2, "quoteSymbol": "\u20ac", "receivingAds": false, "safetyLimit": false, "side": "buy", "userActiveStatusVo": null, "userType": "common", "verificationType": 0}, {"alreadyTraded": false, "availableAmount": "3.881153", "baseCurrency": "btc", "black": false, "cancelledOrderQuantity": 77, "completedOrderQuantity": 423, "completedRate": "0.8460", "creatorType": "certified", "guideUpgradeKyc": false, "id": "230221194414474", "intention": false, "makerScore": 3, "maxCompletedOrderQuantity": 0, "maxUserCreatedDate": 0, "merchantId": "a456a0e365", "minCompletedOrderQuantity": 0, "minCompletionRate": "0.0", "minKycLevel": 1, "minSellOrders": 0, "mine": false, "nickName": "SatoshiNakamoto", "paymentMethods": ["bank", "Revolut"], "price": "23344.75", "publicUserId": "94adbd2ffd", "quoteCurrency": "eur", "quoteMaxAmountPerOrder": "20000.00", "quoteMinAmountPerOrder": "40.00", "quoteScale": 2, "quoteSymbol": "\u20ac", "receivingAds": false, "safetyLimit": false, "side": "buy", "userActiveStatusVo": null, "userType": "all", "verificationType": 0}, {"alreadyTraded": false, "availableAmount": "0.843382", "baseCurrency": "btc", "black": false, "cancelledOrderQuantity": 225, "completedOrderQuantity": 1190, "completedRate": "0.8409", "creatorType": "certified", "guideUpgradeKyc": false, "id": "230208040633177", "intention": false, "makerScore": -1, "maxCompletedOrderQuantity": 0, "maxUserCreatedDate": 0, "merchantId": "d0e678236e", "minCompletedOrderQuantity": 0, "minCompletionRate": "0.0", "minKycLevel": 2, "minSellOrders": 0, "mine": false, "nickName": "Lehttin", "paymentMethods": ["bank", "SEPA Instant", "Revolut", "Wise"], "price": "23344.75", "publicUserId": "632dd116ea", "quoteCurrency": "eur", "quoteMaxAmountPerOrder": "1999.00", "quoteMinAmountPerOrder": "50.00", "quoteScale": 2, "quoteSymbol": "\u20ac", "receivingAds": false, "safetyLimit": false, "side": "buy", "userActiveStatusVo": null, "userType": "all", "verificationType": 0}], "sell": [], "total": 29}, "detailMsg": "", "error_code": "0", "error_message": "", "msg": "", "requestId": "1040147827729690010"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"buy": {"type": "array", "items": {"type": "object", "properties": {"alreadyTraded": {"type": "boolean"}, "availableAmount": {"type": "string"}, "baseCurrency": {"type": "string"}, "black": {"type": "boolean"}, "cancelledOrderQuantity": {"type": "integer"}, "completedOrderQuantity": {"type": "integer"}, "completedRate": {"type": "string"}, "creatorType": {"type": "string"}, "guideUpgradeKyc": {"type": "boolean"}, "id": {"type": "string"}, "intention": {"type": "boolean"}, "makerScore": {"type": "integer"}, "maxCompletedOrderQuantity": {"type": "integer"}, "maxUserCreatedDate": {"type": "integer"}, "merchantId": {"type": "string"}, "minCompletedOrderQuantity": {"type": "integer"}, "minCompletionRate": {"type": "string"}, "minKycLevel": {"type": "integer"}, "minSellOrders": {"type": "integer"}, "mine": {"type": "boolean"}, "nickName": {"type": "string"}, "paymentMethods": {"type": "array", "items": {"type": "string"}}, "price": {"type": "string"}, "publicUserId": {"type": "string"}, "quoteCurrency": {"type": "string"}, "quoteMaxAmountPerOrder": {"type": "string"}, "quoteMinAmountPerOrder": {"type": "string"}, "quoteScale": {"type": "integer"}, "quoteSymbol": {"type": "string"}, "receivingAds": {"type": "boolean"}, "safetyLimit": {"type": "boolean"}, "side": {"type": "string"}, "userActiveStatusVo": {"type": "null"}, "userType": {"type": "string"}, "verificationType": {"type": "integer"}}, "required": ["alreadyTraded", "availableAmount", "baseCurrency", "black", "cancelledOrderQuantity", "completedOrderQuantity", "completedRate", "creatorType", "guideUpgradeKyc", "id", "intention", "makerScore", "maxCompletedOrderQuantity", "maxUserCreatedDate", "merchantId", "minCompletedOrderQuantity", "minCompletionRate", "minKycLevel", "minSellOrders", "mine", "nickName", "paymentMethods", "price", "publicUserId", "quoteCurrency", "quoteMaxAmountPerOrder", "quoteMinAmountPerOrder", "quoteScale", "quoteSymbol", "receivingAds", "safetyLimit", "side", "userActiveStatusVo", "userType", "verificationType"]}}, "sell": {"type": "array"}, "total": {"type": "integer"}}, "required": ["buy", "sell", "total"]}, "detailMsg": {"type": "string"}, "error_code": {"type": "string"}, "error_message": {"type": "string"}, "msg": {"type": "string"}, "requestId": {"type": "string"}}, "required": ["code", "data", "detailMsg", "error_code", "error_message", "msg", "requestId"]} |
4582a106-8c7e-4a2e-9162-342542c0a803/82c8b8e3-0381-4f9c-b8fb-197f6ef8cb2c/0/0 | Mexican Banks Dollar Exchange Rate | An API showing the latest information regarding dollar exhange rates from major Mexican banks. | 0.2 | Get All Dollar Exchange Rates from major Mexican Banks | This endpoint will return back all the Dollar Exchange Rates from some of the major Mexican and non-Mexican banks such as: BBVA, Banorte, Banregio, Banco Azteca, Banamex, Banxico, Santander, Scotiabank. | 200 | New Example | {"data": {"bancomer": {"Compra": "19.94", "Venta": "20.84"}, "banorte": {"Compra": "19.45", "Venta": "20.85"}, "banregio": {"Compra": "19.30", "Venta": "21.30"}, "banamex": {"Compra": "19.96", "Venta": "21.11"}, "scotiabank": {"Compra": "20.21", "Venta": "21.01"}, "banxico": {"Compra": "20.63", "Venta": "20.64"}, "santander": {"Compra": "19.64", "Venta": "21.17"}, "banco-azteca": {"Compra": "19.30", "Venta": "20.63"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"bancomer": {"type": "object", "properties": {"Compra": {"type": "string"}, "Venta": {"type": "string"}}, "required": ["Compra", "Venta"]}, "banorte": {"type": "object", "properties": {"Compra": {"type": "string"}, "Venta": {"type": "string"}}, "required": ["Compra", "Venta"]}, "banregio": {"type": "object", "properties": {"Compra": {"type": "string"}, "Venta": {"type": "string"}}, "required": ["Compra", "Venta"]}, "banamex": {"type": "object", "properties": {"Compra": {"type": "string"}, "Venta": {"type": "string"}}, "required": ["Compra", "Venta"]}, "scotiabank": {"type": "object", "properties": {"Compra": {"type": "string"}, "Venta": {"type": "string"}}, "required": ["Compra", "Venta"]}, "banxico": {"type": "object", "properties": {"Compra": {"type": "string"}, "Venta": {"type": "string"}}, "required": ["Compra", "Venta"]}, "santander": {"type": "object", "properties": {"Compra": {"type": "string"}, "Venta": {"type": "string"}}, "required": ["Compra", "Venta"]}, "banco-azteca": {"type": "object", "properties": {"Compra": {"type": "string"}, "Venta": {"type": "string"}}, "required": ["Compra", "Venta"]}}, "required": ["banamex", "banco-azteca", "bancomer", "banorte", "banregio", "banxico", "santander", "scotiabank"]}}, "required": ["data"]} |
3e9b2fd8-9d6f-42e8-82b3-fb6045610489/fbb6d6bd-f2cd-4637-bef5-f287c86e152f/0/0 | IMSS_SemanasCotizadas | Herramienta para obtener información sobre semanas cotizadas a partir de un CURP.
Tool to retrieve IMSS listed weeks using a CURP | null | IMSS Semanas Cotizadas | This service allows you to enrich data provided by IMSS with listed weeks of contributions. This information can be used to make informed decisions about credit risk, employment history, and more. The enriched data can also be used to improve models and rules aimed at preventing fraud. | 200 | Post | {"data": {"employment_summary": {"nss": "string", "listed_weeks": 0, "discounted_weeks": 0, "reinstated_weeks": 0, "issste_weeks": 0, "imss_active": true, "projected_monthly_salary": 0, "net_monthly_salary": 0, "total_active_jobs": 0, "total_jobs": 0, "total_employers": 0, "average_working_days": 0, "longest_job_period": 0, "shortest_job_period": 0, "max_base_salary": 0, "min_base_salary": 0, "age_first_job": 0, "employed_last_3_years": 0}, "salary_summary": [{"employer_id": "string", "employer_name": "string", "employer_state": "string", "discharge_date": "string", "registration_date": "string", "job_duration_days": 0, "contribution_base_salary": 0, "salary_movements": 0, "contribution_base_salary_duration": 0, "salary_difference": 0, "max_base_salary": 0, "min_base_salary": 0, "avg_base_salary": 0, "active_job": true}], "message": null}, "request": {}, "request_date": "string", "status": "ok", "status_code": 200, "version": "string"} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"employment_summary": {"type": "object", "properties": {"nss": {"type": "string"}, "listed_weeks": {"type": "integer"}, "discounted_weeks": {"type": "integer"}, "reinstated_weeks": {"type": "integer"}, "issste_weeks": {"type": "integer"}, "imss_active": {"type": "boolean"}, "projected_monthly_salary": {"type": "integer"}, "net_monthly_salary": {"type": "integer"}, "total_active_jobs": {"type": "integer"}, "total_jobs": {"type": "integer"}, "total_employers": {"type": "integer"}, "average_working_days": {"type": "integer"}, "longest_job_period": {"type": "integer"}, "shortest_job_period": {"type": "integer"}, "max_base_salary": {"type": "integer"}, "min_base_salary": {"type": "integer"}, "age_first_job": {"type": "integer"}, "employed_last_3_years": {"type": "integer"}}}, "salary_summary": {"type": "array", "items": {"type": "object", "properties": {"employer_id": {"type": "string"}, "employer_name": {"type": "string"}, "employer_state": {"type": "string"}, "discharge_date": {"type": "string"}, "registration_date": {"type": "string"}, "job_duration_days": {"type": "integer"}, "contribution_base_salary": {"type": "integer"}, "salary_movements": {"type": "integer"}, "contribution_base_salary_duration": {"type": "integer"}, "salary_difference": {"type": "integer"}, "max_base_salary": {"type": "integer"}, "min_base_salary": {"type": "integer"}, "avg_base_salary": {"type": "integer"}, "active_job": {"type": "boolean"}}}}, "message": {"type": "null"}}}, "request": {"type": "object"}, "request_date": {"type": "string"}, "status": {"type": "string"}, "status_code": {"type": "integer"}, "version": {"type": "string"}}} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/3e13d101-7f64-4ced-abb9-be1cdf414be8/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/indicators/macd | This technical indicator returns the moving average convergence/divergence (MACD) | 200 | Response | {"meta": {"processedTime": "2023-12-05T03:34:48.081398Z", "symbol": "AAPL", "interval": "5m", "series_type": "close", "indicator": "Moving Average Convergence/Divergence (MACD)", "Fast Period": "12", "Slow Period": "26", "Signal Period": "9", "version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": [{"timestamp": 1701708900, "MACD": -0.37, "MACD_Signal": -0.518, "MACD_Hist": 0.149}, {"timestamp": 1701709200, "MACD": -0.319, "MACD_Signal": -0.478, "MACD_Hist": 0.159}, {"timestamp": 1701709500, "MACD": -0.288, "MACD_Signal": -0.44, "MACD_Hist": 0.152}, {"timestamp": 1701709800, "MACD": -0.243, "MACD_Signal": -0.401, "MACD_Hist": 0.158}, {"timestamp": 1701710100, "MACD": -0.219, "MACD_Signal": -0.364, "MACD_Hist": 0.146}, {"timestamp": 1701710400, "MACD": -0.2, "MACD_Signal": -0.332, "MACD_Hist": 0.131}, {"timestamp": 1701710700, "MACD": -0.165, "MACD_Signal": -0.298, "MACD_Hist": 0.133}, {"timestamp": 1701711000, "MACD": -0.124, "MACD_Signal": -0.263, "MACD_Hist": 0.139}, {"timestamp": 1701711300, "MACD": -0.087, "MACD_Signal": -0.228, "MACD_Hist": 0.141}, {"timestamp": 1701711600, "MACD": -0.056, "MACD_Signal": -0.194, "MACD_Hist": 0.138}, {"timestamp": 1701711900, "MACD": -0.035, "MACD_Signal": -0.162, "MACD_Hist": 0.127}, {"timestamp": 1701712200, "MACD": -0.018, "MACD_Signal": -0.133, "MACD_Hist": 0.115}, {"timestamp": 1701712500, "MACD": 0.001, "MACD_Signal": -0.106, "MACD_Hist": 0.107}, {"timestamp": 1701712800, "MACD": 0.009, "MACD_Signal": -0.083, "MACD_Hist": 0.092}, {"timestamp": 1701713100, "MACD": 0.012, "MACD_Signal": -0.064, "MACD_Hist": 0.077}, {"timestamp": 1701713400, "MACD": 0.02, "MACD_Signal": -0.047, "MACD_Hist": 0.067}, {"timestamp": 1701713700, "MACD": 0.033, "MACD_Signal": -0.031, "MACD_Hist": 0.064}, {"timestamp": 1701714000, "MACD": 0.04, "MACD_Signal": -0.017, "MACD_Hist": 0.057}, {"timestamp": 1701714300, "MACD": 0.035, "MACD_Signal": -0.006, "MACD_Hist": 0.042}, {"timestamp": 1701714600, "MACD": 0.031, "MACD_Signal": 0.001, "MACD_Hist": 0.03}, {"timestamp": 1701714900, "MACD": 0.035, "MACD_Signal": 0.008, "MACD_Hist": 0.027}, {"timestamp": 1701715200, "MACD": 0.038, "MACD_Signal": 0.014, "MACD_Hist": 0.024}, {"timestamp": 1701715500, "MACD": 0.039, "MACD_Signal": 0.019, "MACD_Hist": 0.02}, {"timestamp": 1701715800, "MACD": 0.044, "MACD_Signal": 0.024, "MACD_Hist": 0.02}, {"timestamp": 1701716100, "MACD": 0.045, "MACD_Signal": 0.028, "MACD_Hist": 0.017}, {"timestamp": 1701716400, "MACD": 0.038, "MACD_Signal": 0.03, "MACD_Hist": 0.008}, {"timestamp": 1701716700, "MACD": 0.03, "MACD_Signal": 0.03, "MACD_Hist": 0}, {"timestamp": 1701717000, "MACD": 0.036, "MACD_Signal": 0.031, "MACD_Hist": 0.005}, {"timestamp": 1701717300, "MACD": 0.05, "MACD_Signal": 0.035, "MACD_Hist": 0.015}, {"timestamp": 1701717600, "MACD": 0.067, "MACD_Signal": 0.041, "MACD_Hist": 0.025}, {"timestamp": 1701717900, "MACD": 0.074, "MACD_Signal": 0.048, "MACD_Hist": 0.026}, {"timestamp": 1701718200, "MACD": 0.078, "MACD_Signal": 0.054, "MACD_Hist": 0.024}, {"timestamp": 1701718500, "MACD": 0.092, "MACD_Signal": 0.061, "MACD_Hist": 0.03}, {"timestamp": 1701718800, "MACD": 0.106, "MACD_Signal": 0.07, "MACD_Hist": 0.036}, {"timestamp": 1701719100, "MACD": 0.119, "MACD_Signal": 0.08, "MACD_Hist": 0.039}, {"timestamp": 1701719400, "MACD": 0.119, "MACD_Signal": 0.088, "MACD_Hist": 0.031}, {"timestamp": 1701719700, "MACD": 0.121, "MACD_Signal": 0.095, "MACD_Hist": 0.027}, {"timestamp": 1701720000, "MACD": 0.112, "MACD_Signal": 0.098, "MACD_Hist": 0.014}, {"timestamp": 1701720300, "MACD": 0.096, "MACD_Signal": 0.098, "MACD_Hist": -0.002}, {"timestamp": 1701720600, "MACD": 0.086, "MACD_Signal": 0.095, "MACD_Hist": -0.01}, {"timestamp": 1701720900, "MACD": 0.081, "MACD_Signal": 0.092, "MACD_Hist": -0.011}, {"timestamp": 1701721200, "MACD": 0.078, "MACD_Signal": 0.089, "MACD_Hist": -0.011}, {"timestamp": 1701721500, "MACD": 0.087, "MACD_Signal": 0.089, "MACD_Hist": -0.002}, {"timestamp": 1701721800, "MACD": 0.104, "MACD_Signal": 0.092, "MACD_Hist": 0.012}, {"timestamp": 1701722100, "MACD": 0.12, "MACD_Signal": 0.098, "MACD_Hist": 0.023}, {"timestamp": 1701722400, "MACD": 0.146, "MACD_Signal": 0.107, "MACD_Hist": 0.038}, {"timestamp": 1701722700, "MACD": 0.166, "MACD_Signal": 0.119, "MACD_Hist": 0.047}, {"timestamp": 1701723000, "MACD": 0.161, "MACD_Signal": 0.127, "MACD_Hist": 0.034}, {"timestamp": 1701723300, "MACD": 0.174, "MACD_Signal": 0.137, "MACD_Hist": 0.037}, {"timestamp": 1701723600, "MACD": 0.18, "MACD_Signal": 0.145, "MACD_Hist": 0.035}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"processedTime": {"type": "string"}, "symbol": {"type": "string"}, "interval": {"type": "string"}, "series_type": {"type": "string"}, "indicator": {"type": "string"}, "Fast Period": {"type": "string"}, "Slow Period": {"type": "string"}, "Signal Period": {"type": "string"}, "version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["Fast Period", "Signal Period", "Slow Period", "copywrite", "indicator", "interval", "processedTime", "series_type", "status", "symbol", "version"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "integer"}, "MACD": {"type": "number"}, "MACD_Signal": {"type": "number"}, "MACD_Hist": {"type": "number"}}, "required": ["MACD", "MACD_Hist", "MACD_Signal", "timestamp"]}}}, "required": ["body", "meta"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/ccbee105-4d17-44d1-8458-c1ff487b94cf/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/indicators/adx | This technical indicator returns the average directional movement index (ADX). | 200 | Response | {"meta": {"processedTime": "2023-12-04T01:41:06.935100Z", "symbol": "AAPL", "interval": "5m", "series_type": "close", "indicator": "Average Directional Movement Index (ADX)", "time_period": "50", "version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": [{"timestamp": 1701449700, "ADX": 14.393}, {"timestamp": 1701450000, "ADX": 14.647}, {"timestamp": 1701450300, "ADX": 14.953}, {"timestamp": 1701450600, "ADX": 15.255}, {"timestamp": 1701450900, "ADX": 15.501}, {"timestamp": 1701451200, "ADX": 15.729}, {"timestamp": 1701451500, "ADX": 15.996}, {"timestamp": 1701451800, "ADX": 16.267}, {"timestamp": 1701452100, "ADX": 16.496}, {"timestamp": 1701452400, "ADX": 16.737}, {"timestamp": 1701452700, "ADX": 16.984}, {"timestamp": 1701453000, "ADX": 17.232}, {"timestamp": 1701453300, "ADX": 17.484}, {"timestamp": 1701453600, "ADX": 17.676}, {"timestamp": 1701453900, "ADX": 17.817}, {"timestamp": 1701454200, "ADX": 17.903}, {"timestamp": 1701454500, "ADX": 17.978}, {"timestamp": 1701454800, "ADX": 18.051}, {"timestamp": 1701455100, "ADX": 18.089}, {"timestamp": 1701455400, "ADX": 18.089}, {"timestamp": 1701455700, "ADX": 18.051}, {"timestamp": 1701456000, "ADX": 17.986}, {"timestamp": 1701456300, "ADX": 17.923}, {"timestamp": 1701456600, "ADX": 17.868}, {"timestamp": 1701456900, "ADX": 17.847}, {"timestamp": 1701457200, "ADX": 17.849}, {"timestamp": 1701457500, "ADX": 17.756}, {"timestamp": 1701457800, "ADX": 17.655}, {"timestamp": 1701458100, "ADX": 17.574}, {"timestamp": 1701458400, "ADX": 17.519}, {"timestamp": 1701458700, "ADX": 17.495}, {"timestamp": 1701459000, "ADX": 17.482}, {"timestamp": 1701459300, "ADX": 17.476}, {"timestamp": 1701459600, "ADX": 17.395}, {"timestamp": 1701459900, "ADX": 17.258}, {"timestamp": 1701460200, "ADX": 17.124}, {"timestamp": 1701460500, "ADX": 17.062}, {"timestamp": 1701460800, "ADX": 17.014}, {"timestamp": 1701461100, "ADX": 16.86}, {"timestamp": 1701461400, "ADX": 16.709}, {"timestamp": 1701461700, "ADX": 16.561}, {"timestamp": 1701462000, "ADX": 16.336}, {"timestamp": 1701462300, "ADX": 16.116}, {"timestamp": 1701462600, "ADX": 15.933}, {"timestamp": 1701462900, "ADX": 15.754}, {"timestamp": 1701463200, "ADX": 15.533}, {"timestamp": 1701463500, "ADX": 15.315}, {"timestamp": 1701463800, "ADX": 15.049}, {"timestamp": 1701464100, "ADX": 14.892}, {"timestamp": 1701464400, "ADX": 14.737}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"processedTime": {"type": "string"}, "symbol": {"type": "string"}, "interval": {"type": "string"}, "series_type": {"type": "string"}, "indicator": {"type": "string"}, "time_period": {"type": "string"}, "version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "indicator", "interval", "processedTime", "series_type", "status", "symbol", "time_period", "version"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "integer"}, "ADX": {"type": "number"}}, "required": ["ADX", "timestamp"]}}}, "required": ["body", "meta"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/de40f05e-cf5b-420c-954e-0037c842832d/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/indicators/rsi | This technical indicator returns the relative strength index (RSI) | 200 | Response | {"meta": {"processedTime": "2023-12-04T01:37:32.471461Z", "symbol": "AAPL", "interval": "5m", "series_type": "close", "indicator": "Relative Strength Index (RSI)", "time_period": "50", "version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": [{"timestamp": 1701449700, "RSI": 58.567}, {"timestamp": 1701450000, "RSI": 58.824}, {"timestamp": 1701450300, "RSI": 59.64}, {"timestamp": 1701450600, "RSI": 59.842}, {"timestamp": 1701450900, "RSI": 58.419}, {"timestamp": 1701451200, "RSI": 59.328}, {"timestamp": 1701451500, "RSI": 60.192}, {"timestamp": 1701451800, "RSI": 59.248}, {"timestamp": 1701452100, "RSI": 59.456}, {"timestamp": 1701452400, "RSI": 59.587}, {"timestamp": 1701452700, "RSI": 59.957}, {"timestamp": 1701453000, "RSI": 59.957}, {"timestamp": 1701453300, "RSI": 60.192}, {"timestamp": 1701453600, "RSI": 59.466}, {"timestamp": 1701453900, "RSI": 59.417}, {"timestamp": 1701454200, "RSI": 57.782}, {"timestamp": 1701454500, "RSI": 58.049}, {"timestamp": 1701454800, "RSI": 58.138}, {"timestamp": 1701455100, "RSI": 56.453}, {"timestamp": 1701455400, "RSI": 56.049}, {"timestamp": 1701455700, "RSI": 55.361}, {"timestamp": 1701456000, "RSI": 56.263}, {"timestamp": 1701456300, "RSI": 55.166}, {"timestamp": 1701456600, "RSI": 56.009}, {"timestamp": 1701456900, "RSI": 56.711}, {"timestamp": 1701457200, "RSI": 56.903}, {"timestamp": 1701457500, "RSI": 54.694}, {"timestamp": 1701457800, "RSI": 55.537}, {"timestamp": 1701458100, "RSI": 55.25}, {"timestamp": 1701458400, "RSI": 56.3}, {"timestamp": 1701458700, "RSI": 56.904}, {"timestamp": 1701459000, "RSI": 57.041}, {"timestamp": 1701459300, "RSI": 56.737}, {"timestamp": 1701459600, "RSI": 55.477}, {"timestamp": 1701459900, "RSI": 54.474}, {"timestamp": 1701460200, "RSI": 54.984}, {"timestamp": 1701460500, "RSI": 56.399}, {"timestamp": 1701460800, "RSI": 55.879}, {"timestamp": 1701461100, "RSI": 54.933}, {"timestamp": 1701461400, "RSI": 55.215}, {"timestamp": 1701461700, "RSI": 55.357}, {"timestamp": 1701462000, "RSI": 53.452}, {"timestamp": 1701462300, "RSI": 54.682}, {"timestamp": 1701462600, "RSI": 55.178}, {"timestamp": 1701462900, "RSI": 54.525}, {"timestamp": 1701463200, "RSI": 53.873}, {"timestamp": 1701463500, "RSI": 54.098}, {"timestamp": 1701463800, "RSI": 52.916}, {"timestamp": 1701464100, "RSI": 55.312}, {"timestamp": 1701464400, "RSI": 55.135}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"processedTime": {"type": "string"}, "symbol": {"type": "string"}, "interval": {"type": "string"}, "series_type": {"type": "string"}, "indicator": {"type": "string"}, "time_period": {"type": "string"}, "version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "indicator", "interval", "processedTime", "series_type", "status", "symbol", "time_period", "version"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "integer"}, "RSI": {"type": "number"}}, "required": ["RSI", "timestamp"]}}}, "required": ["body", "meta"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/e8d585f9-976d-48f6-96aa-e81a362d928e/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/insider-trades | Latest insider trading activities from CEO, Directors, Chief Executive Officer, 10% Owner, etc... | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai", "processedTime": "2023-12-03T20:19:00.990544Z"}, "body": [{"date": "2023-12-01T21:57:23-05:00", "reportingOwnerAddress": "CORNER HOUSE, 4TH FLOOR", "relationship": "10% Owner", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1528287/000106299323021754/xslF345X03/form4.xml", "transactionCode": "S", "sum_transactionShares": 16167, "aveg_pricePerShare": 8.76, "num_shares_own": "5593773", "tot_value": 141622.91999999998, "symbol": "NPCE"}, {"date": "2023-12-01T21:28:20-05:00", "reportingOwnerAddress": "117 E LOUISA STREET", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1410738/000175021923000023/xslF345X03/primary_doc.xml", "transactionCode": "S", "sum_transactionShares": 500000, "aveg_pricePerShare": 0.02, "num_shares_own": "1305358", "tot_value": 10000, "symbol": "VPLM"}, {"date": "2023-12-01T21:08:42-05:00", "reportingOwnerAddress": "3933 CLAYTON ROAD WEST", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1410738/000193473723000016/xslF345X03/primary_doc.xml", "sum_transactionShares": "190000", "aveg_pricePerShare": "0.0229", "tot_value": 4351, "transactionCode": "S", "num_shares_own": "1127281", "symbol": "VPLM"}, {"date": "2023-12-01T21:00:56-05:00", "reportingOwnerAddress": "109 MECO LANE", "relationship": "Chief Financial Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/27367/000149315223043472/xslF345X03/ownership.xml", "sum_transactionShares": "180", "aveg_pricePerShare": "7.75", "tot_value": 1395, "transactionCode": "P", "num_shares_own": "10430", "symbol": "DXR"}, {"date": "2023-12-01T21:00:26-05:00", "reportingOwnerAddress": "", "relationship": "10% Owner", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1716729/000149315223043471/xslF345X03/ownership.xml", "sum_transactionShares": "30000000", "aveg_pricePerShare": "15.39", "tot_value": 461700000, "transactionCode": "S", "num_shares_own": "396156413", "symbol": "CPNG"}, {"date": "2023-12-01T20:58:47-05:00", "reportingOwnerAddress": "109 MECO LANE", "relationship": "Chief Executive Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/27367/000149315223043469/xslF345X03/ownership.xml", "sum_transactionShares": "800", "aveg_pricePerShare": "7.80", "tot_value": 6240, "transactionCode": "P", "num_shares_own": "162492", "symbol": "DXR"}, {"date": "2023-12-01T20:51:36-05:00", "reportingOwnerAddress": "C/O ARCUTIS BIOTHERAPEUTICS, INC.", "relationship": "See Remarks", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1787306/000178730623000129/xslF345X03/wk-form4_1701481885.xml", "transactionCode": "P", "sum_transactionShares": 1463, "aveg_pricePerShare": 6.38, "num_shares_own": "515145", "tot_value": 9333.94, "symbol": "ARQT"}, {"date": "2023-12-01T20:51:36-05:00", "reportingOwnerAddress": "C/O ARCUTIS BIOTHERAPEUTICS, INC.", "relationship": "See Remarks", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1787306/000178730623000129/xslF345X03/wk-form4_1701481885.xml", "transactionCode": "M", "sum_transactionShares": 59525, "aveg_pricePerShare": 1.68, "num_shares_own": "513682", "tot_value": 100002, "symbol": "ARQT"}, {"date": "2023-12-01T20:35:07-05:00", "reportingOwnerAddress": "C/O NATERA, INC.", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1604821/000141588923015713/xslF345X03/form4-12012023_081202.xml", "sum_transactionShares": "1998", "aveg_pricePerShare": "55.9714", "tot_value": 111830.8572, "transactionCode": "S", "num_shares_own": "9373", "symbol": "NTRA"}, {"date": "2023-12-01T20:31:35-05:00", "reportingOwnerAddress": "C/O NORTHWEST BIOTHERAPEUTICS, INC.", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1072379/000110465923122940/xslF345X03/tm2331758d1_4seq1.xml", "transactionCode": "S", "sum_transactionShares": 570000, "aveg_pricePerShare": 0.83, "num_shares_own": "0", "tot_value": 473100, "symbol": "NWBO"}, {"date": "2023-12-01T20:30:54-05:00", "reportingOwnerAddress": "C/O ZSCALER, INC.", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1713683/000171368323000161/xslF345X03/wk-form4_1701480644.xml", "transactionCode": "S", "sum_transactionShares": 3680, "aveg_pricePerShare": 199.94, "num_shares_own": "34960", "tot_value": 735779.2, "symbol": "ZS"}, {"date": "2023-12-01T20:26:53-05:00", "reportingOwnerAddress": "", "relationship": "10% Owner", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/766792/000110465923122939/xslF345X03/tm2332041d1_4seq1.xml", "transactionCode": "P", "sum_transactionShares": 96210, "aveg_pricePerShare": 4.65, "num_shares_own": "1023283", "tot_value": 447376.50000000006, "symbol": "CVV"}, {"date": "2023-12-01T20:26:23-05:00", "reportingOwnerAddress": "C/O NVIDIA CORPORATION", "relationship": "EVP, Operations", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1045810/000104581023000243/xslF345X03/wk-form4_1701480372.xml", "transactionCode": "S", "sum_transactionShares": 15824, "aveg_pricePerShare": 483.37, "num_shares_own": "74036", "tot_value": 7648846.88, "symbol": "NVDA"}, {"date": "2023-12-01T20:23:38-05:00", "reportingOwnerAddress": "C/O NVIDIA CORPORATION", "relationship": "EVP, Operations", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1045810/000104581023000242/xslF345X03/wk-form4a_1701480208.xml", "transactionCode": "S", "sum_transactionShares": 40000, "aveg_pricePerShare": 480.55, "num_shares_own": "89860", "tot_value": 19222000, "symbol": "NVDA"}, {"date": "2023-12-01T20:11:35-05:00", "reportingOwnerAddress": "23A SERANGOON NORTH AVENUE 5", "relationship": "Senior Vice President", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/56978/000005697823000188/xslF345X03/wk-form4_1701479486.xml", "sum_transactionShares": "10000", "aveg_pricePerShare": "51.9446", "tot_value": 519446, "transactionCode": "S", "num_shares_own": "195235", "symbol": "KLIC"}, {"date": "2023-12-01T20:01:19-05:00", "reportingOwnerAddress": "C/O DRAFTKINGS INC.", "relationship": "Chief Legal Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1404430/000110465923122934/xslF345X03/tm2332035-1_4seq1.xml", "transactionCode": "S", "sum_transactionShares": 52777, "aveg_pricePerShare": 38.84, "num_shares_own": "829353", "tot_value": 2049858.6800000002, "symbol": "DKNG"}, {"date": "2023-12-01T20:01:19-05:00", "reportingOwnerAddress": "C/O DRAFTKINGS INC.", "relationship": "Chief Legal Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1404430/000110465923122934/xslF345X03/tm2332035-1_4seq1.xml", "transactionCode": "M", "sum_transactionShares": 52777, "aveg_pricePerShare": 2.95, "num_shares_own": "882130", "tot_value": 155692.15000000002, "symbol": "DKNG"}, {"date": "2023-12-01T20:00:26-05:00", "reportingOwnerAddress": "C/O CROWDSTRIKE HOLDINGS, INC.", "relationship": "PRESIDENT", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1535527/000141588923015712/xslF345X03/form4-12012023_081201.xml", "sum_transactionShares": "26652", "aveg_pricePerShare": "236.0031", "tot_value": 6289954.6212, "transactionCode": "S", "num_shares_own": "344316", "symbol": "CRWD"}, {"date": "2023-12-01T19:59:59-05:00", "reportingOwnerAddress": "C/O PUBMATIC, INC.", "relationship": "Chief Growth Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1422930/000120919123057118/xslF345X03/doc4.xml", "transactionCode": "S", "sum_transactionShares": 32790, "aveg_pricePerShare": 17.02, "num_shares_own": "0", "tot_value": 558085.7999999999, "symbol": "PUBM"}, {"date": "2023-12-01T19:56:44-05:00", "reportingOwnerAddress": "C/O PAYCOR HCM, INC.", "relationship": "Chief Financial Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1839439/000095017023067437/xslF345X03/ownership.xml", "sum_transactionShares": "5000", "aveg_pricePerShare": "21.10", "tot_value": 105500, "transactionCode": "S", "num_shares_own": "261535", "symbol": "PYCR"}, {"date": "2023-12-01T19:56:27-05:00", "reportingOwnerAddress": "410 PARK AVENUE", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1225207/000114036123055882/xslF345X03/form4.xml", "transactionCode": "S", "sum_transactionShares": 221160, "aveg_pricePerShare": 16.27, "num_shares_own": "1085652", "tot_value": 3598273.1999999997, "symbol": "METC"}, {"date": "2023-12-01T19:56:27-05:00", "reportingOwnerAddress": "410 PARK AVENUE", "relationship": "10% Owner", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1503466/000114036123055880/xslF345X03/form4.xml", "transactionCode": "S", "sum_transactionShares": 83320, "aveg_pricePerShare": 16.27, "num_shares_own": "1089990", "tot_value": 1355616.4, "symbol": "METC"}, {"date": "2023-12-01T19:56:25-05:00", "reportingOwnerAddress": "410 PARK AVENUE", "relationship": "10% Owner", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1667954/000114036123055879/xslF345X03/form4.xml", "transactionCode": "S", "sum_transactionShares": 82988, "aveg_pricePerShare": 16.27, "num_shares_own": "1085652", "tot_value": 1350214.76, "symbol": "METC"}, {"date": "2023-12-01T19:56:23-05:00", "reportingOwnerAddress": "410 PARK AVENUE", "relationship": "10% Owner", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1687163/000114036123055881/xslF345X03/form4.xml", "transactionCode": "S", "sum_transactionShares": 82988, "aveg_pricePerShare": 16.27, "num_shares_own": "1085652", "tot_value": 1350214.76, "symbol": "METC"}, {"date": "2023-12-01T19:56:22-05:00", "reportingOwnerAddress": "410 PARK AVENUE", "relationship": "10% Owner", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1526187/000114036123055878/xslF345X03/form4.xml", "transactionCode": "S", "sum_transactionShares": 83320, "aveg_pricePerShare": 16.27, "num_shares_own": "1089990", "tot_value": 1355616.4, "symbol": "METC"}, {"date": "2023-12-01T19:56:18-05:00", "reportingOwnerAddress": "410 PARK AVENUE", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1210010/000114036123055877/xslF345X03/form4.xml", "transactionCode": "S", "sum_transactionShares": 221160, "aveg_pricePerShare": 16.27, "num_shares_own": "1085652", "tot_value": 3598273.1999999997, "symbol": "METC"}, {"date": "2023-12-01T19:54:42-05:00", "reportingOwnerAddress": "C/O EXPENSIFY, INC.", "relationship": "Chief Executive Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1476840/000147684023000203/xslF345X03/wk-form4_1701478473.xml", "transactionCode": "S", "sum_transactionShares": 7391, "aveg_pricePerShare": 2.41, "num_shares_own": "109743", "tot_value": 17812.31, "symbol": "EXFY"}, {"date": "2023-12-01T19:54:30-05:00", "reportingOwnerAddress": "C/O EXPENSIFY, INC.", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1476840/000147684023000202/xslF345X03/wk-form4_1701478461.xml", "transactionCode": "S", "sum_transactionShares": 8714, "aveg_pricePerShare": 2.41, "num_shares_own": "165856", "tot_value": 21000.74, "symbol": "EXFY"}, {"date": "2023-12-01T19:54:19-05:00", "reportingOwnerAddress": "C/O EXPENSIFY, INC. 401 SW 5TH AVE", "relationship": "Chief Operating Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1476840/000147684023000201/xslF345X03/wk-form4_1701478439.xml", "transactionCode": "S", "sum_transactionShares": 19503, "aveg_pricePerShare": 2.41, "num_shares_own": "81956", "tot_value": 47002.23, "symbol": "EXFY"}, {"date": "2023-12-01T19:53:57-05:00", "reportingOwnerAddress": "C/O EXPENSIFY, INC.", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1476840/000147684023000200/xslF345X03/wk-form4_1701478426.xml", "transactionCode": "S", "sum_transactionShares": 6217, "aveg_pricePerShare": 2.41, "num_shares_own": "122075", "tot_value": 14982.970000000001, "symbol": "EXFY"}, {"date": "2023-12-01T19:53:44-05:00", "reportingOwnerAddress": "C/O EXPENSIFY, INC.", "relationship": "Chief Financial Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1476840/000147684023000199/xslF345X03/wk-form4_1701478413.xml", "transactionCode": "S", "sum_transactionShares": 9212, "aveg_pricePerShare": 2.39, "num_shares_own": "101052", "tot_value": 22016.68, "symbol": "EXFY"}, {"date": "2023-12-01T19:53:44-05:00", "reportingOwnerAddress": "C/O EXPENSIFY, INC.", "relationship": "Chief Financial Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1476840/000147684023000199/xslF345X03/wk-form4_1701478413.xml", "transactionCode": "M", "sum_transactionShares": 4000, "aveg_pricePerShare": 0.97, "num_shares_own": "105052", "tot_value": 3880, "symbol": "EXFY"}, {"date": "2023-12-01T19:50:38-05:00", "reportingOwnerAddress": "C/O ROVER GROUP, INC.", "relationship": "President & COO", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1826018/000156218023008015/xslF345X03/primarydocument.xml", "transactionCode": "S", "sum_transactionShares": 90000, "aveg_pricePerShare": 10.91, "num_shares_own": "1040738.00", "tot_value": 981900, "symbol": "ROVR"}, {"date": "2023-12-01T19:50:36-05:00", "reportingOwnerAddress": "1102 - 328 EAST 11TH AVENUE", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1271619/000108503723000127/xslF345X03/primary_doc.xml", "transactionCode": "S", "sum_transactionShares": 235356, "aveg_pricePerShare": 0.4, "num_shares_own": "402811", "tot_value": 94142.40000000001, "symbol": "SOLO"}, {"date": "2023-12-01T19:44:09-05:00", "reportingOwnerAddress": "C/O MODEL N, INC.", "relationship": "Chief Revenue Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1118417/000111841723000228/xslF345X03/wk-form4_1701477840.xml", "sum_transactionShares": "10614", "aveg_pricePerShare": "23.18", "tot_value": 246032.52, "transactionCode": "S", "num_shares_own": "126194", "symbol": "MODN"}, {"date": "2023-12-01T19:42:56-05:00", "reportingOwnerAddress": "C/O APPLIED THERAPEUTICS, INC.", "relationship": "President and CEO", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1697532/000120919123057117/xslF345X03/doc4.xml", "sum_transactionShares": "3968", "aveg_pricePerShare": "1.97", "tot_value": 7816.96, "transactionCode": "S", "num_shares_own": "2596387", "symbol": "APLT"}, {"date": "2023-12-01T19:42:39-05:00", "reportingOwnerAddress": "C/O APPLIED THERAPEUTICS, INC.", "relationship": "Chief Medical Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1697532/000120919123057116/xslF345X03/doc4.xml", "sum_transactionShares": "1583", "aveg_pricePerShare": "1.97", "tot_value": 3118.5099999999998, "transactionCode": "S", "num_shares_own": "692341", "symbol": "APLT"}, {"date": "2023-12-01T19:42:22-05:00", "reportingOwnerAddress": "C/O APPLIED THERAPEUTICS, INC.", "relationship": "Chief Commercial Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1697532/000120919123057115/xslF345X03/doc4.xml", "sum_transactionShares": "965", "aveg_pricePerShare": "1.97", "tot_value": 1901.05, "transactionCode": "S", "num_shares_own": "381790", "symbol": "APLT"}, {"date": "2023-12-01T19:39:42-05:00", "reportingOwnerAddress": "C/O SIGHT SCIENCES, INC.", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1531177/000095017023067435/xslF345X03/ownership.xml", "transactionCode": "P", "sum_transactionShares": 144000, "aveg_pricePerShare": 3.48, "num_shares_own": "1012150", "tot_value": 501120, "symbol": "SGHT"}, {"date": "2023-12-01T19:36:48-05:00", "reportingOwnerAddress": "3957 POINT EDEN WAY", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1055919/000143774923033434/xslF345X03/rdgdoc.xml", "transactionCode": "P", "sum_transactionShares": 218600, "aveg_pricePerShare": 9.33, "num_shares_own": "60000", "tot_value": 2039538, "symbol": "PLSE"}, {"date": "2023-12-01T19:36:48-05:00", "reportingOwnerAddress": "3957 POINT EDEN WAY", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1055919/000143774923033434/xslF345X03/rdgdoc.xml", "transactionCode": "M", "sum_transactionShares": 1667, "aveg_pricePerShare": 5.95, "num_shares_own": "36392861", "tot_value": 9918.65, "symbol": "PLSE"}, {"date": "2023-12-01T19:35:17-05:00", "reportingOwnerAddress": "23A SERANGOON NORTH AVENUE 5 #01-01", "relationship": "Vice President", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/56978/000005697823000186/xslF345X03/wk-form4_1701477306.xml", "sum_transactionShares": "10000", "aveg_pricePerShare": "51.523", "tot_value": 515230.00000000006, "transactionCode": "S", "num_shares_own": "32751", "symbol": "KLIC"}, {"date": "2023-12-01T19:31:40-05:00", "reportingOwnerAddress": "C/O IMMUNOGEN, INC.", "relationship": "SVP OF REGULATORY AFFAIRS", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/855654/000141588923015711/xslF345X03/form4-12022023_121235.xml", "transactionCode": "S", "sum_transactionShares": 171216, "aveg_pricePerShare": 22.81, "num_shares_own": "2811", "tot_value": 3905436.96, "symbol": "IMGN"}, {"date": "2023-12-01T19:31:40-05:00", "reportingOwnerAddress": "C/O IMMUNOGEN, INC.", "relationship": "SVP OF REGULATORY AFFAIRS", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/855654/000141588923015711/xslF345X03/form4-12022023_121235.xml", "transactionCode": "M", "sum_transactionShares": 171216, "aveg_pricePerShare": 10.7, "num_shares_own": "167235", "tot_value": 1832011.2, "symbol": "IMGN"}, {"date": "2023-12-01T19:30:15-05:00", "reportingOwnerAddress": "1 PRIMERICA PARKWAY", "relationship": "Executive VP and CFO", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1475922/000112760223028629/xslF345X03/form4.xml", "sum_transactionShares": "3000", "aveg_pricePerShare": "210.07", "tot_value": 630210, "transactionCode": "S", "num_shares_own": "6443.64", "symbol": "PRI"}, {"date": "2023-12-01T19:23:22-05:00", "reportingOwnerAddress": "SEAGATE TECHNOLOGY HOLDINGS PLC", "relationship": "EVP & CFO", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1137789/000113778923000134/xslF345X03/wk-form4a_1701476591.xml", "transactionCode": "S", "sum_transactionShares": 61895, "aveg_pricePerShare": 79.01, "num_shares_own": "63391", "tot_value": 4890323.95, "symbol": "STX"}, {"date": "2023-12-01T19:23:22-05:00", "reportingOwnerAddress": "SEAGATE TECHNOLOGY HOLDINGS PLC", "relationship": "EVP & CFO", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1137789/000113778923000134/xslF345X03/wk-form4a_1701476591.xml", "transactionCode": "M", "sum_transactionShares": 61895, "aveg_pricePerShare": 48.97, "num_shares_own": "125286", "tot_value": 3030998.15, "symbol": "STX"}, {"date": "2023-12-01T19:16:00-05:00", "reportingOwnerAddress": "", "relationship": "10% Owner", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1305473/000089914023001132/xslF345X03/form4.xml", "transactionCode": "S", "sum_transactionShares": 93117, "aveg_pricePerShare": 4.28, "num_shares_own": "57638", "tot_value": 398540.76, "symbol": "DIBS"}, {"date": "2023-12-01T19:14:46-05:00", "reportingOwnerAddress": "C/O ZOOM VIDEO COMMUNICATIONS, INC.", "relationship": "Chief Financial Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1364713/000158552123000255/xslF345X03/wk-form4_1701476076.xml", "transactionCode": "S", "sum_transactionShares": 10960, "aveg_pricePerShare": 68.67, "num_shares_own": "0", "tot_value": 752623.2000000001, "symbol": "ZM"}, {"date": "2023-12-01T19:11:20-05:00", "reportingOwnerAddress": "C/O SNOWFLAKE INC.", "relationship": "President of Products", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1640147/000164014723000262/xslF345X03/wk-form4_1701475870.xml", "transactionCode": "S", "sum_transactionShares": 13182, "aveg_pricePerShare": 188, "num_shares_own": "40847", "tot_value": 2478216, "symbol": "SNOW"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}, "processedTime": {"type": "string"}}, "required": ["copywrite", "processedTime", "status", "version"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "reportingOwnerAddress": {"type": "string"}, "relationship": {"type": "string"}, "linkToFilingDetails": {"type": "string"}, "transactionCode": {"type": "string"}, "sum_transactionShares": {"type": ["integer", "string"]}, "aveg_pricePerShare": {"type": ["number", "string"]}, "num_shares_own": {"type": "string"}, "tot_value": {"type": "number"}, "symbol": {"type": "string"}}, "required": ["aveg_pricePerShare", "date", "linkToFilingDetails", "num_shares_own", "relationship", "reportingOwnerAddress", "sum_transactionShares", "symbol", "tot_value", "transactionCode"]}}}, "required": ["body", "meta"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/982c9edd-5f11-4da0-b830-d0a8713b663a/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/stock/modules | Get combine stock data such as profile, financial data, statistics, balance sheet, sec-filing, quote, earnings, trends and more! | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai", "symbol": "AAPL", "processedTime": "2023-12-03T20:25:46.358844Z", "modules": "asset-profile"}, "body": {"address1": "One Apple Park Way", "city": "Cupertino", "state": "CA", "zip": "95014", "country": "United States", "phone": "408 996 1010", "website": "https://www.apple.com", "industry": "Consumer Electronics", "industryKey": "consumer-electronics", "industryDisp": "Consumer Electronics", "sector": "Technology", "sectorKey": "technology", "sectorDisp": "Technology", "longBusinessSummary": "Apple Inc. designs, manufactures, and markets smartphones, personal computers, tablets, wearables, and accessories worldwide. The company offers iPhone, a line of smartphones; Mac, a line of personal computers; iPad, a line of multi-purpose tablets; and wearables, home, and accessories comprising AirPods, Apple TV, Apple Watch, Beats products, and HomePod. It also provides AppleCare support and cloud services; and operates various platforms, including the App Store that allow customers to discover and download applications and digital content, such as books, music, video, games, and podcasts. In addition, the company offers various services, such as Apple Arcade, a game subscription service; Apple Fitness+, a personalized fitness service; Apple Music, which offers users a curated listening experience with on-demand radio stations; Apple News+, a subscription news and magazine service; Apple TV+, which offers exclusive original content; Apple Card, a co-branded credit card; and Apple Pay, a cashless payment service, as well as licenses its intellectual property. The company serves consumers, and small and mid-sized businesses; and the education, enterprise, and government markets. It distributes third-party applications for its products through the App Store. The company also sells its products through its retail and online stores, and direct sales force; and third-party cellular network carriers, wholesalers, retailers, and resellers. Apple Inc. was founded in 1976 and is headquartered in Cupertino, California.", "fullTimeEmployees": 161000, "companyOfficers": [{"maxAge": 1, "name": "Mr. Timothy D. Cook", "age": 61, "title": "CEO & Director", "yearBorn": 1961, "fiscalYear": 2022, "totalPay": {"raw": 16425933, "fmt": "16.43M", "longFmt": "16,425,933"}, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Mr. Luca Maestri", "age": 59, "title": "CFO & Senior VP", "yearBorn": 1963, "fiscalYear": 2022, "totalPay": {"raw": 5019783, "fmt": "5.02M", "longFmt": "5,019,783"}, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Mr. Jeffrey E. Williams", "age": 58, "title": "Chief Operating Officer", "yearBorn": 1964, "fiscalYear": 2022, "totalPay": {"raw": 5018337, "fmt": "5.02M", "longFmt": "5,018,337"}, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Ms. Katherine L. Adams", "age": 58, "title": "Senior VP, General Counsel & Secretary", "yearBorn": 1964, "fiscalYear": 2022, "totalPay": {"raw": 5015208, "fmt": "5.02M", "longFmt": "5,015,208"}, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Ms. Deirdre O'Brien", "age": 55, "title": "Senior Vice President of Retail", "yearBorn": 1967, "fiscalYear": 2022, "totalPay": {"raw": 5019783, "fmt": "5.02M", "longFmt": "5,019,783"}, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Mr. Chris Kondo", "title": "Senior Director of Corporate Accounting", "fiscalYear": 2022, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Mr. James Wilson", "title": "Chief Technology Officer", "fiscalYear": 2022, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Ms. Mary Demby", "title": "Chief Information Officer", "fiscalYear": 2022, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Suhasini Chandramouli", "title": "Director of Investor Relations", "fiscalYear": 2022, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Mr. Greg Joswiak", "title": "Senior Vice President of Worldwide Marketing", "fiscalYear": 2022, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}], "auditRisk": 4, "boardRisk": 1, "compensationRisk": 6, "shareHolderRightsRisk": 1, "overallRisk": 1, "governanceEpochDate": 1701388800, "compensationAsOfEpochDate": 1672444800, "maxAge": 86400}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}, "symbol": {"type": "string"}, "processedTime": {"type": "string"}, "modules": {"type": "string"}}, "required": ["copywrite", "modules", "processedTime", "status", "symbol", "version"]}, "body": {"type": "object", "properties": {"address1": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "zip": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "industry": {"type": "string"}, "industryKey": {"type": "string"}, "industryDisp": {"type": "string"}, "sector": {"type": "string"}, "sectorKey": {"type": "string"}, "sectorDisp": {"type": "string"}, "longBusinessSummary": {"type": "string"}, "fullTimeEmployees": {"type": "integer"}, "companyOfficers": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "name": {"type": "string"}, "age": {"type": "integer"}, "title": {"type": "string"}, "yearBorn": {"type": "integer"}, "fiscalYear": {"type": "integer"}, "totalPay": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "exercisedValue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "null"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "unexercisedValue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "null"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["exercisedValue", "fiscalYear", "maxAge", "name", "title", "unexercisedValue"]}}, "auditRisk": {"type": "integer"}, "boardRisk": {"type": "integer"}, "compensationRisk": {"type": "integer"}, "shareHolderRightsRisk": {"type": "integer"}, "overallRisk": {"type": "integer"}, "governanceEpochDate": {"type": "integer"}, "compensationAsOfEpochDate": {"type": "integer"}, "maxAge": {"type": "integer"}}, "required": ["address1", "auditRisk", "boardRisk", "city", "companyOfficers", "compensationAsOfEpochDate", "compensationRisk", "country", "fullTimeEmployees", "governanceEpochDate", "industry", "industryDisp", "industryKey", "longBusinessSummary", "maxAge", "overallRisk", "phone", "sector", "sectorDisp", "sectorKey", "shareHolderRightsRisk", "state", "website", "zip"]}}, "required": ["body", "meta"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/894bfcfd-ddab-42e9-a591-81a913300ca9/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/indicators/sma | This technical indicator returns the simple moving average (SMA). | 200 | Response | {"meta": {"processedTime": "2023-12-04T01:35:39.189194Z", "symbol": "AAPL", "interval": "5m", "series_type": "close", "indicator": "Simple Moving Average (SMA)", "time_period": "50", "version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": [{"timestamp": 1701449700, "SMA": 189.873}, {"timestamp": 1701450000, "SMA": 189.92}, {"timestamp": 1701450300, "SMA": 189.969}, {"timestamp": 1701450600, "SMA": 190.02}, {"timestamp": 1701450900, "SMA": 190.065}, {"timestamp": 1701451200, "SMA": 190.111}, {"timestamp": 1701451500, "SMA": 190.157}, {"timestamp": 1701451800, "SMA": 190.202}, {"timestamp": 1701452100, "SMA": 190.245}, {"timestamp": 1701452400, "SMA": 190.291}, {"timestamp": 1701452700, "SMA": 190.344}, {"timestamp": 1701453000, "SMA": 190.394}, {"timestamp": 1701453300, "SMA": 190.446}, {"timestamp": 1701453600, "SMA": 190.498}, {"timestamp": 1701453900, "SMA": 190.551}, {"timestamp": 1701454200, "SMA": 190.595}, {"timestamp": 1701454500, "SMA": 190.638}, {"timestamp": 1701454800, "SMA": 190.673}, {"timestamp": 1701455100, "SMA": 190.708}, {"timestamp": 1701455400, "SMA": 190.731}, {"timestamp": 1701455700, "SMA": 190.75}, {"timestamp": 1701456000, "SMA": 190.781}, {"timestamp": 1701456300, "SMA": 190.807}, {"timestamp": 1701456600, "SMA": 190.832}, {"timestamp": 1701456900, "SMA": 190.858}, {"timestamp": 1701457200, "SMA": 190.878}, {"timestamp": 1701457500, "SMA": 190.898}, {"timestamp": 1701457800, "SMA": 190.913}, {"timestamp": 1701458100, "SMA": 190.929}, {"timestamp": 1701458400, "SMA": 190.948}, {"timestamp": 1701458700, "SMA": 190.965}, {"timestamp": 1701459000, "SMA": 190.99}, {"timestamp": 1701459300, "SMA": 191.014}, {"timestamp": 1701459600, "SMA": 191.032}, {"timestamp": 1701459900, "SMA": 191.047}, {"timestamp": 1701460200, "SMA": 191.063}, {"timestamp": 1701460500, "SMA": 191.083}, {"timestamp": 1701460800, "SMA": 191.101}, {"timestamp": 1701461100, "SMA": 191.116}, {"timestamp": 1701461400, "SMA": 191.125}, {"timestamp": 1701461700, "SMA": 191.137}, {"timestamp": 1701462000, "SMA": 191.137}, {"timestamp": 1701462300, "SMA": 191.145}, {"timestamp": 1701462600, "SMA": 191.158}, {"timestamp": 1701462900, "SMA": 191.163}, {"timestamp": 1701463200, "SMA": 191.165}, {"timestamp": 1701463500, "SMA": 191.172}, {"timestamp": 1701463800, "SMA": 191.167}, {"timestamp": 1701464100, "SMA": 191.177}, {"timestamp": 1701464400, "SMA": 191.18}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"processedTime": {"type": "string"}, "symbol": {"type": "string"}, "interval": {"type": "string"}, "series_type": {"type": "string"}, "indicator": {"type": "string"}, "time_period": {"type": "string"}, "version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "indicator", "interval", "processedTime", "series_type", "status", "symbol", "time_period", "version"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "integer"}, "SMA": {"type": "number"}}, "required": ["SMA", "timestamp"]}}}, "required": ["body", "meta"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/6db16591-2f95-40a9-a146-337f6553eb63/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/stock/insider-holders | Get stock insider holders' information. | 200 | Response | {"insiderHolders": {"holders": [{"maxAge": 1, "name": "ADAMS KATHERINE L", "relation": "General Counsel", "url": "", "transactionDescription": "Sale", "latestTransDate": {"raw": 1627862400, "fmt": "2021-08-02"}, "positionDirect": {"raw": 307164, "fmt": "307.16k", "longFmt": "307,164"}, "positionDirectDate": {"raw": 1627862400, "fmt": "2021-08-02"}}, {"maxAge": 1, "name": "COOK TIMOTHY D", "relation": "Chief Executive Officer", "url": "", "transactionDescription": "Sale", "latestTransDate": {"raw": 1629849600, "fmt": "2021-08-25"}, "positionDirect": {"raw": 3279730, "fmt": "3.28M", "longFmt": "3,279,730"}, "positionDirectDate": {"raw": 1629849600, "fmt": "2021-08-25"}}, {"maxAge": 1, "name": "JUNG ANDREA", "relation": "Director", "url": "", "transactionDescription": "Conversion of Exercise of derivative security", "latestTransDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "positionIndirect": {"raw": 137608, "fmt": "137.61k", "longFmt": "137,608"}, "positionIndirectDate": {"raw": 1612137600, "fmt": "2021-02-01"}}, {"maxAge": 1, "name": "KONDO CHRISTOPHER", "relation": "Officer", "url": "", "transactionDescription": "Conversion of Exercise of derivative security", "latestTransDate": {"raw": 1618444800, "fmt": "2021-04-15"}, "positionDirect": {"raw": 37138, "fmt": "37.14k", "longFmt": "37,138"}, "positionDirectDate": {"raw": 1618444800, "fmt": "2021-04-15"}}, {"maxAge": 1, "name": "LEVINSON ARTHUR D", "relation": "Director", "url": "", "transactionDescription": "Sale", "latestTransDate": {"raw": 1612224000, "fmt": "2021-02-02"}, "positionDirect": {"raw": 4588720, "fmt": "4.59M", "longFmt": "4,588,720"}, "positionDirectDate": {"raw": 1612224000, "fmt": "2021-02-02"}}, {"maxAge": 1, "name": "MAESTRI LUCA", "relation": "Chief Financial Officer", "url": "", "transactionDescription": "Sale", "latestTransDate": {"raw": 1620000000, "fmt": "2021-05-03"}, "positionDirect": {"raw": 110501, "fmt": "110.5k", "longFmt": "110,501"}, "positionDirectDate": {"raw": 1620000000, "fmt": "2021-05-03"}}, {"maxAge": 1, "name": "O'BRIEN DEIRDRE", "relation": "Officer", "url": "", "transactionDescription": "Sale", "latestTransDate": {"raw": 1628208000, "fmt": "2021-08-06"}, "positionDirect": {"raw": 136118, "fmt": "136.12k", "longFmt": "136,118"}, "positionDirectDate": {"raw": 1628208000, "fmt": "2021-08-06"}}, {"maxAge": 1, "name": "SUGAR RONALD D", "relation": "Director", "url": "", "transactionDescription": "Conversion of Exercise of derivative security", "latestTransDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "positionDirect": {"raw": 102272, "fmt": "102.27k", "longFmt": "102,272"}, "positionDirectDate": {"raw": 1612137600, "fmt": "2021-02-01"}}, {"maxAge": 1, "name": "WAGNER SUSAN L", "relation": "Director", "url": "", "transactionDescription": "Conversion of Exercise of derivative security", "latestTransDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "positionDirect": {"raw": 62652, "fmt": "62.65k", "longFmt": "62,652"}, "positionDirectDate": {"raw": 1612137600, "fmt": "2021-02-01"}}, {"maxAge": 1, "name": "WILLIAMS JEFFREY E", "relation": "Chief Operating Officer", "url": "", "transactionDescription": "Sale", "latestTransDate": {"raw": 1617580800, "fmt": "2021-04-05"}, "positionIndirect": {"raw": 489490, "fmt": "489.49k", "longFmt": "489,490"}, "positionIndirectDate": {"raw": 1617580800, "fmt": "2021-04-05"}}], "maxAge": 1}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"insiderHolders": {"type": "object", "properties": {"holders": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "name": {"type": "string"}, "relation": {"type": "string"}, "url": {"type": "string"}, "transactionDescription": {"type": "string"}, "latestTransDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "positionDirect": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "positionDirectDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "positionIndirect": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "positionIndirectDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}}, "required": ["latestTransDate", "maxAge", "name", "relation", "transactionDescription", "url"]}}, "maxAge": {"type": "integer"}}, "required": ["holders", "maxAge"]}}, "required": ["insiderHolders"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/bcce141a-39d1-4aee-bcc0-309ab2672ad8/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/stock/calendar-events | Get stock calendar events. | 200 | Response | {"calendarEvents": {"maxAge": 1, "earnings": {"earningsDate": [{"raw": 1635332340, "fmt": "2021-10-27"}, {"raw": 1635768000, "fmt": "2021-11-01"}], "earningsAverage": {"raw": 1.23, "fmt": "1.23"}, "earningsLow": {"raw": 1.05, "fmt": "1.05"}, "earningsHigh": {"raw": 1.34, "fmt": "1.34"}, "revenueAverage": {"raw": 84903200000, "fmt": "84.9B", "longFmt": "84,903,200,000"}, "revenueLow": {"raw": 77654100000, "fmt": "77.65B", "longFmt": "77,654,100,000"}, "revenueHigh": {"raw": 90905000000, "fmt": "90.91B", "longFmt": "90,905,000,000"}}, "exDividendDate": {"raw": 1628208000, "fmt": "2021-08-06"}, "dividendDate": {"raw": 1628726400, "fmt": "2021-08-12"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"calendarEvents": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "earnings": {"type": "object", "properties": {"earningsDate": {"type": "array", "items": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}}, "earningsAverage": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "earningsLow": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "earningsHigh": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "revenueAverage": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "revenueLow": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "revenueHigh": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["earningsAverage", "earningsDate", "earningsHigh", "earningsLow", "revenueAverage", "revenueHigh", "revenueLow"]}, "exDividendDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "dividendDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}}, "required": ["dividendDate", "earnings", "exDividendDate", "maxAge"]}}, "required": ["calendarEvents"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/35eab7a1-3780-4a8c-818c-1bb3480d22be/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/stock/statistics | Get stock key statistics data. | 200 | Response | {"defaultKeyStatistics": {"maxAge": 1, "priceHint": {"raw": 2, "fmt": "2", "longFmt": "2"}, "enterpriseValue": {"raw": 2436616945664, "fmt": "2.44T", "longFmt": "2,436,616,945,664"}, "forwardPE": {"raw": 25.119087, "fmt": "25.12"}, "profitMargins": {"raw": 0.25004, "fmt": "25.00%"}, "floatShares": {"raw": 16513305231, "fmt": "16.51B", "longFmt": "16,513,305,231"}, "sharesOutstanding": {"raw": 16530199552, "fmt": "16.53B", "longFmt": "16,530,199,552"}, "sharesShort": {"raw": 96838699, "fmt": "96.84M", "longFmt": "96,838,699"}, "sharesShortPriorMonth": {"raw": 93114834, "fmt": "93.11M", "longFmt": "93,114,834"}, "sharesShortPreviousMonthDate": {"raw": 1627603200, "fmt": "2021-07-30"}, "dateShortInterest": {"raw": 1630368000, "fmt": "2021-08-31"}, "sharesPercentSharesOut": {"raw": 0.0058999998, "fmt": "0.59%"}, "heldPercentInsiders": {"raw": 0.00071000005, "fmt": "0.07%"}, "heldPercentInstitutions": {"raw": 0.58735, "fmt": "58.74%"}, "shortRatio": {"raw": 1.46, "fmt": "1.46"}, "shortPercentOfFloat": {"raw": 0.0058999998, "fmt": "0.59%"}, "beta": {"raw": 1.201965, "fmt": "1.2"}, "impliedSharesOutstanding": [], "morningStarOverallRating": [], "morningStarRiskRating": [], "category": null, "bookValue": {"raw": 3.882, "fmt": "3.88"}, "priceToBook": {"raw": 36.94745, "fmt": "36.95"}, "annualReportExpenseRatio": [], "ytdReturn": [], "beta3Year": [], "totalAssets": [], "yield": [], "fundFamily": null, "fundInceptionDate": [], "legalType": null, "threeYearAverageReturn": [], "fiveYearAverageReturn": [], "priceToSalesTrailing12Months": [], "lastFiscalYearEnd": {"raw": 1601078400, "fmt": "2020-09-26"}, "nextFiscalYearEnd": {"raw": 1664150400, "fmt": "2022-09-26"}, "mostRecentQuarter": {"raw": 1624665600, "fmt": "2021-06-26"}, "earningsQuarterlyGrowth": {"raw": 0.932, "fmt": "93.20%"}, "revenueQuarterlyGrowth": [], "netIncomeToCommon": {"raw": 86801997824, "fmt": "86.8B", "longFmt": "86,801,997,824"}, "trailingEps": {"raw": 5.108, "fmt": "5.11"}, "forwardEps": {"raw": 5.71, "fmt": "5.71"}, "pegRatio": {"raw": 1.4, "fmt": "1.40"}, "lastSplitFactor": null, "lastSplitDate": [], "enterpriseToRevenue": {"raw": 7.019, "fmt": "7.02"}, "enterpriseToEbitda": {"raw": 21.964, "fmt": "21.96"}, "52WeekChange": {"raw": 0.27841878, "fmt": "27.84%"}, "SandP52WeekChange": {"raw": 0.31432307, "fmt": "31.43%"}, "lastDividendValue": [], "lastDividendDate": [], "lastCapGain": [], "annualHoldingsTurnover": []}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"defaultKeyStatistics": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "priceHint": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "enterpriseValue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "forwardPE": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "profitMargins": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "floatShares": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "sharesOutstanding": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "sharesShort": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "sharesShortPriorMonth": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "sharesShortPreviousMonthDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "dateShortInterest": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "sharesPercentSharesOut": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "heldPercentInsiders": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "heldPercentInstitutions": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "shortRatio": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "shortPercentOfFloat": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "beta": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "impliedSharesOutstanding": {"type": "array"}, "morningStarOverallRating": {"type": "array"}, "morningStarRiskRating": {"type": "array"}, "category": {"type": "null"}, "bookValue": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "priceToBook": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "annualReportExpenseRatio": {"type": "array"}, "ytdReturn": {"type": "array"}, "beta3Year": {"type": "array"}, "totalAssets": {"type": "array"}, "yield": {"type": "array"}, "fundFamily": {"type": "null"}, "fundInceptionDate": {"type": "array"}, "legalType": {"type": "null"}, "threeYearAverageReturn": {"type": "array"}, "fiveYearAverageReturn": {"type": "array"}, "priceToSalesTrailing12Months": {"type": "array"}, "lastFiscalYearEnd": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "nextFiscalYearEnd": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "mostRecentQuarter": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "earningsQuarterlyGrowth": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "revenueQuarterlyGrowth": {"type": "array"}, "netIncomeToCommon": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "trailingEps": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "forwardEps": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "pegRatio": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "lastSplitFactor": {"type": "null"}, "lastSplitDate": {"type": "array"}, "enterpriseToRevenue": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "enterpriseToEbitda": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "52WeekChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "SandP52WeekChange": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "lastDividendValue": {"type": "array"}, "lastDividendDate": {"type": "array"}, "lastCapGain": {"type": "array"}, "annualHoldingsTurnover": {"type": "array"}}, "required": ["52WeekChange", "SandP52WeekChange", "annualHoldingsTurnover", "annualReportExpenseRatio", "beta", "beta3Year", "bookValue", "category", "dateShortInterest", "earningsQuarterlyGrowth", "enterpriseToEbitda", "enterpriseToRevenue", "enterpriseValue", "fiveYearAverageReturn", "floatShares", "forwardEps", "forwardPE", "fundFamily", "fundInceptionDate", "heldPercentInsiders", "heldPercentInstitutions", "impliedSharesOutstanding", "lastCapGain", "lastDividendDate", "lastDividendValue", "lastFiscalYearEnd", "lastSplitDate", "lastSplitFactor", "legalType", "maxAge", "morningStarOverallRating", "morningStarRiskRating", "mostRecentQuarter", "netIncomeToCommon", "nextFiscalYearEnd", "pegRatio", "priceHint", "priceToBook", "priceToSalesTrailing12Months", "profitMargins", "revenueQuarterlyGrowth", "sharesOutstanding", "sharesPercentSharesOut", "sharesShort", "sharesShortPreviousMonthDate", "sharesShortPriorMonth", "shortPercentOfFloat", "shortRatio", "threeYearAverageReturn", "totalAssets", "trailingEps", "yield", "ytdReturn"]}}, "required": ["defaultKeyStatistics"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/f59327e0-47f8-43a7-aee3-50e604777dc3/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/stock/financial-data | Get stock financial data. | 200 | Response | {"financialData": {"maxAge": 86400, "currentPrice": {"raw": 143.43, "fmt": "143.43"}, "targetHighPrice": {"raw": 190, "fmt": "190.00"}, "targetLowPrice": {"raw": 132, "fmt": "132.00"}, "targetMeanPrice": {"raw": 167.27, "fmt": "167.27"}, "targetMedianPrice": {"raw": 169.28, "fmt": "169.28"}, "recommendationMean": {"raw": 1.9, "fmt": "1.90"}, "recommendationKey": "buy", "numberOfAnalystOpinions": {"raw": 43, "fmt": "43", "longFmt": "43"}, "totalCash": {"raw": 61696000000, "fmt": "61.7B", "longFmt": "61,696,000,000"}, "totalCashPerShare": {"raw": 3.732, "fmt": "3.73"}, "ebitda": {"raw": 110934999040, "fmt": "110.93B", "longFmt": "110,934,999,040"}, "totalDebt": {"raw": 135491002368, "fmt": "135.49B", "longFmt": "135,491,002,368"}, "quickRatio": {"raw": 0.887, "fmt": "0.89"}, "currentRatio": {"raw": 1.062, "fmt": "1.06"}, "totalRevenue": {"raw": 347155005440, "fmt": "347.16B", "longFmt": "347,155,005,440"}, "debtToEquity": {"raw": 210.782, "fmt": "210.78"}, "revenuePerShare": {"raw": 20.61, "fmt": "20.61"}, "returnOnAssets": {"raw": 0.19302, "fmt": "19.30%"}, "returnOnEquity": {"raw": 1.27125, "fmt": "127.13%"}, "grossProfits": {"raw": 104956000000, "fmt": "104.96B", "longFmt": "104,956,000,000"}, "freeCashflow": {"raw": 80625876992, "fmt": "80.63B", "longFmt": "80,625,876,992"}, "operatingCashflow": {"raw": 104414003200, "fmt": "104.41B", "longFmt": "104,414,003,200"}, "earningsGrowth": {"raw": 1, "fmt": "100.00%"}, "revenueGrowth": {"raw": 0.364, "fmt": "36.40%"}, "grossMargins": {"raw": 0.41005, "fmt": "41.01%"}, "ebitdaMargins": {"raw": 0.31955, "fmt": "31.96%"}, "operatingMargins": {"raw": 0.28788, "fmt": "28.79%"}, "profitMargins": {"raw": 0.25004, "fmt": "25.00%"}, "financialCurrency": "USD"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"financialData": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "currentPrice": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "targetHighPrice": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "targetLowPrice": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "targetMeanPrice": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "targetMedianPrice": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "recommendationMean": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "recommendationKey": {"type": "string"}, "numberOfAnalystOpinions": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalCash": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalCashPerShare": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "ebitda": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalDebt": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "quickRatio": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "currentRatio": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "totalRevenue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "debtToEquity": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "revenuePerShare": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "returnOnAssets": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "returnOnEquity": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "grossProfits": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "freeCashflow": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "operatingCashflow": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "earningsGrowth": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "revenueGrowth": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "grossMargins": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "ebitdaMargins": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "operatingMargins": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "profitMargins": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "financialCurrency": {"type": "string"}}, "required": ["currentPrice", "currentRatio", "debtToEquity", "earningsGrowth", "ebitda", "ebitdaMargins", "financialCurrency", "freeCashflow", "grossMargins", "grossProfits", "maxAge", "numberOfAnalystOpinions", "operatingCashflow", "operatingMargins", "profitMargins", "quickRatio", "recommendationKey", "recommendationMean", "returnOnAssets", "returnOnEquity", "revenueGrowth", "revenuePerShare", "targetHighPrice", "targetLowPrice", "targetMeanPrice", "targetMedianPrice", "totalCash", "totalCashPerShare", "totalDebt", "totalRevenue"]}}, "required": ["financialData"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/4f9428a0-33d4-4309-a6b0-99ef70f81f79/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/stock/profile | Get stock profile information such as company name, descriptions, website, etc... | 200 | Response | {"assetProfile": {"address1": "One Apple Park Way", "city": "Cupertino", "state": "CA", "zip": "95014", "country": "United States", "phone": "408-996-1010", "website": "http://www.apple.com", "industry": "Consumer Electronics", "sector": "Technology", "longBusinessSummary": "Apple Inc. designs, manufactures, and markets smartphones, personal computers, tablets, wearables, and accessories worldwide. It also sells various related services. The company offers iPhone, a line of smartphones; Mac, a line of personal computers; iPad, a line of multi-purpose tablets; and wearables, home, and accessories comprising AirPods, Apple TV, Apple Watch, Beats products, HomePod, iPod touch, and other Apple-branded and third-party accessories. It also provides AppleCare support services; cloud services store services; and operates various platforms, including the App Store, that allow customers to discover and download applications and digital content, such as books, music, video, games, and podcasts. In addition, the company offers various services, such as Apple Arcade, a game subscription service; Apple Music, which offers users a curated listening experience with on-demand radio stations; Apple News+, a subscription news and magazine service; Apple TV+, which offers exclusive original content; Apple Card, a co-branded credit card; and Apple Pay, a cashless payment service, as well as licenses its intellectual property. The company serves consumers, and small and mid-sized businesses; and the education, enterprise, and government markets. It sells and delivers third-party applications for its products through the App Store. The company also sells its products through its retail and online stores, and direct sales force; and third-party cellular network carriers, wholesalers, retailers, and resellers. Apple Inc. was founded in 1977 and is headquartered in Cupertino, California.", "fullTimeEmployees": 147000, "companyOfficers": [{"maxAge": 1, "name": "Mr. Timothy D. Cook", "age": 59, "title": "CEO & Director", "yearBorn": 1961, "fiscalYear": 2020, "totalPay": {"raw": 14769259, "fmt": "14.77M", "longFmt": "14,769,259"}, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Mr. Luca Maestri", "age": 56, "title": "CFO & Sr. VP", "yearBorn": 1964, "fiscalYear": 2020, "totalPay": {"raw": 4595583, "fmt": "4.6M", "longFmt": "4,595,583"}, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Mr. Jeffrey E. Williams", "age": 56, "title": "Chief Operating Officer", "yearBorn": 1964, "fiscalYear": 2020, "totalPay": {"raw": 4594137, "fmt": "4.59M", "longFmt": "4,594,137"}, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Ms. Katherine L. Adams", "age": 56, "title": "Sr. VP, Gen. Counsel & Sec.", "yearBorn": 1964, "fiscalYear": 2020, "totalPay": {"raw": 4591310, "fmt": "4.59M", "longFmt": "4,591,310"}, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Ms. Deirdre O'Brien", "age": 53, "title": "Sr. VP of People & Retail", "yearBorn": 1967, "fiscalYear": 2020, "totalPay": {"raw": 4614684, "fmt": "4.61M", "longFmt": "4,614,684"}, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Mr. Chris Kondo", "title": "Sr. Director of Corp. Accounting", "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Mr. James Wilson", "title": "Chief Technology Officer", "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Ms. Mary Demby", "title": "Chief Information Officer", "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Ms. Nancy Paxton", "title": "Sr. Director of Investor Relations & Treasury", "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Mr. Greg Joswiak", "title": "Sr. VP of Worldwide Marketing", "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}], "auditRisk": 3, "boardRisk": 1, "compensationRisk": 2, "shareHolderRightsRisk": 1, "overallRisk": 1, "governanceEpochDate": 1625097600, "compensationAsOfEpochDate": 1609372800, "maxAge": 86400}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"assetProfile": {"type": "object", "properties": {"address1": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "zip": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "industry": {"type": "string"}, "sector": {"type": "string"}, "longBusinessSummary": {"type": "string"}, "fullTimeEmployees": {"type": "integer"}, "companyOfficers": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "name": {"type": "string"}, "age": {"type": "integer"}, "title": {"type": "string"}, "yearBorn": {"type": "integer"}, "fiscalYear": {"type": "integer"}, "totalPay": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "exercisedValue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "null"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "unexercisedValue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "null"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["exercisedValue", "maxAge", "name", "title", "unexercisedValue"]}}, "auditRisk": {"type": "integer"}, "boardRisk": {"type": "integer"}, "compensationRisk": {"type": "integer"}, "shareHolderRightsRisk": {"type": "integer"}, "overallRisk": {"type": "integer"}, "governanceEpochDate": {"type": "integer"}, "compensationAsOfEpochDate": {"type": "integer"}, "maxAge": {"type": "integer"}}, "required": ["address1", "auditRisk", "boardRisk", "city", "companyOfficers", "compensationAsOfEpochDate", "compensationRisk", "country", "fullTimeEmployees", "governanceEpochDate", "industry", "longBusinessSummary", "maxAge", "overallRisk", "phone", "sector", "shareHolderRightsRisk", "state", "website", "zip"]}}, "required": ["assetProfile"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/b0820626-5b48-4cb9-ba4c-c46b833aab5c/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/stock/institution-ownership | Get stock institution ownership. | 200 | Response | {"institutionOwnership": {"maxAge": 1, "ownershipList": [{"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "Vanguard Group, Inc. (The)", "pctHeld": {"raw": 0.0765, "fmt": "7.65%"}, "position": {"raw": 1264936543, "fmt": "1.26B", "longFmt": "1,264,936,543"}, "value": {"raw": 173245708929, "fmt": "173.25B", "longFmt": "173,245,708,929"}}, {"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "Blackrock Inc.", "pctHeld": {"raw": 0.0622, "fmt": "6.22%"}, "position": {"raw": 1028698316, "fmt": "1.03B", "longFmt": "1,028,698,316"}, "value": {"raw": 140890521359, "fmt": "140.89B", "longFmt": "140,890,521,359"}}, {"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "Berkshire Hathaway, Inc", "pctHeld": {"raw": 0.0537, "fmt": "5.37%"}, "position": {"raw": 887135554, "fmt": "887.14M", "longFmt": "887,135,554"}, "value": {"raw": 121502085475, "fmt": "121.5B", "longFmt": "121,502,085,475"}}, {"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "State Street Corporation", "pctHeld": {"raw": 0.0377, "fmt": "3.77%"}, "position": {"raw": 622579947, "fmt": "622.58M", "longFmt": "622,579,947"}, "value": {"raw": 85268549541, "fmt": "85.27B", "longFmt": "85,268,549,541"}}, {"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "FMR, LLC", "pctHeld": {"raw": 0.0212, "fmt": "2.12%"}, "position": {"raw": 350462986, "fmt": "350.46M", "longFmt": "350,462,986"}, "value": {"raw": 47999410562, "fmt": "48B", "longFmt": "47,999,410,562"}}, {"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "Geode Capital Management, LLC", "pctHeld": {"raw": 0.0154, "fmt": "1.54%"}, "position": {"raw": 254162496, "fmt": "254.16M", "longFmt": "254,162,496"}, "value": {"raw": 34810095452, "fmt": "34.81B", "longFmt": "34,810,095,452"}}, {"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "Northern Trust Corporation", "pctHeld": {"raw": 0.0117, "fmt": "1.17%"}, "position": {"raw": 193253001, "fmt": "193.25M", "longFmt": "193,253,001"}, "value": {"raw": 26467931016, "fmt": "26.47B", "longFmt": "26,467,931,016"}}, {"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "Price (T.Rowe) Associates Inc", "pctHeld": {"raw": 0.0117, "fmt": "1.17%"}, "position": {"raw": 192697039, "fmt": "192.7M", "longFmt": "192,697,039"}, "value": {"raw": 26391786461, "fmt": "26.39B", "longFmt": "26,391,786,461"}}, {"maxAge": 1, "reportDate": {"raw": 1609372800, "fmt": "2020-12-31"}, "organization": "Norges Bank Investment Management", "pctHeld": {"raw": 0.0101, "fmt": "1.01%"}, "position": {"raw": 167580974, "fmt": "167.58M", "longFmt": "167,580,974"}, "value": {"raw": 22236319440, "fmt": "22.24B", "longFmt": "22,236,319,440"}}, {"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "Bank Of New York Mellon Corporation", "pctHeld": {"raw": 0.0093, "fmt": "0.93%"}, "position": {"raw": 153929495, "fmt": "153.93M", "longFmt": "153,929,495"}, "value": {"raw": 21082183635, "fmt": "21.08B", "longFmt": "21,082,183,635"}}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"institutionOwnership": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "ownershipList": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "reportDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "organization": {"type": "string"}, "pctHeld": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "position": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "value": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["maxAge", "organization", "pctHeld", "position", "reportDate", "value"]}}}, "required": ["maxAge", "ownershipList"]}}, "required": ["institutionOwnership"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/a210cdd5-8a55-4d96-b26a-0d54dda1ad7e/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/stock/income-statement | Get stock income statement data. | 200 | Response | {"incomeStatementHistoryQuarterly": {"incomeStatementHistory": [{"maxAge": 1, "endDate": {"raw": 1624665600, "fmt": "2021-06-26"}, "totalRevenue": {"raw": 81434000000, "fmt": "81.43B", "longFmt": "81,434,000,000"}, "costOfRevenue": {"raw": 46179000000, "fmt": "46.18B", "longFmt": "46,179,000,000"}, "grossProfit": {"raw": 35255000000, "fmt": "35.26B", "longFmt": "35,255,000,000"}, "researchDevelopment": {"raw": 5717000000, "fmt": "5.72B", "longFmt": "5,717,000,000"}, "sellingGeneralAdministrative": {"raw": 5412000000, "fmt": "5.41B", "longFmt": "5,412,000,000"}, "nonRecurring": [], "otherOperatingExpenses": [], "totalOperatingExpenses": {"raw": 57308000000, "fmt": "57.31B", "longFmt": "57,308,000,000"}, "operatingIncome": {"raw": 24126000000, "fmt": "24.13B", "longFmt": "24,126,000,000"}, "totalOtherIncomeExpenseNet": {"raw": 243000000, "fmt": "243M", "longFmt": "243,000,000"}, "ebit": {"raw": 24126000000, "fmt": "24.13B", "longFmt": "24,126,000,000"}, "interestExpense": {"raw": -665000000, "fmt": "-665M", "longFmt": "-665,000,000"}, "incomeBeforeTax": {"raw": 24369000000, "fmt": "24.37B", "longFmt": "24,369,000,000"}, "incomeTaxExpense": {"raw": 2625000000, "fmt": "2.62B", "longFmt": "2,625,000,000"}, "minorityInterest": [], "netIncomeFromContinuingOps": {"raw": 21744000000, "fmt": "21.74B", "longFmt": "21,744,000,000"}, "discontinuedOperations": [], "extraordinaryItems": [], "effectOfAccountingCharges": [], "otherItems": [], "netIncome": {"raw": 21744000000, "fmt": "21.74B", "longFmt": "21,744,000,000"}, "netIncomeApplicableToCommonShares": {"raw": 21744000000, "fmt": "21.74B", "longFmt": "21,744,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1616803200, "fmt": "2021-03-27"}, "totalRevenue": {"raw": 89584000000, "fmt": "89.58B", "longFmt": "89,584,000,000"}, "costOfRevenue": {"raw": 51505000000, "fmt": "51.51B", "longFmt": "51,505,000,000"}, "grossProfit": {"raw": 38079000000, "fmt": "38.08B", "longFmt": "38,079,000,000"}, "researchDevelopment": {"raw": 5262000000, "fmt": "5.26B", "longFmt": "5,262,000,000"}, "sellingGeneralAdministrative": {"raw": 5314000000, "fmt": "5.31B", "longFmt": "5,314,000,000"}, "nonRecurring": [], "otherOperatingExpenses": [], "totalOperatingExpenses": {"raw": 62081000000, "fmt": "62.08B", "longFmt": "62,081,000,000"}, "operatingIncome": {"raw": 27503000000, "fmt": "27.5B", "longFmt": "27,503,000,000"}, "totalOtherIncomeExpenseNet": {"raw": 508000000, "fmt": "508M", "longFmt": "508,000,000"}, "ebit": {"raw": 27503000000, "fmt": "27.5B", "longFmt": "27,503,000,000"}, "interestExpense": {"raw": -670000000, "fmt": "-670M", "longFmt": "-670,000,000"}, "incomeBeforeTax": {"raw": 28011000000, "fmt": "28.01B", "longFmt": "28,011,000,000"}, "incomeTaxExpense": {"raw": 4381000000, "fmt": "4.38B", "longFmt": "4,381,000,000"}, "minorityInterest": [], "netIncomeFromContinuingOps": {"raw": 23630000000, "fmt": "23.63B", "longFmt": "23,630,000,000"}, "discontinuedOperations": [], "extraordinaryItems": [], "effectOfAccountingCharges": [], "otherItems": [], "netIncome": {"raw": 23630000000, "fmt": "23.63B", "longFmt": "23,630,000,000"}, "netIncomeApplicableToCommonShares": {"raw": 23630000000, "fmt": "23.63B", "longFmt": "23,630,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1608940800, "fmt": "2020-12-26"}, "totalRevenue": {"raw": 111439000000, "fmt": "111.44B", "longFmt": "111,439,000,000"}, "costOfRevenue": {"raw": 67111000000, "fmt": "67.11B", "longFmt": "67,111,000,000"}, "grossProfit": {"raw": 44328000000, "fmt": "44.33B", "longFmt": "44,328,000,000"}, "researchDevelopment": {"raw": 5163000000, "fmt": "5.16B", "longFmt": "5,163,000,000"}, "sellingGeneralAdministrative": {"raw": 5631000000, "fmt": "5.63B", "longFmt": "5,631,000,000"}, "nonRecurring": [], "otherOperatingExpenses": [], "totalOperatingExpenses": {"raw": 77905000000, "fmt": "77.91B", "longFmt": "77,905,000,000"}, "operatingIncome": {"raw": 33534000000, "fmt": "33.53B", "longFmt": "33,534,000,000"}, "totalOtherIncomeExpenseNet": {"raw": 45000000, "fmt": "45M", "longFmt": "45,000,000"}, "ebit": {"raw": 33534000000, "fmt": "33.53B", "longFmt": "33,534,000,000"}, "interestExpense": {"raw": -638000000, "fmt": "-638M", "longFmt": "-638,000,000"}, "incomeBeforeTax": {"raw": 33579000000, "fmt": "33.58B", "longFmt": "33,579,000,000"}, "incomeTaxExpense": {"raw": 4824000000, "fmt": "4.82B", "longFmt": "4,824,000,000"}, "minorityInterest": [], "netIncomeFromContinuingOps": {"raw": 28755000000, "fmt": "28.75B", "longFmt": "28,755,000,000"}, "discontinuedOperations": [], "extraordinaryItems": [], "effectOfAccountingCharges": [], "otherItems": [], "netIncome": {"raw": 28755000000, "fmt": "28.75B", "longFmt": "28,755,000,000"}, "netIncomeApplicableToCommonShares": {"raw": 28755000000, "fmt": "28.75B", "longFmt": "28,755,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1601078400, "fmt": "2020-09-26"}, "totalRevenue": {"raw": 64698000000, "fmt": "64.7B", "longFmt": "64,698,000,000"}, "costOfRevenue": {"raw": 40009000000, "fmt": "40.01B", "longFmt": "40,009,000,000"}, "grossProfit": {"raw": 24689000000, "fmt": "24.69B", "longFmt": "24,689,000,000"}, "researchDevelopment": {"raw": 4978000000, "fmt": "4.98B", "longFmt": "4,978,000,000"}, "sellingGeneralAdministrative": {"raw": 4936000000, "fmt": "4.94B", "longFmt": "4,936,000,000"}, "nonRecurring": [], "otherOperatingExpenses": [], "totalOperatingExpenses": {"raw": 49923000000, "fmt": "49.92B", "longFmt": "49,923,000,000"}, "operatingIncome": {"raw": 14775000000, "fmt": "14.78B", "longFmt": "14,775,000,000"}, "totalOtherIncomeExpenseNet": {"raw": 126000000, "fmt": "126M", "longFmt": "126,000,000"}, "ebit": {"raw": 14775000000, "fmt": "14.78B", "longFmt": "14,775,000,000"}, "interestExpense": {"raw": -634000000, "fmt": "-634M", "longFmt": "-634,000,000"}, "incomeBeforeTax": {"raw": 14901000000, "fmt": "14.9B", "longFmt": "14,901,000,000"}, "incomeTaxExpense": {"raw": 2228000000, "fmt": "2.23B", "longFmt": "2,228,000,000"}, "minorityInterest": [], "netIncomeFromContinuingOps": {"raw": 12673000000, "fmt": "12.67B", "longFmt": "12,673,000,000"}, "discontinuedOperations": [], "extraordinaryItems": [], "effectOfAccountingCharges": [], "otherItems": [], "netIncome": {"raw": 12673000000, "fmt": "12.67B", "longFmt": "12,673,000,000"}, "netIncomeApplicableToCommonShares": {"raw": 12673000000, "fmt": "12.67B", "longFmt": "12,673,000,000"}}], "maxAge": 86400}, "incomeStatementHistory": {"incomeStatementHistory": [{"maxAge": 1, "endDate": {"raw": 1601078400, "fmt": "2020-09-26"}, "totalRevenue": {"raw": 274515000000, "fmt": "274.51B", "longFmt": "274,515,000,000"}, "costOfRevenue": {"raw": 169559000000, "fmt": "169.56B", "longFmt": "169,559,000,000"}, "grossProfit": {"raw": 104956000000, "fmt": "104.96B", "longFmt": "104,956,000,000"}, "researchDevelopment": {"raw": 18752000000, "fmt": "18.75B", "longFmt": "18,752,000,000"}, "sellingGeneralAdministrative": {"raw": 19916000000, "fmt": "19.92B", "longFmt": "19,916,000,000"}, "nonRecurring": [], "otherOperatingExpenses": [], "totalOperatingExpenses": {"raw": 208227000000, "fmt": "208.23B", "longFmt": "208,227,000,000"}, "operatingIncome": {"raw": 66288000000, "fmt": "66.29B", "longFmt": "66,288,000,000"}, "totalOtherIncomeExpenseNet": {"raw": 803000000, "fmt": "803M", "longFmt": "803,000,000"}, "ebit": {"raw": 66288000000, "fmt": "66.29B", "longFmt": "66,288,000,000"}, "interestExpense": {"raw": -2873000000, "fmt": "-2.87B", "longFmt": "-2,873,000,000"}, "incomeBeforeTax": {"raw": 67091000000, "fmt": "67.09B", "longFmt": "67,091,000,000"}, "incomeTaxExpense": {"raw": 9680000000, "fmt": "9.68B", "longFmt": "9,680,000,000"}, "minorityInterest": [], "netIncomeFromContinuingOps": {"raw": 57411000000, "fmt": "57.41B", "longFmt": "57,411,000,000"}, "discontinuedOperations": [], "extraordinaryItems": [], "effectOfAccountingCharges": [], "otherItems": [], "netIncome": {"raw": 57411000000, "fmt": "57.41B", "longFmt": "57,411,000,000"}, "netIncomeApplicableToCommonShares": {"raw": 57411000000, "fmt": "57.41B", "longFmt": "57,411,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1569628800, "fmt": "2019-09-28"}, "totalRevenue": {"raw": 260174000000, "fmt": "260.17B", "longFmt": "260,174,000,000"}, "costOfRevenue": {"raw": 161782000000, "fmt": "161.78B", "longFmt": "161,782,000,000"}, "grossProfit": {"raw": 98392000000, "fmt": "98.39B", "longFmt": "98,392,000,000"}, "researchDevelopment": {"raw": 16217000000, "fmt": "16.22B", "longFmt": "16,217,000,000"}, "sellingGeneralAdministrative": {"raw": 18245000000, "fmt": "18.25B", "longFmt": "18,245,000,000"}, "nonRecurring": [], "otherOperatingExpenses": [], "totalOperatingExpenses": {"raw": 196244000000, "fmt": "196.24B", "longFmt": "196,244,000,000"}, "operatingIncome": {"raw": 63930000000, "fmt": "63.93B", "longFmt": "63,930,000,000"}, "totalOtherIncomeExpenseNet": {"raw": 1807000000, "fmt": "1.81B", "longFmt": "1,807,000,000"}, "ebit": {"raw": 63930000000, "fmt": "63.93B", "longFmt": "63,930,000,000"}, "interestExpense": {"raw": -3576000000, "fmt": "-3.58B", "longFmt": "-3,576,000,000"}, "incomeBeforeTax": {"raw": 65737000000, "fmt": "65.74B", "longFmt": "65,737,000,000"}, "incomeTaxExpense": {"raw": 10481000000, "fmt": "10.48B", "longFmt": "10,481,000,000"}, "minorityInterest": [], "netIncomeFromContinuingOps": {"raw": 55256000000, "fmt": "55.26B", "longFmt": "55,256,000,000"}, "discontinuedOperations": [], "extraordinaryItems": [], "effectOfAccountingCharges": [], "otherItems": [], "netIncome": {"raw": 55256000000, "fmt": "55.26B", "longFmt": "55,256,000,000"}, "netIncomeApplicableToCommonShares": {"raw": 55256000000, "fmt": "55.26B", "longFmt": "55,256,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1538179200, "fmt": "2018-09-29"}, "totalRevenue": {"raw": 265595000000, "fmt": "265.6B", "longFmt": "265,595,000,000"}, "costOfRevenue": {"raw": 163756000000, "fmt": "163.76B", "longFmt": "163,756,000,000"}, "grossProfit": {"raw": 101839000000, "fmt": "101.84B", "longFmt": "101,839,000,000"}, "researchDevelopment": {"raw": 14236000000, "fmt": "14.24B", "longFmt": "14,236,000,000"}, "sellingGeneralAdministrative": {"raw": 16705000000, "fmt": "16.7B", "longFmt": "16,705,000,000"}, "nonRecurring": [], "otherOperatingExpenses": [], "totalOperatingExpenses": {"raw": 194697000000, "fmt": "194.7B", "longFmt": "194,697,000,000"}, "operatingIncome": {"raw": 70898000000, "fmt": "70.9B", "longFmt": "70,898,000,000"}, "totalOtherIncomeExpenseNet": {"raw": 2005000000, "fmt": "2B", "longFmt": "2,005,000,000"}, "ebit": {"raw": 70898000000, "fmt": "70.9B", "longFmt": "70,898,000,000"}, "interestExpense": {"raw": -3240000000, "fmt": "-3.24B", "longFmt": "-3,240,000,000"}, "incomeBeforeTax": {"raw": 72903000000, "fmt": "72.9B", "longFmt": "72,903,000,000"}, "incomeTaxExpense": {"raw": 13372000000, "fmt": "13.37B", "longFmt": "13,372,000,000"}, "minorityInterest": [], "netIncomeFromContinuingOps": {"raw": 59531000000, "fmt": "59.53B", "longFmt": "59,531,000,000"}, "discontinuedOperations": [], "extraordinaryItems": [], "effectOfAccountingCharges": [], "otherItems": [], "netIncome": {"raw": 59531000000, "fmt": "59.53B", "longFmt": "59,531,000,000"}, "netIncomeApplicableToCommonShares": {"raw": 59531000000, "fmt": "59.53B", "longFmt": "59,531,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1506729600, "fmt": "2017-09-30"}, "totalRevenue": {"raw": 229234000000, "fmt": "229.23B", "longFmt": "229,234,000,000"}, "costOfRevenue": {"raw": 141048000000, "fmt": "141.05B", "longFmt": "141,048,000,000"}, "grossProfit": {"raw": 88186000000, "fmt": "88.19B", "longFmt": "88,186,000,000"}, "researchDevelopment": {"raw": 11581000000, "fmt": "11.58B", "longFmt": "11,581,000,000"}, "sellingGeneralAdministrative": {"raw": 15261000000, "fmt": "15.26B", "longFmt": "15,261,000,000"}, "nonRecurring": [], "otherOperatingExpenses": [], "totalOperatingExpenses": {"raw": 167890000000, "fmt": "167.89B", "longFmt": "167,890,000,000"}, "operatingIncome": {"raw": 61344000000, "fmt": "61.34B", "longFmt": "61,344,000,000"}, "totalOtherIncomeExpenseNet": {"raw": 2745000000, "fmt": "2.75B", "longFmt": "2,745,000,000"}, "ebit": {"raw": 61344000000, "fmt": "61.34B", "longFmt": "61,344,000,000"}, "interestExpense": {"raw": -2323000000, "fmt": "-2.32B", "longFmt": "-2,323,000,000"}, "incomeBeforeTax": {"raw": 64089000000, "fmt": "64.09B", "longFmt": "64,089,000,000"}, "incomeTaxExpense": {"raw": 15738000000, "fmt": "15.74B", "longFmt": "15,738,000,000"}, "minorityInterest": [], "netIncomeFromContinuingOps": {"raw": 48351000000, "fmt": "48.35B", "longFmt": "48,351,000,000"}, "discontinuedOperations": [], "extraordinaryItems": [], "effectOfAccountingCharges": [], "otherItems": [], "netIncome": {"raw": 48351000000, "fmt": "48.35B", "longFmt": "48,351,000,000"}, "netIncomeApplicableToCommonShares": {"raw": 48351000000, "fmt": "48.35B", "longFmt": "48,351,000,000"}}], "maxAge": 86400}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"incomeStatementHistoryQuarterly": {"type": "object", "properties": {"incomeStatementHistory": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "endDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "totalRevenue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "costOfRevenue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "grossProfit": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "researchDevelopment": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "sellingGeneralAdministrative": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "nonRecurring": {"type": "array"}, "otherOperatingExpenses": {"type": "array"}, "totalOperatingExpenses": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "operatingIncome": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalOtherIncomeExpenseNet": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "ebit": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "interestExpense": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "incomeBeforeTax": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "incomeTaxExpense": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "minorityInterest": {"type": "array"}, "netIncomeFromContinuingOps": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "discontinuedOperations": {"type": "array"}, "extraordinaryItems": {"type": "array"}, "effectOfAccountingCharges": {"type": "array"}, "otherItems": {"type": "array"}, "netIncome": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "netIncomeApplicableToCommonShares": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["costOfRevenue", "discontinuedOperations", "ebit", "effectOfAccountingCharges", "endDate", "extraordinaryItems", "grossProfit", "incomeBeforeTax", "incomeTaxExpense", "interestExpense", "maxAge", "minorityInterest", "netIncome", "netIncomeApplicableToCommonShares", "netIncomeFromContinuingOps", "nonRecurring", "operatingIncome", "otherItems", "otherOperatingExpenses", "researchDevelopment", "sellingGeneralAdministrative", "totalOperatingExpenses", "totalOtherIncomeExpenseNet", "totalRevenue"]}}, "maxAge": {"type": "integer"}}, "required": ["incomeStatementHistory", "maxAge"]}, "incomeStatementHistory": {"type": "object", "properties": {"incomeStatementHistory": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "endDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "totalRevenue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "costOfRevenue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "grossProfit": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "researchDevelopment": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "sellingGeneralAdministrative": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "nonRecurring": {"type": "array"}, "otherOperatingExpenses": {"type": "array"}, "totalOperatingExpenses": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "operatingIncome": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalOtherIncomeExpenseNet": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "ebit": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "interestExpense": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "incomeBeforeTax": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "incomeTaxExpense": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "minorityInterest": {"type": "array"}, "netIncomeFromContinuingOps": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "discontinuedOperations": {"type": "array"}, "extraordinaryItems": {"type": "array"}, "effectOfAccountingCharges": {"type": "array"}, "otherItems": {"type": "array"}, "netIncome": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "netIncomeApplicableToCommonShares": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["costOfRevenue", "discontinuedOperations", "ebit", "effectOfAccountingCharges", "endDate", "extraordinaryItems", "grossProfit", "incomeBeforeTax", "incomeTaxExpense", "interestExpense", "maxAge", "minorityInterest", "netIncome", "netIncomeApplicableToCommonShares", "netIncomeFromContinuingOps", "nonRecurring", "operatingIncome", "otherItems", "otherOperatingExpenses", "researchDevelopment", "sellingGeneralAdministrative", "totalOperatingExpenses", "totalOtherIncomeExpenseNet", "totalRevenue"]}}, "maxAge": {"type": "integer"}}, "required": ["incomeStatementHistory", "maxAge"]}}, "required": ["incomeStatementHistory", "incomeStatementHistoryQuarterly"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/1889a62b-d66f-4fe0-90e3-31e7e429eb0a/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/stock/insider-transactions | Get stock insider transactions history. | 200 | Response | {"insiderTransactions": {"transactions": [{"maxAge": 1, "shares": {"raw": 2386440, "fmt": "2.39M", "longFmt": "2,386,440"}, "value": {"raw": 354568479, "fmt": "354.57M", "longFmt": "354,568,479"}, "filerUrl": "", "transactionText": "Sale at price 148.30 - 149.97 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1629849600, "fmt": "2021-08-25"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 5040000, "fmt": "5.04M", "longFmt": "5,040,000"}, "filerUrl": "", "transactionText": "", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1629763200, "fmt": "2021-08-24"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 70000, "fmt": "70k", "longFmt": "70,000"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1629417600, "fmt": "2021-08-20"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 14877, "fmt": "14.88k", "longFmt": "14,877"}, "value": {"raw": 2171893, "fmt": "2.17M", "longFmt": "2,171,893"}, "filerUrl": "", "transactionText": "Sale at price 145.99 per share.", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1628208000, "fmt": "2021-08-06"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 31896, "fmt": "31.9k", "longFmt": "31,896"}, "filerUrl": "", "transactionText": "", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1628121600, "fmt": "2021-08-05"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17000, "fmt": "17k", "longFmt": "17,000"}, "value": {"raw": 2480048, "fmt": "2.48M", "longFmt": "2,480,048"}, "filerUrl": "", "transactionText": "Sale at price 145.83 - 146.50 per share.", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1627862400, "fmt": "2021-08-02"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 4010, "fmt": "4.01k", "longFmt": "4,010"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1620950400, "fmt": "2021-05-14"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17000, "fmt": "17k", "longFmt": "17,000"}, "value": {"raw": 2257631, "fmt": "2.26M", "longFmt": "2,257,631"}, "filerUrl": "", "transactionText": "Sale at price 132.57 - 133.93 per share.", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1620000000, "fmt": "2021-05-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 121072, "fmt": "121.07k", "longFmt": "121,072"}, "value": {"raw": 16079338, "fmt": "16.08M", "longFmt": "16,079,338"}, "filerUrl": "", "transactionText": "Sale at price 132.58 - 133.93 per share.", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1620000000, "fmt": "2021-05-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 18216, "fmt": "18.22k", "longFmt": "18,216"}, "value": {"raw": 2441126, "fmt": "2.44M", "longFmt": "2,441,126"}, "filerUrl": "", "transactionText": "Sale at price 134.01 per share.", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1618531200, "fmt": "2021-04-16"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17603, "fmt": "17.6k", "longFmt": "17,603"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1618444800, "fmt": "2021-04-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 38908, "fmt": "38.91k", "longFmt": "38,908"}, "filerUrl": "", "transactionText": "", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1618444800, "fmt": "2021-04-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 133867, "fmt": "133.87k", "longFmt": "133,867"}, "value": {"raw": 16832437, "fmt": "16.83M", "longFmt": "16,832,437"}, "filerUrl": "", "transactionText": "Sale at price 125.74 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1617580800, "fmt": "2021-04-05"}, "ownership": "I"}, {"maxAge": 1, "shares": {"raw": 59068, "fmt": "59.07k", "longFmt": "59,068"}, "filerUrl": "", "transactionText": "", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1617235200, "fmt": "2021-04-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 257348, "fmt": "257.35k", "longFmt": "257,348"}, "filerUrl": "", "transactionText": "", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1617235200, "fmt": "2021-04-01"}, "ownership": "I"}, {"maxAge": 1, "shares": {"raw": 257348, "fmt": "257.35k", "longFmt": "257,348"}, "filerUrl": "", "transactionText": "", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1617235200, "fmt": "2021-04-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 3416, "fmt": "3.42k", "longFmt": "3,416"}, "value": {"raw": 463210, "fmt": "463.21k", "longFmt": "463,210"}, "filerUrl": "", "transactionText": "Sale at price 135.60 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1612224000, "fmt": "2021-02-02"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 3416, "fmt": "3.42k", "longFmt": "3,416"}, "filerUrl": "", "transactionText": "", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 3416, "fmt": "3.42k", "longFmt": "3,416"}, "filerUrl": "", "transactionText": "", "filerName": "SUGAR RONALD D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 3416, "fmt": "3.42k", "longFmt": "3,416"}, "filerUrl": "", "transactionText": "", "filerName": "WAGNER SUSAN L", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 3416, "fmt": "3.42k", "longFmt": "3,416"}, "filerUrl": "", "transactionText": "", "filerName": "JUNG ANDREA", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "ownership": "I"}, {"maxAge": 1, "shares": {"raw": 3416, "fmt": "3.42k", "longFmt": "3,416"}, "filerUrl": "", "transactionText": "", "filerName": "BELL JAMES A", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 281, "fmt": "281", "longFmt": "281"}, "filerUrl": "", "transactionText": "", "filerName": "LOZANO MONICA C.", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 3416, "fmt": "3.42k", "longFmt": "3,416"}, "filerUrl": "", "transactionText": "", "filerName": "GORE ALBERT A JR", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17000, "fmt": "17k", "longFmt": "17,000"}, "value": {"raw": 2273749, "fmt": "2.27M", "longFmt": "2,273,749"}, "filerUrl": "", "transactionText": "Sale at price 131.79 - 134.56 per share.", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 408, "fmt": "408", "longFmt": "408"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1606867200, "fmt": "2020-12-02"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 57480, "fmt": "57.48k", "longFmt": "57,480"}, "filerUrl": "", "transactionText": "", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1605225600, "fmt": "2020-11-13"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17000, "fmt": "17k", "longFmt": "17,000"}, "value": {"raw": 1877109, "fmt": "1.88M", "longFmt": "1,877,109"}, "filerUrl": "", "transactionText": "Sale at price 109.22 - 110.99 per share.", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1604361600, "fmt": "2020-11-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 14840, "fmt": "14.84k", "longFmt": "14,840"}, "value": {"raw": 1800686, "fmt": "1.8M", "longFmt": "1,800,686"}, "filerUrl": "", "transactionText": "Sale at price 121.34 per share.", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1602806400, "fmt": "2020-10-16"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 31200, "fmt": "31.2k", "longFmt": "31,200"}, "value": {"raw": 3737869, "fmt": "3.74M", "longFmt": "3,737,869"}, "filerUrl": "", "transactionText": "Sale at price 119.58 - 120.14 per share.", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1602806400, "fmt": "2020-10-16"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 23652, "fmt": "23.65k", "longFmt": "23,652"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1602720000, "fmt": "2020-10-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 66532, "fmt": "66.53k", "longFmt": "66,532"}, "filerUrl": "", "transactionText": "", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1602720000, "fmt": "2020-10-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 243431, "fmt": "243.43k", "longFmt": "243,431"}, "value": {"raw": 28454650, "fmt": "28.45M", "longFmt": "28,454,650"}, "filerUrl": "", "transactionText": "Sale at price 116.89 per share.", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1602201600, "fmt": "2020-10-09"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 257343, "fmt": "257.34k", "longFmt": "257,343"}, "value": {"raw": 29232596, "fmt": "29.23M", "longFmt": "29,232,596"}, "filerUrl": "", "transactionText": "Sale at price 113.52 - 114.19 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1601596800, "fmt": "2020-10-02"}, "ownership": "I"}, {"maxAge": 1, "shares": {"raw": 459856, "fmt": "459.86k", "longFmt": "459,856"}, "filerUrl": "", "transactionText": "", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1601510400, "fmt": "2020-10-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 519080, "fmt": "519.08k", "longFmt": "519,080"}, "filerUrl": "", "transactionText": "", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1601510400, "fmt": "2020-10-01"}, "ownership": "I"}, {"maxAge": 1, "shares": {"raw": 519080, "fmt": "519.08k", "longFmt": "519,080"}, "filerUrl": "", "transactionText": "", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1601510400, "fmt": "2020-10-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 265160, "fmt": "265.16k", "longFmt": "265,160"}, "value": {"raw": 131761779, "fmt": "131.76M", "longFmt": "131,761,779"}, "filerUrl": "", "transactionText": "Sale at price 493.50 - 500.11 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1598313600, "fmt": "2020-08-25"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 560000, "fmt": "560k", "longFmt": "560,000"}, "filerUrl": "", "transactionText": "", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1598227200, "fmt": "2020-08-24"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 10715, "fmt": "10.71k", "longFmt": "10,715"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1597881600, "fmt": "2020-08-20"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 4491, "fmt": "4.49k", "longFmt": "4,491"}, "value": {"raw": 1372539, "fmt": "1.37M", "longFmt": "1,372,539"}, "filerUrl": "", "transactionText": "Sale at price 305.62 per share.", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1588896000, "fmt": "2020-05-08"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 9590, "fmt": "9.59k", "longFmt": "9,590"}, "value": {"raw": 469389, "fmt": "469.39k", "longFmt": "469,389"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 48.95 per share.", "filerName": "JUNG ANDREA", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1588032000, "fmt": "2020-04-28"}, "ownership": "I"}, {"maxAge": 1, "shares": {"raw": 9137, "fmt": "9.14k", "longFmt": "9,137"}, "value": {"raw": 2605141, "fmt": "2.61M", "longFmt": "2,605,141"}, "filerUrl": "", "transactionText": "Sale at price 283.82 - 286.82 per share.", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1586995200, "fmt": "2020-04-16"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 5916, "fmt": "5.92k", "longFmt": "5,916"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1586908800, "fmt": "2020-04-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 16634, "fmt": "16.63k", "longFmt": "16,634"}, "filerUrl": "", "transactionText": "", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1586908800, "fmt": "2020-04-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 41062, "fmt": "41.06k", "longFmt": "41,062"}, "value": {"raw": 10858445, "fmt": "10.86M", "longFmt": "10,858,445"}, "filerUrl": "", "transactionText": "Sale at price 260.10 - 269.44 per share.", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1586217600, "fmt": "2020-04-07"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 41062, "fmt": "41.06k", "longFmt": "41,062"}, "value": {"raw": 9914186, "fmt": "9.91M", "longFmt": "9,914,186"}, "filerUrl": "", "transactionText": "Sale at price 238.03 - 244.98 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1585785600, "fmt": "2020-04-02"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 85678, "fmt": "85.68k", "longFmt": "85,678"}, "filerUrl": "", "transactionText": "", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1585699200, "fmt": "2020-04-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 85678, "fmt": "85.68k", "longFmt": "85,678"}, "filerUrl": "", "transactionText": "", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1585699200, "fmt": "2020-04-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1429, "fmt": "1.43k", "longFmt": "1,429"}, "value": {"raw": 434573, "fmt": "434.57k", "longFmt": "434,573"}, "filerUrl": "", "transactionText": "Sale at price 304.11 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1580688000, "fmt": "2020-02-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1429, "fmt": "1.43k", "longFmt": "1,429"}, "filerUrl": "", "transactionText": "", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1580428800, "fmt": "2020-01-31"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1429, "fmt": "1.43k", "longFmt": "1,429"}, "filerUrl": "", "transactionText": "", "filerName": "SUGAR RONALD D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1580428800, "fmt": "2020-01-31"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1429, "fmt": "1.43k", "longFmt": "1,429"}, "filerUrl": "", "transactionText": "", "filerName": "WAGNER SUSAN L", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1580428800, "fmt": "2020-01-31"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1429, "fmt": "1.43k", "longFmt": "1,429"}, "filerUrl": "", "transactionText": "", "filerName": "JUNG ANDREA", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1580428800, "fmt": "2020-01-31"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1429, "fmt": "1.43k", "longFmt": "1,429"}, "filerUrl": "", "transactionText": "", "filerName": "BELL JAMES A", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1580428800, "fmt": "2020-01-31"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1429, "fmt": "1.43k", "longFmt": "1,429"}, "filerUrl": "", "transactionText": "", "filerName": "GORE ALBERT A JR", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1580428800, "fmt": "2020-01-31"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 32889, "fmt": "32.89k", "longFmt": "32,889"}, "value": {"raw": 949081, "fmt": "949.08k", "longFmt": "949,081"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 28.86 per share.", "filerName": "GORE ALBERT A JR", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1580083200, "fmt": "2020-01-27"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 6880, "fmt": "6.88k", "longFmt": "6,880"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1577404800, "fmt": "2019-12-27"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 14370, "fmt": "14.37k", "longFmt": "14,370"}, "filerUrl": "", "transactionText": "", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1573603200, "fmt": "2019-11-13"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 37394, "fmt": "37.39k", "longFmt": "37,394"}, "value": {"raw": 9639799, "fmt": "9.64M", "longFmt": "9,639,799"}, "filerUrl": "", "transactionText": "Sale at price 257.79 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1572912000, "fmt": "2019-11-05"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 37394, "fmt": "37.39k", "longFmt": "37,394"}, "value": {"raw": 1079082, "fmt": "1.08M", "longFmt": "1,079,082"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 28.86 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1572912000, "fmt": "2019-11-05"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 3932, "fmt": "3.93k", "longFmt": "3,932"}, "value": {"raw": 917178, "fmt": "917.18k", "longFmt": "917,178"}, "filerUrl": "", "transactionText": "Sale at price 233.26 per share.", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1571184000, "fmt": "2019-10-16"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 12459, "fmt": "12.46k", "longFmt": "12,459"}, "value": {"raw": 2915904, "fmt": "2.92M", "longFmt": "2,915,904"}, "filerUrl": "", "transactionText": "Sale at price 234.04 per share.", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1571184000, "fmt": "2019-10-16"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 6915, "fmt": "6.92k", "longFmt": "6,915"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1571097600, "fmt": "2019-10-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 23967, "fmt": "23.97k", "longFmt": "23,967"}, "filerUrl": "", "transactionText": "", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1571097600, "fmt": "2019-10-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 61659, "fmt": "61.66k", "longFmt": "61,659"}, "value": {"raw": 14081680, "fmt": "14.08M", "longFmt": "14,081,680"}, "filerUrl": "", "transactionText": "Sale at price 226.58 - 229.34 per share.", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1570406400, "fmt": "2019-10-07"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 67554, "fmt": "67.55k", "longFmt": "67,554"}, "value": {"raw": 14797004, "fmt": "14.8M", "longFmt": "14,797,004"}, "filerUrl": "", "transactionText": "Sale at price 218.62 - 219.28 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1569974400, "fmt": "2019-10-02"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 129308, "fmt": "129.31k", "longFmt": "129,308"}, "filerUrl": "", "transactionText": "", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1569888000, "fmt": "2019-10-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 129308, "fmt": "129.31k", "longFmt": "129,308"}, "filerUrl": "", "transactionText": "", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1569888000, "fmt": "2019-10-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 265160, "fmt": "265.16k", "longFmt": "265,160"}, "value": {"raw": 54667179, "fmt": "54.67M", "longFmt": "54,667,179"}, "filerUrl": "", "transactionText": "Sale at price 205.75 - 207.13 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1566777600, "fmt": "2019-08-26"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 560000, "fmt": "560k", "longFmt": "560,000"}, "filerUrl": "", "transactionText": "", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1566518400, "fmt": "2019-08-23"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 23700, "fmt": "23.7k", "longFmt": "23,700"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1566432000, "fmt": "2019-08-22"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17500, "fmt": "17.5k", "longFmt": "17,500"}, "value": {"raw": 3529575, "fmt": "3.53M", "longFmt": "3,529,575"}, "filerUrl": "", "transactionText": "Sale at price 201.69 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1565568000, "fmt": "2019-08-12"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17500, "fmt": "17.5k", "longFmt": "17,500"}, "value": {"raw": 416950, "fmt": "416.95k", "longFmt": "416,950"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 23.83 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1565568000, "fmt": "2019-08-12"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1177, "fmt": "1.18k", "longFmt": "1,177"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "BELL JAMES A", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1564704000, "fmt": "2019-08-02"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17500, "fmt": "17.5k", "longFmt": "17,500"}, "value": {"raw": 3745350, "fmt": "3.75M", "longFmt": "3,745,350"}, "filerUrl": "", "transactionText": "Sale at price 214.02 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1564617600, "fmt": "2019-08-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17500, "fmt": "17.5k", "longFmt": "17,500"}, "value": {"raw": 416950, "fmt": "416.95k", "longFmt": "416,950"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 23.83 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1564617600, "fmt": "2019-08-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 4376, "fmt": "4.38k", "longFmt": "4,376"}, "value": {"raw": 951635, "fmt": "951.63k", "longFmt": "951,635"}, "filerUrl": "", "transactionText": "Sale at price 217.47 per share.", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1564617600, "fmt": "2019-08-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 35000, "fmt": "35k", "longFmt": "35,000"}, "value": {"raw": 7380100, "fmt": "7.38M", "longFmt": "7,380,100"}, "filerUrl": "", "transactionText": "Sale at price 210.86 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1556841600, "fmt": "2019-05-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 35000, "fmt": "35k", "longFmt": "35,000"}, "value": {"raw": 833900, "fmt": "833.9k", "longFmt": "833,900"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 23.83 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1556841600, "fmt": "2019-05-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 56411, "fmt": "56.41k", "longFmt": "56,411"}, "value": {"raw": 11866355, "fmt": "11.87M", "longFmt": "11,866,355"}, "filerUrl": "", "transactionText": "Sale at price 208.99 - 212.46 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1556755200, "fmt": "2019-05-02"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 6917, "fmt": "6.92k", "longFmt": "6,917"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1555286400, "fmt": "2019-04-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 23970, "fmt": "23.97k", "longFmt": "23,970"}, "filerUrl": "", "transactionText": "", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1555286400, "fmt": "2019-04-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 51138, "fmt": "51.14k", "longFmt": "51,138"}, "value": {"raw": 10054242, "fmt": "10.05M", "longFmt": "10,054,242"}, "filerUrl": "", "transactionText": "Sale at price 196.61 per share.", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1554422400, "fmt": "2019-04-05"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 105400, "fmt": "105.4k", "longFmt": "105,400"}, "filerUrl": "", "transactionText": "", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1554076800, "fmt": "2019-04-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 105400, "fmt": "105.4k", "longFmt": "105,400"}, "filerUrl": "", "transactionText": "", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1554076800, "fmt": "2019-04-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 471, "fmt": "471", "longFmt": "471"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1550534400, "fmt": "2019-02-19"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1521, "fmt": "1.52k", "longFmt": "1,521"}, "filerUrl": "", "transactionText": "", "filerName": "IGER ROBERT A", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548979200, "fmt": "2019-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1521, "fmt": "1.52k", "longFmt": "1,521"}, "value": {"raw": 255087, "fmt": "255.09k", "longFmt": "255,087"}, "filerUrl": "", "transactionText": "Sale at price 167.71 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548979200, "fmt": "2019-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1521, "fmt": "1.52k", "longFmt": "1,521"}, "filerUrl": "", "transactionText": "", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548979200, "fmt": "2019-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1521, "fmt": "1.52k", "longFmt": "1,521"}, "filerUrl": "", "transactionText": "", "filerName": "SUGAR RONALD D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548979200, "fmt": "2019-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1521, "fmt": "1.52k", "longFmt": "1,521"}, "filerUrl": "", "transactionText": "", "filerName": "WAGNER SUSAN L", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548979200, "fmt": "2019-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1521, "fmt": "1.52k", "longFmt": "1,521"}, "filerUrl": "", "transactionText": "", "filerName": "JUNG ANDREA", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548979200, "fmt": "2019-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1521, "fmt": "1.52k", "longFmt": "1,521"}, "filerUrl": "", "transactionText": "", "filerName": "BELL JAMES A", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548979200, "fmt": "2019-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1521, "fmt": "1.52k", "longFmt": "1,521"}, "filerUrl": "", "transactionText": "", "filerName": "GORE ALBERT A JR", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548979200, "fmt": "2019-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 35000, "fmt": "35k", "longFmt": "35,000"}, "value": {"raw": 508098, "fmt": "508.1k", "longFmt": "508,098"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 14.52 per share.", "filerName": "GORE ALBERT A JR", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548288000, "fmt": "2019-01-24"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 3408, "fmt": "3.41k", "longFmt": "3,408"}, "value": {"raw": 647520, "fmt": "647.52k", "longFmt": "647,520"}, "filerUrl": "", "transactionText": "Sale at price 190.00 per share.", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1542585600, "fmt": "2018-11-19"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 14371, "fmt": "14.37k", "longFmt": "14,371"}, "filerUrl": "", "transactionText": "", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1542067200, "fmt": "2018-11-13"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 6800, "fmt": "6.8k", "longFmt": "6,800"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1539561600, "fmt": "2018-10-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 64194, "fmt": "64.19k", "longFmt": "64,194"}, "value": {"raw": 14821664, "fmt": "14.82M", "longFmt": "14,821,664"}, "filerUrl": "", "transactionText": "Sale at price 227.96 - 232.66 per share.", "filerName": "AHRENDTS ANGELA J COUCH", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1538697600, "fmt": "2018-10-05"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 100245, "fmt": "100.25k", "longFmt": "100,245"}, "value": {"raw": 22912178, "fmt": "22.91M", "longFmt": "22,912,178"}, "filerUrl": "", "transactionText": "Sale at price 227.69 - 231.48 per share.", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1538611200, "fmt": "2018-10-04"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 61998, "fmt": "62k", "longFmt": "61,998"}, "value": {"raw": 14403787, "fmt": "14.4M", "longFmt": "14,403,787"}, "filerUrl": "", "transactionText": "Sale at price 232.19 - 232.70 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1538524800, "fmt": "2018-10-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 130528, "fmt": "130.53k", "longFmt": "130,528"}, "filerUrl": "", "transactionText": "", "filerName": "AHRENDTS ANGELA J COUCH", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1538352000, "fmt": "2018-10-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 130528, "fmt": "130.53k", "longFmt": "130,528"}, "filerUrl": "", "transactionText": "", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1538352000, "fmt": "2018-10-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 130528, "fmt": "130.53k", "longFmt": "130,528"}, "filerUrl": "", "transactionText": "", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1538352000, "fmt": "2018-10-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 265160, "fmt": "265.16k", "longFmt": "265,160"}, "value": {"raw": 57748442, "fmt": "57.75M", "longFmt": "57,748,442"}, "filerUrl": "", "transactionText": "Sale at price 216.96 - 218.54 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1535328000, "fmt": "2018-08-27"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 560000, "fmt": "560k", "longFmt": "560,000"}, "filerUrl": "", "transactionText": "", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1535068800, "fmt": "2018-08-24"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 23215, "fmt": "23.21k", "longFmt": "23,215"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1534809600, "fmt": "2018-08-21"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 14140, "fmt": "14.14k", "longFmt": "14,140"}, "value": {"raw": 3039838, "fmt": "3.04M", "longFmt": "3,039,838"}, "filerUrl": "", "transactionText": "Sale at price 214.50 - 215.50 per share.", "filerName": "SROUJI JOHNY", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1534464000, "fmt": "2018-08-17"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 675, "fmt": "675", "longFmt": "675"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1534291200, "fmt": "2018-08-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 47796, "fmt": "47.8k", "longFmt": "47,796"}, "value": {"raw": 9917670, "fmt": "9.92M", "longFmt": "9,917,670"}, "filerUrl": "", "transactionText": "Sale at price 207.50 per share.", "filerName": "FEDERIGHI CRAIG M", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1533772800, "fmt": "2018-08-09"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 15652, "fmt": "15.65k", "longFmt": "15,652"}, "value": {"raw": 3237714, "fmt": "3.24M", "longFmt": "3,237,714"}, "filerUrl": "", "transactionText": "Sale at price 205.29 - 207.72 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1533686400, "fmt": "2018-08-08"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 35000, "fmt": "35k", "longFmt": "35,000"}, "value": {"raw": 7236000, "fmt": "7.24M", "longFmt": "7,236,000"}, "filerUrl": "", "transactionText": "Sale at price 206.58 - 206.96 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1533254400, "fmt": "2018-08-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 35000, "fmt": "35k", "longFmt": "35,000"}, "value": {"raw": 896598, "fmt": "896.6k", "longFmt": "896,598"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 25.62 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1533254400, "fmt": "2018-08-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 15652, "fmt": "15.65k", "longFmt": "15,652"}, "value": {"raw": 2976664, "fmt": "2.98M", "longFmt": "2,976,664"}, "filerUrl": "", "transactionText": "Sale at price 190.14 - 190.53 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1531094400, "fmt": "2018-07-09"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 6568, "fmt": "6.57k", "longFmt": "6,568"}, "value": {"raw": 1240104, "fmt": "1.24M", "longFmt": "1,240,104"}, "filerUrl": "", "transactionText": "Sale at price 188.81 per share.", "filerName": "AHRENDTS ANGELA J COUCH", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1529020800, "fmt": "2018-06-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 13132, "fmt": "13.13k", "longFmt": "13,132"}, "filerUrl": "", "transactionText": "", "filerName": "AHRENDTS ANGELA J COUCH", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1528934400, "fmt": "2018-06-14"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 15653, "fmt": "15.65k", "longFmt": "15,653"}, "value": {"raw": 2988851, "fmt": "2.99M", "longFmt": "2,988,851"}, "filerUrl": "", "transactionText": "Sale at price 190.52 - 191.96 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1528416000, "fmt": "2018-06-08"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 4769, "fmt": "4.77k", "longFmt": "4,769"}, "value": {"raw": 903928, "fmt": "903.93k", "longFmt": "903,928"}, "filerUrl": "", "transactionText": "Sale at price 188.01 - 189.86 per share.", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1527811200, "fmt": "2018-06-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 9550, "fmt": "9.55k", "longFmt": "9,550"}, "filerUrl": "", "transactionText": "", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1527552000, "fmt": "2018-05-29"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 14976, "fmt": "14.98k", "longFmt": "14,976"}, "value": {"raw": 2811594, "fmt": "2.81M", "longFmt": "2,811,594"}, "filerUrl": "", "transactionText": "Sale at price 187.74 per share.", "filerName": "SROUJI JOHNY", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1527033600, "fmt": "2018-05-23"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17372, "fmt": "17.37k", "longFmt": "17,372"}, "value": {"raw": 3259604, "fmt": "3.26M", "longFmt": "3,259,604"}, "filerUrl": "", "transactionText": "Sale at price 187.15 - 188.68 per share.", "filerName": "RICCIO DANIEL J JR", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1526515200, "fmt": "2018-05-17"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 4867, "fmt": "4.87k", "longFmt": "4,867"}, "value": {"raw": 910129, "fmt": "910.13k", "longFmt": "910,129"}, "filerUrl": "", "transactionText": "Sale at price 187.00 per share.", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1526428800, "fmt": "2018-05-16"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 14371, "fmt": "14.37k", "longFmt": "14,371"}, "filerUrl": "", "transactionText": "", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1525996800, "fmt": "2018-05-11"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 35000, "fmt": "35k", "longFmt": "35,000"}, "value": {"raw": 6509650, "fmt": "6.51M", "longFmt": "6,509,650"}, "filerUrl": "", "transactionText": "Sale at price 185.99 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1525824000, "fmt": "2018-05-09"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 35000, "fmt": "35k", "longFmt": "35,000"}, "value": {"raw": 896598, "fmt": "896.6k", "longFmt": "896,598"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 25.62 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1525824000, "fmt": "2018-05-09"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 15653, "fmt": "15.65k", "longFmt": "15,653"}, "value": {"raw": 2898551, "fmt": "2.9M", "longFmt": "2,898,551"}, "filerUrl": "", "transactionText": "Sale at price 184.52 - 186.00 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1525737600, "fmt": "2018-05-08"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 38228, "fmt": "38.23k", "longFmt": "38,228"}, "value": {"raw": 6748833, "fmt": "6.75M", "longFmt": "6,748,833"}, "filerUrl": "", "transactionText": "Sale at price 175.68 - 178.17 per share.", "filerName": "AHRENDTS ANGELA J COUCH", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1525392000, "fmt": "2018-05-04"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 11395, "fmt": "11.39k", "longFmt": "11,395"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "AHRENDTS ANGELA J COUCH", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1525305600, "fmt": "2018-05-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 39122, "fmt": "39.12k", "longFmt": "39,122"}, "value": {"raw": 6832932, "fmt": "6.83M", "longFmt": "6,832,932"}, "filerUrl": "", "transactionText": "Sale at price 174.65 - 174.90 per share.", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1523577600, "fmt": "2018-04-13"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 6803, "fmt": "6.8k", "longFmt": "6,803"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1523577600, "fmt": "2018-04-13"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 20591, "fmt": "20.59k", "longFmt": "20,591"}, "filerUrl": "", "transactionText": "", "filerName": "SROUJI JOHNY", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1523577600, "fmt": "2018-04-13"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17375, "fmt": "17.38k", "longFmt": "17,375"}, "value": {"raw": 2938512, "fmt": "2.94M", "longFmt": "2,938,512"}, "filerUrl": "", "transactionText": "Sale at price 166.31 - 171.35 per share.", "filerName": "RICCIO DANIEL J JR", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522800000, "fmt": "2018-04-04"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 69491, "fmt": "69.49k", "longFmt": "69,491"}, "value": {"raw": 11564679, "fmt": "11.56M", "longFmt": "11,564,679"}, "filerUrl": "", "transactionText": "Sale at price 165.52 - 167.36 per share.", "filerName": "SCHILLER PHILIP W", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522713600, "fmt": "2018-04-03"}, "ownership": "I"}, {"maxAge": 1, "shares": {"raw": 69491, "fmt": "69.49k", "longFmt": "69,491"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "SCHILLER PHILIP W", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 130117, "fmt": "130.12k", "longFmt": "130,117"}, "filerUrl": "", "transactionText": "", "filerName": "SCHILLER PHILIP W", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 77062, "fmt": "77.06k", "longFmt": "77,062"}, "filerUrl": "", "transactionText": "", "filerName": "FEDERIGHI CRAIG M", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 77062, "fmt": "77.06k", "longFmt": "77,062"}, "filerUrl": "", "transactionText": "", "filerName": "AHRENDTS ANGELA J COUCH", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 130117, "fmt": "130.12k", "longFmt": "130,117"}, "filerUrl": "", "transactionText": "", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 77062, "fmt": "77.06k", "longFmt": "77,062"}, "filerUrl": "", "transactionText": "", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 63670, "fmt": "63.67k", "longFmt": "63,670"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "CUE EDUARDO H", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 130117, "fmt": "130.12k", "longFmt": "130,117"}, "filerUrl": "", "transactionText": "", "filerName": "CUE EDUARDO H", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 130117, "fmt": "130.12k", "longFmt": "130,117"}, "filerUrl": "", "transactionText": "", "filerName": "RICCIO DANIEL J JR", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 675, "fmt": "675", "longFmt": "675"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1518652800, "fmt": "2018-02-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 35000, "fmt": "35k", "longFmt": "35,000"}, "value": {"raw": 648350, "fmt": "648.35k", "longFmt": "648,350"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 18.52 per share.", "filerName": "GORE ALBERT A JR", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1517875200, "fmt": "2018-02-06"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1825, "fmt": "1.82k", "longFmt": "1,825"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1517529600, "fmt": "2018-02-02"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1825, "fmt": "1.82k", "longFmt": "1,825"}, "filerUrl": "", "transactionText": "", "filerName": "IGER ROBERT A", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1517443200, "fmt": "2018-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1825, "fmt": "1.82k", "longFmt": "1,825"}, "filerUrl": "", "transactionText": "", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1517443200, "fmt": "2018-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1825, "fmt": "1.82k", "longFmt": "1,825"}, "filerUrl": "", "transactionText": "", "filerName": "SUGAR RONALD D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1517443200, "fmt": "2018-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1825, "fmt": "1.82k", "longFmt": "1,825"}, "filerUrl": "", "transactionText": "", "filerName": "WAGNER SUSAN L", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1517443200, "fmt": "2018-02-01"}, "ownership": "D"}], "maxAge": 1}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"insiderTransactions": {"type": "object", "properties": {"transactions": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "shares": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "value": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": ["null", "string"]}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "filerUrl": {"type": "string"}, "transactionText": {"type": "string"}, "filerName": {"type": "string"}, "filerRelation": {"type": "string"}, "moneyText": {"type": "string"}, "startDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "ownership": {"type": "string"}}, "required": ["filerName", "filerRelation", "filerUrl", "maxAge", "moneyText", "ownership", "shares", "startDate", "transactionText"]}}, "maxAge": {"type": "integer"}}, "required": ["maxAge", "transactions"]}}, "required": ["insiderTransactions"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/7036c28c-e78e-4a04-a4f9-78f1a4815193/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/stock/recommendation-trend | Get stock recommendations and trends. | 200 | Response | {"recommendationTrend": {"trend": [{"period": "0m", "strongBuy": 11, "buy": 21, "hold": 6, "sell": 0, "strongSell": 0}, {"period": "-1m", "strongBuy": 12, "buy": 21, "hold": 7, "sell": 0, "strongSell": 1}, {"period": "-2m", "strongBuy": 12, "buy": 21, "hold": 7, "sell": 0, "strongSell": 1}, {"period": "-3m", "strongBuy": 11, "buy": 16, "hold": 9, "sell": 2, "strongSell": 2}], "maxAge": 86400}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"recommendationTrend": {"type": "object", "properties": {"trend": {"type": "array", "items": {"type": "object", "properties": {"period": {"type": "string"}, "strongBuy": {"type": "integer"}, "buy": {"type": "integer"}, "hold": {"type": "integer"}, "sell": {"type": "integer"}, "strongSell": {"type": "integer"}}, "required": ["buy", "hold", "period", "sell", "strongBuy", "strongSell"]}}, "maxAge": {"type": "integer"}}, "required": ["maxAge", "trend"]}}, "required": ["recommendationTrend"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/643d4d68-8f21-4d87-aff6-6ae1c6d2a2ab/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/stock/net-share-purchase-activity | Get net share purchase activity information for a particular stock | 200 | Response | {"netSharePurchaseActivity": {"maxAge": 1, "period": "6m", "buyInfoCount": {"raw": 9, "fmt": "9", "longFmt": "9"}, "buyInfoShares": {"raw": 5776181, "fmt": "5.78M", "longFmt": "5,776,181"}, "buyPercentInsiderShares": {"raw": 0.666, "fmt": "66.60%"}, "sellInfoCount": {"raw": 7, "fmt": "7", "longFmt": "7"}, "sellInfoShares": {"raw": 2708472, "fmt": "2.71M", "longFmt": "2,708,472"}, "sellPercentInsiderShares": {"raw": 0.312, "fmt": "31.20%"}, "netInfoCount": {"raw": 16, "fmt": "16", "longFmt": "16"}, "netInfoShares": {"raw": 3067709, "fmt": "3.07M", "longFmt": "3,067,709"}, "netPercentInsiderShares": {"raw": 0.354, "fmt": "35.40%"}, "totalInsiderShares": {"raw": 11736419, "fmt": "11.74M", "longFmt": "11,736,419"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"netSharePurchaseActivity": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "period": {"type": "string"}, "buyInfoCount": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "buyInfoShares": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "buyPercentInsiderShares": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "sellInfoCount": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "sellInfoShares": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "sellPercentInsiderShares": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "netInfoCount": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "netInfoShares": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "netPercentInsiderShares": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "totalInsiderShares": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["buyInfoCount", "buyInfoShares", "buyPercentInsiderShares", "maxAge", "netInfoCount", "netInfoShares", "netPercentInsiderShares", "period", "sellInfoCount", "sellInfoShares", "sellPercentInsiderShares", "totalInsiderShares"]}}, "required": ["netSharePurchaseActivity"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/e5050568-31f1-4ad5-828b-e8a4e31cc158/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/stock/earnings | Get earnings information for a particular stock | 200 | Response | {"earnings": {"maxAge": 86400, "earningsChart": {"quarterly": [{"date": "3Q2020", "actual": {"raw": 0.73, "fmt": "0.73"}, "estimate": {"raw": 0.7, "fmt": "0.70"}}, {"date": "4Q2020", "actual": {"raw": 1.68, "fmt": "1.68"}, "estimate": {"raw": 1.41, "fmt": "1.41"}}, {"date": "1Q2021", "actual": {"raw": 1.4, "fmt": "1.40"}, "estimate": {"raw": 0.99, "fmt": "0.99"}}, {"date": "2Q2021", "actual": {"raw": 1.3, "fmt": "1.30"}, "estimate": {"raw": 1.01, "fmt": "1.01"}}], "currentQuarterEstimate": {"raw": 1.23, "fmt": "1.23"}, "currentQuarterEstimateDate": "3Q", "currentQuarterEstimateYear": 2021, "earningsDate": [{"raw": 1635332340, "fmt": "2021-10-27"}, {"raw": 1635768000, "fmt": "2021-11-01"}]}, "financialsChart": {"yearly": [{"date": 2017, "revenue": {"raw": 229234000000, "fmt": "229.23B", "longFmt": "229,234,000,000"}, "earnings": {"raw": 48351000000, "fmt": "48.35B", "longFmt": "48,351,000,000"}}, {"date": 2018, "revenue": {"raw": 265595000000, "fmt": "265.6B", "longFmt": "265,595,000,000"}, "earnings": {"raw": 59531000000, "fmt": "59.53B", "longFmt": "59,531,000,000"}}, {"date": 2019, "revenue": {"raw": 260174000000, "fmt": "260.17B", "longFmt": "260,174,000,000"}, "earnings": {"raw": 55256000000, "fmt": "55.26B", "longFmt": "55,256,000,000"}}, {"date": 2020, "revenue": {"raw": 274515000000, "fmt": "274.51B", "longFmt": "274,515,000,000"}, "earnings": {"raw": 57411000000, "fmt": "57.41B", "longFmt": "57,411,000,000"}}], "quarterly": [{"date": "3Q2020", "revenue": {"raw": 64698000000, "fmt": "64.7B", "longFmt": "64,698,000,000"}, "earnings": {"raw": 12673000000, "fmt": "12.67B", "longFmt": "12,673,000,000"}}, {"date": "4Q2020", "revenue": {"raw": 111439000000, "fmt": "111.44B", "longFmt": "111,439,000,000"}, "earnings": {"raw": 28755000000, "fmt": "28.75B", "longFmt": "28,755,000,000"}}, {"date": "1Q2021", "revenue": {"raw": 89584000000, "fmt": "89.58B", "longFmt": "89,584,000,000"}, "earnings": {"raw": 23630000000, "fmt": "23.63B", "longFmt": "23,630,000,000"}}, {"date": "2Q2021", "revenue": {"raw": 81434000000, "fmt": "81.43B", "longFmt": "81,434,000,000"}, "earnings": {"raw": 21744000000, "fmt": "21.74B", "longFmt": "21,744,000,000"}}]}, "financialCurrency": "USD"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"earnings": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "earningsChart": {"type": "object", "properties": {"quarterly": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "actual": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "estimate": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}}, "required": ["actual", "date", "estimate"]}}, "currentQuarterEstimate": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "currentQuarterEstimateDate": {"type": "string"}, "currentQuarterEstimateYear": {"type": "integer"}, "earningsDate": {"type": "array", "items": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}}}, "required": ["currentQuarterEstimate", "currentQuarterEstimateDate", "currentQuarterEstimateYear", "earningsDate", "quarterly"]}, "financialsChart": {"type": "object", "properties": {"yearly": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "integer"}, "revenue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "earnings": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["date", "earnings", "revenue"]}}, "quarterly": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "revenue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "earnings": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["date", "earnings", "revenue"]}}}, "required": ["quarterly", "yearly"]}, "financialCurrency": {"type": "string"}}, "required": ["earningsChart", "financialCurrency", "financialsChart", "maxAge"]}}, "required": ["earnings"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/1ce8a4cc-b63f-45a0-9cd3-8987c2aecf3d/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/stock/earnings-trend | Get earnings trend earnings history information for a particular stock | 200 | Response | {"earningsTrend": {"trend": [{"maxAge": 1, "period": "0q", "endDate": "2021-09-30", "growth": {"raw": 0.685, "fmt": "68.50%"}, "earningsEstimate": {"avg": {"raw": 1.23, "fmt": "1.23"}, "low": {"raw": 1.05, "fmt": "1.05"}, "high": {"raw": 1.34, "fmt": "1.34"}, "yearAgoEps": {"raw": 0.73, "fmt": "0.73"}, "numberOfAnalysts": {"raw": 28, "fmt": "28", "longFmt": "28"}, "growth": {"raw": 0.685, "fmt": "68.50%"}}, "revenueEstimate": {"avg": {"raw": 84903200000, "fmt": "84.9B", "longFmt": "84,903,200,000"}, "low": {"raw": 77654100000, "fmt": "77.65B", "longFmt": "77,654,100,000"}, "high": {"raw": 90905000000, "fmt": "90.91B", "longFmt": "90,905,000,000"}, "numberOfAnalysts": {"raw": 26, "fmt": "26", "longFmt": "26"}, "yearAgoRevenue": {"raw": 64698000000, "fmt": "64.7B", "longFmt": "64,698,000,000"}, "growth": {"raw": 0.312, "fmt": "31.20%"}}, "epsTrend": {"current": {"raw": 1.23, "fmt": "1.23"}, "7daysAgo": {"raw": 1.23, "fmt": "1.23"}, "30daysAgo": {"raw": 1.22, "fmt": "1.22"}, "60daysAgo": {"raw": 1.12, "fmt": "1.12"}, "90daysAgo": {"raw": 1.11, "fmt": "1.11"}}, "epsRevisions": {"upLast7days": {"raw": 0, "fmt": null, "longFmt": "0"}, "upLast30days": {"raw": 1, "fmt": "1", "longFmt": "1"}, "downLast30days": {"raw": 2, "fmt": "2", "longFmt": "2"}, "downLast90days": []}}, {"maxAge": 1, "period": "+1q", "endDate": "2021-12-31", "growth": {"raw": 0.113000005, "fmt": "11.30%"}, "earningsEstimate": {"avg": {"raw": 1.87, "fmt": "1.87"}, "low": {"raw": 1.68, "fmt": "1.68"}, "high": {"raw": 2.09, "fmt": "2.09"}, "yearAgoEps": {"raw": 1.68, "fmt": "1.68"}, "numberOfAnalysts": {"raw": 22, "fmt": "22", "longFmt": "22"}, "growth": {"raw": 0.113000005, "fmt": "11.30%"}}, "revenueEstimate": {"avg": {"raw": 119498000000, "fmt": "119.5B", "longFmt": "119,498,000,000"}, "low": {"raw": 110108000000, "fmt": "110.11B", "longFmt": "110,108,000,000"}, "high": {"raw": 126431000000, "fmt": "126.43B", "longFmt": "126,431,000,000"}, "numberOfAnalysts": {"raw": 19, "fmt": "19", "longFmt": "19"}, "yearAgoRevenue": [], "growth": []}, "epsTrend": {"current": {"raw": 1.87, "fmt": "1.87"}, "7daysAgo": {"raw": 1.87, "fmt": "1.87"}, "30daysAgo": {"raw": 1.87, "fmt": "1.87"}, "60daysAgo": {"raw": 1.81, "fmt": "1.81"}, "90daysAgo": {"raw": 1.82, "fmt": "1.82"}}, "epsRevisions": {"upLast7days": {"raw": 1, "fmt": "1", "longFmt": "1"}, "upLast30days": {"raw": 1, "fmt": "1", "longFmt": "1"}, "downLast30days": {"raw": 0, "fmt": null, "longFmt": "0"}, "downLast90days": []}}, {"maxAge": 1, "period": "0y", "endDate": "2021-09-30", "growth": {"raw": 0.704, "fmt": "70.40%"}, "earningsEstimate": {"avg": {"raw": 5.59, "fmt": "5.59"}, "low": {"raw": 5.19, "fmt": "5.19"}, "high": {"raw": 5.91, "fmt": "5.91"}, "yearAgoEps": {"raw": 3.28, "fmt": "3.28"}, "numberOfAnalysts": {"raw": 42, "fmt": "42", "longFmt": "42"}, "growth": {"raw": 0.704, "fmt": "70.40%"}}, "revenueEstimate": {"avg": {"raw": 366395000000, "fmt": "366.39B", "longFmt": "366,395,000,000"}, "low": {"raw": 356159000000, "fmt": "356.16B", "longFmt": "356,159,000,000"}, "high": {"raw": 373362000000, "fmt": "373.36B", "longFmt": "373,362,000,000"}, "numberOfAnalysts": {"raw": 39, "fmt": "39", "longFmt": "39"}, "yearAgoRevenue": {"raw": 274515000000, "fmt": "274.51B", "longFmt": "274,515,000,000"}, "growth": {"raw": 0.335, "fmt": "33.50%"}}, "epsTrend": {"current": {"raw": 5.59, "fmt": "5.59"}, "7daysAgo": {"raw": 5.58, "fmt": "5.58"}, "30daysAgo": {"raw": 5.58, "fmt": "5.58"}, "60daysAgo": {"raw": 5.18, "fmt": "5.18"}, "90daysAgo": {"raw": 5.19, "fmt": "5.19"}}, "epsRevisions": {"upLast7days": {"raw": 1, "fmt": "1", "longFmt": "1"}, "upLast30days": {"raw": 3, "fmt": "3", "longFmt": "3"}, "downLast30days": {"raw": 0, "fmt": null, "longFmt": "0"}, "downLast90days": []}}, {"maxAge": 1, "period": "+1y", "endDate": "2022-09-30", "growth": {"raw": 0.021, "fmt": "2.10%"}, "earningsEstimate": {"avg": {"raw": 5.71, "fmt": "5.71"}, "low": {"raw": 5.05, "fmt": "5.05"}, "high": {"raw": 7.36, "fmt": "7.36"}, "yearAgoEps": {"raw": 5.59, "fmt": "5.59"}, "numberOfAnalysts": {"raw": 41, "fmt": "41", "longFmt": "41"}, "growth": {"raw": 0.021, "fmt": "2.10%"}}, "revenueEstimate": {"avg": {"raw": 380189000000, "fmt": "380.19B", "longFmt": "380,189,000,000"}, "low": {"raw": 354026000000, "fmt": "354.03B", "longFmt": "354,026,000,000"}, "high": {"raw": 399858000000, "fmt": "399.86B", "longFmt": "399,858,000,000"}, "numberOfAnalysts": {"raw": 38, "fmt": "38", "longFmt": "38"}, "yearAgoRevenue": {"raw": 366395000000, "fmt": "366.39B", "longFmt": "366,395,000,000"}, "growth": {"raw": 0.038, "fmt": "3.80%"}}, "epsTrend": {"current": {"raw": 5.71, "fmt": "5.71"}, "7daysAgo": {"raw": 5.67, "fmt": "5.67"}, "30daysAgo": {"raw": 5.67, "fmt": "5.67"}, "60daysAgo": {"raw": 5.35, "fmt": "5.35"}, "90daysAgo": {"raw": 5.35, "fmt": "5.35"}}, "epsRevisions": {"upLast7days": {"raw": 1, "fmt": "1", "longFmt": "1"}, "upLast30days": {"raw": 4, "fmt": "4", "longFmt": "4"}, "downLast30days": {"raw": 0, "fmt": null, "longFmt": "0"}, "downLast90days": []}}, {"maxAge": 1, "period": "+5y", "endDate": null, "growth": {"raw": 0.19610001, "fmt": "19.61%"}, "earningsEstimate": {"avg": [], "low": [], "high": [], "yearAgoEps": [], "numberOfAnalysts": [], "growth": []}, "revenueEstimate": {"avg": [], "low": [], "high": [], "numberOfAnalysts": [], "yearAgoRevenue": [], "growth": []}, "epsTrend": {"current": [], "7daysAgo": [], "30daysAgo": [], "60daysAgo": [], "90daysAgo": []}, "epsRevisions": {"upLast7days": [], "upLast30days": [], "downLast30days": [], "downLast90days": []}}, {"maxAge": 1, "period": "-5y", "endDate": null, "growth": {"raw": 0.08415, "fmt": "8.42%"}, "earningsEstimate": {"avg": [], "low": [], "high": [], "yearAgoEps": [], "numberOfAnalysts": [], "growth": []}, "revenueEstimate": {"avg": [], "low": [], "high": [], "numberOfAnalysts": [], "yearAgoRevenue": [], "growth": []}, "epsTrend": {"current": [], "7daysAgo": [], "30daysAgo": [], "60daysAgo": [], "90daysAgo": []}, "epsRevisions": {"upLast7days": [], "upLast30days": [], "downLast30days": [], "downLast90days": []}}], "maxAge": 1}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"earningsTrend": {"type": "object", "properties": {"trend": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "period": {"type": "string"}, "endDate": {"type": ["null", "string"]}, "growth": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "earningsEstimate": {"type": "object", "properties": {"avg": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}, "low": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}, "high": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}, "yearAgoEps": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}, "numberOfAnalysts": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "growth": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}}, "required": ["avg", "growth", "high", "low", "numberOfAnalysts", "yearAgoEps"]}, "revenueEstimate": {"type": "object", "properties": {"avg": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "low": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "high": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "numberOfAnalysts": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "yearAgoRevenue": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "growth": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}}, "required": ["avg", "growth", "high", "low", "numberOfAnalysts", "yearAgoRevenue"]}, "epsTrend": {"type": "object", "properties": {"current": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}, "7daysAgo": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}, "30daysAgo": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}, "60daysAgo": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}, "90daysAgo": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}}, "required": ["30daysAgo", "60daysAgo", "7daysAgo", "90daysAgo", "current"]}, "epsRevisions": {"type": "object", "properties": {"upLast7days": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": ["null", "string"]}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "upLast30days": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "downLast30days": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": ["null", "string"]}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "downLast90days": {"type": "array"}}, "required": ["downLast30days", "downLast90days", "upLast30days", "upLast7days"]}}, "required": ["earningsEstimate", "endDate", "epsRevisions", "epsTrend", "growth", "maxAge", "period", "revenueEstimate"]}}, "maxAge": {"type": "integer"}}, "required": ["maxAge", "trend"]}}, "required": ["earningsTrend"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/10e4576c-a8cc-4afc-9afd-4fc3ea7d7f2d/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/stock/index-trend | Get index trend earnings history information for a particular stock | 200 | Response | {"indexTrend": {"maxAge": 1, "symbol": "SP5", "peRatio": {"raw": 18.0945, "fmt": "18.09"}, "pegRatio": {"raw": 1.71507, "fmt": "1.72"}, "estimates": [{"period": "0q", "growth": {"raw": 0.253, "fmt": "0.25"}}, {"period": "+1q", "growth": {"raw": 0.39400002, "fmt": "0.39"}}, {"period": "0y", "growth": {"raw": 0.45400003, "fmt": "0.45"}}, {"period": "+1y", "growth": {"raw": 0.058000002, "fmt": "0.06"}}, {"period": "+5y", "growth": {"raw": 0.144783, "fmt": "0.14"}}, {"period": "-5y", "growth": []}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"indexTrend": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "symbol": {"type": "string"}, "peRatio": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "pegRatio": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "estimates": {"type": "array", "items": {"type": "object", "properties": {"period": {"type": "string"}, "growth": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}}, "required": ["growth", "period"]}}}, "required": ["estimates", "maxAge", "peRatio", "pegRatio", "symbol"]}}, "required": ["indexTrend"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/c088177c-387a-4e73-be06-78d355237fe4/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/stock/earnings-history | Get earnings history information for a particular stock | 200 | Response | {"earningsHistory": {"history": [{"maxAge": 1, "epsActual": {"raw": 0.73, "fmt": "0.73"}, "epsEstimate": {"raw": 0.7, "fmt": "0.7"}, "epsDifference": {"raw": 0.03, "fmt": "0.03"}, "surprisePercent": {"raw": 0.043, "fmt": "4.30%"}, "quarter": {"raw": 1601424000, "fmt": "2020-09-30"}, "period": "-4q"}, {"maxAge": 1, "epsActual": {"raw": 1.68, "fmt": "1.68"}, "epsEstimate": {"raw": 1.41, "fmt": "1.41"}, "epsDifference": {"raw": 0.27, "fmt": "0.27"}, "surprisePercent": {"raw": 0.191, "fmt": "19.10%"}, "quarter": {"raw": 1609372800, "fmt": "2020-12-31"}, "period": "-3q"}, {"maxAge": 1, "epsActual": {"raw": 1.4, "fmt": "1.4"}, "epsEstimate": {"raw": 0.99, "fmt": "0.99"}, "epsDifference": {"raw": 0.41, "fmt": "0.41"}, "surprisePercent": {"raw": 0.414, "fmt": "41.40%"}, "quarter": {"raw": 1617148800, "fmt": "2021-03-31"}, "period": "-2q"}, {"maxAge": 1, "epsActual": {"raw": 1.3, "fmt": "1.3"}, "epsEstimate": {"raw": 1.01, "fmt": "1.01"}, "epsDifference": {"raw": 0.29, "fmt": "0.29"}, "surprisePercent": {"raw": 0.287, "fmt": "28.70%"}, "quarter": {"raw": 1625011200, "fmt": "2021-06-30"}, "period": "-1q"}], "maxAge": 86400}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"earningsHistory": {"type": "object", "properties": {"history": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "epsActual": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "epsEstimate": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "epsDifference": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "surprisePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "quarter": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "period": {"type": "string"}}, "required": ["epsActual", "epsDifference", "epsEstimate", "maxAge", "period", "quarter", "surprisePercent"]}}, "maxAge": {"type": "integer"}}, "required": ["history", "maxAge"]}}, "required": ["earningsHistory"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/b4643712-ec3c-4bf2-badd-cfc0d7550dd1/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/stock/cashflow-statement | Get stock cash flow statements. | 200 | Response | {"cashflowStatementHistory": {"cashflowStatements": [{"maxAge": 1, "endDate": {"raw": 1601078400, "fmt": "2020-09-26"}, "netIncome": {"raw": 57411000000, "fmt": "57.41B", "longFmt": "57,411,000,000"}, "depreciation": {"raw": 11056000000, "fmt": "11.06B", "longFmt": "11,056,000,000"}, "changeToNetincome": {"raw": 6517000000, "fmt": "6.52B", "longFmt": "6,517,000,000"}, "changeToAccountReceivables": {"raw": 6917000000, "fmt": "6.92B", "longFmt": "6,917,000,000"}, "changeToLiabilities": {"raw": -1981000000, "fmt": "-1.98B", "longFmt": "-1,981,000,000"}, "changeToInventory": {"raw": -127000000, "fmt": "-127M", "longFmt": "-127,000,000"}, "changeToOperatingActivities": {"raw": 881000000, "fmt": "881M", "longFmt": "881,000,000"}, "totalCashFromOperatingActivities": {"raw": 80674000000, "fmt": "80.67B", "longFmt": "80,674,000,000"}, "capitalExpenditures": {"raw": -7309000000, "fmt": "-7.31B", "longFmt": "-7,309,000,000"}, "investments": {"raw": 5335000000, "fmt": "5.33B", "longFmt": "5,335,000,000"}, "otherCashflowsFromInvestingActivities": {"raw": -791000000, "fmt": "-791M", "longFmt": "-791,000,000"}, "totalCashflowsFromInvestingActivities": {"raw": -4289000000, "fmt": "-4.29B", "longFmt": "-4,289,000,000"}, "dividendsPaid": {"raw": -14081000000, "fmt": "-14.08B", "longFmt": "-14,081,000,000"}, "netBorrowings": {"raw": 2499000000, "fmt": "2.5B", "longFmt": "2,499,000,000"}, "otherCashflowsFromFinancingActivities": {"raw": -126000000, "fmt": "-126M", "longFmt": "-126,000,000"}, "totalCashFromFinancingActivities": {"raw": -86820000000, "fmt": "-86.82B", "longFmt": "-86,820,000,000"}, "changeInCash": {"raw": -10435000000, "fmt": "-10.44B", "longFmt": "-10,435,000,000"}, "repurchaseOfStock": {"raw": -75992000000, "fmt": "-75.99B", "longFmt": "-75,992,000,000"}, "issuanceOfStock": {"raw": 880000000, "fmt": "880M", "longFmt": "880,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1569628800, "fmt": "2019-09-28"}, "netIncome": {"raw": 55256000000, "fmt": "55.26B", "longFmt": "55,256,000,000"}, "depreciation": {"raw": 12547000000, "fmt": "12.55B", "longFmt": "12,547,000,000"}, "changeToNetincome": {"raw": 5076000000, "fmt": "5.08B", "longFmt": "5,076,000,000"}, "changeToAccountReceivables": {"raw": 245000000, "fmt": "245M", "longFmt": "245,000,000"}, "changeToLiabilities": {"raw": -2548000000, "fmt": "-2.55B", "longFmt": "-2,548,000,000"}, "changeToInventory": {"raw": -289000000, "fmt": "-289M", "longFmt": "-289,000,000"}, "changeToOperatingActivities": {"raw": -896000000, "fmt": "-896M", "longFmt": "-896,000,000"}, "totalCashFromOperatingActivities": {"raw": 69391000000, "fmt": "69.39B", "longFmt": "69,391,000,000"}, "capitalExpenditures": {"raw": -10495000000, "fmt": "-10.49B", "longFmt": "-10,495,000,000"}, "investments": {"raw": 58093000000, "fmt": "58.09B", "longFmt": "58,093,000,000"}, "otherCashflowsFromInvestingActivities": {"raw": -1078000000, "fmt": "-1.08B", "longFmt": "-1,078,000,000"}, "totalCashflowsFromInvestingActivities": {"raw": 45896000000, "fmt": "45.9B", "longFmt": "45,896,000,000"}, "dividendsPaid": {"raw": -14119000000, "fmt": "-14.12B", "longFmt": "-14,119,000,000"}, "netBorrowings": {"raw": -7819000000, "fmt": "-7.82B", "longFmt": "-7,819,000,000"}, "otherCashflowsFromFinancingActivities": {"raw": -105000000, "fmt": "-105M", "longFmt": "-105,000,000"}, "totalCashFromFinancingActivities": {"raw": -90976000000, "fmt": "-90.98B", "longFmt": "-90,976,000,000"}, "changeInCash": {"raw": 24311000000, "fmt": "24.31B", "longFmt": "24,311,000,000"}, "repurchaseOfStock": {"raw": -69714000000, "fmt": "-69.71B", "longFmt": "-69,714,000,000"}, "issuanceOfStock": {"raw": 781000000, "fmt": "781M", "longFmt": "781,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1538179200, "fmt": "2018-09-29"}, "netIncome": {"raw": 59531000000, "fmt": "59.53B", "longFmt": "59,531,000,000"}, "depreciation": {"raw": 10903000000, "fmt": "10.9B", "longFmt": "10,903,000,000"}, "changeToNetincome": {"raw": -27694000000, "fmt": "-27.69B", "longFmt": "-27,694,000,000"}, "changeToAccountReceivables": {"raw": -5322000000, "fmt": "-5.32B", "longFmt": "-5,322,000,000"}, "changeToLiabilities": {"raw": 9172000000, "fmt": "9.17B", "longFmt": "9,172,000,000"}, "changeToInventory": {"raw": 828000000, "fmt": "828M", "longFmt": "828,000,000"}, "changeToOperatingActivities": {"raw": 30016000000, "fmt": "30.02B", "longFmt": "30,016,000,000"}, "totalCashFromOperatingActivities": {"raw": 77434000000, "fmt": "77.43B", "longFmt": "77,434,000,000"}, "capitalExpenditures": {"raw": -13313000000, "fmt": "-13.31B", "longFmt": "-13,313,000,000"}, "investments": {"raw": 30845000000, "fmt": "30.84B", "longFmt": "30,845,000,000"}, "otherCashflowsFromInvestingActivities": {"raw": -745000000, "fmt": "-745M", "longFmt": "-745,000,000"}, "totalCashflowsFromInvestingActivities": {"raw": 16066000000, "fmt": "16.07B", "longFmt": "16,066,000,000"}, "dividendsPaid": {"raw": -13712000000, "fmt": "-13.71B", "longFmt": "-13,712,000,000"}, "netBorrowings": {"raw": 432000000, "fmt": "432M", "longFmt": "432,000,000"}, "otherCashflowsFromFinancingActivities": {"raw": -105000000, "fmt": "-105M", "longFmt": "-105,000,000"}, "totalCashFromFinancingActivities": {"raw": -87876000000, "fmt": "-87.88B", "longFmt": "-87,876,000,000"}, "changeInCash": {"raw": 5624000000, "fmt": "5.62B", "longFmt": "5,624,000,000"}, "repurchaseOfStock": {"raw": -75265000000, "fmt": "-75.27B", "longFmt": "-75,265,000,000"}, "issuanceOfStock": {"raw": 669000000, "fmt": "669M", "longFmt": "669,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1506729600, "fmt": "2017-09-30"}, "netIncome": {"raw": 48351000000, "fmt": "48.35B", "longFmt": "48,351,000,000"}, "depreciation": {"raw": 10157000000, "fmt": "10.16B", "longFmt": "10,157,000,000"}, "changeToNetincome": {"raw": 10640000000, "fmt": "10.64B", "longFmt": "10,640,000,000"}, "changeToAccountReceivables": {"raw": -2093000000, "fmt": "-2.09B", "longFmt": "-2,093,000,000"}, "changeToLiabilities": {"raw": 8373000000, "fmt": "8.37B", "longFmt": "8,373,000,000"}, "changeToInventory": {"raw": -2723000000, "fmt": "-2.72B", "longFmt": "-2,723,000,000"}, "changeToOperatingActivities": {"raw": -8480000000, "fmt": "-8.48B", "longFmt": "-8,480,000,000"}, "totalCashFromOperatingActivities": {"raw": 64225000000, "fmt": "64.22B", "longFmt": "64,225,000,000"}, "capitalExpenditures": {"raw": -12451000000, "fmt": "-12.45B", "longFmt": "-12,451,000,000"}, "investments": {"raw": -33542000000, "fmt": "-33.54B", "longFmt": "-33,542,000,000"}, "otherCashflowsFromInvestingActivities": {"raw": -124000000, "fmt": "-124M", "longFmt": "-124,000,000"}, "totalCashflowsFromInvestingActivities": {"raw": -46446000000, "fmt": "-46.45B", "longFmt": "-46,446,000,000"}, "dividendsPaid": {"raw": -12769000000, "fmt": "-12.77B", "longFmt": "-12,769,000,000"}, "netBorrowings": {"raw": 29014000000, "fmt": "29.01B", "longFmt": "29,014,000,000"}, "otherCashflowsFromFinancingActivities": {"raw": -105000000, "fmt": "-105M", "longFmt": "-105,000,000"}, "totalCashFromFinancingActivities": {"raw": -17974000000, "fmt": "-17.97B", "longFmt": "-17,974,000,000"}, "changeInCash": {"raw": -195000000, "fmt": "-195M", "longFmt": "-195,000,000"}, "repurchaseOfStock": {"raw": -34774000000, "fmt": "-34.77B", "longFmt": "-34,774,000,000"}, "issuanceOfStock": {"raw": 555000000, "fmt": "555M", "longFmt": "555,000,000"}}], "maxAge": 86400}, "cashflowStatementHistoryQuarterly": {"cashflowStatements": [{"maxAge": 1, "endDate": {"raw": 1624665600, "fmt": "2021-06-26"}, "netIncome": {"raw": 21744000000, "fmt": "21.74B", "longFmt": "21,744,000,000"}, "depreciation": {"raw": 2832000000, "fmt": "2.83B", "longFmt": "2,832,000,000"}, "changeToNetincome": {"raw": 1215000000, "fmt": "1.22B", "longFmt": "1,215,000,000"}, "changeToAccountReceivables": {"raw": 1031000000, "fmt": "1.03B", "longFmt": "1,031,000,000"}, "changeToLiabilities": {"raw": 307000000, "fmt": "307M", "longFmt": "307,000,000"}, "changeToInventory": {"raw": 13000000, "fmt": "13M", "longFmt": "13,000,000"}, "changeToOperatingActivities": {"raw": -6048000000, "fmt": "-6.05B", "longFmt": "-6,048,000,000"}, "totalCashFromOperatingActivities": {"raw": 21094000000, "fmt": "21.09B", "longFmt": "21,094,000,000"}, "capitalExpenditures": {"raw": -2093000000, "fmt": "-2.09B", "longFmt": "-2,093,000,000"}, "investments": {"raw": 5747000000, "fmt": "5.75B", "longFmt": "5,747,000,000"}, "otherCashflowsFromInvestingActivities": {"raw": -78000000, "fmt": "-78M", "longFmt": "-78,000,000"}, "totalCashflowsFromInvestingActivities": {"raw": 3572000000, "fmt": "3.57B", "longFmt": "3,572,000,000"}, "dividendsPaid": {"raw": -3767000000, "fmt": "-3.77B", "longFmt": "-3,767,000,000"}, "otherCashflowsFromFinancingActivities": {"raw": -34000000, "fmt": "-34M", "longFmt": "-34,000,000"}, "totalCashFromFinancingActivities": {"raw": -29396000000, "fmt": "-29.4B", "longFmt": "-29,396,000,000"}, "changeInCash": {"raw": -4730000000, "fmt": "-4.73B", "longFmt": "-4,730,000,000"}, "repurchaseOfStock": {"raw": -25595000000, "fmt": "-25.59B", "longFmt": "-25,595,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1616803200, "fmt": "2021-03-27"}, "netIncome": {"raw": 23630000000, "fmt": "23.63B", "longFmt": "23,630,000,000"}, "depreciation": {"raw": 2797000000, "fmt": "2.8B", "longFmt": "2,797,000,000"}, "changeToNetincome": {"raw": 1333000000, "fmt": "1.33B", "longFmt": "1,333,000,000"}, "changeToAccountReceivables": {"raw": 8598000000, "fmt": "8.6B", "longFmt": "8,598,000,000"}, "changeToLiabilities": {"raw": -23366000000, "fmt": "-23.37B", "longFmt": "-23,366,000,000"}, "changeToInventory": {"raw": -276000000, "fmt": "-276M", "longFmt": "-276,000,000"}, "changeToOperatingActivities": {"raw": 11265000000, "fmt": "11.27B", "longFmt": "11,265,000,000"}, "totalCashFromOperatingActivities": {"raw": 23981000000, "fmt": "23.98B", "longFmt": "23,981,000,000"}, "capitalExpenditures": {"raw": -2269000000, "fmt": "-2.27B", "longFmt": "-2,269,000,000"}, "investments": {"raw": -7895000000, "fmt": "-7.89B", "longFmt": "-7,895,000,000"}, "otherCashflowsFromInvestingActivities": {"raw": -204000000, "fmt": "-204M", "longFmt": "-204,000,000"}, "totalCashflowsFromInvestingActivities": {"raw": -10368000000, "fmt": "-10.37B", "longFmt": "-10,368,000,000"}, "dividendsPaid": {"raw": -3447000000, "fmt": "-3.45B", "longFmt": "-3,447,000,000"}, "netBorrowings": {"raw": 10423000000, "fmt": "10.42B", "longFmt": "10,423,000,000"}, "otherCashflowsFromFinancingActivities": {"raw": -16000000, "fmt": "-16M", "longFmt": "-16,000,000"}, "totalCashFromFinancingActivities": {"raw": -11326000000, "fmt": "-11.33B", "longFmt": "-11,326,000,000"}, "changeInCash": {"raw": 2287000000, "fmt": "2.29B", "longFmt": "2,287,000,000"}, "repurchaseOfStock": {"raw": -18847000000, "fmt": "-18.85B", "longFmt": "-18,847,000,000"}, "issuanceOfStock": {"raw": 561000000, "fmt": "561M", "longFmt": "561,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1608940800, "fmt": "2020-12-26"}, "netIncome": {"raw": 28755000000, "fmt": "28.75B", "longFmt": "28,755,000,000"}, "depreciation": {"raw": 2666000000, "fmt": "2.67B", "longFmt": "2,666,000,000"}, "changeToNetincome": {"raw": 1987000000, "fmt": "1.99B", "longFmt": "1,987,000,000"}, "changeToAccountReceivables": {"raw": -10945000000, "fmt": "-10.95B", "longFmt": "-10,945,000,000"}, "changeToLiabilities": {"raw": 23011000000, "fmt": "23.01B", "longFmt": "23,011,000,000"}, "changeToInventory": {"raw": -950000000, "fmt": "-950M", "longFmt": "-950,000,000"}, "changeToOperatingActivities": {"raw": -5761000000, "fmt": "-5.76B", "longFmt": "-5,761,000,000"}, "totalCashFromOperatingActivities": {"raw": 38763000000, "fmt": "38.76B", "longFmt": "38,763,000,000"}, "capitalExpenditures": {"raw": -3500000000, "fmt": "-3.5B", "longFmt": "-3,500,000,000"}, "investments": {"raw": -5279000000, "fmt": "-5.28B", "longFmt": "-5,279,000,000"}, "otherCashflowsFromInvestingActivities": {"raw": 204000000, "fmt": "204M", "longFmt": "204,000,000"}, "totalCashflowsFromInvestingActivities": {"raw": -8584000000, "fmt": "-8.58B", "longFmt": "-8,584,000,000"}, "dividendsPaid": {"raw": -3613000000, "fmt": "-3.61B", "longFmt": "-3,613,000,000"}, "netBorrowings": {"raw": -978000000, "fmt": "-978M", "longFmt": "-978,000,000"}, "otherCashflowsFromFinancingActivities": {"raw": -22000000, "fmt": "-22M", "longFmt": "-22,000,000"}, "totalCashFromFinancingActivities": {"raw": -32249000000, "fmt": "-32.25B", "longFmt": "-32,249,000,000"}, "changeInCash": {"raw": -2070000000, "fmt": "-2.07B", "longFmt": "-2,070,000,000"}, "repurchaseOfStock": {"raw": -27636000000, "fmt": "-27.64B", "longFmt": "-27,636,000,000"}, "issuanceOfStock": {"raw": 561000000, "fmt": "561M", "longFmt": "561,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1601078400, "fmt": "2020-09-26"}, "netIncome": {"raw": 12673000000, "fmt": "12.67B", "longFmt": "12,673,000,000"}, "depreciation": {"raw": 2702000000, "fmt": "2.7B", "longFmt": "2,702,000,000"}, "changeToNetincome": {"raw": 1324000000, "fmt": "1.32B", "longFmt": "1,324,000,000"}, "changeToAccountReceivables": {"raw": 1768000000, "fmt": "1.77B", "longFmt": "1,768,000,000"}, "changeToLiabilities": {"raw": 7157000000, "fmt": "7.16B", "longFmt": "7,157,000,000"}, "changeToInventory": {"raw": -137000000, "fmt": "-137M", "longFmt": "-137,000,000"}, "changeToOperatingActivities": {"raw": -4911000000, "fmt": "-4.91B", "longFmt": "-4,911,000,000"}, "totalCashFromOperatingActivities": {"raw": 20576000000, "fmt": "20.58B", "longFmt": "20,576,000,000"}, "capitalExpenditures": {"raw": -1784000000, "fmt": "-1.78B", "longFmt": "-1,784,000,000"}, "investments": {"raw": 7468000000, "fmt": "7.47B", "longFmt": "7,468,000,000"}, "otherCashflowsFromInvestingActivities": {"raw": -102000000, "fmt": "-102M", "longFmt": "-102,000,000"}, "totalCashflowsFromInvestingActivities": {"raw": 5531000000, "fmt": "5.53B", "longFmt": "5,531,000,000"}, "dividendsPaid": {"raw": -3511000000, "fmt": "-3.51B", "longFmt": "-3,511,000,000"}, "netBorrowings": {"raw": -703000000, "fmt": "-703M", "longFmt": "-703,000,000"}, "otherCashflowsFromFinancingActivities": {"raw": -6000000, "fmt": "-6M", "longFmt": "-6,000,000"}, "totalCashFromFinancingActivities": {"raw": -21357000000, "fmt": "-21.36B", "longFmt": "-21,357,000,000"}, "changeInCash": {"raw": 4750000000, "fmt": "4.75B", "longFmt": "4,750,000,000"}, "repurchaseOfStock": {"raw": -17587000000, "fmt": "-17.59B", "longFmt": "-17,587,000,000"}, "issuanceOfStock": {"raw": 450000000, "fmt": "450M", "longFmt": "450,000,000"}}], "maxAge": 86400}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"cashflowStatementHistory": {"type": "object", "properties": {"cashflowStatements": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "endDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "netIncome": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "depreciation": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToNetincome": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToAccountReceivables": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToLiabilities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToInventory": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToOperatingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalCashFromOperatingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "capitalExpenditures": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "investments": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "otherCashflowsFromInvestingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalCashflowsFromInvestingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "dividendsPaid": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "netBorrowings": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "otherCashflowsFromFinancingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalCashFromFinancingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeInCash": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "repurchaseOfStock": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "issuanceOfStock": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["capitalExpenditures", "changeInCash", "changeToAccountReceivables", "changeToInventory", "changeToLiabilities", "changeToNetincome", "changeToOperatingActivities", "depreciation", "dividendsPaid", "endDate", "investments", "issuanceOfStock", "maxAge", "netBorrowings", "netIncome", "otherCashflowsFromFinancingActivities", "otherCashflowsFromInvestingActivities", "repurchaseOfStock", "totalCashFromFinancingActivities", "totalCashFromOperatingActivities", "totalCashflowsFromInvestingActivities"]}}, "maxAge": {"type": "integer"}}, "required": ["cashflowStatements", "maxAge"]}, "cashflowStatementHistoryQuarterly": {"type": "object", "properties": {"cashflowStatements": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "endDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "netIncome": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "depreciation": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToNetincome": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToAccountReceivables": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToLiabilities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToInventory": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToOperatingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalCashFromOperatingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "capitalExpenditures": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "investments": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "otherCashflowsFromInvestingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalCashflowsFromInvestingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "dividendsPaid": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "otherCashflowsFromFinancingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalCashFromFinancingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeInCash": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "repurchaseOfStock": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "netBorrowings": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "issuanceOfStock": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["capitalExpenditures", "changeInCash", "changeToAccountReceivables", "changeToInventory", "changeToLiabilities", "changeToNetincome", "changeToOperatingActivities", "depreciation", "dividendsPaid", "endDate", "investments", "maxAge", "netIncome", "otherCashflowsFromFinancingActivities", "otherCashflowsFromInvestingActivities", "repurchaseOfStock", "totalCashFromFinancingActivities", "totalCashFromOperatingActivities", "totalCashflowsFromInvestingActivities"]}}, "maxAge": {"type": "integer"}}, "required": ["cashflowStatements", "maxAge"]}}, "required": ["cashflowStatementHistory", "cashflowStatementHistoryQuarterly"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/a03fa6b1-3290-48a5-9bf8-cb82ec39cf33/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | stock/calendar-events/{stock} | Get stock calendar events. | 200 | Response | {"calendarEvents": {"maxAge": 1, "earnings": {"earningsDate": [{"raw": 1635332340, "fmt": "2021-10-27"}, {"raw": 1635768000, "fmt": "2021-11-01"}], "earningsAverage": {"raw": 1.23, "fmt": "1.23"}, "earningsLow": {"raw": 1.05, "fmt": "1.05"}, "earningsHigh": {"raw": 1.34, "fmt": "1.34"}, "revenueAverage": {"raw": 84903200000, "fmt": "84.9B", "longFmt": "84,903,200,000"}, "revenueLow": {"raw": 77654100000, "fmt": "77.65B", "longFmt": "77,654,100,000"}, "revenueHigh": {"raw": 90905000000, "fmt": "90.91B", "longFmt": "90,905,000,000"}}, "exDividendDate": {"raw": 1628208000, "fmt": "2021-08-06"}, "dividendDate": {"raw": 1628726400, "fmt": "2021-08-12"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"calendarEvents": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "earnings": {"type": "object", "properties": {"earningsDate": {"type": "array", "items": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}}, "earningsAverage": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "earningsLow": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "earningsHigh": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "revenueAverage": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "revenueLow": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "revenueHigh": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["earningsAverage", "earningsDate", "earningsHigh", "earningsLow", "revenueAverage", "revenueHigh", "revenueLow"]}, "exDividendDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "dividendDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}}, "required": ["dividendDate", "earnings", "exDividendDate", "maxAge"]}}, "required": ["calendarEvents"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/8b7adf6c-4b2e-4a0b-8530-b6fe95078330/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | market/most-watched | Trending stocks in today's market | 200 | Response | [{"count": 214, "quotes": ["ADBE", "DIS", "FDX", "MRIN", "QS", "RWLK", "UBER", "DKNG", "NNVC", "SFIX", "XELA", "HLBZ", "UPST", "IBM", "LCID", "NURO", "GTEK", "UPS", "BLIN", "GE", "BSQR", "ETH-USD", "BBIG", "INCY", "ENSC", "AEMD", "LPTX", "SNAP", "MDB", "SAVA", "SGOC", "APT", "ABNB", "CRM", "POAI", "SPIR", "SEEL", "WISH", "GMVHY", "FERN", "BKYI", "LYFT", "LVS", "AUPH", "ALPN", "COLD", "BHC", "LIFE", "CRVS", "INMD", "SLDB", "WMG", "BDSI", "DASH", "ROLL", "UMGP", "AZO", "ETH-CAD", "ATNM", "BRQS", "FVRR", "LI.V", "FUSE", "GOVX", "WSM", "CIDM", "PENN", "NOTV", "PTGX", "MGM", "LWLG", "MSOS", "APRN", "LKNCY", "BLUE", "VPER", "TCNNF", "TGNA", "DUOL", "AXSM", "HEPA", "CARR", "NKTR", "USB", "ANVS", "BAM-A.TO", "RKLB", "FIVN", "WYNN", "XAIR", "LIACF", "HNST", "RKLY", "XRX", "BTE.TO", "SOFI", "NWBO", "WKSP", "BTC-USD", "AVPT", "CURLF", "JBLU", "TXMD", "ISR", "EVGO", "BILL", "GNOG", "ATD-B.TO", "RLFTF", "BTC-CAD", "ALF", "KPLT", "FCX", "RAD", "ETH-EUR", "TM", "ADA-USD", "AA", "MTNB", "TOST", "CRLBF", "NLST", "CPNG", "WDAY", "LAZR", "DNUT", "OHI", "MCO", "VRPX", "BTC-EUR", "RVLV", "RMO", "EA", "VERB", "ASTI", "SOL1-USD", "TTCF", "CZR", "PKK.CN", "RBOT", "EBAY", "SNPX", "UPWK", "NRXP", "ANY", "000001.SS", "CIM", "NAKD", "LINK-USD", "CVS", "SRPT", "AYTU", "VTNR", "IPOF", "MTCH", "BBBY", "MNTS", "EYES", "TEAM", "GAN", "DLTR", "OPGN", "JNJ", "SNPS", "INVZ", "NTNX", "ACDC.CN", "HBAR-USD", "ETC-USD", "EXAS", "ZM", "GILD", "GOED", "AN", "XRP-CAD", "TGGI", "MMM", "BE", "TWO", "ACRX", "SONY", "CVNA", "HPE", "GTBIF", "CC", "NAOV", "BCE.TO", "OPEN", "MSTR", "TGTX", "DDOG", "CODX", "VERU", "TTWO", "LEV", "HIVE.V", "DOT1-USD", "RSI", "PMCB", "DARE", "IDEX", "INSG", "VTSAX", "SOS", "CCXI", "GLBE", "GBTC", "CRSR", "NLY", "BOMN", "LCIDW", "PTRA", "TRUL.CN", "ARVL"], "jobTimestamp": 1632265847499, "startInterval": 202109212200}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "quotes": {"type": "array", "items": {"type": "string"}}, "jobTimestamp": {"type": "integer"}, "startInterval": {"type": "integer"}}, "required": ["count", "jobTimestamp", "quotes", "startInterval"]}} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/b81c9945-a193-485f-a4ee-6274505f19d9/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | options/{stock} | Get option data for stocks, ETFs, and indexes. | 200 | Response | {"optionChain": {"result": [{"underlyingSymbol": "AAPL", "expirationDates": [1634860800, 1635465600, 1636070400, 1636675200, 1637280000, 1637884800, 1639699200, 1642723200, 1645142400, 1647561600, 1649894400, 1655424000, 1663286400, 1674172800, 1679011200, 1686873600, 1694736000, 1705622400], "strikes": [50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, 165, 170, 175, 180, 185, 190, 195, 200, 205, 210, 215, 220, 225, 230, 235, 240, 245, 250, 260], "hasMiniOptions": false, "quote": {"language": "en-US", "region": "US", "quoteType": "EQUITY", "quoteSourceName": "Nasdaq Real Time Price", "triggerable": true, "tradeable": false, "firstTradeDateMilliseconds": 345479400000, "priceHint": 2, "earningsTimestampEnd": 1635768000, "trailingAnnualDividendRate": 0.835, "trailingPE": 29.22083, "trailingAnnualDividendYield": 0.005613068, "epsTrailingTwelveMonths": 5.108, "epsForward": 5.67, "epsCurrentYear": 5.59, "priceEpsCurrentYear": 26.70125, "sharesOutstanding": 16530199552, "bookValue": 3.882, "fiftyDayAverage": 146.47115, "fiftyDayAverageChange": 2.7888489, "fiftyDayAverageChangePercent": 0.01904026, "twoHundredDayAverage": 139.00964, "twoHundredDayAverageChange": 10.250351, "twoHundredDayAverageChangePercent": 0.07373842, "marketCap": 2467297492992, "forwardPE": 26.324514, "priceToBook": 38.449253, "sourceInterval": 15, "exchangeDataDelayedBy": 0, "averageAnalystRating": "1.9 - Buy", "currency": "USD", "marketState": "POST", "shortName": "Apple Inc.", "postMarketChangePercent": -0.200983, "postMarketTime": 1634772731, "postMarketPrice": 148.96, "postMarketChange": -0.299988, "exchange": "NMS", "longName": "Apple Inc.", "messageBoardId": "finmb_24937", "exchangeTimezoneName": "America/New_York", "exchangeTimezoneShortName": "EDT", "gmtOffSetMilliseconds": -14400000, "market": "us_market", "esgPopulated": false, "regularMarketChange": 0.5, "regularMarketChangePercent": 0.33611187, "regularMarketTime": 1634760003, "regularMarketPrice": 149.26, "regularMarketDayHigh": 149.7522, "regularMarketDayRange": "148.12 - 149.7522", "regularMarketDayLow": 148.12, "regularMarketVolume": 57124509, "regularMarketPreviousClose": 148.76, "bid": 148.95, "ask": 149, "bidSize": 12, "askSize": 13, "fullExchangeName": "NasdaqGS", "financialCurrency": "USD", "regularMarketOpen": 148.7, "averageDailyVolume3Month": 76845849, "averageDailyVolume10Day": 73697228, "fiftyTwoWeekLowChange": 41.939995, "fiftyTwoWeekLowChangePercent": 0.39079383, "fiftyTwoWeekRange": "107.32 - 157.26", "fiftyTwoWeekHighChange": -8, "fiftyTwoWeekHighChangePercent": -0.05087117, "fiftyTwoWeekLow": 107.32, "fiftyTwoWeekHigh": 157.26, "dividendDate": 1628726400, "earningsTimestamp": 1627403400, "earningsTimestampStart": 1635332340, "displayName": "Apple", "symbol": "AAPL"}, "options": [{"expirationDate": 1705622400, "hasMiniOptions": false, "calls": [{"contractSymbol": "AAPL240119C00050000", "strike": 50, "currency": "USD", "lastPrice": 99.55, "change": 0.25, "percentChange": 0.25176233, "volume": 3, "openInterest": 103, "bid": 99.5, "ask": 100.2, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634673436, "impliedVolatility": 0.42456630126953, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00055000", "strike": 55, "currency": "USD", "lastPrice": 93.6, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 8, "bid": 94.8, "ask": 95.5, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634652227, "impliedVolatility": 0.41309180664062, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00060000", "strike": 60, "currency": "USD", "lastPrice": 90.7, "change": 0.8299942, "percentChange": 0.9235498, "volume": 20, "openInterest": 105, "bid": 90.2, "ask": 90.9, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634653979, "impliedVolatility": 0.40479110839844, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00065000", "strike": 65, "currency": "USD", "lastPrice": 85.29, "change": 0, "percentChange": 0, "volume": 4, "openInterest": 21, "bid": 85.65, "ask": 86.35, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634669357, "impliedVolatility": 0.39563592651367, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00070000", "strike": 70, "currency": "USD", "lastPrice": 81.25, "change": 0.4300003, "percentChange": 0.5320469, "volume": 6, "openInterest": 101, "bid": 81.1, "ask": 81.8, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634758300, "impliedVolatility": 0.38391729370117, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00075000", "strike": 75, "currency": "USD", "lastPrice": 76.9, "change": 0.7000046, "percentChange": 0.9186412, "volume": 5, "openInterest": 1969, "bid": 76.75, "ask": 77.35, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634758100, "impliedVolatility": 0.37409073181152, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00080000", "strike": 80, "currency": "USD", "lastPrice": 72.7, "change": 2.5999985, "percentChange": 3.708985, "volume": 3, "openInterest": 200, "bid": 72.3, "ask": 73, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634585340, "impliedVolatility": 0.36548486083984, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00085000", "strike": 85, "currency": "USD", "lastPrice": 65.9, "change": 0, "percentChange": 0, "volume": 13, "openInterest": 35, "bid": 68.1, "ask": 68.75, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634584731, "impliedVolatility": 0.35755036987305, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00090000", "strike": 90, "currency": "USD", "lastPrice": 63.72, "change": 0, "percentChange": 0, "volume": 3, "openInterest": 314, "bid": 63.95, "ask": 64.6, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634669211, "impliedVolatility": 0.35004312072754, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00095000", "strike": 95, "currency": "USD", "lastPrice": 59.17, "change": 0, "percentChange": 0, "volume": 5, "openInterest": 117, "bid": 59.85, "ask": 60.55, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634326184, "impliedVolatility": 0.34281052703857, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00100000", "strike": 100, "currency": "USD", "lastPrice": 56.1, "change": 0.29999924, "percentChange": 0.53763306, "volume": 26, "openInterest": 986, "bid": 56, "ask": 56.65, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634759014, "impliedVolatility": 0.33664603790283, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00105000", "strike": 105, "currency": "USD", "lastPrice": 52, "change": 0, "percentChange": 0, "volume": 52, "openInterest": 538, "bid": 52.25, "ask": 52.9, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634660198, "impliedVolatility": 0.33121396331787, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00110000", "strike": 110, "currency": "USD", "lastPrice": 48.25, "change": 0.15000153, "percentChange": 0.3118535, "volume": 17, "openInterest": 756, "bid": 48.6, "ask": 48.9, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634750302, "impliedVolatility": 0.31976998596191, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00115000", "strike": 115, "currency": "USD", "lastPrice": 45.12, "change": -0.08000183, "percentChange": -0.1769952, "volume": 1, "openInterest": 216, "bid": 45.15, "ask": 45.8, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634666456, "impliedVolatility": 0.32102119415283, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00120000", "strike": 120, "currency": "USD", "lastPrice": 42.2, "change": 0.6000023, "percentChange": 1.4423133, "volume": 15, "openInterest": 695, "bid": 42, "ask": 42.55, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634757977, "impliedVolatility": 0.31754222503662, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00125000", "strike": 125, "currency": "USD", "lastPrice": 38.9, "change": 0.15000153, "percentChange": 0.38710073, "volume": 6, "openInterest": 438, "bid": 38.85, "ask": 39.4, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634662414, "impliedVolatility": 0.31348342773437, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00130000", "strike": 130, "currency": "USD", "lastPrice": 35.6, "change": -0.020000458, "percentChange": -0.05614952, "volume": 16, "openInterest": 1472, "bid": 35.85, "ask": 36.45, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634751592, "impliedVolatility": 0.31024859680176, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00135000", "strike": 135, "currency": "USD", "lastPrice": 33.12, "change": 0.36999893, "percentChange": 1.1297678, "volume": 13, "openInterest": 1254, "bid": 33.05, "ask": 33.7, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634758784, "impliedVolatility": 0.30774618041992, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00140000", "strike": 140, "currency": "USD", "lastPrice": 30.8, "change": 0.54999924, "percentChange": 1.8181794, "volume": 83, "openInterest": 2981, "bid": 30.5, "ask": 30.95, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634759934, "impliedVolatility": 0.30347376220703, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00145000", "strike": 145, "currency": "USD", "lastPrice": 28.45, "change": 0.6800003, "percentChange": 2.4486868, "volume": 115, "openInterest": 2465, "bid": 28.15, "ask": 28.7, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634758873, "impliedVolatility": 0.30347376220703, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00150000", "strike": 150, "currency": "USD", "lastPrice": 25.9, "change": 0.1800003, "percentChange": 0.6998457, "volume": 215, "openInterest": 2744, "bid": 25.85, "ask": 26.3, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634758873, "impliedVolatility": 0.30005582763672, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00155000", "strike": 155, "currency": "USD", "lastPrice": 23.87, "change": 0.040000916, "percentChange": 0.16785948, "volume": 52, "openInterest": 584, "bid": 23.75, "ask": 24.3, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634759350, "impliedVolatility": 0.2996438444519, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00160000", "strike": 160, "currency": "USD", "lastPrice": 21.75, "change": -0.069999695, "percentChange": -0.32080522, "volume": 11, "openInterest": 3285, "bid": 21.8, "ask": 22.35, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634753889, "impliedVolatility": 0.29827056716919, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00165000", "strike": 165, "currency": "USD", "lastPrice": 20.37, "change": 0.42000008, "percentChange": 2.1052635, "volume": 8, "openInterest": 1098, "bid": 20.05, "ask": 20.55, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634665166, "impliedVolatility": 0.29712616943359, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00170000", "strike": 170, "currency": "USD", "lastPrice": 18.5, "change": 0, "percentChange": 0, "volume": 11, "openInterest": 2277, "bid": 18.4, "ask": 18.85, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634750189, "impliedVolatility": 0.29575289215088, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00175000", "strike": 175, "currency": "USD", "lastPrice": 17, "change": 0.11000061, "percentChange": 0.6512766, "volume": 17, "openInterest": 2297, "bid": 16.9, "ask": 17.35, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634755178, "impliedVolatility": 0.29529513305664, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00180000", "strike": 180, "currency": "USD", "lastPrice": 15.45, "change": 0.22000027, "percentChange": 1.4445192, "volume": 8, "openInterest": 802, "bid": 15.5, "ask": 15.9, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634754992, "impliedVolatility": 0.29416599395752, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00185000", "strike": 185, "currency": "USD", "lastPrice": 14.8, "change": 0.6700001, "percentChange": 4.741685, "volume": 15, "openInterest": 541, "bid": 14.2, "ask": 14.6, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634746142, "impliedVolatility": 0.29357090713501, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00190000", "strike": 190, "currency": "USD", "lastPrice": 13, "change": -0.05000019, "percentChange": -0.38314322, "volume": 151, "openInterest": 3548, "bid": 13, "ask": 13.4, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634754474, "impliedVolatility": 0.29300633758545, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00195000", "strike": 195, "currency": "USD", "lastPrice": 11.75, "change": 0, "percentChange": 0, "volume": 16, "openInterest": 1291, "bid": 11.95, "ask": 12.35, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634661003, "impliedVolatility": 0.2931589239502, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00200000", "strike": 200, "currency": "USD", "lastPrice": 10.97, "change": 0.119999886, "percentChange": 1.1059897, "volume": 247, "openInterest": 4694, "bid": 11.05, "ask": 11.1, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634758027, "impliedVolatility": 0.28980202392578, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00205000", "strike": 205, "currency": "USD", "lastPrice": 9.95, "change": -0.05000019, "percentChange": -0.5000019, "volume": 10, "openInterest": 176, "bid": 10.05, "ask": 10.4, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634673084, "impliedVolatility": 0.29230444030762, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00210000", "strike": 210, "currency": "USD", "lastPrice": 9.51, "change": 0.34000015, "percentChange": 3.7077441, "volume": 8, "openInterest": 242, "bid": 9.15, "ask": 9.55, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634742518, "impliedVolatility": 0.29204504348755, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00215000", "strike": 215, "currency": "USD", "lastPrice": 8.5, "change": 0, "percentChange": 0, "volume": 14, "openInterest": 80, "bid": 8.45, "ask": 8.8, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634671227, "impliedVolatility": 0.29224340576172, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00220000", "strike": 220, "currency": "USD", "lastPrice": 7.8, "change": -0.01999998, "percentChange": -0.25575423, "volume": 48, "openInterest": 212, "bid": 7.7, "ask": 8.05, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634757164, "impliedVolatility": 0.29157202575684, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00225000", "strike": 225, "currency": "USD", "lastPrice": 7.3, "change": 0.1500001, "percentChange": 2.0979035, "volume": 1, "openInterest": 73, "bid": 7.1, "ask": 7.45, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634746683, "impliedVolatility": 0.29224340576172, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00230000", "strike": 230, "currency": "USD", "lastPrice": 6.79, "change": 0.13999987, "percentChange": 2.105261, "volume": 1, "openInterest": 61, "bid": 6.55, "ask": 6.85, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634743594, "impliedVolatility": 0.29218237121582, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00235000", "strike": 235, "currency": "USD", "lastPrice": 5.41, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 134, "bid": 6, "ask": 6.35, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1632940302, "impliedVolatility": 0.2929147857666, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00240000", "strike": 240, "currency": "USD", "lastPrice": 4.8, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 48, "bid": 5.55, "ask": 5.85, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634566599, "impliedVolatility": 0.2929758203125, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00245000", "strike": 245, "currency": "USD", "lastPrice": 5.45, "change": 0.63999987, "percentChange": 13.305611, "volume": 1, "openInterest": 33, "bid": 5.15, "ask": 5.45, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634745213, "impliedVolatility": 0.29407444213867, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00250000", "strike": 250, "currency": "USD", "lastPrice": 4.9, "change": 0.05000019, "percentChange": 1.0309318, "volume": 8, "openInterest": 2137, "bid": 4.75, "ask": 5, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634759296, "impliedVolatility": 0.29370823486328, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00260000", "strike": 260, "currency": "USD", "lastPrice": 4.1, "change": 0.049999714, "percentChange": 1.2345607, "volume": 59, "openInterest": 1461, "bid": 4.1, "ask": 4.2, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634758002, "impliedVolatility": 0.2929147857666, "inTheMoney": false}], "puts": [{"contractSymbol": "AAPL240119P00050000", "strike": 50, "currency": "USD", "lastPrice": 0.97, "change": -0.089999914, "percentChange": -8.490559, "volume": 17, "openInterest": 282, "bid": 0.96, "ask": 1.1, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634757891, "impliedVolatility": 0.43897045410156, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00055000", "strike": 55, "currency": "USD", "lastPrice": 1.22, "change": -0.07999992, "percentChange": -6.1538405, "volume": 17, "openInterest": 182, "bid": 1.19, "ask": 1.34, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634757891, "impliedVolatility": 0.42090422851563, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00060000", "strike": 60, "currency": "USD", "lastPrice": 1.5, "change": 0, "percentChange": 0, "volume": 175, "openInterest": 554, "bid": 1.46, "ask": 1.62, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634240502, "impliedVolatility": 0.40442490112305, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00065000", "strike": 65, "currency": "USD", "lastPrice": 1.9, "change": 0.110000014, "percentChange": 6.145252, "volume": 16, "openInterest": 784, "bid": 1.81, "ask": 1.9, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634752887, "impliedVolatility": 0.38715212463379, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00070000", "strike": 70, "currency": "USD", "lastPrice": 2.53, "change": 0, "percentChange": 0, "volume": 10, "openInterest": 209, "bid": 2.16, "ask": 2.33, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1633708051, "impliedVolatility": 0.37592176818848, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00075000", "strike": 75, "currency": "USD", "lastPrice": 2.8, "change": 0.00999999, "percentChange": 0.3584226, "volume": 2, "openInterest": 223, "bid": 2.61, "ask": 2.79, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634750750, "impliedVolatility": 0.36402003173828, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00080000", "strike": 80, "currency": "USD", "lastPrice": 3.29, "change": -0.00999999, "percentChange": -0.30303, "volume": 2, "openInterest": 12, "bid": 3.15, "ask": 3.35, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634745669, "impliedVolatility": 0.35394933166504, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00085000", "strike": 85, "currency": "USD", "lastPrice": 3.85, "change": -0.05000019, "percentChange": -1.2820561, "volume": 1, "openInterest": 807, "bid": 3.75, "ask": 4, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634657765, "impliedVolatility": 0.34473311523437, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00090000", "strike": 90, "currency": "USD", "lastPrice": 4.65, "change": 0.01999998, "percentChange": 0.43196502, "volume": 1, "openInterest": 1084, "bid": 4.5, "ask": 4.75, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634758575, "impliedVolatility": 0.33631034790039, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00095000", "strike": 95, "currency": "USD", "lastPrice": 5.75, "change": 0, "percentChange": 0, "volume": 3, "openInterest": 1357, "bid": 5.35, "ask": 5.65, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634313259, "impliedVolatility": 0.32941344421387, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00100000", "strike": 100, "currency": "USD", "lastPrice": 6.53, "change": 0.04000044, "percentChange": 0.61633956, "volume": 47, "openInterest": 3138, "bid": 6.35, "ask": 6.65, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634757051, "impliedVolatility": 0.32257757507324, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00105000", "strike": 105, "currency": "USD", "lastPrice": 7.65, "change": 0, "percentChange": 0, "volume": 4, "openInterest": 73, "bid": 7.45, "ask": 7.8, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634327919, "impliedVolatility": 0.31662670684814, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00110000", "strike": 110, "currency": "USD", "lastPrice": 9.1, "change": 0.10000038, "percentChange": 1.1111153, "volume": 3, "openInterest": 4020, "bid": 8.75, "ask": 9.1, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634585332, "impliedVolatility": 0.31125566680908, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00115000", "strike": 115, "currency": "USD", "lastPrice": 10.45, "change": -0.9300003, "percentChange": -8.172235, "volume": 177, "openInterest": 1388, "bid": 10.2, "ask": 10.45, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634759315, "impliedVolatility": 0.3047554876709, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00120000", "strike": 120, "currency": "USD", "lastPrice": 12.05, "change": -0.05000019, "percentChange": -0.4132247, "volume": 57, "openInterest": 2768, "bid": 11.9, "ask": 12.05, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634759295, "impliedVolatility": 0.30014737945557, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00125000", "strike": 125, "currency": "USD", "lastPrice": 14.1, "change": 0.1600008, "percentChange": 1.147782, "volume": 5, "openInterest": 1986, "bid": 13.6, "ask": 14, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634666872, "impliedVolatility": 0.29843841217041, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00130000", "strike": 130, "currency": "USD", "lastPrice": 15.95, "change": 0.05000019, "percentChange": 0.3144666, "volume": 15, "openInterest": 6608, "bid": 15.55, "ask": 15.95, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634750176, "impliedVolatility": 0.29465427032471, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00135000", "strike": 135, "currency": "USD", "lastPrice": 17.9, "change": -0.21000099, "percentChange": -1.1595858, "volume": 2, "openInterest": 3383, "bid": 17.7, "ask": 18.15, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634671271, "impliedVolatility": 0.29215185394287, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00140000", "strike": 140, "currency": "USD", "lastPrice": 20.47, "change": 0.26999855, "percentChange": 1.3366264, "volume": 9, "openInterest": 320, "bid": 20.05, "ask": 20.5, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634758873, "impliedVolatility": 0.28961892028809, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00145000", "strike": 145, "currency": "USD", "lastPrice": 22.9, "change": -0.09000015, "percentChange": -0.3914752, "volume": 4, "openInterest": 170, "bid": 22.55, "ask": 23, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634759562, "impliedVolatility": 0.28707072799683, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00150000", "strike": 150, "currency": "USD", "lastPrice": 25.65, "change": -0.14999962, "percentChange": -0.5813939, "volume": 44, "openInterest": 651, "bid": 25.25, "ask": 25.7, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634736763, "impliedVolatility": 0.28513288116455, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00155000", "strike": 155, "currency": "USD", "lastPrice": 28.3, "change": -0.11000061, "percentChange": -0.38718978, "volume": 1, "openInterest": 106, "bid": 28.15, "ask": 28.65, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634655182, "impliedVolatility": 0.28433943206787, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00160000", "strike": 160, "currency": "USD", "lastPrice": 31.6, "change": 0, "percentChange": 0, "volume": 3, "openInterest": 674, "bid": 31.15, "ask": 31.65, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634666098, "impliedVolatility": 0.28253891296387, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00165000", "strike": 165, "currency": "USD", "lastPrice": 34.6, "change": 0, "percentChange": 0, "volume": 3, "openInterest": 46, "bid": 34.2, "ask": 34.8, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634666098, "impliedVolatility": 0.28087572158813, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00170000", "strike": 170, "currency": "USD", "lastPrice": 38.09, "change": 0, "percentChange": 0, "volume": 5, "openInterest": 238, "bid": 37.5, "ask": 38.05, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634661845, "impliedVolatility": 0.27887684020996, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00175000", "strike": 175, "currency": "USD", "lastPrice": 41.51, "change": 0, "percentChange": 0, "volume": 5, "openInterest": 6, "bid": 40.9, "ask": 41.55, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634661845, "impliedVolatility": 0.27829701202393, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00180000", "strike": 180, "currency": "USD", "lastPrice": 45, "change": -0.29999924, "percentChange": -0.66225, "volume": 2, "openInterest": 7, "bid": 44.45, "ask": 45.05, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634748214, "impliedVolatility": 0.2763896824646, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00185000", "strike": 185, "currency": "USD", "lastPrice": 52.12, "change": 0, "percentChange": 0, "volume": 6, "openInterest": 7, "bid": 48.15, "ask": 48.8, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1633613762, "impliedVolatility": 0.27609976837158, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00190000", "strike": 190, "currency": "USD", "lastPrice": 52.6, "change": -0.15000153, "percentChange": -0.28436306, "volume": 1, "openInterest": 2918, "bid": 51.9, "ask": 52.55, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634668543, "impliedVolatility": 0.27457390472412, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00195000", "strike": 195, "currency": "USD", "lastPrice": 62.63, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 6, "bid": 55.8, "ask": 56.45, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1633101891, "impliedVolatility": 0.27367364517212, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00200000", "strike": 200, "currency": "USD", "lastPrice": 62.02, "change": 0, "percentChange": 0, "volume": 4, "openInterest": 23, "bid": 59.8, "ask": 60.45, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634572804, "impliedVolatility": 0.27289545471191, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00205000", "strike": 205, "currency": "USD", "lastPrice": 70.29, "change": 0, "percentChange": 0, "volume": 36, "openInterest": 38, "bid": 63.85, "ask": 64.5, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1633463886, "impliedVolatility": 0.27167476379395, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00210000", "strike": 210, "currency": "USD", "lastPrice": 70.08, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 2, "bid": 68, "ask": 68.65, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634584614, "impliedVolatility": 0.27072872833252, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00220000", "strike": 220, "currency": "USD", "lastPrice": 78.78, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 2, "bid": 76.55, "ask": 77.2, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634584614, "impliedVolatility": 0.26938596832275, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00230000", "strike": 230, "currency": "USD", "lastPrice": 91.35, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 11, "bid": 85.35, "ask": 86, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1632772537, "impliedVolatility": 0.26810424285889, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00235000", "strike": 235, "currency": "USD", "lastPrice": 93.55, "change": 0, "percentChange": 0, "openInterest": 1, "bid": 89.85, "ask": 90.5, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1632770940, "impliedVolatility": 0.26782958740234, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00240000", "strike": 240, "currency": "USD", "lastPrice": 99, "change": 0, "percentChange": 0, "openInterest": 10, "bid": 94.4, "ask": 95.05, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1632241587, "impliedVolatility": 0.2676159664917, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00245000", "strike": 245, "currency": "USD", "lastPrice": 102.71, "change": 0, "percentChange": 0, "openInterest": 1, "bid": 99, "ask": 99.65, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1632770940, "impliedVolatility": 0.26758544921875, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00250000", "strike": 250, "currency": "USD", "lastPrice": 104.35, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 183, "bid": 103.6, "ask": 104.25, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634673322, "impliedVolatility": 0.26682251739502, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00260000", "strike": 260, "currency": "USD", "lastPrice": 113.79, "change": -0.30999756, "percentChange": -0.27168936, "volume": 4, "openInterest": 11, "bid": 113, "ask": 113.7, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1634753262, "impliedVolatility": 0.26850096740723, "inTheMoney": true}]}]}], "error": null}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"optionChain": {"type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"underlyingSymbol": {"type": "string"}, "expirationDates": {"type": "array", "items": {"type": "integer"}}, "strikes": {"type": "array", "items": {"type": "integer"}}, "hasMiniOptions": {"type": "boolean"}, "quote": {"type": "object", "properties": {"language": {"type": "string"}, "region": {"type": "string"}, "quoteType": {"type": "string"}, "quoteSourceName": {"type": "string"}, "triggerable": {"type": "boolean"}, "tradeable": {"type": "boolean"}, "firstTradeDateMilliseconds": {"type": "integer"}, "priceHint": {"type": "integer"}, "earningsTimestampEnd": {"type": "integer"}, "trailingAnnualDividendRate": {"type": "number"}, "trailingPE": {"type": "number"}, "trailingAnnualDividendYield": {"type": "number"}, "epsTrailingTwelveMonths": {"type": "number"}, "epsForward": {"type": "number"}, "epsCurrentYear": {"type": "number"}, "priceEpsCurrentYear": {"type": "number"}, "sharesOutstanding": {"type": "integer"}, "bookValue": {"type": "number"}, "fiftyDayAverage": {"type": "number"}, "fiftyDayAverageChange": {"type": "number"}, "fiftyDayAverageChangePercent": {"type": "number"}, "twoHundredDayAverage": {"type": "number"}, "twoHundredDayAverageChange": {"type": "number"}, "twoHundredDayAverageChangePercent": {"type": "number"}, "marketCap": {"type": "integer"}, "forwardPE": {"type": "number"}, "priceToBook": {"type": "number"}, "sourceInterval": {"type": "integer"}, "exchangeDataDelayedBy": {"type": "integer"}, "averageAnalystRating": {"type": "string"}, "currency": {"type": "string"}, "marketState": {"type": "string"}, "shortName": {"type": "string"}, "postMarketChangePercent": {"type": "number"}, "postMarketTime": {"type": "integer"}, "postMarketPrice": {"type": "number"}, "postMarketChange": {"type": "number"}, "exchange": {"type": "string"}, "longName": {"type": "string"}, "messageBoardId": {"type": "string"}, "exchangeTimezoneName": {"type": "string"}, "exchangeTimezoneShortName": {"type": "string"}, "gmtOffSetMilliseconds": {"type": "integer"}, "market": {"type": "string"}, "esgPopulated": {"type": "boolean"}, "regularMarketChange": {"type": "number"}, "regularMarketChangePercent": {"type": "number"}, "regularMarketTime": {"type": "integer"}, "regularMarketPrice": {"type": "number"}, "regularMarketDayHigh": {"type": "number"}, "regularMarketDayRange": {"type": "string"}, "regularMarketDayLow": {"type": "number"}, "regularMarketVolume": {"type": "integer"}, "regularMarketPreviousClose": {"type": "number"}, "bid": {"type": "number"}, "ask": {"type": "integer"}, "bidSize": {"type": "integer"}, "askSize": {"type": "integer"}, "fullExchangeName": {"type": "string"}, "financialCurrency": {"type": "string"}, "regularMarketOpen": {"type": "number"}, "averageDailyVolume3Month": {"type": "integer"}, "averageDailyVolume10Day": {"type": "integer"}, "fiftyTwoWeekLowChange": {"type": "number"}, "fiftyTwoWeekLowChangePercent": {"type": "number"}, "fiftyTwoWeekRange": {"type": "string"}, "fiftyTwoWeekHighChange": {"type": "integer"}, "fiftyTwoWeekHighChangePercent": {"type": "number"}, "fiftyTwoWeekLow": {"type": "number"}, "fiftyTwoWeekHigh": {"type": "number"}, "dividendDate": {"type": "integer"}, "earningsTimestamp": {"type": "integer"}, "earningsTimestampStart": {"type": "integer"}, "displayName": {"type": "string"}, "symbol": {"type": "string"}}, "required": ["ask", "askSize", "averageAnalystRating", "averageDailyVolume10Day", "averageDailyVolume3Month", "bid", "bidSize", "bookValue", "currency", "displayName", "dividendDate", "earningsTimestamp", "earningsTimestampEnd", "earningsTimestampStart", "epsCurrentYear", "epsForward", "epsTrailingTwelveMonths", "esgPopulated", "exchange", "exchangeDataDelayedBy", "exchangeTimezoneName", "exchangeTimezoneShortName", "fiftyDayAverage", "fiftyDayAverageChange", "fiftyDayAverageChangePercent", "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"]}, "options": {"type": "array", "items": {"type": "object", "properties": {"expirationDate": {"type": "integer"}, "hasMiniOptions": {"type": "boolean"}, "calls": {"type": "array", "items": {"type": "object", "properties": {"contractSymbol": {"type": "string"}, "strike": {"type": "integer"}, "currency": {"type": "string"}, "lastPrice": {"type": "number"}, "change": {"type": "number"}, "percentChange": {"type": "number"}, "volume": {"type": "integer"}, "openInterest": {"type": "integer"}, "bid": {"type": "number"}, "ask": {"type": "number"}, "contractSize": {"type": "string"}, "expiration": {"type": "integer"}, "lastTradeDate": {"type": "integer"}, "impliedVolatility": {"type": "number"}, "inTheMoney": {"type": "boolean"}}, "required": ["ask", "bid", "change", "contractSize", "contractSymbol", "currency", "expiration", "impliedVolatility", "inTheMoney", "lastPrice", "lastTradeDate", "openInterest", "percentChange", "strike", "volume"]}}, "puts": {"type": "array", "items": {"type": "object", "properties": {"contractSymbol": {"type": "string"}, "strike": {"type": "integer"}, "currency": {"type": "string"}, "lastPrice": {"type": "number"}, "change": {"type": "number"}, "percentChange": {"type": "number"}, "volume": {"type": "integer"}, "openInterest": {"type": "integer"}, "bid": {"type": "number"}, "ask": {"type": "number"}, "contractSize": {"type": "string"}, "expiration": {"type": "integer"}, "lastTradeDate": {"type": "integer"}, "impliedVolatility": {"type": "number"}, "inTheMoney": {"type": "boolean"}}, "required": ["ask", "bid", "change", "contractSize", "contractSymbol", "currency", "expiration", "impliedVolatility", "inTheMoney", "lastPrice", "lastTradeDate", "openInterest", "percentChange", "strike"]}}}, "required": ["calls", "expirationDate", "hasMiniOptions", "puts"]}}}, "required": ["expirationDates", "hasMiniOptions", "options", "quote", "strikes", "underlyingSymbol"]}}, "error": {"type": "null"}}, "required": ["error", "result"]}}, "required": ["optionChain"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/4c974b2c-2e15-46e8-9acd-5ca6f0145bd4/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/options | Get option data for stocks, ETFs, and indexes. | 200 | Response | {"meta": {"ticker": "AAPL", "expiration": "1705622400", "processedTime": "2023-12-03T20:34:22.314532Z", "version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": [{"underlyingSymbol": "AAPL", "expirationDates": [1701993600, 1702598400, 1703203200, 1703808000, 1704412800, 1705017600, 1705622400, 1708041600, 1710460800, 1713484800, 1718928000, 1721347200, 1726790400, 1734652800, 1737072000, 1750377600, 1758240000, 1766102400, 1768521600], "strikes": [50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, 165, 170, 175, 180, 185, 190, 195, 200, 205, 210, 215, 220, 225, 230, 235, 240, 245, 250, 255, 260, 265, 270, 275, 280, 285, 290, 300, 310, 320], "hasMiniOptions": false, "quote": {"language": "en-US", "region": "US", "quoteType": "EQUITY", "typeDisp": "Equity", "quoteSourceName": "Nasdaq Real Time Price", "triggerable": true, "customPriceAlertConfidence": "HIGH", "currency": "USD", "marketState": "CLOSED", "regularMarketChangePercent": 0.67913055, "regularMarketPrice": 191.24, "exchange": "NMS", "shortName": "Apple Inc.", "longName": "Apple Inc.", "messageBoardId": "finmb_24937", "exchangeTimezoneName": "America/New_York", "exchangeTimezoneShortName": "EST", "gmtOffSetMilliseconds": -18000000, "market": "us_market", "esgPopulated": false, "firstTradeDateMilliseconds": 345479400000, "priceHint": 2, "postMarketChangePercent": 0.0313729, "postMarketTime": 1701478796, "postMarketPrice": 191.3, "postMarketChange": 0.0599976, "regularMarketChange": 1.2900085, "regularMarketTime": 1701464401, "regularMarketDayHigh": 191.555, "regularMarketDayRange": "189.23 - 191.555", "regularMarketDayLow": 189.23, "regularMarketVolume": 45704823, "regularMarketPreviousClose": 189.95, "bid": 191.3, "ask": 191.33, "bidSize": 30, "askSize": 10, "fullExchangeName": "NasdaqGS", "financialCurrency": "USD", "regularMarketOpen": 190.33, "averageDailyVolume3Month": 57299031, "averageDailyVolume10Day": 41568420, "fiftyTwoWeekLowChange": 67.07001, "fiftyTwoWeekLowChangePercent": 0.54014665, "fiftyTwoWeekRange": "124.17 - 198.23", "fiftyTwoWeekHighChange": -6.98999, "fiftyTwoWeekHighChangePercent": -0.035262022, "fiftyTwoWeekLow": 124.17, "fiftyTwoWeekHigh": 198.23, "fiftyTwoWeekChangePercent": 30.42351, "dividendDate": 1700092800, "earningsTimestamp": 1698958800, "earningsTimestampStart": 1706698740, "earningsTimestampEnd": 1707134400, "trailingAnnualDividendRate": 0.94, "trailingPE": 31.146582, "dividendRate": 0.96, "trailingAnnualDividendYield": 0.004948671, "dividendYield": 0.5, "epsTrailingTwelveMonths": 6.14, "epsForward": 7.15, "epsCurrentYear": 6.56, "priceEpsCurrentYear": 29.152441, "sharesOutstanding": 15552799744, "bookValue": 3.997, "fiftyDayAverage": 179.4516, "fiftyDayAverageChange": 11.788406, "marketCap": 2974317543424, "fiftyDayAverageChangePercent": 0.065691285, "twoHundredDayAverage": 175.26715, "twoHundredDayAverageChange": 15.972855, "twoHundredDayAverageChangePercent": 0.09113433, "forwardPE": 26.746853, "priceToBook": 47.845886, "sourceInterval": 15, "exchangeDataDelayedBy": 0, "averageAnalystRating": "2.1 - Buy", "tradeable": false, "cryptoTradeable": false, "displayName": "Apple", "symbol": "AAPL"}, "options": [{"expirationDate": 1705622400, "hasMiniOptions": false, "calls": [{"contractSymbol": "AAPL240119C00050000", "strike": 50, "currency": "USD", "lastPrice": 140.55, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 16866, "bid": 141.4, "ask": 141.8, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701204600, "impliedVolatility": 1.7421887890624999, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00055000", "strike": 55, "currency": "USD", "lastPrice": 136.8, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 3355, "bid": 136.45, "ask": 136.85, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1700683744, "impliedVolatility": 1.654298603515625, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00060000", "strike": 60, "currency": "USD", "lastPrice": 129.56, "change": 0, "percentChange": 0, "volume": 38, "openInterest": 1817, "bid": 131.5, "ask": 131.9, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1700067095, "impliedVolatility": 1.572267763671875, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00065000", "strike": 65, "currency": "USD", "lastPrice": 126.31, "change": 0, "percentChange": 0, "volume": 40, "openInterest": 1875, "bid": 126.5, "ask": 126.9, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1700597851, "impliedVolatility": 1.4697292138671876, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00070000", "strike": 70, "currency": "USD", "lastPrice": 118.5, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 2035, "bid": 121.55, "ask": 121.95, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1700058605, "impliedVolatility": 1.3984405078125, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00075000", "strike": 75, "currency": "USD", "lastPrice": 116.35, "change": 0.8499985, "percentChange": 0.7359294, "volume": 2, "openInterest": 2344, "bid": 116.6, "ask": 117, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701447083, "impliedVolatility": 1.3291049169921871, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00080000", "strike": 80, "currency": "USD", "lastPrice": 109.6, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 1370, "bid": 111.65, "ask": 112.05, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701289888, "impliedVolatility": 1.2626989990234374, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00085000", "strike": 85, "currency": "USD", "lastPrice": 105.2, "change": 0, "percentChange": 0, "volume": 3, "openInterest": 879, "bid": 106.7, "ask": 107.1, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701377400, "impliedVolatility": 1.19922275390625, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00090000", "strike": 90, "currency": "USD", "lastPrice": 101.77, "change": -1.2300034, "percentChange": -1.194178, "volume": 1, "openInterest": 1808, "bid": 101.75, "ask": 102.15, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701458022, "impliedVolatility": 1.137211345214844, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00095000", "strike": 95, "currency": "USD", "lastPrice": 96.32, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 3201, "bid": 96.75, "ask": 97.15, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701107751, "impliedVolatility": 1.0644578027343752, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00100000", "strike": 100, "currency": "USD", "lastPrice": 91.9, "change": 1.6500015, "percentChange": 1.8282566, "volume": 17, "openInterest": 6960, "bid": 91.8, "ask": 92.2, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701463125, "impliedVolatility": 1.007329182128906, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00105000", "strike": 105, "currency": "USD", "lastPrice": 85.97, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 1591, "bid": 86.85, "ask": 87.25, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701117625, "impliedVolatility": 0.9521489160156249, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00110000", "strike": 110, "currency": "USD", "lastPrice": 82, "change": 2, "percentChange": 2.5, "volume": 1, "openInterest": 3580, "bid": 81.9, "ask": 82.3, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701458861, "impliedVolatility": 0.8979502392578124, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00115000", "strike": 115, "currency": "USD", "lastPrice": 77.23, "change": 1.6800003, "percentChange": 2.2236931, "volume": 7, "openInterest": 1840, "bid": 76.95, "ask": 77.35, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701459211, "impliedVolatility": 0.8452163916015624, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00120000", "strike": 120, "currency": "USD", "lastPrice": 72.35, "change": 1.6500015, "percentChange": 2.333807, "volume": 5, "openInterest": 8564, "bid": 72, "ask": 72.4, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701454092, "impliedVolatility": 0.7932149584960937, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00125000", "strike": 125, "currency": "USD", "lastPrice": 67.4, "change": 1.3800049, "percentChange": 2.0902832, "volume": 16, "openInterest": 9001, "bid": 67.05, "ask": 67.45, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701451741, "impliedVolatility": 0.7424342163085937, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00130000", "strike": 130, "currency": "USD", "lastPrice": 62.31, "change": 1.420002, "percentChange": 2.3320775, "volume": 51, "openInterest": 6049, "bid": 62.1, "ask": 62.5, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701458948, "impliedVolatility": 0.692385888671875, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00135000", "strike": 135, "currency": "USD", "lastPrice": 57.38, "change": 1.4400024, "percentChange": 2.574191, "volume": 16, "openInterest": 7891, "bid": 57.15, "ask": 57.55, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701459251, "impliedVolatility": 0.6428258374023439, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00140000", "strike": 140, "currency": "USD", "lastPrice": 52.45, "change": 1.2600021, "percentChange": 2.4614224, "volume": 113, "openInterest": 13797, "bid": 52.2, "ask": 52.6, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464271, "impliedVolatility": 0.5942423388671876, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00145000", "strike": 145, "currency": "USD", "lastPrice": 47.62, "change": 1.6199989, "percentChange": 3.5217366, "volume": 9, "openInterest": 12171, "bid": 47.25, "ask": 47.7, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701453819, "impliedVolatility": 0.5485884985351563, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00150000", "strike": 150, "currency": "USD", "lastPrice": 42.36, "change": 0.8899994, "percentChange": 2.1461282, "volume": 116, "openInterest": 32397, "bid": 42.35, "ask": 42.7, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701461337, "impliedVolatility": 0.5002491381835938, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00155000", "strike": 155, "currency": "USD", "lastPrice": 37.42, "change": 2.1699982, "percentChange": 6.156023, "volume": 11, "openInterest": 10317, "bid": 37.4, "ask": 37.8, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701462392, "impliedVolatility": 0.47192910888671874, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00160000", "strike": 160, "currency": "USD", "lastPrice": 32.65, "change": 2.4500008, "percentChange": 8.112585, "volume": 203, "openInterest": 22716, "bid": 32.5, "ask": 32.8, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701461809, "impliedVolatility": 0.41809663940429687, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00165000", "strike": 165, "currency": "USD", "lastPrice": 27.45, "change": 2.25, "percentChange": 8.928571, "volume": 34, "openInterest": 17345, "bid": 27.6, "ask": 27.95, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701457910, "impliedVolatility": 0.37525038818359374, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00170000", "strike": 170, "currency": "USD", "lastPrice": 22.85, "change": 2.0500011, "percentChange": 9.855775, "volume": 180, "openInterest": 32239, "bid": 22.8, "ask": 23.05, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701463301, "impliedVolatility": 0.3272772351074219, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00175000", "strike": 175, "currency": "USD", "lastPrice": 17.95, "change": 0.6500015, "percentChange": 3.7572343, "volume": 381, "openInterest": 63531, "bid": 18.15, "ask": 18.35, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464080, "impliedVolatility": 0.2884592639160155, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00180000", "strike": 180, "currency": "USD", "lastPrice": 13.85, "change": 0.95000076, "percentChange": 7.3643475, "volume": 630, "openInterest": 68155, "bid": 13.65, "ask": 13.8, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464281, "impliedVolatility": 0.25110612182617187, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00185000", "strike": 185, "currency": "USD", "lastPrice": 9.6, "change": 0.75, "percentChange": 8.474576, "volume": 1276, "openInterest": 55150, "bid": 9.55, "ask": 9.7, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464360, "impliedVolatility": 0.22327436889648436, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00190000", "strike": 190, "currency": "USD", "lastPrice": 6, "change": 0.5999999, "percentChange": 11.111109, "volume": 2326, "openInterest": 61535, "bid": 6, "ask": 6.1, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464396, "impliedVolatility": 0.19788399780273438, "inTheMoney": true}, {"contractSymbol": "AAPL240119C00195000", "strike": 195, "currency": "USD", "lastPrice": 3.3, "change": 0.3599999, "percentChange": 12.244894, "volume": 10918, "openInterest": 74888, "bid": 3.3, "ask": 3.35, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464353, "impliedVolatility": 0.17920742675781248, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00200000", "strike": 200, "currency": "USD", "lastPrice": 1.51, "change": 0.16999996, "percentChange": 12.686564, "volume": 7853, "openInterest": 89191, "bid": 1.54, "ask": 1.57, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464390, "impliedVolatility": 0.1664512066650391, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00205000", "strike": 205, "currency": "USD", "lastPrice": 0.62, "change": 0.07999998, "percentChange": 14.814811, "volume": 1571, "openInterest": 60896, "bid": 0.62, "ask": 0.64, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464392, "impliedVolatility": 0.15943223388671873, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00210000", "strike": 210, "currency": "USD", "lastPrice": 0.25, "change": 0.030000001, "percentChange": 13.636364, "volume": 397, "openInterest": 68095, "bid": 0.25, "ask": 0.26, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464319, "impliedVolatility": 0.1596763720703125, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00215000", "strike": 215, "currency": "USD", "lastPrice": 0.12, "change": 0.009999998, "percentChange": 9.090907, "volume": 576, "openInterest": 63549, "bid": 0.11, "ask": 0.12, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701463809, "impliedVolatility": 0.16602396484375004, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00220000", "strike": 220, "currency": "USD", "lastPrice": 0.06, "change": 0, "percentChange": 0, "volume": 154, "openInterest": 59084, "bid": 0.06, "ask": 0.07, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464012, "impliedVolatility": 0.17774259765625, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00225000", "strike": 225, "currency": "USD", "lastPrice": 0.04, "change": 0, "percentChange": 0, "volume": 113, "openInterest": 21586, "bid": 0.04, "ask": 0.05, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701463669, "impliedVolatility": 0.19336744140625, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00230000", "strike": 230, "currency": "USD", "lastPrice": 0.04, "change": 0.01, "percentChange": 33.333336, "volume": 18, "openInterest": 15707, "bid": 0.03, "ask": 0.04, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701463980, "impliedVolatility": 0.20996883789062498, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00235000", "strike": 235, "currency": "USD", "lastPrice": 0.02, "change": 0, "percentChange": 0, "volume": 4, "openInterest": 10716, "bid": 0.02, "ask": 0.03, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701454619, "impliedVolatility": 0.22266402343749997, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00240000", "strike": 240, "currency": "USD", "lastPrice": 0.03, "change": 0.01, "percentChange": 50, "volume": 457, "openInterest": 12841, "bid": 0.01, "ask": 0.02, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701455863, "impliedVolatility": 0.23242955078125, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00245000", "strike": 245, "currency": "USD", "lastPrice": 0.02, "change": 0.01, "percentChange": 100, "volume": 200, "openInterest": 8930, "bid": 0, "ask": 0.02, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701443691, "impliedVolatility": 0.25196060546875, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00250000", "strike": 250, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 255, "openInterest": 16877, "bid": 0.01, "ask": 0.02, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701463953, "impliedVolatility": 0.2695385546875, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00255000", "strike": 255, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 16, "openInterest": 2088, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701462760, "impliedVolatility": 0.2695385546875, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00260000", "strike": 260, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 123, "openInterest": 10022, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701373701, "impliedVolatility": 0.28516339843749994, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00265000", "strike": 265, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 50, "openInterest": 1418, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1700678515, "impliedVolatility": 0.3007882421875, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00270000", "strike": 270, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 3, "openInterest": 2001, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1700671490, "impliedVolatility": 0.31641308593749995, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00275000", "strike": 275, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 50, "openInterest": 1979, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1700581844, "impliedVolatility": 0.3320379296875, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00280000", "strike": 280, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 19, "openInterest": 2056, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1700663934, "impliedVolatility": 0.34766277343749996, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00285000", "strike": 285, "currency": "USD", "lastPrice": 0.02, "change": 0, "percentChange": 0, "volume": 3, "openInterest": 890, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1700235575, "impliedVolatility": 0.35938140625, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00290000", "strike": 290, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 1553, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1700154951, "impliedVolatility": 0.37500625, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00300000", "strike": 300, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 5, "openInterest": 28319, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701358879, "impliedVolatility": 0.4023497265625, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00310000", "strike": 310, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 11, "openInterest": 3299, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701442378, "impliedVolatility": 0.42969320312500003, "inTheMoney": false}, {"contractSymbol": "AAPL240119C00320000", "strike": 320, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 14313, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701457419, "impliedVolatility": 0.45313046875, "inTheMoney": false}], "puts": [{"contractSymbol": "AAPL240119P00050000", "strike": 50, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 3, "openInterest": 41424, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701282705, "impliedVolatility": 1.125004375, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00055000", "strike": 55, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 7916, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701449203, "impliedVolatility": 1.0312548437500002, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00060000", "strike": 60, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 1274, "openInterest": 10121, "bid": 0, "ask": 0.02, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1700077753, "impliedVolatility": 1.0312548437500002, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00065000", "strike": 65, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 35, "openInterest": 2845, "bid": 0, "ask": 0.01, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701462805, "impliedVolatility": 0.9062509375, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00070000", "strike": 70, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 85, "openInterest": 6068, "bid": 0, "ask": 0.02, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701371987, "impliedVolatility": 0.8906260937499999, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00075000", "strike": 75, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 50, "openInterest": 5388, "bid": 0, "ask": 0.02, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701287131, "impliedVolatility": 0.8359391406249999, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00080000", "strike": 80, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 9, "openInterest": 12941, "bid": 0, "ask": 0.02, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701374550, "impliedVolatility": 0.7812521875, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00085000", "strike": 85, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 96, "openInterest": 5511, "bid": 0, "ask": 0.02, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701454730, "impliedVolatility": 0.73437765625, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00090000", "strike": 90, "currency": "USD", "lastPrice": 0.02, "change": 0.01, "percentChange": 100, "volume": 5, "openInterest": 16029, "bid": 0, "ask": 0.02, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701447253, "impliedVolatility": 0.6796907031250001, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00095000", "strike": 95, "currency": "USD", "lastPrice": 0.01, "change": 0, "percentChange": 0, "volume": 3, "openInterest": 7167, "bid": 0.01, "ask": 0.03, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701355813, "impliedVolatility": 0.6718782812500002, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00100000", "strike": 100, "currency": "USD", "lastPrice": 0.03, "change": 0.01, "percentChange": 50, "volume": 1, "openInterest": 20025, "bid": 0.02, "ask": 0.03, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701451405, "impliedVolatility": 0.64062859375, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00105000", "strike": 105, "currency": "USD", "lastPrice": 0.02, "change": 0, "percentChange": 0, "volume": 7, "openInterest": 11053, "bid": 0.01, "ask": 0.04, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701289420, "impliedVolatility": 0.5937540625000001, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00110000", "strike": 110, "currency": "USD", "lastPrice": 0.04, "change": 0.01, "percentChange": 33.333336, "volume": 868, "openInterest": 29751, "bid": 0.02, "ask": 0.04, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701460666, "impliedVolatility": 0.5625043750000001, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00115000", "strike": 115, "currency": "USD", "lastPrice": 0.04, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 15213, "bid": 0.03, "ask": 0.05, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701457702, "impliedVolatility": 0.5351608984375, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00120000", "strike": 120, "currency": "USD", "lastPrice": 0.04, "change": 0, "percentChange": 0, "volume": 19, "openInterest": 28958, "bid": 0.04, "ask": 0.05, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701369776, "impliedVolatility": 0.500005, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00125000", "strike": 125, "currency": "USD", "lastPrice": 0.06, "change": 0.009999998, "percentChange": 19.999996, "volume": 3, "openInterest": 23056, "bid": 0.05, "ask": 0.07, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701458290, "impliedVolatility": 0.48438015625, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00130000", "strike": 130, "currency": "USD", "lastPrice": 0.06, "change": -0.02, "percentChange": -25, "volume": 18, "openInterest": 27142, "bid": 0.06, "ask": 0.09, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701450821, "impliedVolatility": 0.45898978515625005, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00135000", "strike": 135, "currency": "USD", "lastPrice": 0.08, "change": -0.010000005, "percentChange": -11.111116, "volume": 271, "openInterest": 26328, "bid": 0.08, "ask": 0.1, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701462255, "impliedVolatility": 0.42383388671875, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00140000", "strike": 140, "currency": "USD", "lastPrice": 0.1, "change": -0.019999996, "percentChange": -16.666664, "volume": 310, "openInterest": 42215, "bid": 0.09, "ask": 0.11, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701455704, "impliedVolatility": 0.389654541015625, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00145000", "strike": 145, "currency": "USD", "lastPrice": 0.11, "change": -0.030000001, "percentChange": -21.428572, "volume": 55, "openInterest": 28870, "bid": 0.11, "ask": 0.13, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701462240, "impliedVolatility": 0.3588931298828125, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00150000", "strike": 150, "currency": "USD", "lastPrice": 0.15, "change": -0.019999996, "percentChange": -11.764703, "volume": 318, "openInterest": 47818, "bid": 0.13, "ask": 0.15, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701463195, "impliedVolatility": 0.327155166015625, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00155000", "strike": 155, "currency": "USD", "lastPrice": 0.18, "change": -0.029999986, "percentChange": -14.285707, "volume": 602, "openInterest": 30344, "bid": 0.17, "ask": 0.18, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464384, "impliedVolatility": 0.2973703076171874, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00160000", "strike": 160, "currency": "USD", "lastPrice": 0.22, "change": -0.03999999, "percentChange": -15.384613, "volume": 371, "openInterest": 43103, "bid": 0.22, "ask": 0.23, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701463195, "impliedVolatility": 0.2695385546875, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00165000", "strike": 165, "currency": "USD", "lastPrice": 0.29, "change": -0.08000001, "percentChange": -21.621626, "volume": 1216, "openInterest": 45573, "bid": 0.28, "ask": 0.3, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464371, "impliedVolatility": 0.24243921630859372, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00170000", "strike": 170, "currency": "USD", "lastPrice": 0.42, "change": -0.08000001, "percentChange": -16.000002, "volume": 969, "openInterest": 65956, "bid": 0.41, "ask": 0.43, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701463800, "impliedVolatility": 0.21826953613281247, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00175000", "strike": 175, "currency": "USD", "lastPrice": 0.65, "change": -0.16000003, "percentChange": -19.75309, "volume": 3703, "openInterest": 80417, "bid": 0.64, "ask": 0.67, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464244, "impliedVolatility": 0.19690744506835936, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00180000", "strike": 180, "currency": "USD", "lastPrice": 1.12, "change": -0.21000004, "percentChange": -15.789476, "volume": 5126, "openInterest": 77643, "bid": 1.09, "ask": 1.12, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464394, "impliedVolatility": 0.17798673583984376, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00185000", "strike": 185, "currency": "USD", "lastPrice": 2.01, "change": -0.28999996, "percentChange": -12.608693, "volume": 5152, "openInterest": 47448, "bid": 1.96, "ask": 1.99, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464384, "impliedVolatility": 0.1627891339111328, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00190000", "strike": 190, "currency": "USD", "lastPrice": 3.5, "change": -0.45000005, "percentChange": -11.392406, "volume": 6600, "openInterest": 45003, "bid": 3.4, "ask": 3.5, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464394, "impliedVolatility": 0.14838498107910159, "inTheMoney": false}, {"contractSymbol": "AAPL240119P00195000", "strike": 195, "currency": "USD", "lastPrice": 5.77, "change": -0.8299999, "percentChange": -12.575756, "volume": 1353, "openInterest": 17417, "bid": 5.75, "ask": 5.85, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464320, "impliedVolatility": 0.1313563427734375, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00200000", "strike": 200, "currency": "USD", "lastPrice": 9.3, "change": -1.25, "percentChange": -11.848341, "volume": 740, "openInterest": 3917, "bid": 9.1, "ask": 9.45, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701464353, "impliedVolatility": 0.12134667724609374, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00205000", "strike": 205, "currency": "USD", "lastPrice": 14, "change": -1.5699997, "percentChange": -10.083492, "volume": 336, "openInterest": 87, "bid": 13.65, "ask": 14.05, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701463727, "impliedVolatility": 0.13013565185546871, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00210000", "strike": 210, "currency": "USD", "lastPrice": 18.85, "change": -2.3999996, "percentChange": -11.294116, "volume": 333, "openInterest": 3, "bid": 18.6, "ask": 19, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701460877, "impliedVolatility": 0.15747912841796874, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00215000", "strike": 215, "currency": "USD", "lastPrice": 26, "change": 0, "percentChange": 0, "volume": 9, "openInterest": 3, "bid": 23.3, "ask": 24.05, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701286599, "impliedVolatility": 0.19507640869140624, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00220000", "strike": 220, "currency": "USD", "lastPrice": 30.87, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 1, "bid": 28.55, "ask": 29, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701290090, "impliedVolatility": 0.2172929833984375, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00225000", "strike": 225, "currency": "USD", "lastPrice": 35.4, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 1, "bid": 33.55, "ask": 34, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701377400, "impliedVolatility": 0.24488059814453128, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00230000", "strike": 230, "currency": "USD", "lastPrice": 39.8, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 0, "bid": 38.55, "ask": 39, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1700582443, "impliedVolatility": 0.27149166015625, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00235000", "strike": 235, "currency": "USD", "lastPrice": 46.2, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 1, "bid": 43.55, "ask": 44, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701376195, "impliedVolatility": 0.29688203124999996, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00240000", "strike": 240, "currency": "USD", "lastPrice": 50.85, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 1, "bid": 48.55, "ask": 49, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701289908, "impliedVolatility": 0.32129584960937496, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00245000", "strike": 245, "currency": "USD", "lastPrice": 56.2, "change": 0, "percentChange": 0, "volume": 3, "openInterest": 3, "bid": 53.55, "ask": 54, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701376195, "impliedVolatility": 0.3452213916015625, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00250000", "strike": 250, "currency": "USD", "lastPrice": 61.2, "change": 0, "percentChange": 0, "volume": 2, "openInterest": 2, "bid": 58.55, "ask": 59, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701376201, "impliedVolatility": 0.36817038085937503, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00255000", "strike": 255, "currency": "USD", "lastPrice": 65.89, "change": 0, "percentChange": 0, "volume": 3, "openInterest": 0, "bid": 63.55, "ask": 64, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701290098, "impliedVolatility": 0.39063109375, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00260000", "strike": 260, "currency": "USD", "lastPrice": 86.5, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 0, "bid": 0, "ask": 0, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1683559030, "impliedVolatility": 1.0000000000000003e-05, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00265000", "strike": 265, "currency": "USD", "lastPrice": 73.66, "change": 0, "percentChange": 0, "volume": 4, "openInterest": 0, "bid": 73.55, "ask": 74, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1700499546, "impliedVolatility": 0.4331111376953125, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00270000", "strike": 270, "currency": "USD", "lastPrice": 78.6, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 0, "bid": 78.55, "ask": 79, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1700683744, "impliedVolatility": 0.45361874511718747, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00275000", "strike": 275, "currency": "USD", "lastPrice": 124.45, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 0, "bid": 122.6, "ask": 124.85, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1675363725, "impliedVolatility": 2.297123397827148, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00280000", "strike": 280, "currency": "USD", "lastPrice": 102.45, "change": 0, "percentChange": 0, "volume": 2000, "openInterest": 0, "bid": 102.9, "ask": 104.9, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1691504628, "impliedVolatility": 1.4017363897705077, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00285000", "strike": 285, "currency": "USD", "lastPrice": 89.06, "change": 0, "percentChange": 0, "volume": 3, "openInterest": 0, "bid": 95.8, "ask": 99.2, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1690827299, "impliedVolatility": 0.8806164282226561, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00290000", "strike": 290, "currency": "USD", "lastPrice": 114.39, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 0, "bid": 100.05, "ask": 100.55, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1697659019, "impliedVolatility": 0.7309597216796875, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00300000", "strike": 300, "currency": "USD", "lastPrice": 110.87, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 1, "bid": 108.55, "ask": 109, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701290114, "impliedVolatility": 0.5664105859375, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00310000", "strike": 310, "currency": "USD", "lastPrice": 120.89, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 0, "bid": 118.55, "ask": 119.05, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1701290114, "impliedVolatility": 0.6162147753906251, "inTheMoney": true}, {"contractSymbol": "AAPL240119P00320000", "strike": 320, "currency": "USD", "lastPrice": 147, "change": 0, "percentChange": 0, "volume": 1, "openInterest": 0, "bid": 142.85, "ask": 144.75, "contractSize": "REGULAR", "expiration": 1705622400, "lastTradeDate": 1696445016, "impliedVolatility": 1.628419826660156, "inTheMoney": true}]}]}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"ticker": {"type": "string"}, "expiration": {"type": "string"}, "processedTime": {"type": "string"}, "version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "expiration", "processedTime", "status", "ticker", "version"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"underlyingSymbol": {"type": "string"}, "expirationDates": {"type": "array", "items": {"type": "integer"}}, "strikes": {"type": "array", "items": {"type": "integer"}}, "hasMiniOptions": {"type": "boolean"}, "quote": {"type": "object", "properties": {"language": {"type": "string"}, "region": {"type": "string"}, "quoteType": {"type": "string"}, "typeDisp": {"type": "string"}, "quoteSourceName": {"type": "string"}, "triggerable": {"type": "boolean"}, "customPriceAlertConfidence": {"type": "string"}, "currency": {"type": "string"}, "marketState": {"type": "string"}, "regularMarketChangePercent": {"type": "number"}, "regularMarketPrice": {"type": "number"}, "exchange": {"type": "string"}, "shortName": {"type": "string"}, "longName": {"type": "string"}, "messageBoardId": {"type": "string"}, "exchangeTimezoneName": {"type": "string"}, "exchangeTimezoneShortName": {"type": "string"}, "gmtOffSetMilliseconds": {"type": "integer"}, "market": {"type": "string"}, "esgPopulated": {"type": "boolean"}, "firstTradeDateMilliseconds": {"type": "integer"}, "priceHint": {"type": "integer"}, "postMarketChangePercent": {"type": "number"}, "postMarketTime": {"type": "integer"}, "postMarketPrice": {"type": "number"}, "postMarketChange": {"type": "number"}, "regularMarketChange": {"type": "number"}, "regularMarketTime": {"type": "integer"}, "regularMarketDayHigh": {"type": "number"}, "regularMarketDayRange": {"type": "string"}, "regularMarketDayLow": {"type": "number"}, "regularMarketVolume": {"type": "integer"}, "regularMarketPreviousClose": {"type": "number"}, "bid": {"type": "number"}, "ask": {"type": "number"}, "bidSize": {"type": "integer"}, "askSize": {"type": "integer"}, "fullExchangeName": {"type": "string"}, "financialCurrency": {"type": "string"}, "regularMarketOpen": {"type": "number"}, "averageDailyVolume3Month": {"type": "integer"}, "averageDailyVolume10Day": {"type": "integer"}, "fiftyTwoWeekLowChange": {"type": "number"}, "fiftyTwoWeekLowChangePercent": {"type": "number"}, "fiftyTwoWeekRange": {"type": "string"}, "fiftyTwoWeekHighChange": {"type": "number"}, "fiftyTwoWeekHighChangePercent": {"type": "number"}, "fiftyTwoWeekLow": {"type": "number"}, "fiftyTwoWeekHigh": {"type": "number"}, "fiftyTwoWeekChangePercent": {"type": "number"}, "dividendDate": {"type": "integer"}, "earningsTimestamp": {"type": "integer"}, "earningsTimestampStart": {"type": "integer"}, "earningsTimestampEnd": {"type": "integer"}, "trailingAnnualDividendRate": {"type": "number"}, "trailingPE": {"type": "number"}, "dividendRate": {"type": "number"}, "trailingAnnualDividendYield": {"type": "number"}, "dividendYield": {"type": "number"}, "epsTrailingTwelveMonths": {"type": "number"}, "epsForward": {"type": "number"}, "epsCurrentYear": {"type": "number"}, "priceEpsCurrentYear": {"type": "number"}, "sharesOutstanding": {"type": "integer"}, "bookValue": {"type": "number"}, "fiftyDayAverage": {"type": "number"}, "fiftyDayAverageChange": {"type": "number"}, "marketCap": {"type": "integer"}, "fiftyDayAverageChangePercent": {"type": "number"}, "twoHundredDayAverage": {"type": "number"}, "twoHundredDayAverageChange": {"type": "number"}, "twoHundredDayAverageChangePercent": {"type": "number"}, "forwardPE": {"type": "number"}, "priceToBook": {"type": "number"}, "sourceInterval": {"type": "integer"}, "exchangeDataDelayedBy": {"type": "integer"}, "averageAnalystRating": {"type": "string"}, "tradeable": {"type": "boolean"}, "cryptoTradeable": {"type": "boolean"}, "displayName": {"type": "string"}, "symbol": {"type": "string"}}, "required": ["ask", "askSize", "averageAnalystRating", "averageDailyVolume10Day", "averageDailyVolume3Month", "bid", "bidSize", "bookValue", "cryptoTradeable", "currency", "customPriceAlertConfidence", "displayName", "dividendDate", "dividendRate", "dividendYield", "earningsTimestamp", "earningsTimestampEnd", "earningsTimestampStart", "epsCurrentYear", "epsForward", "epsTrailingTwelveMonths", "esgPopulated", "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"]}, "options": {"type": "array", "items": {"type": "object", "properties": {"expirationDate": {"type": "integer"}, "hasMiniOptions": {"type": "boolean"}, "calls": {"type": "array", "items": {"type": "object", "properties": {"contractSymbol": {"type": "string"}, "strike": {"type": "integer"}, "currency": {"type": "string"}, "lastPrice": {"type": "number"}, "change": {"type": "number"}, "percentChange": {"type": "number"}, "volume": {"type": "integer"}, "openInterest": {"type": "integer"}, "bid": {"type": "number"}, "ask": {"type": "number"}, "contractSize": {"type": "string"}, "expiration": {"type": "integer"}, "lastTradeDate": {"type": "integer"}, "impliedVolatility": {"type": "number"}, "inTheMoney": {"type": "boolean"}}, "required": ["ask", "bid", "change", "contractSize", "contractSymbol", "currency", "expiration", "impliedVolatility", "inTheMoney", "lastPrice", "lastTradeDate", "openInterest", "percentChange", "strike", "volume"]}}, "puts": {"type": "array", "items": {"type": "object", "properties": {"contractSymbol": {"type": "string"}, "strike": {"type": "integer"}, "currency": {"type": "string"}, "lastPrice": {"type": "number"}, "change": {"type": "number"}, "percentChange": {"type": "number"}, "volume": {"type": "integer"}, "openInterest": {"type": "integer"}, "bid": {"type": "number"}, "ask": {"type": "number"}, "contractSize": {"type": "string"}, "expiration": {"type": "integer"}, "lastTradeDate": {"type": "integer"}, "impliedVolatility": {"type": "number"}, "inTheMoney": {"type": "boolean"}}, "required": ["ask", "bid", "change", "contractSize", "contractSymbol", "currency", "expiration", "impliedVolatility", "inTheMoney", "lastPrice", "lastTradeDate", "openInterest", "percentChange", "strike", "volume"]}}}, "required": ["calls", "expirationDate", "hasMiniOptions", "puts"]}}}, "required": ["expirationDates", "hasMiniOptions", "options", "quote", "strikes", "underlyingSymbol"]}}}, "required": ["body", "meta"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/39a788a4-021a-409f-ac46-d3f607133b20/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/market/news | Recently published stock news in all sectors. | 200 | Response | {"meta": {"ticker": null, "processedTime": "2023-12-03T20:16:44.949682Z", "version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": [{"title": "Charlie Munger warned that a mega-mansion can make you \u2018less happy\u2019\u2014and he lived in the same modest house for seven decades", "link": "https://finance.yahoo.com/news/charlie-munger-warned-mega-mansion-193123266.html", "pubDate": "2023-12-02T19:31:23Z", "source": "Fortune", "guid": "charlie-munger-warned-mega-mansion-193123266.html"}, {"title": "One Supreme Court Case Could Mess Up Chunks of the Tax Code", "link": "https://www.wsj.com/us-news/law/one-supreme-court-case-could-mess-up-chunks-of-the-tax-code-680a9ba6?siteid=yhoof2&yptr=yahoo", "pubDate": "2023-12-03T14:00:00Z", "source": "The Wall Street Journal", "guid": "one-supreme-court-case-could-mess-up-chunks-of-the-tax-code-680a9ba6?siteid=yhoof2&yptr=yahoo"}, {"title": "Forget About \u2018Timing the Market': Schwab Research Reveals the Optimal Way to Invest", "link": "https://finance.yahoo.com/news/forget-timing-market-schwab-research-110000932.html", "pubDate": "2023-12-03T15:27:00Z", "source": "SmartAsset", "guid": "forget-timing-market-schwab-research-110000932.html"}, {"title": "'We do not have insurance. We have an insurance bill': Condos hit with 563% rate increase", "link": "https://finance.yahoo.com/news/not-insurance-insurance-bill-condos-101500766.html", "pubDate": "2023-12-02T10:15:00Z", "source": "USA TODAY", "guid": "not-insurance-insurance-bill-condos-101500766.html"}, {"title": "Housing market outlook for 2024: Here's the good news \u2014 and the bad news", "link": "https://finance.yahoo.com/news/housing-market-outlook-2024-heres-211501271.html", "pubDate": "2023-12-02T21:15:01Z", "source": "Business Insider", "guid": "housing-market-outlook-2024-heres-211501271.html"}, {"title": "Alaska Air To Buy Hawaiian Airlines For 270% Premium", "link": "https://www.investors.com/news/alaska-air-to-buy-hawaiian-airlines-for-270-premium/?src=A00220&yptr=yahoo", "pubDate": "2023-12-03T19:49:12Z", "source": "Investor's Business Daily", "guid": "?src=A00220&yptr=yahoo"}, {"title": "Hundreds of Stocks Have Fallen Below $1. They\u2019re Still Listed on Nasdaq.", "link": "https://www.wsj.com/finance/stocks/hundreds-of-stocks-have-fallen-below-1-theyre-still-listed-on-nasdaq-c8e36abf?siteid=yhoof2&yptr=yahoo", "pubDate": "2023-12-03T13:30:00Z", "source": "The Wall Street Journal", "guid": "hundreds-of-stocks-have-fallen-below-1-theyre-still-listed-on-nasdaq-c8e36abf?siteid=yhoof2&yptr=yahoo"}, {"title": "Chart of the Week: Where Wall Street sees the S&P going in 2024", "link": "https://finance.yahoo.com/news/chart-of-the-week-where-wall-street-sees-the-sp-going-in-2024-110039669.html", "pubDate": "2023-12-02T11:00:39Z", "source": "Yahoo Finance", "guid": "chart-of-the-week-where-wall-street-sees-the-sp-going-in-2024-110039669.html"}, {"title": "Broadcom CEO tells VMWare workers to \u2018get butt back to office\u2019 after completing a $69 billion merger of the two companies", "link": "https://finance.yahoo.com/news/broadcom-ceo-tells-vmware-workers-130000290.html", "pubDate": "2023-12-02T13:00:00Z", "source": "Fortune", "guid": "broadcom-ceo-tells-vmware-workers-130000290.html"}, {"title": "What's the Average Return on an All-Bond Portfolio Right Now?", "link": "https://finance.yahoo.com/news/whats-average-return-bond-portfolio-144731680.html", "pubDate": "2023-12-02T14:47:31Z", "source": "SmartAsset", "guid": "whats-average-return-bond-portfolio-144731680.html"}, {"title": "Dow Jones Futures: Bullish Shift For Market Rally; ARM, Palantir Lead 7 Stocks In Buy Areas", "link": "https://www.investors.com/market-trend/stock-market-today/dow-jones-futures-market-rally-making-bullish-transformation-arm-leads-7-stocks/?src=A00220&yptr=yahoo", "pubDate": "2023-12-03T19:57:28Z", "source": "Investor's Business Daily", "guid": "?src=A00220&yptr=yahoo"}, {"title": "8 Tax Breaks Retirees Can Use in 2024", "link": "https://finance.yahoo.com/news/8-tax-breaks-retirees-2024-143940979.html", "pubDate": "2023-12-02T14:39:40Z", "source": "SmartAsset", "guid": "8-tax-breaks-retirees-2024-143940979.html"}, {"title": "Study: Too Many Americans Are Making This Retirement Mistake", "link": "https://finance.yahoo.com/news/alarming-number-working-americans-cash-153909319.html", "pubDate": "2023-12-02T14:58:12Z", "source": "SmartAsset", "guid": "alarming-number-working-americans-cash-153909319.html"}, {"title": "Alaska Air to Buy Hawaiian Airlines for $1.9 Billion", "link": "https://www.barrons.com/articles/alaska-air-to-buy-hawaiian-airlines-for-1-9-billion-06024215?siteid=yhoof2&yptr=yahoo", "pubDate": "2023-12-03T20:04:00Z", "source": "Barrons.com", "guid": "alaska-air-to-buy-hawaiian-airlines-for-1-9-billion-06024215?siteid=yhoof2&yptr=yahoo"}, {"title": "4 Investment Lessons to Learn From Charlie Munger", "link": "https://www.investopedia.com/4-investment-lessons-to-learn-from-charlie-munger-8409680?utm_campaign=quote-yahoo&utm_source=yahoo&utm_medium=referral&yptr=yahoo", "pubDate": "2023-12-02T21:45:22Z", "source": "Investopedia", "guid": "4-investment-lessons-to-learn-from-charlie-munger-8409680?utm_campaign=quote-yahoo&utm_source=yahoo&utm_medium=referral&yptr=yahoo"}, {"title": "Why retirees may pay 'significant increases' in 2024 Medicare Part D drug premiums", "link": "https://finance.yahoo.com/news/why-retirees-may-pay-significant-increases-in-2024-medicare-part-d-drug-premiums-151516209.html", "pubDate": "2023-12-03T15:15:16Z", "source": "Yahoo Finance", "guid": "why-retirees-may-pay-significant-increases-in-2024-medicare-part-d-drug-premiums-151516209.html"}, {"title": "Chinese borrowers default in record numbers as economic crisis deepens", "link": "https://www.ft.com/cms/s/f144f763-873c-4b4d-99e7-5e71ae07316d,s01=1.html?ftcamp=traffic/partner/feed_headline/us_yahoo/auddev&yptr=yahoo", "pubDate": "2023-12-03T04:00:33Z", "source": "Financial Times", "guid": "auddev&yptr=yahoo"}, {"title": "What Happens If the U.S. Defaults on Its Debt?", "link": "https://finance.yahoo.com/news/happens-u-defaults-debt-143652479.html", "pubDate": "2023-12-02T14:36:52Z", "source": "SmartAsset", "guid": "happens-u-defaults-debt-143652479.html"}, {"title": "5 Fantastic Ways to Enjoy Life After Retirement", "link": "https://finance.yahoo.com/news/5-fantastic-ways-enjoy-life-130022123.html", "pubDate": "2023-12-02T14:57:09Z", "source": "SmartAsset", "guid": "5-fantastic-ways-enjoy-life-130022123.html"}, {"title": "Uber Will Join The S&P 500 Index. The Stock Is Jumping.", "link": "https://www.investors.com/news/sp-500-uber-will-join-benchmark-index-the-stock-is-jumping/?src=A00220&yptr=yahoo", "pubDate": "2023-12-03T14:55:16Z", "source": "Investor's Business Daily", "guid": "?src=A00220&yptr=yahoo"}, {"title": "Eerie Calm in S&P 500 Signals Historic Rally Has Staying Power", "link": "https://finance.yahoo.com/news/eerie-calm-p-500-signals-150000333.html", "pubDate": "2023-12-03T15:00:00Z", "source": "Bloomberg", "guid": "eerie-calm-p-500-signals-150000333.html"}, {"title": "Morningstar evaluation: These are the 3 top guaranteed retirement incomes", "link": "https://finance.yahoo.com/news/treasury-bonds-vs-tips-ladders-131720815.html", "pubDate": "2023-12-03T15:15:55Z", "source": "SmartAsset", "guid": "treasury-bonds-vs-tips-ladders-131720815.html"}, {"title": "The Surprise Bill Coming to Those Who Underpay Their Taxes", "link": "https://www.wsj.com/personal-finance/taxes/federal-tax-withholding-estimates-penalty-2023-e6c3736f?siteid=yhoof2&yptr=yahoo", "pubDate": "2023-12-03T02:00:00Z", "source": "The Wall Street Journal", "guid": "federal-tax-withholding-estimates-penalty-2023-e6c3736f?siteid=yhoof2&yptr=yahoo"}, {"title": "Ask an Advisor: I'm 67 with $750K in a 401(k). How Can I Preserve This Money for the Rest of My Life?", "link": "https://finance.yahoo.com/news/ask-advisor-im-67-750k-102700928.html", "pubDate": "2023-12-03T15:28:24Z", "source": "SmartAsset", "guid": "ask-advisor-im-67-750k-102700928.html"}, {"title": "T. Rowe Price Says These 3 Money Moves Could Up Your Retirement Savings", "link": "https://finance.yahoo.com/news/saving-retirement-investment-giant-says-210000317.html", "pubDate": "2023-12-02T14:55:59Z", "source": "SmartAsset", "guid": "saving-retirement-investment-giant-says-210000317.html"}, {"title": "Investors look to labor market for more soft landing evidence: What to know this week", "link": "https://finance.yahoo.com/news/investors-look-to-labor-market-for-more-soft-landing-evidence-what-to-know-this-week-163033086.html", "pubDate": "2023-12-03T16:30:33Z", "source": "Yahoo Finance", "guid": "investors-look-to-labor-market-for-more-soft-landing-evidence-what-to-know-this-week-163033086.html"}, {"title": "How the US Supreme Court could thwart a prospective wealth tax", "link": "https://www.ft.com/cms/s/6b700a29-0ebd-493a-9888-01046bfb8592,s01=1.html?ftcamp=traffic/partner/feed_headline/us_yahoo/auddev&yptr=yahoo", "pubDate": "2023-12-03T12:00:34Z", "source": "Financial Times", "guid": "auddev&yptr=yahoo"}, {"title": "Bitcoin Price Surges Near $40K With Fed, ETF And These Factors At Play", "link": "https://www.investors.com/news/bitcoin-price-nears-40k-with-fed-etf-and-these-factors-at-play/?src=A00220&yptr=yahoo", "pubDate": "2023-12-02T21:30:00Z", "source": "Investor's Business Daily", "guid": "?src=A00220&yptr=yahoo"}, {"title": "WSJ Opinion: Buyers Just Say No to Electric Vehicles", "link": "https://finance.yahoo.com/video/wsj-opinion-buyers-just-no-170700851.html", "pubDate": "2023-12-03T17:07:00Z", "source": "WSJ", "guid": "wsj-opinion-buyers-just-no-170700851.html"}, {"title": "What analysts are saying about Wall Street's 2024 outlook", "link": "https://finance.yahoo.com/news/what-analysts-are-saying-about-wall-streets-2024-outlook-145755662.html", "pubDate": "2023-12-03T14:57:55Z", "source": "Yahoo Finance", "guid": "what-analysts-are-saying-about-wall-streets-2024-outlook-145755662.html"}, {"title": "How Musk's Tirade Against X Advertisers Affects Disney, Meta and Other Companies", "link": "https://www.investopedia.com/how-musk-s-tirade-against-advertisers-affect-disney-meta-8409792?utm_campaign=quote-yahoo&utm_source=yahoo&utm_medium=referral&yptr=yahoo", "pubDate": "2023-12-02T14:28:47Z", "source": "Investopedia", "guid": "how-musk-s-tirade-against-advertisers-affect-disney-meta-8409792?utm_campaign=quote-yahoo&utm_source=yahoo&utm_medium=referral&yptr=yahoo"}, {"title": "Homebuyer conundrum: If mortgage rates fall, bidding wars will follow, expert says", "link": "https://finance.yahoo.com/news/homebuyer-conundrum-if-mortgage-rates-fall-bidding-wars-will-follow-expert-says-140737858.html", "pubDate": "2023-12-03T14:07:37Z", "source": "Yahoo Finance", "guid": "homebuyer-conundrum-if-mortgage-rates-fall-bidding-wars-will-follow-expert-says-140737858.html"}, {"title": "Magnificent Seven Stocks: Latest News & Market Cap Weighting", "link": "https://www.investors.com/research/magnificent-seven-stocks-latest-news-market-cap-weighting/?src=A00220&yptr=yahoo", "pubDate": "2023-12-02T18:33:50Z", "source": "Investor's Business Daily", "guid": "?src=A00220&yptr=yahoo"}, {"title": "Fed officials are warning the Fed may not cut rates as soon as investors think", "link": "https://finance.yahoo.com/news/fed-officials-are-warning-the-fed-may-not-cut-rates-as-soon-as-investors-think-140036939.html", "pubDate": "2023-12-02T14:00:36Z", "source": "Yahoo Finance", "guid": "fed-officials-are-warning-the-fed-may-not-cut-rates-as-soon-as-investors-think-140036939.html"}, {"title": "What Determines the Value of Tesla, Ford, BYD, and Other Car Stocks? Geography.", "link": "https://www.barrons.com/articles/geography-value-tesla-ford-byd-car-stocks-634b550b?siteid=yhoof2&yptr=yahoo", "pubDate": "2023-12-03T18:33:00Z", "source": "Barrons.com", "guid": "geography-value-tesla-ford-byd-car-stocks-634b550b?siteid=yhoof2&yptr=yahoo"}, {"title": "Disney CEO Bob Iger faces a fresh challenge from activist investor Nelson Peltz", "link": "https://finance.yahoo.com/news/disney-ceo-bob-iger-faces-180701725.html", "pubDate": "2023-12-02T18:07:01Z", "source": "Business Insider", "guid": "disney-ceo-bob-iger-faces-180701725.html"}, {"title": "What to Expect in the Markets this Week", "link": "https://www.investopedia.com/what-to-expect-in-the-markets-this-week-8409428?utm_campaign=quote-yahoo&utm_source=yahoo&utm_medium=referral&yptr=yahoo", "pubDate": "2023-12-03T17:57:10Z", "source": "Investopedia", "guid": "what-to-expect-in-the-markets-this-week-8409428?utm_campaign=quote-yahoo&utm_source=yahoo&utm_medium=referral&yptr=yahoo"}, {"title": "Ask an Advisor: I'm in the Highest Tax Bracket and \u2018Plan to Be There Moving Forward.' Should I Do a Roth Conversion?", "link": "https://finance.yahoo.com/news/ask-advisor-im-highest-tax-150037357.html", "pubDate": "2023-12-03T15:28:50Z", "source": "SmartAsset", "guid": "ask-advisor-im-highest-tax-150037357.html"}, {"title": "Netflix Leads Five S&P 500 Stocks Near Buy Points", "link": "https://www.investors.com/news/sp-500-giant-netflix-leads-five-stocks-near-buy-points/?src=A00220&yptr=yahoo", "pubDate": "2023-12-02T13:00:56Z", "source": "Investor's Business Daily", "guid": "?src=A00220&yptr=yahoo"}, {"title": "The Second-Largest U.S. Pension Slashed Its AMC Stock Stake", "link": "https://www.barrons.com/articles/amc-stock-nio-spotify-jnj-7018c00f?siteid=yhoof2&yptr=yahoo", "pubDate": "2023-12-03T13:00:00Z", "source": "Barrons.com", "guid": "amc-stock-nio-spotify-jnj-7018c00f?siteid=yhoof2&yptr=yahoo"}, {"title": "Surprise: Supposedly irresponsible millennials and Gen Xers are better prepared for retirement than baby boomers, report says", "link": "https://finance.yahoo.com/news/surprise-supposedly-irresponsible-millennials-gen-120000647.html", "pubDate": "2023-12-03T12:00:00Z", "source": "Fortune", "guid": "surprise-supposedly-irresponsible-millennials-gen-120000647.html"}, {"title": "Momentum Investing Has Struggled for 20 Years. Here\u2019s Why.", "link": "https://www.wsj.com/finance/investing/momentum-investing-mutual-funds-b855c681?siteid=yhoof2&yptr=yahoo", "pubDate": "2023-12-03T13:30:00Z", "source": "The Wall Street Journal", "guid": "momentum-investing-mutual-funds-b855c681?siteid=yhoof2&yptr=yahoo"}, {"title": "Chase could become the next Apple Card partner", "link": "https://finance.yahoo.com/news/chase-could-become-next-apple-142339666.html", "pubDate": "2023-12-03T14:23:39Z", "source": "AppleInsider", "guid": "chase-could-become-next-apple-142339666.html"}, {"title": "Grayscale Trust Becomes \u2018Betting Line\u2019 for Spot Bitcoin ETF", "link": "https://finance.yahoo.com/news/grayscale-trust-becomes-live-betting-202249839.html", "pubDate": "2023-12-02T18:00:55Z", "source": "Bloomberg", "guid": "grayscale-trust-becomes-live-betting-202249839.html"}, {"title": "Report: Your Credit Score Could Plummet in Retirement, But Does It Even Matter?", "link": "https://finance.yahoo.com/news/credit-score-could-plummet-retirement-103000080.html", "pubDate": "2023-12-03T15:13:03Z", "source": "SmartAsset", "guid": "credit-score-could-plummet-retirement-103000080.html"}, {"title": "Defense Stocks Benefit From War, Renewing ESG Debate for Everyday Investors", "link": "https://www.wsj.com/finance/investing/investing-strategy-esg-defense-stocks-debate-51029aca?siteid=yhoof2&yptr=yahoo", "pubDate": "2023-12-02T10:30:00Z", "source": "The Wall Street Journal", "guid": "investing-strategy-esg-defense-stocks-debate-51029aca?siteid=yhoof2&yptr=yahoo"}, {"title": "'The US economy is still the greatest show on planet Earth': 5 lessons for investors from a wild year in markets", "link": "https://finance.yahoo.com/news/us-economy-still-greatest-show-214602495.html", "pubDate": "2023-12-02T21:46:02Z", "source": "Business Insider", "guid": "us-economy-still-greatest-show-214602495.html"}, {"title": "Tesla releases the Cybertruck, Sam Altman officially returns to OpenAI, and Evernote cripples its free plan", "link": "https://finance.yahoo.com/news/tesla-releases-cybertruck-sam-altman-211506925.html", "pubDate": "2023-12-02T21:15:06Z", "source": "TechCrunch", "guid": "tesla-releases-cybertruck-sam-altman-211506925.html"}, {"title": "How Much Should I Contribute to My 401(k)?", "link": "https://www.investopedia.com/articles/retirement/082716/your-401k-whats-ideal-contribution.asp?utm_campaign=quote-yahoo&utm_source=yahoo&utm_medium=referral&yptr=yahoo", "pubDate": "2023-12-02T17:00:34Z", "source": "Investopedia", "guid": "your-401k-whats-ideal-contribution.asp?utm_campaign=quote-yahoo&utm_source=yahoo&utm_medium=referral&yptr=yahoo"}, {"title": "Meme-Stock Crowd Plows Into Cross-Asset Rally Lifting Risky Bets", "link": "https://finance.yahoo.com/news/meme-stock-crowd-plows-cross-140000743.html", "pubDate": "2023-12-02T14:00:00Z", "source": "Bloomberg", "guid": "meme-stock-crowd-plows-cross-140000743.html"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"ticker": {"type": "null"}, "processedTime": {"type": "string"}, "version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "processedTime", "status", "ticker", "version"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "pubDate": {"type": "string"}, "source": {"type": "string"}, "guid": {"type": "string"}}, "required": ["guid", "link", "pubDate", "source", "title"]}}}, "required": ["body", "meta"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/5d96d530-4d93-4ae5-84c2-35f9425bccda/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/market/quotes | Quote data for stocks, ETFs, mutuals funds, etc... | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai", "symbol": "Quotes Data", "processedTime": "2023-12-03T20:14:20.432886Z"}, "body": [{"preMarketChange": null, "preMarketChangePercent": null, "preMarketPrice": null, "preMarketTime": null, "postMarketChange": 0.0599976, "postMarketChangePercent": 0.0313729, "postMarketPrice": 191.3, "postMarketTime": 1701478796, "language": "en-US", "region": "US", "quoteType": "EQUITY", "typeDisp": "Equity", "quoteSourceName": "Nasdaq Real Time Price", "triggerable": true, "customPriceAlertConfidence": "HIGH", "currency": "USD", "marketState": "CLOSED", "regularMarketChangePercent": 0.67913055, "regularMarketPrice": 191.24, "exchange": "NMS", "shortName": "Apple Inc.", "longName": "Apple Inc.", "messageBoardId": "finmb_24937", "exchangeTimezoneName": "America/New_York", "exchangeTimezoneShortName": "EST", "gmtOffSetMilliseconds": -18000000, "market": "us_market", "esgPopulated": false, "firstTradeDateMilliseconds": 345479400000, "priceHint": 2, "regularMarketChange": 1.2900085, "regularMarketTime": 1701464401, "regularMarketDayHigh": 191.555, "regularMarketDayRange": "189.23 - 191.555", "regularMarketDayLow": 189.23, "regularMarketVolume": 45704823, "regularMarketPreviousClose": 189.95, "bid": 191.3, "ask": 191.33, "bidSize": 30, "askSize": 10, "fullExchangeName": "NasdaqGS", "financialCurrency": "USD", "regularMarketOpen": 190.33, "averageDailyVolume3Month": 57299031, "averageDailyVolume10Day": 41568420, "fiftyTwoWeekLowChange": 67.07001, "fiftyTwoWeekLowChangePercent": 0.54014665, "fiftyTwoWeekRange": "124.17 - 198.23", "fiftyTwoWeekHighChange": -6.98999, "fiftyTwoWeekHighChangePercent": -0.035262022, "fiftyTwoWeekLow": 124.17, "fiftyTwoWeekHigh": 198.23, "fiftyTwoWeekChangePercent": 30.42351, "dividendDate": 1700092800, "earningsTimestamp": 1698958800, "earningsTimestampStart": 1706698740, "earningsTimestampEnd": 1707134400, "trailingAnnualDividendRate": 0.94, "trailingPE": 31.146582, "dividendRate": 0.96, "trailingAnnualDividendYield": 0.004948671, "dividendYield": 0.5, "epsTrailingTwelveMonths": 6.14, "epsForward": 7.15, "epsCurrentYear": 6.56, "priceEpsCurrentYear": 29.152441, "sharesOutstanding": 15552799744, "bookValue": 3.997, "fiftyDayAverage": 179.4516, "fiftyDayAverageChange": 11.788406, "marketCap": 2974317543424, "fiftyDayAverageChangePercent": 0.065691285, "twoHundredDayAverage": 175.26715, "twoHundredDayAverageChange": 15.972855, "twoHundredDayAverageChangePercent": 0.09113433, "forwardPE": 26.746853, "priceToBook": 47.845886, "sourceInterval": 15, "exchangeDataDelayedBy": 0, "averageAnalystRating": "2.1 - Buy", "tradeable": false, "cryptoTradeable": false, "displayName": "Apple", "symbol": "AAPL"}, {"preMarketChange": null, "preMarketChangePercent": null, "preMarketPrice": null, "preMarketTime": null, "postMarketChange": -0.11001587, "postMarketChangePercent": -0.029375948, "postMarketPrice": 374.4, "postMarketTime": 1701478798, "language": "en-US", "region": "US", "quoteType": "EQUITY", "typeDisp": "Equity", "quoteSourceName": "Delayed Quote", "triggerable": true, "customPriceAlertConfidence": "HIGH", "currency": "USD", "marketState": "CLOSED", "regularMarketChangePercent": -1.161224, "regularMarketPrice": 374.51, "exchange": "NMS", "shortName": "Microsoft Corporation", "longName": "Microsoft Corporation", "messageBoardId": "finmb_21835", "exchangeTimezoneName": "America/New_York", "exchangeTimezoneShortName": "EST", "gmtOffSetMilliseconds": -18000000, "market": "us_market", "esgPopulated": false, "firstTradeDateMilliseconds": 511108200000, "priceHint": 2, "regularMarketChange": -4.399994, "regularMarketTime": 1701464401, "regularMarketDayHigh": 378.16, "regularMarketDayRange": "371.31 - 378.16", "regularMarketDayLow": 371.31, "regularMarketVolume": 33040472, "regularMarketPreviousClose": 378.91, "bid": 374.03, "ask": 374.4, "bidSize": 10, "askSize": 30, "fullExchangeName": "NasdaqGS", "financialCurrency": "USD", "regularMarketOpen": 376.76, "averageDailyVolume3Month": 24437415, "averageDailyVolume10Day": 28973760, "fiftyTwoWeekLowChange": 155.16, "fiftyTwoWeekLowChangePercent": 0.70736265, "fiftyTwoWeekRange": "219.35 - 384.3", "fiftyTwoWeekHighChange": -9.789978, "fiftyTwoWeekHighChangePercent": -0.025474833, "fiftyTwoWeekLow": 219.35, "fiftyTwoWeekHigh": 384.3, "fiftyTwoWeekChangePercent": 49.68425, "dividendDate": 1702512000, "earningsTimestamp": 1698183000, "earningsTimestampStart": 1705921140, "earningsTimestampEnd": 1706270400, "trailingAnnualDividendRate": 2.79, "trailingPE": 36.219536, "dividendRate": 3, "trailingAnnualDividendYield": 0.007363226, "dividendYield": 0.8, "epsTrailingTwelveMonths": 10.34, "epsForward": 12.95, "epsCurrentYear": 11.24, "priceEpsCurrentYear": 33.319397, "sharesOutstanding": 7432260096, "bookValue": 29.702, "fiftyDayAverage": 344.7084, "fiftyDayAverageChange": 29.801605, "marketCap": 2783455739904, "fiftyDayAverageChangePercent": 0.08645453, "twoHundredDayAverage": 318.79395, "twoHundredDayAverageChange": 55.716064, "twoHundredDayAverageChangePercent": 0.1747714, "forwardPE": 28.919693, "priceToBook": 12.608915, "sourceInterval": 15, "exchangeDataDelayedBy": 0, "averageAnalystRating": "1.7 - Buy", "tradeable": false, "cryptoTradeable": false, "displayName": "Microsoft", "symbol": "MSFT"}, {"preMarketChange": null, "preMarketChangePercent": null, "preMarketPrice": null, "preMarketTime": null, "postMarketChange": null, "postMarketChangePercent": null, "postMarketPrice": null, "postMarketTime": null, "language": "en-US", "region": "US", "quoteType": "INDEX", "typeDisp": "Index", "quoteSourceName": "Delayed Quote", "triggerable": true, "customPriceAlertConfidence": "HIGH", "currency": "USD", "marketState": "CLOSED", "regularMarketChangePercent": 0.5873742, "regularMarketPrice": 4594.63, "underlyingSymbol": "^GSPC", "exchange": "WCB", "shortName": "S&P 500 INDEX", "longName": "S&P 500 INDEX", "messageBoardId": "finmb_INDEXSPX", "exchangeTimezoneName": "America/New_York", "exchangeTimezoneShortName": "EST", "gmtOffSetMilliseconds": -18000000, "market": "us_market", "esgPopulated": false, "firstTradeDateMilliseconds": -1325583000000, "priceHint": 2, "regularMarketChange": 26.830078, "regularMarketTime": 1701467472, "regularMarketDayHigh": 4599.39, "regularMarketDayRange": "4554.71 - 4599.39", "regularMarketDayLow": 4554.71, "regularMarketVolume": 2541461682, "regularMarketPreviousClose": 4567.8, "bid": 4544.06, "ask": 4653.41, "bidSize": 0, "askSize": 0, "fullExchangeName": "Chicago Options", "regularMarketOpen": 4559.43, "averageDailyVolume3Month": 3739004920, "averageDailyVolume10Day": 3682083000, "fiftyTwoWeekLowChange": 830.1399, "fiftyTwoWeekLowChangePercent": 0.22051856, "fiftyTwoWeekRange": "3764.49 - 4607.07", "fiftyTwoWeekHighChange": -12.439941, "fiftyTwoWeekHighChangePercent": -0.0027001852, "fiftyTwoWeekLow": 3764.49, "fiftyTwoWeekHigh": 4607.07, "fiftyTwoWeekChangePercent": 14.899075, "fiftyDayAverage": 4359.5215, "fiftyDayAverageChange": 235.1084, "fiftyDayAverageChangePercent": 0.05392986, "twoHundredDayAverage": 4285.9575, "twoHundredDayAverageChange": 308.67236, "twoHundredDayAverageChangePercent": 0.072019465, "sourceInterval": 15, "exchangeDataDelayedBy": 15, "tradeable": false, "cryptoTradeable": false, "symbol": "^SPX"}, {"preMarketChange": null, "preMarketChangePercent": null, "preMarketPrice": null, "preMarketTime": null, "postMarketChange": null, "postMarketChangePercent": null, "postMarketPrice": null, "postMarketTime": null, "language": "en-US", "region": "US", "quoteType": "INDEX", "typeDisp": "Index", "quoteSourceName": "Delayed Quote", "triggerable": false, "customPriceAlertConfidence": "LOW", "currency": "USD", "marketState": "CLOSED", "regularMarketChangePercent": 1.0874158, "regularMarketPrice": 16263.752, "exchange": "NYS", "shortName": "NYSE COMPOSITE (DJ)", "longName": "NYSE COMPOSITE (DJ)", "messageBoardId": "finmb_INDEXNYA", "exchangeTimezoneName": "America/New_York", "exchangeTimezoneShortName": "EST", "gmtOffSetMilliseconds": -18000000, "market": "us_market", "esgPopulated": false, "firstTradeDateMilliseconds": -126264600000, "priceHint": 2, "regularMarketChange": 174.95215, "regularMarketTime": 1701465015, "regularMarketDayHigh": 16271.697, "regularMarketDayRange": "16062.04 - 16271.697", "regularMarketDayLow": 16062.04, "regularMarketVolume": 0, "regularMarketPreviousClose": 16088.8, "bid": 0, "ask": 0, "bidSize": 0, "askSize": 0, "fullExchangeName": "NYSE", "regularMarketOpen": 16088.839, "averageDailyVolume3Month": 3795616984, "averageDailyVolume10Day": 3682083000, "fiftyTwoWeekLowChange": 1792.6719, "fiftyTwoWeekLowChangePercent": 0.12387962, "fiftyTwoWeekRange": "14471.08 - 16458.89", "fiftyTwoWeekHighChange": -195.13867, "fiftyTwoWeekHighChangePercent": -0.011856126, "fiftyTwoWeekLow": 14471.08, "fiftyTwoWeekHigh": 16458.89, "fiftyTwoWeekChangePercent": 5.098355, "fiftyDayAverage": 15419.18, "fiftyDayAverageChange": 844.57227, "fiftyDayAverageChangePercent": 0.05477414, "twoHundredDayAverage": 15556.913, "twoHundredDayAverageChange": 706.83887, "twoHundredDayAverageChangePercent": 0.045435674, "sourceInterval": 15, "exchangeDataDelayedBy": 0, "tradeable": false, "cryptoTradeable": false, "symbol": "^NYA"}, {"preMarketChange": null, "preMarketChangePercent": null, "preMarketPrice": null, "preMarketTime": null, "postMarketChange": null, "postMarketChangePercent": null, "postMarketPrice": null, "postMarketTime": null, "language": "en-US", "region": "US", "quoteType": "EQUITY", "typeDisp": "Equity", "quoteSourceName": "Delayed Quote", "triggerable": true, "customPriceAlertConfidence": "HIGH", "currency": "RUB", "marketState": "CLOSED", "regularMarketChangePercent": 0.040421296, "regularMarketPrice": 198, "exchange": "MCX", "shortName": "GAZPROM PJSC", "longName": "Public Joint Stock Company Gazprom", "messageBoardId": "finmb_5828266", "exchangeTimezoneName": "Europe/Moscow", "exchangeTimezoneShortName": "MSK", "gmtOffSetMilliseconds": 10800000, "market": "ru_market", "esgPopulated": false, "firstTradeDateMilliseconds": 1267597800000, "priceHint": 2, "regularMarketChange": 0.08000183, "regularMarketTime": 1657295395, "regularMarketDayHigh": 201.87, "regularMarketDayRange": "196.57 - 201.87", "regularMarketDayLow": 196.57, "regularMarketVolume": 28893760, "regularMarketPreviousClose": 197.92, "bid": 199.95, "ask": 195, "bidSize": 2100, "askSize": 14590, "fullExchangeName": "MCX", "financialCurrency": "RUB", "regularMarketOpen": 200, "averageDailyVolume3Month": 0, "averageDailyVolume10Day": 0, "fiftyTwoWeekLowChange": 1.4299927, "fiftyTwoWeekLowChangePercent": 0.0072747245, "fiftyTwoWeekRange": "196.57 - 266.68", "fiftyTwoWeekHighChange": -68.67999, "fiftyTwoWeekHighChangePercent": -0.2575371, "fiftyTwoWeekLow": 196.57, "fiftyTwoWeekHigh": 266.68, "fiftyTwoWeekChangePercent": 0, "earningsTimestampStart": 1701428340, "earningsTimestampEnd": 1701691200, "trailingAnnualDividendRate": 0, "trailingPE": 2.2370353, "trailingAnnualDividendYield": 0, "epsTrailingTwelveMonths": 88.51, "epsForward": 89.7, "sharesOutstanding": 23644999680, "bookValue": 653.452, "fiftyDayAverage": 266.68, "fiftyDayAverageChange": -68.67999, "marketCap": 4681709912064, "fiftyDayAverageChangePercent": -0.2575371, "twoHundredDayAverage": 266.68, "twoHundredDayAverageChange": -68.67999, "twoHundredDayAverageChangePercent": -0.2575371, "forwardPE": 2.207358, "priceToBook": 0.30300617, "sourceInterval": 15, "exchangeDataDelayedBy": 15, "averageAnalystRating": "1.0 - Strong Buy", "tradeable": false, "cryptoTradeable": false, "symbol": "GAZP.ME"}, {"preMarketChange": null, "preMarketChangePercent": null, "preMarketPrice": null, "preMarketTime": null, "postMarketChange": null, "postMarketChangePercent": null, "postMarketPrice": null, "postMarketTime": null, "language": "en-US", "region": "US", "quoteType": "EQUITY", "typeDisp": "Equity", "quoteSourceName": "Delayed Quote", "triggerable": true, "customPriceAlertConfidence": "HIGH", "currency": "RUB", "marketState": "CLOSED", "regularMarketChangePercent": 0.60574186, "regularMarketPrice": 390.3, "exchange": "MCX", "shortName": "GAZPROM NEFT PJSC", "longName": "Public Joint Stock Company Gazprom Neft", "messageBoardId": "finmb_7680427", "exchangeTimezoneName": "Europe/Moscow", "exchangeTimezoneShortName": "MSK", "gmtOffSetMilliseconds": 10800000, "market": "ru_market", "esgPopulated": false, "firstTradeDateMilliseconds": 1267597800000, "priceHint": 2, "regularMarketChange": 2.3499756, "regularMarketTime": 1657295364, "regularMarketDayHigh": 391.75, "regularMarketDayRange": "385.0 - 391.75", "regularMarketDayLow": 385, "regularMarketVolume": 248299, "regularMarketPreviousClose": 387.95, "bid": 389.3, "ask": 385.9, "bidSize": 480, "askSize": 10, "fullExchangeName": "MCX", "financialCurrency": "RUB", "regularMarketOpen": 388, "averageDailyVolume3Month": 0, "averageDailyVolume10Day": 0, "fiftyTwoWeekLowChange": 5.299988, "fiftyTwoWeekLowChangePercent": 0.013766202, "fiftyTwoWeekRange": "385.0 - 418.0", "fiftyTwoWeekHighChange": -27.700012, "fiftyTwoWeekHighChangePercent": -0.066267975, "fiftyTwoWeekLow": 385, "fiftyTwoWeekHigh": 418, "fiftyTwoWeekChangePercent": 0, "earningsTimestamp": 1699527540, "earningsTimestampStart": 1699527540, "earningsTimestampEnd": 1699527540, "trailingAnnualDividendRate": 16, "trailingPE": 3.6572337, "trailingAnnualDividendYield": 0.041242428, "epsTrailingTwelveMonths": 106.72, "epsForward": 2.11, "sharesOutstanding": 4718000128, "bookValue": 629.479, "fiftyDayAverage": 418, "fiftyDayAverageChange": -27.700012, "marketCap": 1841435377664, "fiftyDayAverageChangePercent": -0.066267975, "twoHundredDayAverage": 418, "twoHundredDayAverageChange": -27.700012, "twoHundredDayAverageChangePercent": -0.066267975, "forwardPE": 184.9763, "priceToBook": 0.62003654, "sourceInterval": 15, "exchangeDataDelayedBy": 15, "averageAnalystRating": "3.0 - Hold", "tradeable": false, "cryptoTradeable": false, "symbol": "SIBN.ME"}, {"preMarketChange": null, "preMarketChangePercent": null, "preMarketPrice": null, "preMarketTime": null, "postMarketChange": null, "postMarketChangePercent": null, "postMarketPrice": null, "postMarketTime": null, "language": "en-US", "region": "US", "quoteType": "EQUITY", "typeDisp": "Equity", "quoteSourceName": "Delayed Quote", "triggerable": true, "customPriceAlertConfidence": "HIGH", "currency": "INR", "marketState": "PREPRE", "regularMarketChangePercent": -0.6263566, "regularMarketPrice": 206.25, "exchange": "NSI", "shortName": "GEECEE VENTURES", "longName": "GeeCee Ventures Limited", "messageBoardId": "finmb_29666582", "exchangeTimezoneName": "Asia/Kolkata", "exchangeTimezoneShortName": "IST", "gmtOffSetMilliseconds": 19800000, "market": "in_market", "esgPopulated": false, "firstTradeDateMilliseconds": 1159933500000, "priceHint": 2, "regularMarketChange": -1.300003, "regularMarketTime": 1701424798, "regularMarketDayHigh": 211.7, "regularMarketDayRange": "206.2 - 211.7", "regularMarketDayLow": 206.2, "regularMarketVolume": 21338, "regularMarketPreviousClose": 207.55, "bid": 0, "ask": 0, "bidSize": 0, "askSize": 0, "fullExchangeName": "NSE", "financialCurrency": "INR", "regularMarketOpen": 211, "averageDailyVolume3Month": 84807, "averageDailyVolume10Day": 33306, "fiftyTwoWeekLowChange": 85.2, "fiftyTwoWeekLowChangePercent": 0.7038413, "fiftyTwoWeekRange": "121.05 - 232.0", "fiftyTwoWeekHighChange": -25.75, "fiftyTwoWeekHighChangePercent": -0.11099138, "fiftyTwoWeekLow": 121.05, "fiftyTwoWeekHigh": 232, "fiftyTwoWeekChangePercent": 22.052788, "earningsTimestamp": 1699009140, "earningsTimestampStart": 1706785140, "earningsTimestampEnd": 1707134400, "trailingAnnualDividendRate": 0, "trailingPE": 368.30356, "dividendRate": 2, "trailingAnnualDividendYield": 0, "dividendYield": 0.96, "epsTrailingTwelveMonths": 0.56, "epsForward": 6.13, "sharesOutstanding": 20911700, "bookValue": 281.601, "fiftyDayAverage": 201.555, "fiftyDayAverageChange": 4.6950073, "marketCap": 4316152320, "fiftyDayAverageChangePercent": 0.023293927, "twoHundredDayAverage": 170.001, "twoHundredDayAverageChange": 36.248993, "twoHundredDayAverageChangePercent": 0.2132281, "forwardPE": 33.646004, "priceToBook": 0.73241925, "sourceInterval": 15, "exchangeDataDelayedBy": 15, "tradeable": false, "cryptoTradeable": false, "symbol": "GEECEE.NS"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}, "symbol": {"type": "string"}, "processedTime": {"type": "string"}}, "required": ["copywrite", "processedTime", "status", "symbol", "version"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"preMarketChange": {"type": "null"}, "preMarketChangePercent": {"type": "null"}, "preMarketPrice": {"type": "null"}, "preMarketTime": {"type": "null"}, "postMarketChange": {"type": ["null", "number"]}, "postMarketChangePercent": {"type": ["null", "number"]}, "postMarketPrice": {"type": ["null", "number"]}, "postMarketTime": {"type": ["integer", "null"]}, "language": {"type": "string"}, "region": {"type": "string"}, "quoteType": {"type": "string"}, "typeDisp": {"type": "string"}, "quoteSourceName": {"type": "string"}, "triggerable": {"type": "boolean"}, "customPriceAlertConfidence": {"type": "string"}, "currency": {"type": "string"}, "marketState": {"type": "string"}, "regularMarketChangePercent": {"type": "number"}, "regularMarketPrice": {"type": "number"}, "exchange": {"type": "string"}, "shortName": {"type": "string"}, "longName": {"type": "string"}, "messageBoardId": {"type": "string"}, "exchangeTimezoneName": {"type": "string"}, "exchangeTimezoneShortName": {"type": "string"}, "gmtOffSetMilliseconds": {"type": "integer"}, "market": {"type": "string"}, "esgPopulated": {"type": "boolean"}, "firstTradeDateMilliseconds": {"type": "integer"}, "priceHint": {"type": "integer"}, "regularMarketChange": {"type": "number"}, "regularMarketTime": {"type": "integer"}, "regularMarketDayHigh": {"type": "number"}, "regularMarketDayRange": {"type": "string"}, "regularMarketDayLow": {"type": "number"}, "regularMarketVolume": {"type": "integer"}, "regularMarketPreviousClose": {"type": "number"}, "bid": {"type": "number"}, "ask": {"type": "number"}, "bidSize": {"type": "integer"}, "askSize": {"type": "integer"}, "fullExchangeName": {"type": "string"}, "financialCurrency": {"type": "string"}, "regularMarketOpen": {"type": "number"}, "averageDailyVolume3Month": {"type": "integer"}, "averageDailyVolume10Day": {"type": "integer"}, "fiftyTwoWeekLowChange": {"type": "number"}, "fiftyTwoWeekLowChangePercent": {"type": "number"}, "fiftyTwoWeekRange": {"type": "string"}, "fiftyTwoWeekHighChange": {"type": "number"}, "fiftyTwoWeekHighChangePercent": {"type": "number"}, "fiftyTwoWeekLow": {"type": "number"}, "fiftyTwoWeekHigh": {"type": "number"}, "fiftyTwoWeekChangePercent": {"type": "number"}, "dividendDate": {"type": "integer"}, "earningsTimestamp": {"type": "integer"}, "earningsTimestampStart": {"type": "integer"}, "earningsTimestampEnd": {"type": "integer"}, "trailingAnnualDividendRate": {"type": "number"}, "trailingPE": {"type": "number"}, "dividendRate": {"type": "number"}, "trailingAnnualDividendYield": {"type": "number"}, "dividendYield": {"type": "number"}, "epsTrailingTwelveMonths": {"type": "number"}, "epsForward": {"type": "number"}, "epsCurrentYear": {"type": "number"}, "priceEpsCurrentYear": {"type": "number"}, "sharesOutstanding": {"type": "integer"}, "bookValue": {"type": "number"}, "fiftyDayAverage": {"type": "number"}, "fiftyDayAverageChange": {"type": "number"}, "marketCap": {"type": "integer"}, "fiftyDayAverageChangePercent": {"type": "number"}, "twoHundredDayAverage": {"type": "number"}, "twoHundredDayAverageChange": {"type": "number"}, "twoHundredDayAverageChangePercent": {"type": "number"}, "forwardPE": {"type": "number"}, "priceToBook": {"type": "number"}, "sourceInterval": {"type": "integer"}, "exchangeDataDelayedBy": {"type": "integer"}, "averageAnalystRating": {"type": "string"}, "tradeable": {"type": "boolean"}, "cryptoTradeable": {"type": "boolean"}, "displayName": {"type": "string"}, "symbol": {"type": "string"}, "underlyingSymbol": {"type": "string"}}, "required": ["ask", "askSize", "averageDailyVolume10Day", "averageDailyVolume3Month", "bid", "bidSize", "cryptoTradeable", "currency", "customPriceAlertConfidence", "esgPopulated", "exchange", "exchangeDataDelayedBy", "exchangeTimezoneName", "exchangeTimezoneShortName", "fiftyDayAverage", "fiftyDayAverageChange", "fiftyDayAverageChangePercent", "fiftyTwoWeekChangePercent", "fiftyTwoWeekHigh", "fiftyTwoWeekHighChange", "fiftyTwoWeekHighChangePercent", "fiftyTwoWeekLow", "fiftyTwoWeekLowChange", "fiftyTwoWeekLowChangePercent", "fiftyTwoWeekRange", "firstTradeDateMilliseconds", "fullExchangeName", "gmtOffSetMilliseconds", "language", "longName", "market", "marketState", "messageBoardId", "postMarketChange", "postMarketChangePercent", "postMarketPrice", "postMarketTime", "preMarketChange", "preMarketChangePercent", "preMarketPrice", "preMarketTime", "priceHint", "quoteSourceName", "quoteType", "region", "regularMarketChange", "regularMarketChangePercent", "regularMarketDayHigh", "regularMarketDayLow", "regularMarketDayRange", "regularMarketOpen", "regularMarketPreviousClose", "regularMarketPrice", "regularMarketTime", "regularMarketVolume", "shortName", "sourceInterval", "symbol", "tradeable", "triggerable", "twoHundredDayAverage", "twoHundredDayAverageChange", "twoHundredDayAverageChangePercent", "typeDisp"]}}}, "required": ["body", "meta"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/2979527c-a641-4cd6-9b50-bfbc6eba9347/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/search | Get tickers for any stock company, ETF, mutual fund, crypto and more | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai", "symbol": "AA", "processedTime": "2023-12-03T20:11:42.810916Z"}, "body": [{"symbol": "AA", "name": "Alcoa Corporation", "exch": "NYQ", "type": "S", "exchDisp": "NYSE", "typeDisp": "Equity"}, {"symbol": "AAPL", "name": "Apple Inc.", "exch": "NAS", "type": "S", "exchDisp": "NASDAQ", "typeDisp": "Equity"}, {"symbol": "AAL", "name": "American Airlines Group Inc.", "exch": "NAS", "type": "S", "exchDisp": "NASDAQ", "typeDisp": "Equity"}, {"symbol": "AAP", "name": "Advance Auto Parts, Inc.", "exch": "NYQ", "type": "S", "exchDisp": "NYSE", "typeDisp": "Equity"}, {"symbol": "AAOI", "name": "Applied Optoelectronics, Inc.", "exch": "NGM", "type": "S", "exchDisp": "NASDAQ", "typeDisp": "Equity"}, {"symbol": "AIR", "name": "AAR Corp.", "exch": "NYQ", "type": "S", "exchDisp": "NYSE", "typeDisp": "Equity"}, {"symbol": "AABB", "name": "Asia Broadband, Inc.", "exch": "PNK", "type": "S", "exchDisp": "OTC Markets", "typeDisp": "Equity"}, {"symbol": "AAON", "name": "AAON, Inc.", "exch": "NMS", "type": "S", "exchDisp": "NASDAQ", "typeDisp": "Equity"}, {"symbol": "AAN", "name": "The Aaron's Company, Inc.", "exch": "NYQ", "type": "S", "exchDisp": "NYSE", "typeDisp": "Equity"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}, "symbol": {"type": "string"}, "processedTime": {"type": "string"}}, "required": ["copywrite", "processedTime", "status", "symbol", "version"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "exch": {"type": "string"}, "type": {"type": "string"}, "exchDisp": {"type": "string"}, "typeDisp": {"type": "string"}}, "required": ["exch", "exchDisp", "name", "symbol", "type", "typeDisp"]}}}, "required": ["body", "meta"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/5d766f85-82e3-40dc-8a5e-5c4d9e647813/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | stock/data/{stock}/{modules} | Get combine stock data such as profile, financial data, statistics, balance sheet, sec-filing, quote, earnings, trends and more! | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai", "symbol": "AAPL", "processedTime": "2023-11-02T03:59:51.515929Z", "modules": "asset-profile"}, "body": {"address1": "One Apple Park Way", "city": "Cupertino", "state": "CA", "zip": "95014", "country": "United States", "phone": "408 996 1010", "website": "https://www.apple.com", "industry": "Consumer Electronics", "industryKey": "consumer-electronics", "industryDisp": "Consumer Electronics", "sector": "Technology", "sectorKey": "technology", "sectorDisp": "Technology", "longBusinessSummary": "Apple Inc. designs, manufactures, and markets smartphones, personal computers, tablets, wearables, and accessories worldwide. The company offers iPhone, a line of smartphones; Mac, a line of personal computers; iPad, a line of multi-purpose tablets; and wearables, home, and accessories comprising AirPods, Apple TV, Apple Watch, Beats products, and HomePod. It also provides AppleCare support and cloud services; and operates various platforms, including the App Store that allow customers to discover and download applications and digital content, such as books, music, video, games, and podcasts. In addition, the company offers various services, such as Apple Arcade, a game subscription service; Apple Fitness+, a personalized fitness service; Apple Music, which offers users a curated listening experience with on-demand radio stations; Apple News+, a subscription news and magazine service; Apple TV+, which offers exclusive original content; Apple Card, a co-branded credit card; and Apple Pay, a cashless payment service, as well as licenses its intellectual property. The company serves consumers, and small and mid-sized businesses; and the education, enterprise, and government markets. It distributes third-party applications for its products through the App Store. The company also sells its products through its retail and online stores, and direct sales force; and third-party cellular network carriers, wholesalers, retailers, and resellers. Apple Inc. was incorporated in 1977 and is headquartered in Cupertino, California.", "fullTimeEmployees": 164000, "companyOfficers": [{"maxAge": 1, "name": "Mr. Timothy D. Cook", "age": 61, "title": "CEO & Director", "yearBorn": 1961, "fiscalYear": 2022, "totalPay": {"raw": 16425933, "fmt": "16.43M", "longFmt": "16,425,933"}, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Mr. Luca Maestri", "age": 59, "title": "CFO & Senior VP", "yearBorn": 1963, "fiscalYear": 2022, "totalPay": {"raw": 5019783, "fmt": "5.02M", "longFmt": "5,019,783"}, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Mr. Jeffrey E. Williams", "age": 58, "title": "Chief Operating Officer", "yearBorn": 1964, "fiscalYear": 2022, "totalPay": {"raw": 5018337, "fmt": "5.02M", "longFmt": "5,018,337"}, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Ms. Katherine L. Adams", "age": 58, "title": "Senior VP, General Counsel & Secretary", "yearBorn": 1964, "fiscalYear": 2022, "totalPay": {"raw": 5015208, "fmt": "5.02M", "longFmt": "5,015,208"}, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Ms. Deirdre O'Brien", "age": 55, "title": "Senior Vice President of Retail", "yearBorn": 1967, "fiscalYear": 2022, "totalPay": {"raw": 5019783, "fmt": "5.02M", "longFmt": "5,019,783"}, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Mr. Chris Kondo", "title": "Senior Director of Corporate Accounting", "fiscalYear": 2022, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Mr. James Wilson", "title": "Chief Technology Officer", "fiscalYear": 2022, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Ms. Mary Demby", "title": "Chief Information Officer", "fiscalYear": 2022, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Ms. Nancy Paxton", "title": "Senior Director of Investor Relations & Treasury", "fiscalYear": 2022, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}, {"maxAge": 1, "name": "Mr. Greg Joswiak", "title": "Senior Vice President of Worldwide Marketing", "fiscalYear": 2022, "exercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}, "unexercisedValue": {"raw": 0, "fmt": null, "longFmt": "0"}}], "auditRisk": 4, "boardRisk": 1, "compensationRisk": 5, "shareHolderRightsRisk": 1, "overallRisk": 1, "governanceEpochDate": 1698451200, "compensationAsOfEpochDate": 1672444800, "maxAge": 86400}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}, "symbol": {"type": "string"}, "processedTime": {"type": "string"}, "modules": {"type": "string"}}, "required": ["copywrite", "modules", "processedTime", "status", "symbol", "version"]}, "body": {"type": "object", "properties": {"address1": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "zip": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "industry": {"type": "string"}, "industryKey": {"type": "string"}, "industryDisp": {"type": "string"}, "sector": {"type": "string"}, "sectorKey": {"type": "string"}, "sectorDisp": {"type": "string"}, "longBusinessSummary": {"type": "string"}, "fullTimeEmployees": {"type": "integer"}, "companyOfficers": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "name": {"type": "string"}, "age": {"type": "integer"}, "title": {"type": "string"}, "yearBorn": {"type": "integer"}, "fiscalYear": {"type": "integer"}, "totalPay": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "exercisedValue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "null"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "unexercisedValue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "null"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["exercisedValue", "fiscalYear", "maxAge", "name", "title", "unexercisedValue"]}}, "auditRisk": {"type": "integer"}, "boardRisk": {"type": "integer"}, "compensationRisk": {"type": "integer"}, "shareHolderRightsRisk": {"type": "integer"}, "overallRisk": {"type": "integer"}, "governanceEpochDate": {"type": "integer"}, "compensationAsOfEpochDate": {"type": "integer"}, "maxAge": {"type": "integer"}}, "required": ["address1", "auditRisk", "boardRisk", "city", "companyOfficers", "compensationAsOfEpochDate", "compensationRisk", "country", "fullTimeEmployees", "governanceEpochDate", "industry", "industryDisp", "industryKey", "longBusinessSummary", "maxAge", "overallRisk", "phone", "sector", "sectorDisp", "sectorKey", "shareHolderRightsRisk", "state", "website", "zip"]}}, "required": ["body", "meta"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/ef3f0133-9e42-4f9a-907d-d36b7a63ee9a/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | insider-trades | Latest insider trading activities from CEO, Directors, Chief Executive Officer, 10% Owner, etc... | 200 | Response | {"version": "version 1.0", "source": "https://mboum.com", "records": 50, "form_4_filings": [{"date": "2021-09-21T10:49:21-04:00", "reportingOwnerAddress": "", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1056823/000120709721000320/xslF345X03/primary_doc.xml", "transactionCode": "P", "sum_transactionShares": 21, "aveg_pricePerShare": 1243.06, "num_shares_own": "229091", "tot_value": 26104.26, "symbol": "TPL"}, {"date": "2021-09-20T21:48:46-04:00", "reportingOwnerAddress": "C/O FIGS, INC.", "relationship": "Co-Chief Executive Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1820448/000089924321036683/xslF345X03/doc4.xml", "transactionCode": "S", "sum_transactionShares": 1468324, "aveg_pricePerShare": 40.25, "num_shares_own": "0", "tot_value": 59100041, "symbol": "FIGS"}, {"date": "2021-09-20T21:47:22-04:00", "reportingOwnerAddress": "C/O FIGS, INC.", "relationship": "Co-Chief Executive Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1843821/000089924321036680/xslF345X03/doc4.xml", "transactionCode": "S", "sum_transactionShares": 2419998, "aveg_pricePerShare": 40.25, "num_shares_own": "1804397", "tot_value": 97404919.5, "symbol": "FIGS"}, {"date": "2021-09-20T21:47:22-04:00", "reportingOwnerAddress": "C/O FIGS, INC.", "relationship": "Co-Chief Executive Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1843821/000089924321036680/xslF345X03/doc4.xml", "transactionCode": "M", "sum_transactionShares": 2471669, "aveg_pricePerShare": 0.85, "num_shares_own": "4276066", "tot_value": 2100918.65, "symbol": "FIGS"}, {"date": "2021-09-20T21:22:37-04:00", "reportingOwnerAddress": "C/O DOCUSIGN, INC.", "relationship": "Chief Revenue Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1765953/000126133321000179/xslF345X03/wf-form4_163218734079887.xml", "transactionCode": "S", "sum_transactionShares": 6387, "aveg_pricePerShare": 276.66, "num_shares_own": "143427", "tot_value": 1767027.42, "symbol": "DOCU"}, {"date": "2021-09-20T21:19:52-04:00", "reportingOwnerAddress": "", "relationship": "10% Owner", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1645569/000089924321036646/xslF345X03/doc4.xml", "transactionCode": "P", "sum_transactionShares": 235000, "aveg_pricePerShare": 17, "num_shares_own": "3292871", "tot_value": 3995000, "symbol": "DICE"}, {"date": "2021-09-20T21:01:36-04:00", "reportingOwnerAddress": "C/O PALANTIR TECHNOLOGIES INC.", "relationship": "See Remarks", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1321655/000120919121056976/xslF345X03/doc4.xml", "transactionCode": "S", "sum_transactionShares": 27000, "aveg_pricePerShare": 27.23, "num_shares_own": "2515054", "tot_value": 735210, "symbol": "PLTR"}, {"date": "2021-09-20T21:01:36-04:00", "reportingOwnerAddress": "C/O PALANTIR TECHNOLOGIES INC.", "relationship": "See Remarks", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1321655/000120919121056976/xslF345X03/doc4.xml", "transactionCode": "M", "sum_transactionShares": 27000, "aveg_pricePerShare": 4.72, "num_shares_own": "2533054", "tot_value": 127440, "symbol": "PLTR"}, {"date": "2021-09-20T20:52:04-04:00", "reportingOwnerAddress": "", "relationship": "10% Owner", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1494582/000143774921022450/xslF345X03/rdgdoc.xml", "transactionCode": "S", "sum_transactionShares": 250258, "aveg_pricePerShare": 19.54, "num_shares_own": "4103037", "tot_value": 4890041.32, "symbol": "DFH"}, {"date": "2021-09-20T20:45:56-04:00", "reportingOwnerAddress": "C/O THE TRADE DESK, INC.", "relationship": "Chief Financial Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1671933/000120919121056975/xslF345X03/doc4.xml", "transactionCode": "S", "sum_transactionShares": 20004, "aveg_pricePerShare": 71.03, "num_shares_own": "206230", "tot_value": 1420884.12, "symbol": "TTD"}, {"date": "2021-09-20T20:45:56-04:00", "reportingOwnerAddress": "C/O THE TRADE DESK, INC.", "relationship": "Chief Financial Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1671933/000120919121056975/xslF345X03/doc4.xml", "transactionCode": "M", "sum_transactionShares": 16609, "aveg_pricePerShare": 28.16, "num_shares_own": "216208", "tot_value": 467709.44, "symbol": "TTD"}, {"date": "2021-09-20T20:37:46-04:00", "reportingOwnerAddress": "C/O MACOM TECHNOLOGY SOLUTIONS HOLDINGS", "relationship": "SVP, Operations", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1493594/000090445421000672/xslF345X03/edgar.xml", "transactionCode": "S", "sum_transactionShares": 30000, "aveg_pricePerShare": 62.73, "num_shares_own": "25259", "tot_value": 1881900, "symbol": "MTSI"}, {"date": "2021-09-20T20:10:39-04:00", "reportingOwnerAddress": "C/O DANIMER SCIENTIFIC, INC.", "relationship": "Chief Marketing Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1779020/000121390021048940/xslF345X03/ownership.xml", "transactionCode": "S", "sum_transactionShares": 10000, "aveg_pricePerShare": 16.56, "num_shares_own": "532651", "tot_value": 165600, "symbol": "DNMR"}, {"date": "2021-09-20T20:10:39-04:00", "reportingOwnerAddress": "C/O DANIMER SCIENTIFIC, INC.", "relationship": "Chief Marketing Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1779020/000121390021048940/xslF345X03/ownership.xml", "transactionCode": "M", "sum_transactionShares": 10000, "aveg_pricePerShare": 3.28, "num_shares_own": "542651", "tot_value": 32800, "symbol": "DNMR"}, {"date": "2021-09-20T20:06:44-04:00", "reportingOwnerAddress": "C/O DANIMER SCIENTIFIC, INC.", "relationship": "Chief Operating Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1779020/000121390021048937/xslF345X03/ownership.xml", "transactionCode": "S", "sum_transactionShares": 10000, "aveg_pricePerShare": 16.62, "num_shares_own": "377259", "tot_value": 166200, "symbol": "DNMR"}, {"date": "2021-09-20T20:06:44-04:00", "reportingOwnerAddress": "C/O DANIMER SCIENTIFIC, INC.", "relationship": "Chief Operating Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1779020/000121390021048937/xslF345X03/ownership.xml", "transactionCode": "M", "sum_transactionShares": 10000, "aveg_pricePerShare": 3.28, "num_shares_own": "387259", "tot_value": 32800, "symbol": "DNMR"}, {"date": "2021-09-20T19:42:30-04:00", "reportingOwnerAddress": "C/O SPLUNK INC.", "relationship": "President and CEO", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1353283/000120919121056962/xslF345X03/doc4.xml", "transactionCode": "S", "sum_transactionShares": 27526, "aveg_pricePerShare": 151.82, "num_shares_own": "259505", "tot_value": 4178997.32, "symbol": "SPLK"}, {"date": "2021-09-20T19:42:28-04:00", "reportingOwnerAddress": "800 WEST EL CAMINO REAL, SUITE 275", "relationship": "Global Chief Executive Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1133311/000162828021018896/xslF345X03/wf-form4_163218133196973.xml", "transactionCode": "S", "sum_transactionShares": 39762, "aveg_pricePerShare": 11.21, "num_shares_own": "1723", "tot_value": 445732.02, "symbol": "TZOO"}, {"date": "2021-09-20T19:42:28-04:00", "reportingOwnerAddress": "800 WEST EL CAMINO REAL, SUITE 275", "relationship": "Global Chief Executive Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1133311/000162828021018896/xslF345X03/wf-form4_163218133196973.xml", "transactionCode": "M", "sum_transactionShares": 41485, "aveg_pricePerShare": 3.49, "num_shares_own": "41485", "tot_value": 144782.65, "symbol": "TZOO"}, {"date": "2021-09-20T19:26:53-04:00", "reportingOwnerAddress": "C/O 10X GENOMICS, INC.", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1189140/000120919121056956/xslF345X03/doc4.xml", "transactionCode": "S", "sum_transactionShares": 5000, "aveg_pricePerShare": 156.15, "num_shares_own": "371616", "tot_value": 780750, "symbol": "TXG"}, {"date": "2021-09-20T19:22:07-04:00", "reportingOwnerAddress": "C/O FACEBOOK, INC.", "relationship": "COB and CEO", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1326801/000095010321014232/xslF345X03/dp158127_4-zuckerberg0917.xml", "transactionCode": "S", "sum_transactionShares": 77300, "aveg_pricePerShare": 366.49, "num_shares_own": "0", "tot_value": 28329677, "symbol": "FB"}, {"date": "2021-09-20T19:20:36-04:00", "reportingOwnerAddress": "SCHOTTENSTEIN STORES CORPORATION", "relationship": "Executive Chairman", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1031000/000122520821012493/xslF345X03/doc4.xml", "transactionCode": "P", "sum_transactionShares": 1488933, "aveg_pricePerShare": 12.87, "num_shares_own": "1667527.0000", "tot_value": 19162567.71, "symbol": "DBI"}, {"date": "2021-09-20T19:16:46-04:00", "reportingOwnerAddress": "415 MISSION STREET", "relationship": "Chair of the Board & CEO", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1108524/000112760221025626/xslF345X03/form4.xml", "transactionCode": "S", "sum_transactionShares": 20000, "aveg_pricePerShare": 260.27, "num_shares_own": "28986249", "tot_value": 5205400, "symbol": "CRM"}, {"date": "2021-09-20T19:16:46-04:00", "reportingOwnerAddress": "415 MISSION STREET", "relationship": "Chair of the Board & CEO", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1108524/000112760221025626/xslF345X03/form4.xml", "transactionCode": "M", "sum_transactionShares": 20000, "aveg_pricePerShare": 59.34, "num_shares_own": "29006249", "tot_value": 1186800, "symbol": "CRM"}, {"date": "2021-09-20T19:15:49-04:00", "reportingOwnerAddress": "950 TOWER LANE, 6TH FLOOR", "relationship": "Chief Executive Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1117297/000111729721000075/xslF345X03/edgardoc.xml", "transactionCode": "S", "sum_transactionShares": 85380, "aveg_pricePerShare": 17.91, "num_shares_own": "2839583", "tot_value": 1529155.8, "symbol": "QNST"}, {"date": "2021-09-20T19:15:49-04:00", "reportingOwnerAddress": "950 TOWER LANE, 6TH FLOOR", "relationship": "Chief Executive Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1117297/000111729721000075/xslF345X03/edgardoc.xml", "transactionCode": "M", "sum_transactionShares": 7943, "aveg_pricePerShare": 3.82, "num_shares_own": "438754", "tot_value": 30342.26, "symbol": "QNST"}, {"date": "2021-09-20T19:14:57-04:00", "reportingOwnerAddress": "3 GARRET MOUNTAIN PLAZA, SUITE 401", "relationship": "President and CEO", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1304492/000120919121056954/xslF345X03/doc4.xml", "transactionCode": "S", "sum_transactionShares": 63188, "aveg_pricePerShare": 56.56, "num_shares_own": "107329", "tot_value": 3573913.28, "symbol": "ATEX"}, {"date": "2021-09-20T19:14:57-04:00", "reportingOwnerAddress": "3 GARRET MOUNTAIN PLAZA, SUITE 401", "relationship": "President and CEO", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1304492/000120919121056954/xslF345X03/doc4.xml", "transactionCode": "M", "sum_transactionShares": 39134, "aveg_pricePerShare": 25.16, "num_shares_own": "147595", "tot_value": 984611.44, "symbol": "ATEX"}, {"date": "2021-09-20T19:00:09-04:00", "reportingOwnerAddress": "C/O SNAP INC.", "relationship": "Chief Business Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1757887/000120919121056953/xslF345X03/doc4.xml", "transactionCode": "S", "sum_transactionShares": 49354, "aveg_pricePerShare": 72.85, "num_shares_own": "1693476", "tot_value": 3595438.9, "symbol": "SNAP"}, {"date": "2021-09-20T18:43:45-04:00", "reportingOwnerAddress": "C/O THREDUP INC.", "relationship": "President", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1851770/000148477821000089/xslF345X03/wf-form4_163217780619702.xml", "transactionCode": "S", "sum_transactionShares": 400, "aveg_pricePerShare": 20, "num_shares_own": "0", "tot_value": 8000, "symbol": "TDUP"}, {"date": "2021-09-20T17:32:23-04:00", "reportingOwnerAddress": "C/O EVOLENT HEALTH, INC.", "relationship": "Executive Chairman", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1204938/000162890821000126/xslF345X03/wf-form4_163217352837587.xml", "transactionCode": "S", "sum_transactionShares": 20000, "aveg_pricePerShare": 26.27, "num_shares_own": "607809", "tot_value": 525400, "symbol": "EVH"}, {"date": "2021-09-20T17:32:23-04:00", "reportingOwnerAddress": "C/O EVOLENT HEALTH, INC.", "relationship": "Executive Chairman", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1204938/000162890821000126/xslF345X03/wf-form4_163217352837587.xml", "transactionCode": "M", "sum_transactionShares": 10000, "aveg_pricePerShare": 3.84, "num_shares_own": "627809", "tot_value": 38400, "symbol": "EVH"}, {"date": "2021-09-20T17:29:55-04:00", "reportingOwnerAddress": "C/O LAKELAND BANCORP, INC.", "relationship": "EVP Chief Information Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1769530/000106299321008796/xslF345X03/form4.xml", "transactionCode": "P", "sum_transactionShares": 3000, "aveg_pricePerShare": 16.5, "num_shares_own": "30583", "tot_value": 49500, "symbol": "LBAI"}, {"date": "2021-09-20T17:25:01-04:00", "reportingOwnerAddress": "2714 ARCHER AVENUE", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/877860/000112760221025624/xslF345X03/form4.xml", "transactionCode": "P", "sum_transactionShares": 3000, "aveg_pricePerShare": 57.38, "num_shares_own": "37000", "tot_value": 172140, "symbol": "NHI"}, {"date": "2021-09-20T17:21:13-04:00", "reportingOwnerAddress": "C/O NXP SEMICONDUCTORS N.V.", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1218470/000141344721000081/xslF345X03/wf-form4_163217285708504.xml", "transactionCode": "S", "sum_transactionShares": 1000, "aveg_pricePerShare": 211.32, "num_shares_own": "12448", "tot_value": 211320, "symbol": "NXPI"}, {"date": "2021-09-20T17:14:32-04:00", "reportingOwnerAddress": "6720 VIA AUSTI PARKWAY, SUITE 450", "relationship": "Chairman and CEO", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1801368/000120919121056910/xslF345X03/doc4.xml", "transactionCode": "S", "sum_transactionShares": 3154388, "aveg_pricePerShare": 34.62, "num_shares_own": "2217", "tot_value": 109204912.56, "symbol": "MP"}, {"date": "2021-09-20T17:10:10-04:00", "reportingOwnerAddress": "C/O VICI PROPERTIES INC.", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1705696/000170569621000188/xslF345X03/wf-form4_163217219341810.xml", "transactionCode": "P", "sum_transactionShares": 7750, "aveg_pricePerShare": 29.5, "num_shares_own": "2900", "tot_value": 228625, "symbol": "VICI"}, {"date": "2021-09-20T17:08:01-04:00", "reportingOwnerAddress": "6720 VIA AUSTI PARKWAY, SUITE 450", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1801368/000120919121056906/xslF345X03/doc4.xml", "transactionCode": "S", "sum_transactionShares": 1095612, "aveg_pricePerShare": 34.62, "num_shares_own": "8262040", "tot_value": 37930087.44, "symbol": "MP"}, {"date": "2021-09-20T17:06:21-04:00", "reportingOwnerAddress": "401 CONGRESS AVE., SUITE 1850", "relationship": "CFO &Treasurer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1289889/000128988921000014/xslF345X03/wf-form4_163217196774725.xml", "transactionCode": "S", "sum_transactionShares": 7198, "aveg_pricePerShare": 36.25, "num_shares_own": "216959", "tot_value": 260927.5, "symbol": "UPLD"}, {"date": "2021-09-20T17:02:44-04:00", "reportingOwnerAddress": "", "relationship": null, "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1831478/000156761921017364/xslF345X03/doc1.xml", "transactionCode": "S", "sum_transactionShares": 2282140, "aveg_pricePerShare": 34.62, "num_shares_own": "2217", "tot_value": 79007686.8, "symbol": "MP"}, {"date": "2021-09-20T14:11:19-04:00", "reportingOwnerAddress": "83 TOWER ROAD NORTH", "relationship": "President,Amcor Rigid Plastics", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1706057/000117911021008852/xslF345X03/edgar.xml", "transactionCode": "S", "sum_transactionShares": 303000, "aveg_pricePerShare": 12.3, "num_shares_own": "149135", "tot_value": 3726900, "symbol": "AMCR"}, {"date": "2021-09-20T14:11:19-04:00", "reportingOwnerAddress": "83 TOWER ROAD NORTH", "relationship": "President,Amcor Rigid Plastics", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1706057/000117911021008852/xslF345X03/edgar.xml", "transactionCode": "M", "sum_transactionShares": 303000, "aveg_pricePerShare": 11.16, "num_shares_own": "452135", "tot_value": 3381480, "symbol": "AMCR"}, {"date": "2021-09-20T13:58:11-04:00", "reportingOwnerAddress": "2850 GOLF ROAD", "relationship": "Controller, CAO", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/354190/000112760221025586/xslF345X03/form4.xml", "transactionCode": "S", "sum_transactionShares": 4583, "aveg_pricePerShare": 150.32, "num_shares_own": "35160", "tot_value": 688916.56, "symbol": "AJG"}, {"date": "2021-09-20T13:58:11-04:00", "reportingOwnerAddress": "2850 GOLF ROAD", "relationship": "Controller, CAO", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/354190/000112760221025586/xslF345X03/form4.xml", "transactionCode": "M", "sum_transactionShares": 4583, "aveg_pricePerShare": 57.1, "num_shares_own": "39743", "tot_value": 261689.3, "symbol": "AJG"}, {"date": "2021-09-20T12:21:46-04:00", "reportingOwnerAddress": "", "relationship": "10% Owner", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1125345/000089924321036543/xslF345X03/doc4.xml", "transactionCode": "P", "sum_transactionShares": 600000, "aveg_pricePerShare": 20.44, "num_shares_own": "6875564", "tot_value": 12264000, "symbol": "MGNX"}, {"date": "2021-09-20T11:08:48-04:00", "reportingOwnerAddress": "", "relationship": "Director", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1056823/000120709721000318/xslF345X03/primary_doc.xml", "transactionCode": "P", "sum_transactionShares": 21, "aveg_pricePerShare": 1300.4, "num_shares_own": "229079", "tot_value": 27308.4, "symbol": "TPL"}, {"date": "2021-09-20T10:51:39-04:00", "reportingOwnerAddress": "C/O MORNINGSTAR, INC.", "relationship": "Executive Chairman", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1289419/000128941921000236/xslF345X03/edgar.xml", "transactionCode": "S", "sum_transactionShares": 11951, "aveg_pricePerShare": 276.26, "num_shares_own": "13583486", "tot_value": 3301583.26, "symbol": "MORN"}, {"date": "2021-09-20T10:42:18-04:00", "reportingOwnerAddress": "C/O ALTAIR ENGINEERING INC.", "relationship": "Chief Executive Officer", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1701732/000112760221025575/xslF345X03/form4.xml", "transactionCode": "S", "sum_transactionShares": 36722, "aveg_pricePerShare": 75.29, "num_shares_own": "0", "tot_value": 2764799.38, "symbol": "ALTR"}, {"date": "2021-09-20T10:40:46-04:00", "reportingOwnerAddress": "C/O ALTAIR ENGINEERING INC.", "relationship": "10% Owner", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1720683/000112760221025573/xslF345X03/form4.xml", "transactionCode": "S", "sum_transactionShares": 14571, "aveg_pricePerShare": 75.3, "num_shares_own": "0", "tot_value": 1097196.3, "symbol": "ALTR"}, {"date": "2021-09-20T10:39:18-04:00", "reportingOwnerAddress": "C/O ALTAIR ENGINEERING INC.", "relationship": "10% Owner", "linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1701732/000112760221025571/xslF345X03/form4.xml", "transactionCode": "S", "sum_transactionShares": 22151, "aveg_pricePerShare": 75.27, "num_shares_own": "0", "tot_value": 1667305.77, "symbol": "ALTR"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"version": {"type": "string"}, "source": {"type": "string"}, "records": {"type": "integer"}, "form_4_filings": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "reportingOwnerAddress": {"type": "string"}, "relationship": {"type": ["null", "string"]}, "linkToFilingDetails": {"type": "string"}, "transactionCode": {"type": "string"}, "sum_transactionShares": {"type": "integer"}, "aveg_pricePerShare": {"type": "number"}, "num_shares_own": {"type": "string"}, "tot_value": {"type": "number"}, "symbol": {"type": "string"}}, "required": ["aveg_pricePerShare", "date", "linkToFilingDetails", "num_shares_own", "relationship", "reportingOwnerAddress", "sum_transactionShares", "symbol", "tot_value", "transactionCode"]}}}, "required": ["form_4_filings", "records", "source", "version"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/85570ed8-c6d4-4d0e-a17f-7e2aa6799453/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | market/news | Recently published stock news in all sectors. | 200 | Response | [{"title": "Cathie Wood holds these stocks for triple-digit upside \u2014 and they're on sale", "link": "https://finance.yahoo.com/news/cathie-wood-holds-stocks-big-193600404.html", "pubDate": "2021-09-21T19:59:00Z", "source": "MoneyWise", "guid": "cathie-wood-holds-stocks-big-193600404.html"}, {"title": "Bitcoin Retreats to August Low Amid Bout of Global Market Angst", "link": "https://finance.yahoo.com/news/bitcoin-retreats-august-low-amid-053515210.html", "pubDate": "2021-09-21T05:35:15Z", "source": "Bloomberg", "guid": "bitcoin-retreats-august-low-amid-053515210.html"}, {"title": "When the stock market pulls back, keep buying \u2014 especially these five companies", "link": "https://www.marketwatch.com/story/when-the-stock-market-pulls-back-keep-buying-especially-these-five-companies-11632249039?siteid=yhoof2&yptr=yahoo", "pubDate": "2021-09-21T18:30:00Z", "source": "MarketWatch", "guid": "when-the-stock-market-pulls-back-keep-buying-especially-these-five-companies-11632249039?siteid=yhoof2&yptr=yahoo"}, {"title": "Warren Buffett says these are the top companies to own \u2014 you can buy them now", "link": "https://finance.yahoo.com/news/warren-buffett-says-top-companies-200100252.html", "pubDate": "2021-09-20T20:01:00Z", "source": "MoneyWise", "guid": "warren-buffett-says-top-companies-200100252.html"}, {"title": "Average U.S. Retirement Savings By Age: How Do Yours Compare?", "link": "https://www.investors.com/etfs-and-funds/retirement/retirement-savings-age-groups-yours/?src=A00220&yptr=yahoo", "pubDate": "2021-09-20T11:00:24Z", "source": "Investor's Business Daily", "guid": "?src=A00220&yptr=yahoo"}, {"title": "Roubini Says He\u2019s \u2018Dr. Realist\u2019 by Warning of Global-Debt Trap", "link": "https://finance.yahoo.com/news/roubini-says-dr-realist-warning-141111449.html", "pubDate": "2021-09-21T14:11:11Z", "source": "Bloomberg", "guid": "roubini-says-dr-realist-warning-141111449.html"}, {"title": "Suze Orman: Avoid this 'huge mistake' when refinancing to low mortgage rates", "link": "https://finance.yahoo.com/news/suze-orman-says-avoid-huge-120000502.html", "pubDate": "2021-09-20T12:00:00Z", "source": "MoneyWise", "guid": "suze-orman-says-avoid-huge-120000502.html"}, {"title": "How Much It Takes to Be in the Top 1% in Income", "link": "https://finance.yahoo.com/news/much-takes-top-1-230436859.html", "pubDate": "2021-09-21T16:32:09Z", "source": "The Fiscal Times", "guid": "much-takes-top-1-230436859.html"}, {"title": "QuantumScape Stock Pops As EV Battery Maker Snags Deal With Another 'Top 10' Automaker", "link": "https://www.investors.com/news/quantumscape-stock-pops-second-ev-battery-deal-after-volkswagen/?src=A00220&yptr=yahoo", "pubDate": "2021-09-21T20:23:07Z", "source": "Investor's Business Daily", "guid": "?src=A00220&yptr=yahoo"}, {"title": "\u2018Dead duck\u2019s mouth\u2019 \u2014 CEO of China Evergrande\u2019s leaked letter to employees gets panned on social media", "link": "https://www.marketwatch.com/story/dead-ducks-mouth-ceo-of-china-evergrandes-leaked-letter-to-employees-gets-panned-on-social-media-11632236362?siteid=yhoof2&yptr=yahoo", "pubDate": "2021-09-21T14:59:00Z", "source": "MarketWatch", "guid": "dead-ducks-mouth-ceo-of-china-evergrandes-leaked-letter-to-employees-gets-panned-on-social-media-11632236362?siteid=yhoof2&yptr=yahoo"}, {"title": "Where home prices are going next, according to forecast models", "link": "https://finance.yahoo.com/news/where-home-prices-going-next-164500871.html", "pubDate": "2021-09-21T16:45:00Z", "source": "Fortune", "guid": "where-home-prices-going-next-164500871.html"}, {"title": "JPMorgan Says These 2 Stocks Could Surge Over 70%; Here\u2019s Why", "link": "https://finance.yahoo.com/news/jpmorgan-says-2-stocks-could-133948290.html", "pubDate": "2021-09-21T13:39:48Z", "source": "TipRanks", "guid": "jpmorgan-says-2-stocks-could-133948290.html"}, {"title": "Bitcoin Crashed to $5,402 in Error on Network Backed by Quants", "link": "https://finance.yahoo.com/news/bitcoin-crashed-5-402-error-200732717.html", "pubDate": "2021-09-21T20:07:32Z", "source": "Bloomberg", "guid": "bitcoin-crashed-5-402-error-200732717.html"}, {"title": "AT&T\u2019s CEO Says the Stock Is Undervalued. That Won\u2019t Be Fixed Soon.", "link": "https://www.barrons.com/articles/att-ceo-stock-john-stankey-51632248110?siteid=yhoof2&yptr=yahoo", "pubDate": "2021-09-21T18:16:00Z", "source": "Barrons.com", "guid": "att-ceo-stock-john-stankey-51632248110?siteid=yhoof2&yptr=yahoo"}, {"title": "Monday May Have Been Just the Start of a Deeper Correction", "link": "https://realmoney.thestreet.com/markets/monday-may-have-been-just-the-start-of-a-deeper-correction-15775159?puc=yahoo&cm_ven=YAHOO&yptr=yahoo", "pubDate": "2021-09-21T09:46:00Z", "source": "TheStreet.com", "guid": "monday-may-have-been-just-the-start-of-a-deeper-correction-15775159?puc=yahoo&cm_ven=YAHOO&yptr=yahoo"}, {"title": "U.K. Soft Drink Makers Have Just Days of Carbon Dioxide Left", "link": "https://finance.yahoo.com/news/u-k-soft-drink-makers-164211632.html", "pubDate": "2021-09-20T16:42:11Z", "source": "Bloomberg", "guid": "u-k-soft-drink-makers-164211632.html"}, {"title": "Adobe Posts Strong Earnings. Why It Wasn\u2019t Enough to Boost the Stock.", "link": "https://www.barrons.com/articles/adobe-earnings-stock-51632257953?siteid=yhoof2&yptr=yahoo", "pubDate": "2021-09-21T20:59:00Z", "source": "Barrons.com", "guid": "adobe-earnings-stock-51632257953?siteid=yhoof2&yptr=yahoo"}, {"title": "These numbers show just how big a headache Evergrande is for China", "link": "https://qz.com/2062171/by-the-digits-how-big-a-headache-is-chinas-evergrande/?utm_source=YPL&yptr=yahoo", "pubDate": "2021-09-21T12:01:47Z", "source": "Quartz", "guid": "?utm_source=YPL&yptr=yahoo"}, {"title": "Can Lucid Stock Clear Up? This Is What You Need to Know", "link": "https://finance.yahoo.com/news/lucid-stock-clear-know-172300214.html", "pubDate": "2021-09-20T17:23:00Z", "source": "TipRanks", "guid": "lucid-stock-clear-know-172300214.html"}, {"title": "Is GE Stock A Buy After Q2 Earnings Beat?", "link": "https://www.investors.com/research/ge-stock-buy-or-sell/?src=A00220&yptr=yahoo", "pubDate": "2021-09-21T19:24:28Z", "source": "Investor's Business Daily", "guid": "?src=A00220&yptr=yahoo"}, {"title": "Why Goldman Sachs just launched this ETF that will rival FAANG stocks", "link": "https://finance.yahoo.com/news/why-goldman-sachs-just-launched-this-etf-that-will-rival-faang-stocks-170441527.html", "pubDate": "2021-09-21T17:04:41Z", "source": "Yahoo Finance", "guid": "why-goldman-sachs-just-launched-this-etf-that-will-rival-faang-stocks-170441527.html"}, {"title": "Fortunes Tumble From Seattle to Shenzhen in $135 Billion Wipeout", "link": "https://finance.yahoo.com/news/fortunes-tumble-seattle-shenzhen-135-212416989.html", "pubDate": "2021-09-20T21:24:16Z", "source": "Bloomberg", "guid": "fortunes-tumble-seattle-shenzhen-135-212416989.html"}, {"title": "2 \u201cStrong Buy\u201d Energy Stocks With 7% Dividend Yield", "link": "https://finance.yahoo.com/news/2-strong-buy-energy-stocks-014425780.html", "pubDate": "2021-09-20T01:44:25Z", "source": "TipRanks", "guid": "2-strong-buy-energy-stocks-014425780.html"}, {"title": "Shell Investors Get Surprise $7 Billion Payout on Shale Deal", "link": "https://finance.yahoo.com/news/shell-investors-surprise-7-billion-102639952.html", "pubDate": "2021-09-21T10:26:39Z", "source": "Bloomberg", "guid": "shell-investors-surprise-7-billion-102639952.html"}, {"title": "18 Stocks Moving in Tuesday's Pre-Market Session", "link": "https://finance.yahoo.com/news/18-stocks-moving-tuesdays-pre-110120012.html", "pubDate": "2021-09-21T11:01:20Z", "source": "Benzinga", "guid": "18-stocks-moving-tuesdays-pre-110120012.html"}, {"title": "Adobe Stock Drops Despite Beat-And-Raise Quarterly Report", "link": "https://www.investors.com/news/technology/adbe-stock-adobe-beats-fiscal-q3-targets/?src=A00220&yptr=yahoo", "pubDate": "2021-09-21T20:33:26Z", "source": "Investor's Business Daily", "guid": "?src=A00220&yptr=yahoo"}, {"title": "Analysts Say \u2018Buy the Dip\u2019 in These 3 Stocks", "link": "https://finance.yahoo.com/news/analysts-buy-dip-3-stocks-143314483.html", "pubDate": "2021-09-20T14:33:14Z", "source": "TipRanks", "guid": "analysts-buy-dip-3-stocks-143314483.html"}, {"title": "Google Spends $2.1 Billion for New York Office Building Even as It Embraces Remote Work", "link": "https://www.barrons.com/articles/google-buys-manhattan-office-building-51632232933?siteid=yhoof2&yptr=yahoo", "pubDate": "2021-09-21T14:33:00Z", "source": "Barrons.com", "guid": "google-buys-manhattan-office-building-51632232933?siteid=yhoof2&yptr=yahoo"}, {"title": "Nanoviricides Stock Surges, Nears The End Of A Pennant Pattern", "link": "https://finance.yahoo.com/news/nanoviricides-stock-surges-nears-end-181857981.html", "pubDate": "2021-09-21T18:18:57Z", "source": "Benzinga", "guid": "nanoviricides-stock-surges-nears-end-181857981.html"}, {"title": "JPMorgan says buy that S&P 500 dip, but you might want to look at this chart first", "link": "https://www.marketwatch.com/story/jpmorgan-says-buy-that-s-p-500-dip-but-you-might-want-to-look-at-this-chart-first-11632221985?siteid=yhoof2&yptr=yahoo", "pubDate": "2021-09-21T10:59:00Z", "source": "MarketWatch", "guid": "jpmorgan-says-buy-that-s-p-500-dip-but-you-might-want-to-look-at-this-chart-first-11632221985?siteid=yhoof2&yptr=yahoo"}, {"title": "Is Nvidia Stock A Buy After Retreating To Key Support Level?", "link": "https://www.investors.com/research/nvidia-stock-buy-now/?src=A00220&yptr=yahoo", "pubDate": "2021-09-21T13:19:50Z", "source": "Investor's Business Daily", "guid": "?src=A00220&yptr=yahoo"}, {"title": "Deserted Factories Show How China Electric Car Boom Went Too Far", "link": "https://finance.yahoo.com/news/deserted-factories-show-china-electric-210000505.html", "pubDate": "2021-09-20T21:00:00Z", "source": "Bloomberg", "guid": "deserted-factories-show-china-electric-210000505.html"}, {"title": "\u2018A lot of people are going to get hurt,\u2019 on unregistered crypto exchanges, SEC\u2019s Gensler says", "link": "https://www.marketwatch.com/story/a-lot-of-people-are-going-to-get-hurt-on-unregistered-crypto-exchanges-secs-gensler-says-11632243917?siteid=yhoof2&yptr=yahoo", "pubDate": "2021-09-21T17:05:00Z", "source": "MarketWatch", "guid": "a-lot-of-people-are-going-to-get-hurt-on-unregistered-crypto-exchanges-secs-gensler-says-11632243917?siteid=yhoof2&yptr=yahoo"}, {"title": "Evergrande isn\u2019t the only reason the stock market is headed for its worst day in 2 months. Here are 7 other reasons.", "link": "https://www.marketwatch.com/story/evergrande-isnt-the-only-reason-the-stock-market-is-headed-for-its-worst-day-in-2-months-here-are-5-other-reasons-11632146759?siteid=yhoof2&yptr=yahoo", "pubDate": "2021-09-20T17:31:00Z", "source": "MarketWatch", "guid": "evergrande-isnt-the-only-reason-the-stock-market-is-headed-for-its-worst-day-in-2-months-here-are-5-other-reasons-11632146759?siteid=yhoof2&yptr=yahoo"}, {"title": "What's Going On With Lucid Shares Today?", "link": "https://finance.yahoo.com/news/whats-going-lucid-shares-today-173701598.html", "pubDate": "2021-09-21T17:37:01Z", "source": "Benzinga", "guid": "whats-going-lucid-shares-today-173701598.html"}, {"title": "Top Materials Stocks for October 2021", "link": "https://www.investopedia.com/top-materials-stocks-4582152?utm_campaign=quote-yahoo&utm_source=yahoo&utm_medium=referral&yptr=yahoo", "pubDate": "2021-09-21T16:32:46Z", "source": "Investopedia", "guid": "top-materials-stocks-4582152?utm_campaign=quote-yahoo&utm_source=yahoo&utm_medium=referral&yptr=yahoo"}, {"title": "Trump Treasury Secretary Mnuchin Raises $2.5 Billion Fund", "link": "https://finance.yahoo.com/news/trump-treasury-secretary-steven-mnuchin-141359163.html", "pubDate": "2021-09-20T18:30:16Z", "source": "Bloomberg", "guid": "trump-treasury-secretary-steven-mnuchin-141359163.html"}, {"title": "What to do if you\u2019re the executor of a loved one\u2019s estate \u2014 starting with when to pay the taxes", "link": "https://www.marketwatch.com/story/what-to-do-if-youre-the-executor-of-a-loved-ones-estate-starting-with-when-to-pay-the-taxes-11632243790?siteid=yhoof2&yptr=yahoo", "pubDate": "2021-09-21T17:03:00Z", "source": "MarketWatch", "guid": "what-to-do-if-youre-the-executor-of-a-loved-ones-estate-starting-with-when-to-pay-the-taxes-11632243790?siteid=yhoof2&yptr=yahoo"}, {"title": "Retirement expert: It's time to 'take profits' amid 'modest' outlook", "link": "https://finance.yahoo.com/news/take-profits-if-nearing-retirement-134338434.html", "pubDate": "2021-09-21T13:43:38Z", "source": "Yahoo Money", "guid": "take-profits-if-nearing-retirement-134338434.html"}, {"title": "How Does Bitcoin Mining Work? What Is Crypto Mining?", "link": "https://www.investopedia.com/tech/how-does-bitcoin-mining-work/?utm_campaign=quote-yahoo&utm_source=yahoo&utm_medium=referral&yptr=yahoo", "pubDate": "2021-09-21T10:22:31Z", "source": "Investopedia", "guid": "?utm_campaign=quote-yahoo&utm_source=yahoo&utm_medium=referral&yptr=yahoo"}, {"title": "If Stocks Break This Key Market Indicator Next \u2014 Look Out Below", "link": "https://www.investors.com/etfs-and-funds/sectors/sp500-if-stocks-break-this-key-market-indicator-next-look-out-below/?src=A00220&yptr=yahoo", "pubDate": "2021-09-21T12:00:16Z", "source": "Investor's Business Daily", "guid": "?src=A00220&yptr=yahoo"}, {"title": "\u2018Pay me my worth\u2019: restaurant workers demand livable wages as industry continues to falter", "link": "https://finance.yahoo.com/news/pay-worth-restaurant-workers-demand-090037283.html", "pubDate": "2021-09-21T09:00:37Z", "source": "The Guardian", "guid": "pay-worth-restaurant-workers-demand-090037283.html"}, {"title": "5 Stocks Insiders Are Selling", "link": "https://finance.yahoo.com/news/5-stocks-insiders-selling-120555626.html", "pubDate": "2021-09-21T12:05:55Z", "source": "Benzinga", "guid": "5-stocks-insiders-selling-120555626.html"}, {"title": "Disney Stock Is Falling After the CEO Warned of Slower Growth for Disney+. A Reinstated Dividend Is \u201cIn The Distant Future.\u201d", "link": "https://www.barrons.com/articles/disney-stock-streaming-51632252435?siteid=yhoof2&yptr=yahoo", "pubDate": "2021-09-21T19:28:00Z", "source": "Barrons.com", "guid": "disney-stock-streaming-51632252435?siteid=yhoof2&yptr=yahoo"}, {"title": "FedEx lowers outlook for the year amid tight labor market, rising expenses", "link": "https://www.marketwatch.com/story/fedex-lowers-outlook-for-the-year-amid-tight-labor-market-rising-expenses-11632256946?siteid=yhoof2&yptr=yahoo", "pubDate": "2021-09-21T20:42:00Z", "source": "MarketWatch", "guid": "fedex-lowers-outlook-for-the-year-amid-tight-labor-market-rising-expenses-11632256946?siteid=yhoof2&yptr=yahoo"}, {"title": "Fast-Growing Stocks: Nvidia, GOOGL Stock Among 17 Names Expecting Up To 776% Growth In Q3", "link": "https://www.investors.com/research/fast-growing-stocks-q3-earnings-estimates/?src=A00220&yptr=yahoo", "pubDate": "2021-09-21T19:33:16Z", "source": "Investor's Business Daily", "guid": "?src=A00220&yptr=yahoo"}, {"title": "Evergrande Misses Loan Payments to Banks as Bond Deadlines Loom", "link": "https://finance.yahoo.com/news/evergrande-misses-loan-payments-banks-121427244.html", "pubDate": "2021-09-21T12:14:27Z", "source": "Bloomberg", "guid": "evergrande-misses-loan-payments-banks-121427244.html"}, {"title": "Is Evergrande the next Lehman Brothers?", "link": "https://finance.yahoo.com/news/is-evergrande-the-next-lehman-brothers-160811000.html", "pubDate": "2021-09-21T16:08:11Z", "source": "Yahoo Finance", "guid": "is-evergrande-the-next-lehman-brothers-160811000.html"}, {"title": "Should You Buy Cleveland-Cliffs Stock After Monday's Sell-Off?", "link": "https://finance.yahoo.com/news/buy-cleveland-cliffs-stock-mondays-171935838.html", "pubDate": "2021-09-21T17:19:35Z", "source": "Benzinga", "guid": "buy-cleveland-cliffs-stock-mondays-171935838.html"}, {"title": "Why Bitcoin-Related And Ethereum-Related Stocks Are Falling", "link": "https://finance.yahoo.com/news/why-bitcoin-related-ethereum-related-132335623.html", "pubDate": "2021-09-20T13:23:35Z", "source": "Benzinga", "guid": "why-bitcoin-related-ethereum-related-132335623.html"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "pubDate": {"type": "string"}, "source": {"type": "string"}, "guid": {"type": "string"}}, "required": ["guid", "link", "pubDate", "source", "title"]}} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/b8e2a2b5-c466-4f39-997b-52bd77d954ff/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | search | Get tickers for any stock company, ETF, mutual fund, crypto and more | 200 | Response | {"meta": {"searchTerm": "A", "processedTime": "2023-09-22 13:25:18"}, "body": [{"symbol": "A", "name": "Agilent Technologies, Inc.", "exch": "NYS", "type": "S", "exchDisp": "NYSE", "typeDisp": "Equity"}, {"symbol": "ARM", "name": "Arm Holdings plc", "exch": "NYQ", "type": "S", "exchDisp": "NYSE", "typeDisp": "Equity"}, {"symbol": "AAPL", "name": "Apple Inc.", "exch": "NMS", "type": "S", "exchDisp": "NASDAQ", "typeDisp": "Equity"}, {"symbol": "AMD", "name": "Advanced Micro Devices, Inc.", "exch": "NYQ", "type": "S", "exchDisp": "NYSE", "typeDisp": "Equity"}, {"symbol": "AMZN", "name": "Amazon.com, Inc.", "exch": "NMS", "type": "S", "exchDisp": "NASDAQ", "typeDisp": "Equity"}, {"symbol": "ADBE", "name": "Adobe Inc.", "exch": "NMS", "type": "S", "exchDisp": "NASDAQ", "typeDisp": "Equity"}, {"symbol": "AMC", "name": "AMC Entertainment Holdings, Inc.", "exch": "NYS", "type": "S", "exchDisp": "NYSE", "typeDisp": "Equity"}, {"symbol": "T", "name": "AT&T Inc.", "exch": "NYQ", "type": "S", "exchDisp": "NYSE", "typeDisp": "Equity"}, {"symbol": "GOOG", "name": "Alphabet Inc.", "exch": "NGM", "type": "S", "exchDisp": "NASDAQ", "typeDisp": "Equity"}, {"symbol": "ACB", "name": "Aurora Cannabis Inc.", "exch": "NYQ", "type": "S", "exchDisp": "NYSE", "typeDisp": "Equity"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"searchTerm": {"type": "string"}, "processedTime": {"type": "string"}}, "required": ["processedTime", "searchTerm"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "exch": {"type": "string"}, "type": {"type": "string"}, "exchDisp": {"type": "string"}, "typeDisp": {"type": "string"}}, "required": ["exch", "exchDisp", "name", "symbol", "type", "typeDisp"]}}}, "required": ["body", "meta"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/a52de117-e9dd-4f9c-a6f1-608aa96b5243/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | calendar/public_offerings | Get the past, current, and upcoming secondary public offerings (SPO) data. | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai", "date": "2023-11", "processedTime": "2023-12-01T07:33:53.924921Z"}, "body": {"priced": [{"dealID": "1003944-107155", "proposedTickerSymbol": "SNES", "companyName": "SenesTech, Inc.", "proposedExchange": "NASDAQ Capital", "proposedSharePrice": "1.30", "sharesOffered": "450,306", "pricedDate": "11/29/2023", "dollarValueOfSharesOffered": "$585,398", "dealStatus": "Priced"}, {"dealID": "1178963-108161", "proposedTickerSymbol": "THAR", "companyName": "Tharimmune, Inc.", "proposedExchange": "NASDAQ Capital", "proposedSharePrice": "1.00", "sharesOffered": "1,825,000", "pricedDate": "11/29/2023", "dollarValueOfSharesOffered": "$1,825,000", "dealStatus": "Priced"}, {"dealID": "1123844-103113", "proposedTickerSymbol": "GANX", "companyName": "Gain Therapeutics, Inc.", "proposedExchange": "NASDAQ Global", "proposedSharePrice": "2.005", "sharesOffered": "2,213,044", "pricedDate": "11/24/2023", "dollarValueOfSharesOffered": "$4,448,218", "dealStatus": "Priced"}, {"dealID": "1158407-108327", "proposedTickerSymbol": "AIRE", "companyName": "reAlpha Tech Corp.", "proposedExchange": "NASDAQ Capital", "proposedSharePrice": "5.00", "sharesOffered": "1,600,000", "pricedDate": "11/23/2023", "dollarValueOfSharesOffered": "$8,000,000", "dealStatus": "Priced"}, {"dealID": "1121399-108211", "proposedTickerSymbol": "PXMD", "companyName": "PaxMedica, Inc.", "proposedExchange": "NASDAQ Capital", "proposedSharePrice": "1.30", "sharesOffered": "2,237,304", "pricedDate": "11/21/2023", "dollarValueOfSharesOffered": "$2,908,495", "dealStatus": "Priced"}, {"dealID": "1132287-107851", "proposedTickerSymbol": "VLCN", "companyName": "Volcon, Inc.", "proposedExchange": "NASDAQ Capital", "proposedSharePrice": "0.42", "sharesOffered": "3,326,042", "pricedDate": "11/17/2023", "dollarValueOfSharesOffered": "$1,396,938", "dealStatus": "Priced"}, {"dealID": "1080053-102742", "proposedTickerSymbol": "AUGX", "companyName": "Augmedix, Inc.", "proposedExchange": "NASDAQ Capital", "proposedSharePrice": "4.00", "sharesOffered": "6,250,000", "pricedDate": "11/17/2023", "dollarValueOfSharesOffered": "$25,000,000", "dealStatus": "Priced"}, {"dealID": "854131-108262", "proposedTickerSymbol": "SKWD", "companyName": "Skyward Specialty Insurance Group, Inc.", "proposedExchange": "NASDAQ Global Select", "proposedSharePrice": "30.50", "sharesOffered": "5,000,000", "pricedDate": "11/16/2023", "dollarValueOfSharesOffered": "$152,500,000", "dealStatus": "Priced"}, {"dealID": "1122713-107888", "proposedTickerSymbol": "AUVI", "companyName": "Applied UV, Inc.", "proposedExchange": "NASDAQ Capital", "proposedSharePrice": "0.15\t", "sharesOffered": "2,300,000", "pricedDate": "11/16/2023", "dollarValueOfSharesOffered": "$345,000", "dealStatus": "Priced"}, {"dealID": "1143706-108174", "proposedTickerSymbol": "LQR", "companyName": "LQR House Inc.", "proposedExchange": "NASDAQ Capital", "proposedSharePrice": "0.07", "sharesOffered": "157,142,857", "pricedDate": "11/13/2023", "dollarValueOfSharesOffered": "$11,000,000", "dealStatus": "Priced"}, {"dealID": "8170-108197", "proposedTickerSymbol": "MYGN", "companyName": "MYRIAD GENETICS INC", "proposedExchange": "NASDAQ Global Select", "proposedSharePrice": "17.00", "sharesOffered": "6,470,588", "pricedDate": "11/13/2023", "dollarValueOfSharesOffered": "$109,999,996", "dealStatus": "Priced"}, {"dealID": "85191-106986", "proposedTickerSymbol": "OTRK", "companyName": "Ontrak, Inc.", "proposedExchange": "NASDAQ Capital", "proposedSharePrice": "0.60", "sharesOffered": "4,592,068", "pricedDate": "11/13/2023", "dollarValueOfSharesOffered": "$2,755,241", "dealStatus": "Priced"}, {"dealID": "2567-107644", "proposedTickerSymbol": "AUMN", "companyName": "Golden Minerals Co", "proposedExchange": "NYSE MKT", "proposedSharePrice": "0.70", "sharesOffered": "4,712,488", "pricedDate": "11/08/2023", "dollarValueOfSharesOffered": "$3,298,742", "dealStatus": "Priced"}, {"dealID": "950789-106339", "proposedTickerSymbol": "ALPN", "companyName": "ALPINE IMMUNE SCIENCES, INC.", "proposedExchange": "NASDAQ Global", "proposedSharePrice": "12.50", "sharesOffered": "8,800,000", "pricedDate": "11/08/2023", "dollarValueOfSharesOffered": "$110,000,000", "dealStatus": "Priced"}, {"dealID": "982727-107731", "proposedTickerSymbol": "ATXI", "companyName": "AVENUE THERAPEUTICS, INC.", "proposedExchange": "NASDAQ Capital", "proposedSharePrice": "0.3006", "sharesOffered": "3,853,400", "pricedDate": "11/02/2023", "dollarValueOfSharesOffered": "$1,156,020", "dealStatus": "Priced"}, {"dealID": "1167189-107886", "proposedTickerSymbol": "BFRI", "companyName": "Biofrontera Inc.", "proposedExchange": "NASDAQ Capital", "proposedSharePrice": "3.74", "sharesOffered": "150,000", "pricedDate": "11/01/2023", "dollarValueOfSharesOffered": "$561,000", "dealStatus": "Priced"}, {"dealID": "625677-107185", "proposedTickerSymbol": "DLPN", "companyName": "Dolphin Entertainment, Inc.", "proposedExchange": "NASDAQ Capital", "proposedSharePrice": "1.65", "sharesOffered": "1,400,000", "pricedDate": "11/01/2023", "dollarValueOfSharesOffered": "$2,310,000", "dealStatus": "Priced"}], "upcoming": [], "filed": [{"dealID": "1153880-108422", "proposedTickerSymbol": "BWMN", "companyName": "Bowman Consulting Group Ltd.", "filedDate": "11/29/2023", "dollarValueOfSharesOffered": "$100,000,000"}, {"dealID": "935042-108420", "proposedTickerSymbol": "ISTR", "companyName": "Investar Holding Corp", "filedDate": "11/29/2023", "dollarValueOfSharesOffered": "$150,000,000"}, {"dealID": "1068685-108414", "proposedTickerSymbol": "EVOH", "companyName": "EvoAir Holdings Inc.", "filedDate": "11/28/2023", "dollarValueOfSharesOffered": "$15,000,000"}, {"dealID": "1161666-108410", "proposedTickerSymbol": "EZFL", "companyName": "EzFill Holdings Inc", "filedDate": "11/28/2023", "dollarValueOfSharesOffered": "$11,500,000"}, {"dealID": "1202822-108405", "proposedTickerSymbol": "RVSN", "companyName": "Rail Vision Ltd.", "filedDate": "11/24/2023", "dollarValueOfSharesOffered": "$6,000,000"}, {"dealID": "11377-108401", "proposedTickerSymbol": "THMO", "companyName": "ThermoGenesis Holdings, Inc.", "filedDate": "11/22/2023", "dollarValueOfSharesOffered": "$30,000,000"}, {"dealID": "373767-108395", "proposedTickerSymbol": "ENTA", "companyName": "ENANTA PHARMACEUTICALS INC", "filedDate": "11/22/2023", "dollarValueOfSharesOffered": "$150,000,000"}, {"dealID": "771575-108394", "proposedTickerSymbol": "ACRX", "companyName": "ACELRX PHARMACEUTICALS INC", "filedDate": "11/22/2023", "dollarValueOfSharesOffered": "$150,000,000"}, {"dealID": "623342-108392", "proposedTickerSymbol": "IMUX", "companyName": "IMMUNIC, INC.", "filedDate": "11/22/2023", "dollarValueOfSharesOffered": "$250,000,000"}, {"dealID": "868869-108391", "proposedTickerSymbol": "LPCN", "companyName": "Lipocine Inc.", "filedDate": "11/22/2023", "dollarValueOfSharesOffered": "$150,000,000"}, {"dealID": "85118-108388", "proposedTickerSymbol": "PSTV", "companyName": "PLUS THERAPEUTICS, INC.", "filedDate": "11/22/2023", "dollarValueOfSharesOffered": "$15,000,000"}, {"dealID": "1174318-108386", "proposedTickerSymbol": "IZM", "companyName": "ICZOOM Group Inc.", "filedDate": "11/22/2023", "dollarValueOfSharesOffered": "$12,000,000"}, {"dealID": "1161947-108379", "proposedTickerSymbol": "PROK", "companyName": "PROKIDNEY CORP.", "filedDate": "11/22/2023", "dollarValueOfSharesOffered": "$500,000,000"}, {"dealID": "1021041-108376", "proposedTickerSymbol": "BJDX", "companyName": "Bluejay Diagnostics, Inc.", "filedDate": "11/21/2023", "dollarValueOfSharesOffered": "$6,000,000"}, {"dealID": "1049254-108374", "proposedTickerSymbol": "TFFP", "companyName": "TFF Pharmaceuticals, Inc.", "filedDate": "11/21/2023", "dollarValueOfSharesOffered": "$100,000,000"}, {"dealID": "11593-108373", "proposedTickerSymbol": "NWPX", "companyName": "NORTHWEST PIPE CO", "filedDate": "11/21/2023", "dollarValueOfSharesOffered": "$150,000,000"}, {"dealID": "1241998-108355", "proposedTickerSymbol": "UCAR", "companyName": "U Power Ltd", "filedDate": "11/20/2023", "dollarValueOfSharesOffered": "$24,200,000"}, {"dealID": "1123503-108354", "proposedTickerSymbol": "IRON", "companyName": "Disc Medicine, Inc.", "filedDate": "11/20/2023", "dollarValueOfSharesOffered": "$400,000,000"}, {"dealID": "6578-108348", "proposedTickerSymbol": "BLFS", "companyName": "BIOLIFE SOLUTIONS INC", "filedDate": "11/17/2023", "dollarValueOfSharesOffered": "$75,000,000"}, {"dealID": "24996-108344", "proposedTickerSymbol": "CATX", "companyName": "Perspective Therapeutics, Inc.", "filedDate": "11/17/2023", "dollarValueOfSharesOffered": "$200,000,000"}, {"dealID": "142-108342", "proposedTickerSymbol": "FRAF", "companyName": "FRANKLIN FINANCIAL SERVICES CORP /PA/", "filedDate": "11/17/2023", "dollarValueOfSharesOffered": "$100,000,000"}, {"dealID": "9562-108341", "proposedTickerSymbol": "MBOT", "companyName": "Microbot Medical Inc.", "filedDate": "11/17/2023", "dollarValueOfSharesOffered": "$75,000,000"}, {"dealID": "612572-108339", "proposedTickerSymbol": "XGN", "companyName": "EXAGEN INC.", "filedDate": "11/17/2023", "dollarValueOfSharesOffered": "$150,000,000"}, {"dealID": "1028925-108329", "proposedTickerSymbol": "BIAF", "companyName": "bioAffinity Technologies, Inc.", "filedDate": "11/16/2023", "dollarValueOfSharesOffered": "$25,000,000"}, {"dealID": "1158407-108327", "proposedTickerSymbol": "AIRE", "companyName": "reAlpha Tech Corp.", "filedDate": "11/16/2023", "dollarValueOfSharesOffered": "$8,000,000"}, {"dealID": "1065563-108319", "proposedTickerSymbol": "GMDA", "companyName": "Gamida Cell Ltd.", "filedDate": "11/15/2023", "dollarValueOfSharesOffered": "$150,000,000"}, {"dealID": "73634-108313", "proposedTickerSymbol": "PXLW", "companyName": "PIXELWORKS, INC", "filedDate": "11/15/2023", "dollarValueOfSharesOffered": "$25,000,000"}, {"dealID": "781394-108322", "proposedTickerSymbol": "MRAM", "companyName": "EVERSPIN TECHNOLOGIES INC", "filedDate": "11/15/2023", "dollarValueOfSharesOffered": "$100,000,000"}, {"dealID": "1176552-108309", "proposedTickerSymbol": "CING", "companyName": "Cingulate Inc.", "filedDate": "11/15/2023", "dollarValueOfSharesOffered": "$10,000,000"}, {"dealID": "1149549-108307", "proposedTickerSymbol": "DFLI", "companyName": "Dragonfly Energy Holdings Corp.", "filedDate": "11/15/2023", "dollarValueOfSharesOffered": "$150,000,000"}, {"dealID": "855612-108310", "proposedTickerSymbol": "RZLT", "companyName": "Rezolute, Inc.", "filedDate": "11/14/2023", "dollarValueOfSharesOffered": "$200,000,000"}, {"dealID": "1129870-108291", "proposedTickerSymbol": "NOTE", "companyName": "FiscalNote Holdings, Inc.", "filedDate": "11/14/2023", "dollarValueOfSharesOffered": "$100,000,000"}, {"dealID": "1175938-108287", "proposedTickerSymbol": "CYN", "companyName": "Cyngn Inc.", "filedDate": "11/14/2023", "dollarValueOfSharesOffered": "$8,000,000"}, {"dealID": "727467-108282", "proposedTickerSymbol": "STRO", "companyName": "SUTRO BIOPHARMA, INC.", "filedDate": "11/13/2023", "dollarValueOfSharesOffered": "$300,000,000"}, {"dealID": "374539-108278", "proposedTickerSymbol": "SCYX", "companyName": "SCYNEXIS INC", "filedDate": "11/13/2023", "dollarValueOfSharesOffered": "$200,000,000"}, {"dealID": "833230-108277", "proposedTickerSymbol": "IGMS", "companyName": "IGM Biosciences, Inc.", "filedDate": "11/13/2023", "dollarValueOfSharesOffered": "$400,000,000"}, {"dealID": "1041842-108275", "proposedTickerSymbol": "RPHM", "companyName": "Reneo Pharmaceuticals, Inc.", "filedDate": "11/13/2023", "dollarValueOfSharesOffered": "$300,000,000"}, {"dealID": "895572-108273", "proposedTickerSymbol": "ALLK", "companyName": "Allakos Inc.", "filedDate": "11/13/2023", "dollarValueOfSharesOffered": "$250,000,000"}, {"dealID": "894283-108269", "proposedTickerSymbol": "TELA", "companyName": "TELA Bio, Inc.", "filedDate": "11/13/2023", "dollarValueOfSharesOffered": "$150,000,000"}, {"dealID": "1121905-108263", "proposedTickerSymbol": "VMAR", "companyName": "Vision Marine Technologies Inc.", "filedDate": "11/13/2023", "dollarValueOfSharesOffered": "$17,250,000"}, {"dealID": "854131-108262", "proposedTickerSymbol": "SKWD", "companyName": "Skyward Specialty Insurance Group, Inc.", "filedDate": "11/13/2023", "dollarValueOfSharesOffered": "$152,500,000"}, {"dealID": "85538-108261", "proposedTickerSymbol": "XCRT", "companyName": "Xcelerate, Inc.", "filedDate": "11/13/2023", "dollarValueOfSharesOffered": "$17,250,000"}, {"dealID": "1130115-108245", "proposedTickerSymbol": "ACHR", "companyName": "Archer Aviation Inc.", "filedDate": "11/13/2023", "dollarValueOfSharesOffered": "$70,000,000"}, {"dealID": "1140963-108240", "proposedTickerSymbol": "PIII", "companyName": "P3 Health Partners Inc.", "filedDate": "11/09/2023", "dollarValueOfSharesOffered": "$250,000,000"}, {"dealID": "686434-108237", "proposedTickerSymbol": "LIFE", "companyName": "aTYR PHARMA INC", "filedDate": "11/09/2023", "dollarValueOfSharesOffered": "$300,000,000"}, {"dealID": "389261-108236", "proposedTickerSymbol": "FENC", "companyName": "FENNEC PHARMACEUTICALS INC.", "filedDate": "11/09/2023", "dollarValueOfSharesOffered": "$90,000,000"}, {"dealID": "5431-108235", "proposedTickerSymbol": "INTT", "companyName": "INTEST CORP", "filedDate": "11/09/2023", "dollarValueOfSharesOffered": "$100,000,000.00"}, {"dealID": "1141019-108233", "proposedTickerSymbol": "HYPR", "companyName": "Hyperfine, Inc.", "filedDate": "11/09/2023", "dollarValueOfSharesOffered": "$150,000,000"}, {"dealID": "1353-108230", "proposedTickerSymbol": "INO", "companyName": "INOVIO PHARMACEUTICALS, INC.", "filedDate": "11/09/2023", "dollarValueOfSharesOffered": "$300,000,000"}, {"dealID": "1131476-108229", "proposedTickerSymbol": "IONQ", "companyName": "ionQ, Inc.", "filedDate": "11/09/2023", "dollarValueOfSharesOffered": "$500,000,000"}, {"dealID": "747936-108228", "proposedTickerSymbol": "EVOK", "companyName": "Evoke Pharma Inc", "filedDate": "11/09/2023", "dollarValueOfSharesOffered": "$15,000,000"}, {"dealID": "1129194-108224", "proposedTickerSymbol": "TARS", "companyName": "Tarsus Pharmaceuticals, Inc.", "filedDate": "11/09/2023", "dollarValueOfSharesOffered": "$300,000,000"}, {"dealID": "1097384-108220", "proposedTickerSymbol": "PHAT", "companyName": "Phathom Pharmaceuticals, Inc.", "filedDate": "11/09/2023", "dollarValueOfSharesOffered": "$500,000,000"}, {"dealID": "629459-108253", "proposedTickerSymbol": "CLPT", "companyName": "ClearPoint Neuro, Inc.", "filedDate": "11/09/2023", "dollarValueOfSharesOffered": "$120,000,000"}, {"dealID": "1121399-108211", "proposedTickerSymbol": "PXMD", "companyName": "PaxMedica, Inc.", "filedDate": "11/09/2023", "dollarValueOfSharesOffered": "$2,908,495"}, {"dealID": "1211968-108207", "proposedTickerSymbol": "TGL", "companyName": "TREASURE GLOBAL INC", "filedDate": "11/08/2023", "dollarValueOfSharesOffered": "$5,750,000"}, {"dealID": "860700-108204", "proposedTickerSymbol": "VSTM", "companyName": "Verastem, Inc.", "filedDate": "11/08/2023", "dollarValueOfSharesOffered": "$300,000,000"}, {"dealID": "777517-108201", "proposedTickerSymbol": "FATE", "companyName": "FATE THERAPEUTICS INC", "filedDate": "11/08/2023", "dollarValueOfSharesOffered": "$300,000,000"}, {"dealID": "8170-108197", "proposedTickerSymbol": "MYGN", "companyName": "MYRIAD GENETICS INC", "filedDate": "11/08/2023", "dollarValueOfSharesOffered": "$109,999,996"}, {"dealID": "954673-108183", "proposedTickerSymbol": "PZG", "companyName": "Paramount Gold Nevada Corp.", "filedDate": "11/07/2023", "dollarValueOfSharesOffered": "$25,000,000"}, {"dealID": "738056-108181", "proposedTickerSymbol": "OCUL", "companyName": "OCULAR THERAPEUTIX, INC", "filedDate": "11/07/2023", "dollarValueOfSharesOffered": "$300,000,000"}, {"dealID": "1011886-108175", "proposedTickerSymbol": "INZY", "companyName": "Inozyme Pharma, Inc.", "filedDate": "11/07/2023", "dollarValueOfSharesOffered": "$300,000,000"}, {"dealID": "1143706-108174", "proposedTickerSymbol": "LQR", "companyName": "LQR House Inc.", "filedDate": "11/07/2023", "dollarValueOfSharesOffered": "$11,000,000"}, {"dealID": "1178963-108161", "proposedTickerSymbol": "THAR", "companyName": "Tharimmune, Inc.", "filedDate": "11/06/2023", "dollarValueOfSharesOffered": "$1,825,000"}, {"dealID": "179294-108156", "proposedTickerSymbol": "MGNX", "companyName": "MACROGENICS INC", "filedDate": "11/06/2023", "dollarValueOfSharesOffered": "$300,000,000"}, {"dealID": "7557-108150", "proposedTickerSymbol": "MUX", "companyName": "McEwen Mining Inc.", "filedDate": "11/06/2023", "dollarValueOfSharesOffered": "$200,000,000"}, {"dealID": "1232249-108149", "proposedTickerSymbol": "PRME", "companyName": "Prime Medicine, Inc.", "filedDate": "11/03/2023", "dollarValueOfSharesOffered": "$500,000,000"}, {"dealID": "1159063-108148", "proposedTickerSymbol": "ZVSA", "companyName": "Zyversa Therapeutics, Inc.", "filedDate": "11/03/2023", "dollarValueOfSharesOffered": "$7,500,000"}, {"dealID": "931278-108144", "proposedTickerSymbol": "FWBI", "companyName": "First Wave BioPharma, Inc.", "filedDate": "11/03/2023", "dollarValueOfSharesOffered": "$15,000,000.00"}, {"dealID": "714052-108141", "proposedTickerSymbol": "SNOA", "companyName": "Sonoma Pharmaceuticals, Inc.", "filedDate": "11/03/2023", "dollarValueOfSharesOffered": "$51,300,000"}, {"dealID": "960747-108136", "proposedTickerSymbol": "OVID", "companyName": "Ovid Therapeutics Inc.", "filedDate": "11/03/2023", "dollarValueOfSharesOffered": "$250,000,000.00"}, {"dealID": "706083-108129", "proposedTickerSymbol": "TARA", "companyName": "Protara Therapeutics, Inc.", "filedDate": "11/03/2023", "dollarValueOfSharesOffered": "$300,000,000"}, {"dealID": "11233-108124", "proposedTickerSymbol": "CERS", "companyName": "CERUS CORP", "filedDate": "11/02/2023", "dollarValueOfSharesOffered": "$150,000,000"}, {"dealID": "1161260-108123", "proposedTickerSymbol": "ALLR", "companyName": "Allarity Therapeutics, Inc.", "filedDate": "11/02/2023", "dollarValueOfSharesOffered": "$50,000,000"}, {"dealID": "1045321-108112", "proposedTickerSymbol": "BTAI", "companyName": "BioXcel Therapeutics, Inc.", "filedDate": "11/02/2023", "dollarValueOfSharesOffered": "$350,000,000"}, {"dealID": "937658-108107", "proposedTickerSymbol": "ATRA", "companyName": "Atara Biotherapeutics, Inc.", "filedDate": "11/01/2023", "dollarValueOfSharesOffered": "$400,000,000"}, {"dealID": "961179-108106", "proposedTickerSymbol": "KHC", "companyName": "Kraft Heinz Co", "filedDate": "11/01/2023", "dollarValueOfSharesOffered": "$24,000,000,000"}], "withdrawn": [{"dealID": "1242194-107928", "proposedTickerSymbol": "SGD", "companyName": "Safe & Green Development Corp", "proposedExchange": null, "sharesOffered": "6,299,212", "filedDate": "10/12/2023", "dollarValueOfSharesOffered": "$8,000,000", "withdrawDate": "11/16/2023"}, {"dealID": "1169071-107513", "proposedTickerSymbol": "MRAI", "companyName": "Marpai, Inc.", "proposedExchange": null, "sharesOffered": "7,812,500", "filedDate": "8/23/2023", "dollarValueOfSharesOffered": "$5,750,000", "withdrawDate": "11/09/2023"}, {"dealID": "1000582-104760", "proposedTickerSymbol": "AVRO", "companyName": "AvroBio, Inc.", "proposedExchange": null, "sharesOffered": "", "filedDate": "11/08/2022", "dollarValueOfSharesOffered": "$250,000,000", "withdrawDate": "11/03/2023"}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}, "date": {"type": "string"}, "processedTime": {"type": "string"}}, "required": ["copywrite", "date", "processedTime", "status", "version"]}, "body": {"type": "object", "properties": {"priced": {"type": "array", "items": {"type": "object", "properties": {"dealID": {"type": "string"}, "proposedTickerSymbol": {"type": "string"}, "companyName": {"type": "string"}, "proposedExchange": {"type": "string"}, "proposedSharePrice": {"type": "string"}, "sharesOffered": {"type": "string"}, "pricedDate": {"type": "string"}, "dollarValueOfSharesOffered": {"type": "string"}, "dealStatus": {"type": "string"}}, "required": ["companyName", "dealID", "dealStatus", "dollarValueOfSharesOffered", "pricedDate", "proposedExchange", "proposedSharePrice", "proposedTickerSymbol", "sharesOffered"]}}, "upcoming": {"type": "array"}, "filed": {"type": "array", "items": {"type": "object", "properties": {"dealID": {"type": "string"}, "proposedTickerSymbol": {"type": "string"}, "companyName": {"type": "string"}, "filedDate": {"type": "string"}, "dollarValueOfSharesOffered": {"type": "string"}}, "required": ["companyName", "dealID", "dollarValueOfSharesOffered", "filedDate", "proposedTickerSymbol"]}}, "withdrawn": {"type": "array", "items": {"type": "object", "properties": {"dealID": {"type": "string"}, "proposedTickerSymbol": {"type": "string"}, "companyName": {"type": "string"}, "proposedExchange": {"type": "null"}, "sharesOffered": {"type": "string"}, "filedDate": {"type": "string"}, "dollarValueOfSharesOffered": {"type": "string"}, "withdrawDate": {"type": "string"}}, "required": ["companyName", "dealID", "dollarValueOfSharesOffered", "filedDate", "proposedExchange", "proposedTickerSymbol", "sharesOffered", "withdrawDate"]}}}, "required": ["filed", "priced", "upcoming", "withdrawn"]}}, "required": ["body", "meta"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/c42b2c06-d120-4038-a2a6-a19115001723/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | calendar/ipo | Get the latest and upcoming IPO data. These companies are going public. | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai", "date": "2023-11", "processedTime": "2023-12-01T07:32:41.750647Z"}, "body": [{"dealID": "1273030-107900", "proposedTickerSymbol": "CLBRU", "companyName": "COLOMBIER ACQUISITION CORP. II", "proposedExchange": "NYSE", "proposedSharePrice": "10.00", "sharesOffered": "15,000,000", "pricedDate": "11/21/2023", "dollarValueOfSharesOffered": "$150,000,000", "dealStatus": "Priced"}, {"dealID": "1179767-107817", "proposedTickerSymbol": "ELAB", "companyName": "Elevai Labs Inc.", "proposedExchange": "NASDAQ Capital", "proposedSharePrice": "4.00", "sharesOffered": "1,500,000", "pricedDate": "11/21/2023", "dollarValueOfSharesOffered": "$6,000,000", "dealStatus": "Priced"}, {"dealID": "1266574-107274", "proposedTickerSymbol": "RR", "companyName": "RICHTECH ROBOTICS INC.", "proposedExchange": "NASDAQ Capital", "proposedSharePrice": "5.00", "sharesOffered": "2,100,000", "pricedDate": "11/17/2023", "dollarValueOfSharesOffered": "$10,500,000", "dealStatus": "Priced"}, {"dealID": "1261411-106849", "proposedTickerSymbol": "DDC", "companyName": "DDC Enterprise Ltd", "proposedExchange": "NYSE MKT", "proposedSharePrice": "8.50", "sharesOffered": "3,900,000", "pricedDate": "11/17/2023", "dollarValueOfSharesOffered": "$33,150,000", "dealStatus": "Priced"}, {"dealID": "1196857-106548", "proposedTickerSymbol": "SGN", "companyName": "Signing Day Sports, Inc.", "proposedExchange": "NYSE MKT", "proposedSharePrice": "5.00", "sharesOffered": "1,200,000", "pricedDate": "11/14/2023", "dollarValueOfSharesOffered": "$6,000,000", "dealStatus": "Priced"}, {"dealID": "1272768-107885", "proposedTickerSymbol": "SHIM", "companyName": "Shimmick Corp", "proposedExchange": "NASDAQ Global", "proposedSharePrice": "7.00", "sharesOffered": "3,575,000", "pricedDate": "11/14/2023", "dollarValueOfSharesOffered": "$25,025,000", "dealStatus": "Priced"}, {"dealID": "1271528-107770", "proposedTickerSymbol": "GLACU", "companyName": "Global Lights Acquisition Corp", "proposedExchange": "NASDAQ Global", "proposedSharePrice": "10.00", "sharesOffered": "6,000,000", "pricedDate": "11/14/2023", "dollarValueOfSharesOffered": "$60,000,000", "dealStatus": "Priced"}, {"dealID": "922981-107948", "proposedTickerSymbol": "HG", "companyName": "Hamilton Insurance Group, Ltd.", "proposedExchange": "NYSE", "proposedSharePrice": "15.00", "sharesOffered": "15,000,000", "pricedDate": "11/10/2023", "dollarValueOfSharesOffered": "$225,000,000", "dealStatus": "Priced"}, {"dealID": "1249791-108003", "proposedTickerSymbol": "CRGX", "companyName": "CARGO Therapeutics, Inc.", "proposedExchange": "NASDAQ Global Select", "proposedSharePrice": "15.00", "sharesOffered": "18,750,000", "pricedDate": "11/10/2023", "dollarValueOfSharesOffered": "$281,250,000", "dealStatus": "Priced"}, {"dealID": "1251363-105901", "proposedTickerSymbol": "AITRU", "companyName": "AI Transportation Acquisition Corp", "proposedExchange": "NASDAQ Capital", "proposedSharePrice": "10.00", "sharesOffered": "6,000,000", "pricedDate": "11/09/2023", "dollarValueOfSharesOffered": "$60,000,000", "dealStatus": "Priced"}, {"dealID": "1180981-108036", "proposedTickerSymbol": "ANSCU", "companyName": "Agriculture & Natural Solutions Acquisition Corp", "proposedExchange": "NASDAQ Global", "proposedSharePrice": "10.00", "sharesOffered": "30,000,000", "pricedDate": "11/09/2023", "dollarValueOfSharesOffered": "$300,000,000", "dealStatus": "Priced"}, {"dealID": "1268836-107517", "proposedTickerSymbol": "GVH", "companyName": "Globavend Holdings Ltd", "proposedExchange": "NASDAQ Capital", "proposedSharePrice": "4.00", "sharesOffered": "1,500,000", "pricedDate": "11/08/2023", "dollarValueOfSharesOffered": "$6,000,000", "dealStatus": "Priced"}, {"dealID": "1272281-107826", "proposedTickerSymbol": "LXEO", "companyName": "Lexeo Therapeutics, Inc.", "proposedExchange": "NASDAQ Global", "proposedSharePrice": "11.00", "sharesOffered": "9,090,910", "pricedDate": "11/03/2023", "dollarValueOfSharesOffered": "$100,000,010", "dealStatus": "Priced"}, {"dealID": "1239633-104977", "proposedTickerSymbol": "PAPL", "companyName": "Pineapple Financial Inc.", "proposedExchange": "NYSE MKT", "proposedSharePrice": "4.00", "sharesOffered": "875,000", "pricedDate": "11/01/2023", "dollarValueOfSharesOffered": "$3,500,000", "dealStatus": "Priced"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}, "date": {"type": "string"}, "processedTime": {"type": "string"}}, "required": ["copywrite", "date", "processedTime", "status", "version"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"dealID": {"type": "string"}, "proposedTickerSymbol": {"type": "string"}, "companyName": {"type": "string"}, "proposedExchange": {"type": "string"}, "proposedSharePrice": {"type": "string"}, "sharesOffered": {"type": "string"}, "pricedDate": {"type": "string"}, "dollarValueOfSharesOffered": {"type": "string"}, "dealStatus": {"type": "string"}}, "required": ["companyName", "dealID", "dealStatus", "dollarValueOfSharesOffered", "pricedDate", "proposedExchange", "proposedSharePrice", "proposedTickerSymbol", "sharesOffered"]}}}, "required": ["body", "meta"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/769072a9-1ecb-4495-93ad-e4ed14108354/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | calendar/dividends | Get past, present, and upcoming company dividend data. | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai", "date": "2023-11-30", "processedTime": "2023-12-01T07:29:24.989701Z"}, "body": [{"companyName": "ACNB Corporation Common Stock", "symbol": "ACNB", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.3, "indicated_Annual_Dividend": 1.12, "announcement_Date": "10/17/2023"}, {"companyName": "Advanced Drainage Systems, Inc. Common Stock", "symbol": "WMS", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.14, "indicated_Annual_Dividend": 0.56, "announcement_Date": "11/02/2023"}, {"companyName": "Agnico Eagle Mines Limited Common Stock", "symbol": "AEM", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.4, "indicated_Annual_Dividend": 1.6, "announcement_Date": "10/25/2023"}, {"companyName": "American National Bankshares, Inc. Common Stock", "symbol": "AMNB", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.3, "indicated_Annual_Dividend": 1.2, "announcement_Date": "11/21/2023"}, {"companyName": "AMERISAFE, Inc. Common Stock", "symbol": "AMSF", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 3.84, "indicated_Annual_Dividend": 1.36, "announcement_Date": "10/24/2023"}, {"companyName": "Argo Group International Holdings, Ltd. 6.5% Senior Notes Due 2042", "symbol": "ARGD", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.40625, "indicated_Annual_Dividend": 1.625, "announcement_Date": "11/30/2023"}, {"companyName": "Arrow Financial Corporation Common Stock", "symbol": "AROW", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.27, "indicated_Annual_Dividend": 1.048544, "announcement_Date": "10/25/2023"}, {"companyName": "Arthur J. Gallagher & Co. Common Stock", "symbol": "AJG", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.55, "indicated_Annual_Dividend": 2.2, "announcement_Date": "10/25/2023"}, {"companyName": "Associated Banc-Corp Common Stock", "symbol": "ASB", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.22, "indicated_Annual_Dividend": 0.88, "announcement_Date": "10/24/2023"}, {"companyName": "Associated Banc-Corp Depositary Shares, each representing a 1/40th interest in a share of 5.875% Non-Cumulative Perpetual Preferred Stock, Series E", "symbol": "ASB^E", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.3671875, "indicated_Annual_Dividend": 1.4688, "announcement_Date": "10/24/2023"}, {"companyName": "Associated Banc-Corp Depositary Shares, each representing a 1/40th interest in a share of Associated Banc-Corp 5.625% Non-Cumulative Perpetual Preferred Stock, Series F", "symbol": "ASB^F", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.3515625, "indicated_Annual_Dividend": 1.4062, "announcement_Date": "10/24/2023"}, {"companyName": "Atlanticus Holdings Corporation 7.625% Series B Cumulative Perpetual Preferred Stock, no par value per share", "symbol": "ATLCP", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.476563, "indicated_Annual_Dividend": 1.906252, "announcement_Date": "11/13/2023"}, {"companyName": "Atrion Corporation Common Stock", "symbol": "ATRI", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 2.2, "indicated_Annual_Dividend": 8.8, "announcement_Date": "11/13/2023"}, {"companyName": "Avangrid, Inc. Common Stock", "symbol": "AGR", "dividend_Ex_Date": "11/30/2023", "payment_Date": "1/02/2024", "record_Date": "12/01/2023", "dividend_Rate": 0.44, "indicated_Annual_Dividend": 1.76, "announcement_Date": "10/18/2023"}, {"companyName": "Ball Corporation Common Stock", "symbol": "BALL", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.2, "indicated_Annual_Dividend": 0.8, "announcement_Date": "10/25/2023"}, {"companyName": "Bank of America Corporation Common Stock", "symbol": "BAC", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/29/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.24, "indicated_Annual_Dividend": 0.96, "announcement_Date": "10/18/2023"}, {"companyName": "Bank of America Corporation Depositary shares, each representing 1/1,000th interest in a share of 5.000% Non-Cumulative Preferred Stock, Series LL", "symbol": "BAC^N", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/18/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.3125, "indicated_Annual_Dividend": 1.25, "announcement_Date": "10/16/2023"}, {"companyName": "Bank of America Corporation Depositary Shares, each representing a 1/1,000th interest in a share of 5.375% Non-Cumulative Preferred Stock, Series KK", "symbol": "BAC^M", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/26/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.3359375, "indicated_Annual_Dividend": 1.3438, "announcement_Date": "10/16/2023"}, {"companyName": "BayFirst Financial Corp. Common Stock", "symbol": "BAFN", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.08, "indicated_Annual_Dividend": 0.32, "announcement_Date": "10/24/2023"}, {"companyName": "Big 5 Sporting Goods Corporation Common Stock", "symbol": "BGFV", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.125, "indicated_Annual_Dividend": 1, "announcement_Date": "10/26/2023"}, {"companyName": "Boise Cascade, L.L.C. Common Stock", "symbol": "BCC", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.2, "indicated_Annual_Dividend": 0.8, "announcement_Date": "10/26/2023"}, {"companyName": "Boise Cascade, L.L.C. Common Stock", "symbol": "BCC", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 5, "indicated_Annual_Dividend": 0.8, "announcement_Date": "10/26/2023"}, {"companyName": "Brighthouse Financial, Inc. 6.25% Junior Subordinated Debentures due 2058", "symbol": "BHFAL", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.390625, "indicated_Annual_Dividend": 1.5625, "announcement_Date": "11/30/2023"}, {"companyName": "Brookfield Property Partners L.P. 5.750% Class A Cumulative Redeemable Perpetual Preferred Units, Series 3", "symbol": "BPYPN", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/31/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.359375, "indicated_Annual_Dividend": 1.4375, "announcement_Date": "10/31/2023"}, {"companyName": "Brookfield Property Partners L.P. 6.25% Class A Cumulative Redeemable Preferred Units, Series 1", "symbol": "BPYPM", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/31/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.390625, "indicated_Annual_Dividend": 1.5625, "announcement_Date": "10/31/2023"}, {"companyName": "Brookfield Property Partners L.P. 6.375% Class A Cumulative Redeemable Perpetual Preferred Units, Series 2", "symbol": "BPYPO", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/31/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.3984375, "indicated_Annual_Dividend": 1.59375, "announcement_Date": "10/31/2023"}, {"companyName": "Brookfield Property Partners L.P. 6.50% Class A Cumulative Redeemable Perpetual Preferred Units", "symbol": "BPYPP", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/31/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.40625, "indicated_Annual_Dividend": 1.625, "announcement_Date": "10/31/2023"}, {"companyName": "Bruker Corporation Common Stock", "symbol": "BRKR", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.05, "indicated_Annual_Dividend": 0.2, "announcement_Date": "11/17/2023"}, {"companyName": "C.H. Robinson Worldwide, Inc. Common Stock", "symbol": "CHRW", "dividend_Ex_Date": "11/30/2023", "payment_Date": "1/02/2024", "record_Date": "12/01/2023", "dividend_Rate": 0.61, "indicated_Annual_Dividend": 2.44, "announcement_Date": "11/16/2023"}, {"companyName": "California Resources Corporation Common Stock", "symbol": "CRC", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.31, "indicated_Annual_Dividend": 1.13, "announcement_Date": "11/01/2023"}, {"companyName": "Chart Industries, Inc. Depositary Shares, each Representing a 1/20th Interest in a Share of 6.75% Series B Mandatory Convertible Preferred Stock", "symbol": "GTLS^B", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.84375, "indicated_Annual_Dividend": 3.375, "announcement_Date": "10/04/2023"}, {"companyName": "Churchill Downs, Incorporated Common Stock", "symbol": "CHDN", "dividend_Ex_Date": "11/30/2023", "payment_Date": "1/05/2024", "record_Date": "12/01/2023", "dividend_Rate": 0.382, "indicated_Annual_Dividend": 0.357, "announcement_Date": "11/30/2023"}, {"companyName": "Clearway Energy, Inc. Class A Common Stock", "symbol": "CWEN.A", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.3964, "indicated_Annual_Dividend": 1.5564, "announcement_Date": "11/01/2023"}, {"companyName": "Clearway Energy, Inc. Class C Common Stock", "symbol": "CWEN", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.3964, "indicated_Annual_Dividend": 1.5564, "announcement_Date": "11/01/2023"}, {"companyName": "CNB Financial Corporation Common Stock", "symbol": "CCNE", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.175, "indicated_Annual_Dividend": 0.7, "announcement_Date": "11/14/2023"}, {"companyName": "Coca-Cola Company (The) Common Stock", "symbol": "KO", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.46, "indicated_Annual_Dividend": 1.84, "announcement_Date": "10/19/2023"}, {"companyName": "CompX International Inc. Common Stock", "symbol": "CIX", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/12/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.25, "indicated_Annual_Dividend": 1, "announcement_Date": "11/01/2023"}, {"companyName": "Comstock Resources, Inc. Common Stock", "symbol": "CRK", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.125, "indicated_Annual_Dividend": 0.5, "announcement_Date": "10/30/2023"}, {"companyName": "Covenant Logistics Group, Inc. Class A Common Stock", "symbol": "CVLG", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/29/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.11, "indicated_Annual_Dividend": 0.44, "announcement_Date": "11/16/2023"}, {"companyName": "Deswell Industries, Inc. Common Shares", "symbol": "DSWL", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/21/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.1, "indicated_Annual_Dividend": 0.2, "announcement_Date": "11/17/2023"}, {"companyName": "Eastern Bankshares, Inc. Common Stock", "symbol": "EBC", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.11, "indicated_Annual_Dividend": 0.4, "announcement_Date": "10/26/2023"}, {"companyName": "eBay Inc. Common Stock", "symbol": "EBAY", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.25, "indicated_Annual_Dividend": 1, "announcement_Date": "11/03/2023"}, {"companyName": "FG Financial Group, Inc. 8.00% Cumulative Preferred Stock", "symbol": "FGFPP", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.5, "indicated_Annual_Dividend": 2, "announcement_Date": "11/09/2023"}, {"companyName": "First Financial Bancorp. Common Stock", "symbol": "FFBC", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.23, "indicated_Annual_Dividend": 0.92, "announcement_Date": "10/24/2023"}, {"companyName": "First Merchants Corporation Common Stock", "symbol": "FRME", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.34, "indicated_Annual_Dividend": 1.36, "announcement_Date": "11/09/2023"}, {"companyName": "First Trust Enhanced Short Maturity ETF", "symbol": "FTSM", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/05/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.243, "indicated_Annual_Dividend": 2.928, "announcement_Date": "11/29/2023"}, {"companyName": "FNCB Bancorp Inc. Common Stock", "symbol": "FNCB", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.09, "indicated_Annual_Dividend": 0.36, "announcement_Date": "10/25/2023"}, {"companyName": "FTAI Aviation Ltd. 8.00% Fixed-to-Floating Rate Series B Cumulative Perpetual Redeemable Preferred Shares", "symbol": "FTAIO", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.5, "indicated_Annual_Dividend": 2, "announcement_Date": "10/25/2023"}, {"companyName": "FTAI Aviation Ltd. 8.25% Fixed - Rate Reset Series C Cumulative Perpetual Redeemable Preferred Shares", "symbol": "FTAIN", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.51563, "indicated_Annual_Dividend": 2.06252, "announcement_Date": "10/25/2023"}, {"companyName": "FTAI Aviation Ltd. 8.25% Fixed to Floating Rate Series A Cumulative Perpetual Redeemable Preferred Shares", "symbol": "FTAIP", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.51563, "indicated_Annual_Dividend": 2.06252, "announcement_Date": "10/25/2023"}, {"companyName": "FTAI Aviation Ltd. 9.500% Fixed-Rate Reset Series D Cumulative Perpetual Redeemable Preferred Shares", "symbol": "FTAIM", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.59375, "indicated_Annual_Dividend": 2.375, "announcement_Date": "10/25/2023"}, {"companyName": "FutureFuel Corp. Common shares", "symbol": "FF", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.06, "indicated_Annual_Dividend": 0.24, "announcement_Date": "1/04/2023"}, {"companyName": "GCM Grosvenor Inc. Class A Common Stock", "symbol": "GCMG", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.11, "indicated_Annual_Dividend": 0.44, "announcement_Date": "11/07/2023"}, {"companyName": "General Motors Company Common Stock", "symbol": "GM", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/14/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.09, "indicated_Annual_Dividend": 0.36, "announcement_Date": "10/23/2023"}, {"companyName": "Golar Lng Ltd", "symbol": "GLNG", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/11/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.25, "indicated_Annual_Dividend": 1, "announcement_Date": "11/21/2023"}, {"companyName": "Golub Capital BDC, Inc. Common Stock", "symbol": "GBDC", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.07, "indicated_Annual_Dividend": 1.48, "announcement_Date": "11/17/2023"}, {"companyName": "Hancock Whitney Corporation 6.25% Subordinated Notes due 2060", "symbol": "HWCPZ", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.390625, "indicated_Annual_Dividend": 1.5625, "announcement_Date": "11/30/2023"}, {"companyName": "Hartford Financial Services Group, Inc. (The) Common Stock", "symbol": "HIG", "dividend_Ex_Date": "11/30/2023", "payment_Date": "1/03/2024", "record_Date": "12/01/2023", "dividend_Rate": 0.47, "indicated_Annual_Dividend": 1.88, "announcement_Date": "10/26/2023"}, {"companyName": "Haynes International, Inc. Common Stock", "symbol": "HAYN", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.22, "indicated_Annual_Dividend": 0.88, "announcement_Date": "11/30/2023"}, {"companyName": "HireQuest, Inc. Common Stock (DE)", "symbol": "HQI", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.06, "indicated_Annual_Dividend": 0.24, "announcement_Date": "11/14/2023"}, {"companyName": "Houlihan Lokey, Inc. Class A Common Stock", "symbol": "HLI", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.55, "indicated_Annual_Dividend": 2.2, "announcement_Date": "10/26/2023"}, {"companyName": "Interactive Brokers Group, Inc. Class A Common Stock", "symbol": "IBKR", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/14/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.1, "indicated_Annual_Dividend": 0.4, "announcement_Date": "10/17/2023"}, {"companyName": "Interface, Inc. Common Stock", "symbol": "TILE", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.01, "indicated_Annual_Dividend": 0.04, "announcement_Date": "11/14/2023"}, {"companyName": "Interpublic Group of Companies, Inc. (The) Common Stock", "symbol": "IPG", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.31, "indicated_Annual_Dividend": 1.24, "announcement_Date": "10/30/2023"}, {"companyName": "Investors Title Company Common Stock", "symbol": "ITIC", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 4.46, "indicated_Annual_Dividend": 1.84, "announcement_Date": "11/06/2023"}, {"companyName": "ITT Inc. Common Stock ", "symbol": "ITT", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/29/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.29, "indicated_Annual_Dividend": 1.16, "announcement_Date": "10/31/2023"}, {"companyName": "Jack Henry & Associates, Inc. Common Stock", "symbol": "JKHY", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/22/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.52, "indicated_Annual_Dividend": 2.08, "announcement_Date": "11/14/2023"}, {"companyName": "Kellanova Common Stock", "symbol": "K", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.56, "indicated_Annual_Dividend": 2.24, "announcement_Date": "10/27/2023"}, {"companyName": "Kronos Worldwide Inc Common Stock", "symbol": "KRO", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/14/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.19, "indicated_Annual_Dividend": 0.76, "announcement_Date": "10/25/2023"}, {"companyName": "LCNB Corporation Common Stock", "symbol": "LCNB", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.22, "indicated_Annual_Dividend": 0.84, "announcement_Date": "11/20/2023"}, {"companyName": "Lifevantage Corporation Common Stock (Delaware)", "symbol": "LFVN", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.035, "indicated_Annual_Dividend": 0.14, "announcement_Date": "11/06/2023"}, {"companyName": "Lockheed Martin Corporation Common Stock", "symbol": "LMT", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/29/2023", "record_Date": "12/01/2023", "dividend_Rate": 3.15, "indicated_Annual_Dividend": 12.6, "announcement_Date": "10/06/2023"}, {"companyName": "M&T Bank Corporation Perpetual Fixed-to-Floating Rate Non-Cumulative Preferred Stock, Series H", "symbol": "MTB^H", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.3515625, "indicated_Annual_Dividend": 1.4062, "announcement_Date": "10/17/2023"}, {"companyName": "McKesson Corporation Common Stock", "symbol": "MCK", "dividend_Ex_Date": "11/30/2023", "payment_Date": "1/02/2024", "record_Date": "12/01/2023", "dividend_Rate": 0.62, "indicated_Annual_Dividend": 2.48, "announcement_Date": "10/26/2023"}, {"companyName": "Mercantile Bank Corporation Common Stock", "symbol": "MBWM", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/13/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.34, "indicated_Annual_Dividend": 1.36, "announcement_Date": "10/12/2023"}, {"companyName": "MGE Energy, Inc", "symbol": "MGEE", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.4275, "indicated_Annual_Dividend": 1.71, "announcement_Date": "10/20/2023"}, {"companyName": "Middlefield Banc Corp. Common Stock", "symbol": "MBCN", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.25, "indicated_Annual_Dividend": 0.8, "announcement_Date": "11/13/2023"}, {"companyName": "MidWestOne Financial Gp Common Stock", "symbol": "MOFG", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.2425, "indicated_Annual_Dividend": 0.97, "announcement_Date": "10/24/2023"}, {"companyName": "MillerKnoll, Inc. Common Stock", "symbol": "MLKN", "dividend_Ex_Date": "11/30/2023", "payment_Date": "1/15/2024", "record_Date": "12/02/2023", "dividend_Rate": 0.1875, "indicated_Annual_Dividend": 0.75, "announcement_Date": "10/17/2023"}, {"companyName": "Monarch Casino & Resort, Inc. Common Stock", "symbol": "MCRI", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.3, "indicated_Annual_Dividend": 1.2, "announcement_Date": "2/06/2023"}, {"companyName": "MVB Financial Corp. Common Stock", "symbol": "MVBF", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.17, "indicated_Annual_Dividend": 0.68, "announcement_Date": "11/21/2023"}, {"companyName": "NAPCO Security Technologies, Inc. Common Stock", "symbol": "NSSC", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/22/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.08, "indicated_Annual_Dividend": 0.32, "announcement_Date": "11/02/2023"}, {"companyName": "Navient Corporation Common Stock", "symbol": "NAVI", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.16, "indicated_Annual_Dividend": 0.64, "announcement_Date": "11/15/2023"}, {"companyName": "NBT Bancorp Inc. Common Stock", "symbol": "NBTB", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.32, "indicated_Annual_Dividend": 1.28, "announcement_Date": "10/23/2023"}, {"companyName": "NetEase, Inc. American Depositary Shares", "symbol": "NTES", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.495, "indicated_Annual_Dividend": 2.1, "announcement_Date": "11/17/2023"}, {"companyName": "NetSTREIT Corp. Common Stock", "symbol": "NTST", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.205, "indicated_Annual_Dividend": 0.82, "announcement_Date": "10/25/2023"}, {"companyName": "NL Industries, Inc. Common Stock", "symbol": "NL", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/19/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.07, "indicated_Annual_Dividend": 0.28, "announcement_Date": "10/26/2023"}, {"companyName": "Nustar Energy L.P. 7.625% Series B Fixed-to-Floating Rate Cumulative Redeemable Perpetual Preferred Units representing limited partner interests", "symbol": "NS^B", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.70717, "indicated_Annual_Dividend": 2.8287, "announcement_Date": "10/25/2023"}, {"companyName": "Nustar Energy L.P. 8.50% Series A Fixed-to-Floating Rate Cumulative Redeemable Perpetual Preferred Units", "symbol": "NS^A", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.77736, "indicated_Annual_Dividend": 3.1094, "announcement_Date": "10/25/2023"}, {"companyName": "Nustar Energy L.P. 9.00% Series C Fixed-to-Floating Rate Cumulative Redeemable Perpetual Preferred Units", "symbol": "NS^C", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.78448, "indicated_Annual_Dividend": 3.1379, "announcement_Date": "10/25/2023"}, {"companyName": "Oaktree Capital Group, LLC 6.550% Series B Preferred Units", "symbol": "OAK^B", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.409375, "indicated_Annual_Dividend": 1.6375, "announcement_Date": "10/30/2023"}, {"companyName": "Oaktree Capital Group, LLC 6.625% Series A Preferred units", "symbol": "OAK^A", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.414063, "indicated_Annual_Dividend": 1.6563, "announcement_Date": "10/30/2023"}, {"companyName": "Old National Bancorp Common Stock", "symbol": "ONB", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.14, "indicated_Annual_Dividend": 0.56, "announcement_Date": "11/15/2023"}, {"companyName": "Olympic Steel, Inc. Common Stock", "symbol": "ZEUS", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.125, "indicated_Annual_Dividend": 0.5, "announcement_Date": "11/02/2023"}, {"companyName": "Open Text Corporation Common Shares", "symbol": "OTEX", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/20/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.25, "indicated_Annual_Dividend": 1, "announcement_Date": "11/01/2023"}, {"companyName": "Pangaea Logistics Solutions Ltd. Common Shares", "symbol": "PANL", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.1, "indicated_Annual_Dividend": 0.4, "announcement_Date": "11/08/2023"}, {"companyName": "Patterson-UTI Energy, Inc. Common Stock", "symbol": "PTEN", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.08, "indicated_Annual_Dividend": 0.32, "announcement_Date": "11/07/2023"}, {"companyName": "PepsiCo, Inc. Common Stock", "symbol": "PEP", "dividend_Ex_Date": "11/30/2023", "payment_Date": "1/05/2024", "record_Date": "12/01/2023", "dividend_Rate": 1.265, "indicated_Annual_Dividend": 5.06, "announcement_Date": "11/16/2023"}, {"companyName": "Perdoceo Education Corporation Common Stock", "symbol": "PRDO", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.11, "indicated_Annual_Dividend": 0.44, "announcement_Date": "11/02/2023"}, {"companyName": "Polaris Inc. Common Stock", "symbol": "PII", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.65, "indicated_Annual_Dividend": 2.6, "announcement_Date": "10/26/2023"}, {"companyName": "Premier, Inc. Class A Common Stock", "symbol": "PINC", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.21, "indicated_Annual_Dividend": 0.84, "announcement_Date": "10/26/2023"}, {"companyName": "Principal Financial Group Inc Common Stock", "symbol": "PFG", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/20/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.67, "indicated_Annual_Dividend": 2.6, "announcement_Date": "10/25/2023"}, {"companyName": "Progress Software Corporation Common Stock (DE)", "symbol": "PRGS", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.175, "indicated_Annual_Dividend": 0.7, "announcement_Date": "9/20/2023"}, {"companyName": "Ramaco Resources, Inc. Class A Common Stock", "symbol": "METC", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.125, "indicated_Annual_Dividend": 0.5, "announcement_Date": "11/30/2023"}, {"companyName": "Ramaco Resources, Inc. Class B Common Stock", "symbol": "METCB", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.2487, "indicated_Annual_Dividend": 0.6616, "announcement_Date": "11/30/2023"}, {"companyName": "Regions Financial Corporation Depositary Shares Representing 1/40th Perpetual Preferred Series B", "symbol": "RF^B", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.398438, "indicated_Annual_Dividend": 1.5938, "announcement_Date": "10/18/2023"}, {"companyName": "Regions Financial Corporation Depositary Shares, Each Representing a 1/40th Interest in a Share of 4.45% Non-Cumulative Perpetual Preferred Stock, Series E", "symbol": "RF^E", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.278125, "indicated_Annual_Dividend": 1.1125, "announcement_Date": "10/18/2023"}, {"companyName": "Rocky Brands, Inc. Common Stock", "symbol": "RCKY", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.155, "indicated_Annual_Dividend": 0.62, "announcement_Date": "11/15/2023"}, {"companyName": "Safety Insurance Group, Inc. Common Stock", "symbol": "SAFT", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.9, "indicated_Annual_Dividend": 3.6, "announcement_Date": "11/01/2023"}, {"companyName": "Sealed Air Corporation Common Stock", "symbol": "SEE", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.2, "indicated_Annual_Dividend": 0.8, "announcement_Date": "10/20/2023"}, {"companyName": "Silgan Holdings Inc. Common Stock", "symbol": "SLGN", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.18, "indicated_Annual_Dividend": 0.72, "announcement_Date": "10/31/2023"}, {"companyName": "Sinclair, Inc. Class A Common Stock", "symbol": "SBGI", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.25, "indicated_Annual_Dividend": 1, "announcement_Date": "11/01/2023"}, {"companyName": "Solaris Oilfield Infrastructure, Inc. Class A Common Stock", "symbol": "SOI", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/11/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.12, "indicated_Annual_Dividend": 39.5482, "announcement_Date": "10/26/2023"}, {"companyName": "SS&C Technologies Holdings, Inc. Common Stock", "symbol": "SSNC", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.24, "indicated_Annual_Dividend": 0.96, "announcement_Date": "11/15/2023"}, {"companyName": "Stanley Black & Decker, Inc. Common Stock", "symbol": "SWK", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/19/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.81, "indicated_Annual_Dividend": 3.24, "announcement_Date": "10/24/2023"}, {"companyName": "Star Equity Holdings, Inc. Series A Cumulative Perpetual Preferred Stock", "symbol": "STRRP", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/11/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.25, "indicated_Annual_Dividend": 1, "announcement_Date": "11/17/2023"}, {"companyName": "T-Mobile US, Inc. Common Stock", "symbol": "TMUS", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.65, "indicated_Annual_Dividend": 0, "announcement_Date": "9/25/2023"}, {"companyName": "Texas Capital Bancshares, Inc. Depositary Shares 5.75% Fixed Rate Non-Cumulative Perpetual Preferred Stock Series B", "symbol": "TCBIO", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.359375, "indicated_Annual_Dividend": 1.4375, "announcement_Date": "10/24/2023"}, {"companyName": "Texas Pacific Land Corporation Common Stock", "symbol": "TPL", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 3.25, "indicated_Annual_Dividend": 13, "announcement_Date": "10/31/2023"}, {"companyName": "The Kraft Heinz Company Common Stock", "symbol": "KHC", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/29/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.4, "indicated_Annual_Dividend": 1.6, "announcement_Date": "11/01/2023"}, {"companyName": "Tradeweb Markets Inc. Class A Common Stock", "symbol": "TW", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.09, "indicated_Annual_Dividend": 0.36, "announcement_Date": "10/26/2023"}, {"companyName": "Trinity Capital Inc. 7.00% Notes Due 2025", "symbol": "TRINL", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.4375, "indicated_Annual_Dividend": 1.75, "announcement_Date": "11/30/2023"}, {"companyName": "TrustCo Bank Corp NY Common Stock", "symbol": "TRST", "dividend_Ex_Date": "11/30/2023", "payment_Date": "1/02/2024", "record_Date": "12/01/2023", "dividend_Rate": 0.36, "indicated_Annual_Dividend": 1.44, "announcement_Date": "11/21/2023"}, {"companyName": "Trustmark Corporation Common Stock", "symbol": "TRMK", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.23, "indicated_Annual_Dividend": 0.92, "announcement_Date": "10/24/2023"}, {"companyName": "Tyson Foods, Inc. Common Stock", "symbol": "TSN", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.48, "indicated_Annual_Dividend": 1.92, "announcement_Date": "8/10/2023"}, {"companyName": "UFP Industries, Inc. Common Stock", "symbol": "UFPI", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.3, "indicated_Annual_Dividend": 1.2, "announcement_Date": "10/24/2023"}, {"companyName": "United Fire Group, Inc. Common Stock", "symbol": "UFCS", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.16, "indicated_Annual_Dividend": 0.64, "announcement_Date": "11/17/2023"}, {"companyName": "Virtu Financial, Inc. Class A Common Stock", "symbol": "VIRT", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.24, "indicated_Annual_Dividend": 0.96, "announcement_Date": "11/30/2023"}, {"companyName": "Watts Water Technologies, Inc. Class A Common Stock", "symbol": "WTS", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.36, "indicated_Annual_Dividend": 1.44, "announcement_Date": "10/30/2023"}, {"companyName": "Webster Financial Corporation Depositary Shares, Each Representing 1/1,000th Interest in a Share of 5.25% Series F Non-Cumulative Perpetual Preferred Stock", "symbol": "WBS^F", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.328125, "indicated_Annual_Dividend": 1.3125, "announcement_Date": "10/24/2023"}, {"companyName": "Wendy's Company (The) Common Stock", "symbol": "WEN", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.25, "indicated_Annual_Dividend": 1, "announcement_Date": "11/02/2023"}, {"companyName": "Westwood Holdings Group Inc Common Stock", "symbol": "WHG", "dividend_Ex_Date": "11/30/2023", "payment_Date": "1/03/2024", "record_Date": "12/01/2023", "dividend_Rate": 0.15, "indicated_Annual_Dividend": 0.6, "announcement_Date": "10/31/2023"}, {"companyName": "WhiteHorse Finance, Inc. 7.875% Notes due 2028", "symbol": "WHFCL", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.4921875, "indicated_Annual_Dividend": 0.48125, "announcement_Date": "11/20/2023"}, {"companyName": "Zions Bancorporation 6.95% Fixed-to-Floating Rate Subordinated Notes", "symbol": "ZIONL", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.434375, "indicated_Annual_Dividend": 1.7375, "announcement_Date": "10/27/2023"}, {"companyName": "Zions Bancorporation, N.A. Dep Shs Repstg 1/40th Perp Pfd Ser G", "symbol": "ZIONO", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.619407, "indicated_Annual_Dividend": 2.5024, "announcement_Date": "10/27/2023"}, {"companyName": "Zions Bancorporation, N.A. Depositary Shares (Each representing 1/40th Interest in a Share of Series A Floating-Rate Non-Cumulative Perpetual Preferred Stock)", "symbol": "ZIONP", "dividend_Ex_Date": "11/30/2023", "payment_Date": "12/15/2023", "record_Date": "12/01/2023", "dividend_Rate": 0.384324, "indicated_Annual_Dividend": 1.551732, "announcement_Date": "10/27/2023"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}, "date": {"type": "string"}, "processedTime": {"type": "string"}}, "required": ["copywrite", "date", "processedTime", "status", "version"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"companyName": {"type": "string"}, "symbol": {"type": "string"}, "dividend_Ex_Date": {"type": "string"}, "payment_Date": {"type": "string"}, "record_Date": {"type": "string"}, "dividend_Rate": {"type": "number"}, "indicated_Annual_Dividend": {"type": "number"}, "announcement_Date": {"type": "string"}}, "required": ["announcement_Date", "companyName", "dividend_Ex_Date", "dividend_Rate", "indicated_Annual_Dividend", "payment_Date", "record_Date", "symbol"]}}}, "required": ["body", "meta"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/d9b8419b-a27d-4e6d-ab2e-fb611c34fa10/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | calendar/earnings | Get past, present, and upcoming company earnings data. | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai", "date": "2023-11-30", "processedTime": "2023-12-01T07:28:07.974413Z"}, "body": [{"eps": "$2.05", "surprise": "7.89", "time": "time-not-supplied", "symbol": "RY", "name": "Royal Bank Of Canada", "marketCap": "$121,825,088,010", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "$1.90", "numberOfEstimates": "3"}, {"eps": "$1.35", "surprise": "-1.46", "time": "time-not-supplied", "symbol": "TD", "name": "Toronto Dominion Bank (The)", "marketCap": "$112,025,750,000", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "$1.37", "numberOfEstimates": "4"}, {"eps": "$2.01", "surprise": "N/A", "time": "time-after-hours", "symbol": "DELL", "name": "Dell Technologies Inc.", "marketCap": "$54,300,403,823", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "$1.23", "numberOfEstimates": "5"}, {"eps": "$0.41", "surprise": "N/A", "time": "time-after-hours", "symbol": "MRVL", "name": "Marvell Technology, Inc.", "marketCap": "$48,403,080,000", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "$0.24", "numberOfEstimates": "13"}, {"eps": "$1.16", "surprise": "2.65", "time": "time-not-supplied", "symbol": "CM", "name": "Canadian Imperial Bank of Commerce", "marketCap": "$36,277,572,288", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "$1.13", "numberOfEstimates": "4"}, {"eps": "$0.95", "surprise": "5.56", "time": "time-not-supplied", "symbol": "KR", "name": "Kroger Company (The)", "marketCap": "$31,390,940,551", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "$0.90", "numberOfEstimates": "8"}, {"eps": "$5.34", "surprise": "N/A", "time": "time-after-hours", "symbol": "ULTA", "name": "Ulta Beauty, Inc.", "marketCap": "$20,676,524,866", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "$4.96", "numberOfEstimates": "14"}, {"eps": "($0.11)", "surprise": "N/A", "time": "time-after-hours", "symbol": "IOT", "name": "Samsara Inc.", "marketCap": "$15,053,550,883", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "($0.10)", "numberOfEstimates": "5"}, {"eps": "($0.10)", "surprise": "N/A", "time": "time-not-supplied", "symbol": "AEG", "name": "Aegon Ltd.", "marketCap": "$14,632,500,962", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "", "numberOfEstimates": "N/A"}, {"eps": "($0.09)", "surprise": "N/A", "time": "time-after-hours", "symbol": "PATH", "name": "UiPath, Inc.", "marketCap": "$11,261,085,907", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "($0.10)", "numberOfEstimates": "4"}, {"eps": "($0.50)", "surprise": "N/A", "time": "time-after-hours", "symbol": "ESTC", "name": "Elastic N.V.", "marketCap": "$7,838,094,894", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "($0.34)", "numberOfEstimates": "8"}, {"eps": "$2.25", "surprise": "2.74", "time": "time-not-supplied", "symbol": "DOOO", "name": "BRP Inc.", "marketCap": "$5,405,682,378", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "$2.19", "numberOfEstimates": "4"}, {"eps": "$0.36", "surprise": "-21.74", "time": "time-not-supplied", "symbol": "FRO", "name": "Frontline Plc", "marketCap": "$4,715,091,600", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "$0.46", "numberOfEstimates": "2"}, {"eps": "$1.29", "surprise": "-17.83", "time": "time-not-supplied", "symbol": "ASO", "name": "Academy Sports and Outdoors, Inc.", "marketCap": "$3,766,988,488", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "$1.57", "numberOfEstimates": "7"}, {"eps": "($0.33)", "surprise": "N/A", "time": "time-after-hours", "symbol": "AMBA", "name": "Ambarella, Inc.", "marketCap": "$2,286,617,765", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "($1.01)", "numberOfEstimates": "9"}, {"eps": "($0.31)", "surprise": "N/A", "time": "time-after-hours", "symbol": "PD", "name": "PagerDuty, Inc.", "marketCap": "$2,052,848,336", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "($0.20)", "numberOfEstimates": "1"}, {"eps": "$0.51", "surprise": "-34.62", "time": "time-not-supplied", "symbol": "CBRL", "name": "Cracker Barrel Old Country Store, Inc.", "marketCap": "$1,664,262,218", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "$0.78", "numberOfEstimates": "4"}, {"eps": "$0.20", "surprise": "N/A", "time": "time-not-supplied", "symbol": "MDRX", "name": "Veradigm Inc.", "marketCap": "$1,278,339,379", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "$0.17", "numberOfEstimates": "3"}, {"eps": "($0.72)", "surprise": "N/A", "time": "time-not-supplied", "symbol": "AZUL", "name": "Azul S.A.", "marketCap": "$1,193,700,584", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "($0.38)", "numberOfEstimates": "3"}, {"eps": "$2.24", "surprise": "N/A", "time": "time-after-hours", "symbol": "AMWD", "name": "American Woodmark Corporation", "marketCap": "$1,182,777,114", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "$1.84", "numberOfEstimates": "2"}, {"eps": "N/A", "surprise": "N/A", "time": "time-after-hours", "symbol": "CLSK", "name": "CleanSpark, Inc.", "marketCap": "$1,005,919,531", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "($0.13)", "numberOfEstimates": "N/A"}, {"eps": "$0.11", "surprise": "10", "time": "time-not-supplied", "symbol": "CHS", "name": "Chico's FAS, Inc.", "marketCap": "$929,485,670", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "$0.10", "numberOfEstimates": "2"}, {"eps": "$1.49", "surprise": "88.61", "time": "time-not-supplied", "symbol": "REX", "name": "REX American Resources Corporation", "marketCap": "$645,713,153", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "$0.79", "numberOfEstimates": "1"}, {"eps": "$0.78", "surprise": "N/A", "time": "time-not-supplied", "symbol": "MOV", "name": "Movado Group Inc.", "marketCap": "$641,796,557", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "", "numberOfEstimates": "N/A"}, {"eps": "$1.32", "surprise": "-12.58", "time": "time-not-supplied", "symbol": "TITN", "name": "Titan Machinery Inc.", "marketCap": "$582,572,452", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "$1.51", "numberOfEstimates": "3"}, {"eps": "$0.36", "surprise": "N/A", "time": "time-after-hours", "symbol": "ZUMZ", "name": "Zumiez Inc.", "marketCap": "$376,556,657", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "($0.17)", "numberOfEstimates": "5"}, {"eps": "$0.53", "surprise": "3.92", "time": "time-not-supplied", "symbol": "BBW", "name": "Build-A-Bear Workshop, Inc.", "marketCap": "$371,572,347", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "$0.51", "numberOfEstimates": "3"}, {"eps": "($0.69)", "surprise": "N/A", "time": "time-after-hours", "symbol": "DOMO", "name": "Domo, Inc.", "marketCap": "$346,394,956", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "($0.51)", "numberOfEstimates": "2"}, {"eps": "$0.17", "surprise": "N/A", "time": "time-after-hours", "symbol": "TLYS", "name": "Tilly's, Inc.", "marketCap": "$259,155,972", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "($0.07)", "numberOfEstimates": "4"}, {"eps": "($0.32)", "surprise": "N/A", "time": "time-not-supplied", "symbol": "LFCR", "name": "Lifecore Biomedical, Inc.", "marketCap": "$221,958,277", "fiscalQuarterEnding": "Aug/2023", "epsForecast": "($0.13)", "numberOfEstimates": "1"}, {"eps": "($0.16)", "surprise": "N/A", "time": "time-not-supplied", "symbol": "YI", "name": "111, Inc.", "marketCap": "$179,562,220", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "", "numberOfEstimates": "N/A"}, {"eps": "($0.32)", "surprise": "-3.23", "time": "time-not-supplied", "symbol": "DLTH", "name": "Duluth Holdings Inc.", "marketCap": "$177,722,325", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "($0.31)", "numberOfEstimates": "1"}, {"eps": "($0.01)", "surprise": "N/A", "time": "time-not-supplied", "symbol": "RNAC", "name": "Cartesian Therapeutics, Inc.", "marketCap": "$173,828,683", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "($0.10)", "numberOfEstimates": "1"}, {"eps": "($0.25)", "surprise": "N/A", "time": "time-not-supplied", "symbol": "ALDX", "name": "Aldeyra Therapeutics, Inc.", "marketCap": "$162,937,169", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "($0.24)", "numberOfEstimates": "4"}, {"eps": "$0.08", "surprise": "N/A", "time": "time-not-supplied", "symbol": "UONEK", "name": "Urban One, Inc. ", "marketCap": "$143,832,086", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "", "numberOfEstimates": "N/A"}, {"eps": "($4.38)", "surprise": "7.01", "time": "time-not-supplied", "symbol": "BIG", "name": "Big Lots, Inc.", "marketCap": "$140,134,272", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "($4.71)", "numberOfEstimates": "7"}, {"eps": "$0.16", "surprise": "N/A", "time": "time-not-supplied", "symbol": "WILC", "name": "G. Willi-Food International, Ltd.", "marketCap": "$126,189,854", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "", "numberOfEstimates": "N/A"}, {"eps": "$0.23", "surprise": "N/A", "time": "time-after-hours", "symbol": "AOUT", "name": "American Outdoor Brands, Inc.", "marketCap": "$109,782,278", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "$0.13", "numberOfEstimates": "2"}, {"eps": "($0.23)", "surprise": "N/A", "time": "time-not-supplied", "symbol": "BNR", "name": "Burning Rock Biotech Limited", "marketCap": "$91,917,204", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "", "numberOfEstimates": "N/A"}, {"eps": "($2.39)", "surprise": "N/A", "time": "time-not-supplied", "symbol": "REE", "name": "REE Automotive Ltd.", "marketCap": "$75,434,738", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "", "numberOfEstimates": "N/A"}, {"eps": "($0.04)", "surprise": "N/A", "time": "time-not-supplied", "symbol": "DLA", "name": "Delta Apparel, Inc.", "marketCap": "$61,197,474", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "($0.80)", "numberOfEstimates": "1"}, {"eps": "$0.11", "surprise": "N/A", "time": "time-not-supplied", "symbol": "MAQC", "name": "Maquia Capital Acquisition Corporation", "marketCap": "$43,736,294", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "", "numberOfEstimates": "N/A"}, {"eps": "$0.01", "surprise": "N/A", "time": "time-not-supplied", "symbol": "GROW", "name": "U.S. Global Investors, Inc.", "marketCap": "$42,928,005", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "", "numberOfEstimates": "N/A"}, {"eps": "$0.08", "surprise": "N/A", "time": "time-not-supplied", "symbol": "UONE", "name": "Urban One, Inc. ", "marketCap": "$41,779,569", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "", "numberOfEstimates": "N/A"}, {"eps": "$0.03", "surprise": "N/A", "time": "time-not-supplied", "symbol": "CELU", "name": "Celularity Inc.", "marketCap": "$40,194,594", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "($0.03)", "numberOfEstimates": "1"}, {"eps": "$0.07", "surprise": "N/A", "time": "time-not-supplied", "symbol": "NA", "name": "Nano Labs Ltd", "marketCap": "$39,860,063", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "", "numberOfEstimates": "N/A"}, {"eps": "($9.83)", "surprise": "-36.91", "time": "time-not-supplied", "symbol": "EXPR", "name": "Express, Inc.", "marketCap": "$36,628,310", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "($7.18)", "numberOfEstimates": "2"}, {"eps": "($0.50)", "surprise": "N/A", "time": "time-not-supplied", "symbol": "KIRK", "name": "Kirkland's, Inc.", "marketCap": "$31,389,216", "fiscalQuarterEnding": "Oct/2023", "epsForecast": "", "numberOfEstimates": "N/A"}, {"eps": "N/A", "surprise": "N/A", "time": "time-not-supplied", "symbol": "HOLO", "name": "MicroCloud Hologram Inc.", "marketCap": "$27,946,619", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "", "numberOfEstimates": "N/A"}, {"eps": "$0.05", "surprise": "N/A", "time": "time-not-supplied", "symbol": "BOSC", "name": "B.O.S. Better Online Solutions", "marketCap": "$17,271,000", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "", "numberOfEstimates": "N/A"}, {"eps": "N/A", "surprise": "N/A", "time": "time-not-supplied", "symbol": "KZIA", "name": "Kazia Therapeutics Limited", "marketCap": "$13,668,064", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "", "numberOfEstimates": "N/A"}, {"eps": "($0.43)", "surprise": "N/A", "time": "time-not-supplied", "symbol": "CANF", "name": "Can-Fite Biopharma Ltd", "marketCap": "$9,431,929", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "($0.43)", "numberOfEstimates": "2"}, {"eps": "($7.50)", "surprise": "N/A", "time": "time-not-supplied", "symbol": "MDVL", "name": "MedAvail Holdings, Inc. ", "marketCap": "$3,235,891", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "", "numberOfEstimates": "N/A"}, {"eps": "($2.25)", "surprise": "N/A", "time": "time-not-supplied", "symbol": "MINM", "name": "Minim, Inc.", "marketCap": "$1,727,605", "fiscalQuarterEnding": "Sep/2023", "epsForecast": "", "numberOfEstimates": "N/A"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}, "date": {"type": "string"}, "processedTime": {"type": "string"}}, "required": ["copywrite", "date", "processedTime", "status", "version"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"eps": {"type": "string"}, "surprise": {"type": "string"}, "time": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "marketCap": {"type": "string"}, "fiscalQuarterEnding": {"type": "string"}, "epsForecast": {"type": "string"}, "numberOfEstimates": {"type": "string"}}, "required": ["eps", "epsForecast", "fiscalQuarterEnding", "marketCap", "name", "numberOfEstimates", "surprise", "symbol", "time"]}}}, "required": ["body", "meta"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/2ae86913-442b-4ccf-bf30-8a6484e8ec20/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | market/news/{stock} | Recently published stock news. | 200 | Response | {"item": [{"description": "(Bloomberg) -- Google employees have joined the slew of politicians and activists blasting the internet giant for pulling a voting app from Russia\u2019s opposition leader, a move critics say showed the company was caving in to the Kremlin. Most Read from BloombergThe Global Housing Market Is Broken, and It\u2019s Dividing Entire CountriesMerkel\u2019s Legacy Comes to Life on Berlin\u2019s \u2018Arab Street\u2019Istanbul Turns Taps on Old Fountains, Joining Global Push for Free DrinksIs There Room for E-Scooters in New York", "guid": "2932edf6-b81d-3abe-b9f1-583e51235746", "link": "https://finance.yahoo.com/news/googlers-protest-removal-russian-app-080000894.html?.tsrc=rss", "pubDate": "Tue, 21 Sep 2021 08:00:00 +0000", "title": "Googlers Protest Removal of Russian App as Bend to Government"}, {"description": "It\u2019s business as usual for Microsoft (MSFT) in 2021, with the stock on an almost constant steady upward trajectory. Looking ahead, Tigress analyst Ivan Feinseth expects the good times to continue, claiming the \u201congoing digital transformation, increasing cloud strength and new product introductions will continue to drive significant revenue and Economic Profit growth.\u201d In fact, the 5-star analyst not only reiterated a Buy rating for MSFT stock but also increased the price target from $303 to $366", "guid": "47781247-76ed-3271-9139-3cb2a516426d", "link": "https://finance.yahoo.com/news/multiple-reasons-why-microsoft-stock-005241890.html?.tsrc=rss", "pubDate": "Tue, 21 Sep 2021 00:52:41 +0000", "title": "The Multiple Reasons Why Microsoft Stock Is a Winner"}, {"description": "(Bloomberg) -- Technology leaders across Texas have been privately meeting for weeks, discussing how to best combat the state\u2019s new abortion law and challenge a cultural shift they believe will make it difficult to attract top talent. Absent from the discussion: Big Tech. Most Read from BloombergThe Global Housing Market Is Broken, and It\u2019s Dividing Entire CountriesMerkel\u2019s Legacy Comes to Life on Berlin\u2019s \u2018Arab Street\u2019Istanbul Turns Taps on Old Fountains, Joining Global Push for Free DrinksIs T", "guid": "0327a7e3-67f8-32e8-b303-991cd8c46ec9", "link": "https://finance.yahoo.com/news/texas-startups-mount-fight-against-183349739.html?.tsrc=rss", "pubDate": "Tue, 21 Sep 2021 00:52:03 +0000", "title": "Texas Startups Mount Fight Against Abortion Ban\u2014Without Big Tech"}, {"description": "(Bloomberg) -- Bill Gates raised more than $1 billion in corporate funding for Breakthrough Energy Catalyst, drawing on BlackRock Inc.\u2019s Larry Fink and Microsoft Corp.\u2019s Satya Nadella to rally support for some of the world\u2019s most demanding clean-energy projects.Most Read from BloombergThe Global Housing Market Is Broken, and It\u2019s Dividing Entire CountriesMerkel\u2019s Legacy Comes to Life on Berlin\u2019s \u2018Arab Street\u2019Istanbul Turns Taps on Old Fountains, Joining Global Push for Free DrinksIs There Room f", "guid": "a9d7eea8-0914-3eec-8755-68c464edb967", "link": "https://finance.yahoo.com/news/gates-raises-1-billion-corporate-040100743.html?.tsrc=rss", "pubDate": "Mon, 20 Sep 2021 22:47:53 +0000", "title": "Gates Raises $1 Billion as Corporate CEOs Join Race to Scale Clean Tech"}, {"description": "What happened\u00a0 Mounting concerns of a potential financial crisis in China drove investors to reduce risk on Monday. Here's how some of the largest and most popular tech stocks fared today: Apple (NASDAQ: AAPL), down 2.", "guid": "bd9f5b13-f0c5-3664-a60a-ef8d6aa61a26", "link": "https://finance.yahoo.com/m/bd9f5b13-f0c5-3664-a60a-ef8d6aa61a26/why-apple%2C-facebook%2C-amazon%2C.html?.tsrc=rss", "pubDate": "Mon, 20 Sep 2021 21:54:00 +0000", "title": "Why Apple, Facebook, Amazon, and Other Tech Stocks Dropped Today"}, {"description": "Shares of Apple Microsoft Facebook and Amazon.com mostly lagged the in Monday trading. The slide was likely spurred by a mix of factors amid stretched valuations for stocks. Amazon (ticker: AMZN) stock closed down 3.1% to $3,355.73 on Monday.", "guid": "6f3c84d0-41a2-3a51-9847-3d38dfbfcefa", "link": "https://finance.yahoo.com/m/6f3c84d0-41a2-3a51-9847-3d38dfbfcefa/big-tech-stocks-tumbled-in.html?.tsrc=rss", "pubDate": "Mon, 20 Sep 2021 21:49:00 +0000", "title": "Big Tech Stocks Tumbled in the Market Swoon"}, {"description": "Microsoft (MSFT) closed at $294.30 in the latest trading session, marking a -1.86% move from the prior day.", "guid": "d34a6c33-32b7-3095-834f-bacb93b6cf68", "link": "https://finance.yahoo.com/news/microsoft-msft-dips-more-broader-214509807.html?.tsrc=rss", "pubDate": "Mon, 20 Sep 2021 21:45:09 +0000", "title": "Microsoft (MSFT) Dips More Than Broader Markets: What You Should Know"}, {"description": "Television ratings for Sunday night's 73rd Primetime Emmy Awards survived another record-low \u2014 contrary to expectations and the recent history of other awards shows. Yahoo Finance's Alexandra Canal breaks it down.\u00a0", "guid": "2516437b-b13b-3f8b-a2e3-9653ff1a4d36", "link": "https://finance.yahoo.com/video/emmy-award-ratings-surprise-upside-205130601.html?.tsrc=rss", "pubDate": "Mon, 20 Sep 2021 20:51:30 +0000", "title": "Emmy Award ratings surprise to the upside, boosted by big wins from 'The Crown,' 'Ted Lasso'"}, {"description": "(Bloomberg) -- Megacap technology stocks were pummeled on Monday, adding to a recent slump that is evoking September 2020, when the Nasdaq 100 Stock Index tumbled nearly 13% over a three-week span. Most Read from BloombergThe Global Housing Market Is Broken, and It\u2019s Dividing Entire CountriesMerkel\u2019s Legacy Comes to Life on Berlin\u2019s \u2018Arab Street\u2019Istanbul Turns Taps on Old Fountains, Joining Global Push for Free DrinksIs There Room for E-Scooters in New York City?Amazon, Microsoft Swoop In on $24", "guid": "12d46e10-3a82-32c5-98c0-2553e0ecec70", "link": "https://finance.yahoo.com/news/megacap-tech-selloff-hits-600-192932507.html?.tsrc=rss", "pubDate": "Mon, 20 Sep 2021 20:37:11 +0000", "title": "Megacap Tech Selloff Hits $500 Billion Since Nasdaq 100 Peak"}, {"description": "(Bloomberg) -- Russia\u2019s internet regulator is poised to significantly raise the fines it has slapped on U.S. technology companies such as Facebook Inc. and Alphabet Inc. as the Kremlin escalates its push to curb access to information online. Most Read from BloombergThe Global Housing Market Is Broken, and It\u2019s Dividing Entire CountriesMerkel\u2019s Legacy Comes to Life on Berlin\u2019s \u2018Arab Street\u2019Istanbul Turns Taps on Old Fountains, Joining Global Push for Free DrinksIs There Room for E-Scooters in New", "guid": "7451609c-34cc-3b13-9bb9-1f4e90d4e5bf", "link": "https://finance.yahoo.com/news/facebook-alphabet-poised-bigger-fines-203629027.html?.tsrc=rss", "pubDate": "Mon, 20 Sep 2021 20:36:29 +0000", "title": "Facebook, Alphabet Poised for Bigger Fines Over Russia Content"}, {"description": "In this article, we discuss the top 10 stocks to invest in based on Traci Lerner\u2019s Chescapmanager LLC\u2019s portfolio. If you want to skip our detailed analysis of Traci Lerner\u2019s history, investment philosophy, and hedge fund performance, go directly to the Top 5 Stocks to Invest In Based on Traci Lerner\u2019s Chescapmanager LLC\u2019s Portfolio. Price [\u2026]", "guid": "98eea100-bb0e-3319-aa2a-be95ecd79f5b", "link": "https://finance.yahoo.com/news/top-10-stocks-invest-based-202606463.html?.tsrc=rss", "pubDate": "Mon, 20 Sep 2021 20:26:06 +0000", "title": "Top 10 Stocks to Invest in Based on Traci Lerner\u2019s Chescapmanager LLC\u2019s Portfolio"}, {"description": "Today's Research Daily features new research reports on 16 major stocks, including Apple Inc. (AAPL), Thermo Fisher Scientific Inc. (TMO), and Royal Dutch Shell plc (RDS.A).", "guid": "0d3efc12-c432-3a3a-ab3e-a6702fcc48ab", "link": "https://finance.yahoo.com/news/top-analyst-reports-apple-thermo-194407872.html?.tsrc=rss", "pubDate": "Mon, 20 Sep 2021 19:44:07 +0000", "title": "Top Analyst Reports for Apple, Thermo Fisher & Royal Dutch Shell"}, {"description": "Apple's (NASDAQ: AAPL) iPhone 13 has arrived, and the initial reactions to the smartphone giant's latest and greatest device don't appear all that optimistic. Apple added the usual suite of upgrades to its latest iPhone models, packing in a better screen, faster processor, superior camera system, and bigger battery, among others. The iPhone 12 helped Apple become a dominant player in the 5G smartphone market.", "guid": "5ef84f5b-6102-38f6-965f-ba169eb31a2b", "link": "https://finance.yahoo.com/m/5ef84f5b-6102-38f6-965f-ba169eb31a2b/here%27s-why-apple%27s-iphone-13.html?.tsrc=rss", "pubDate": "Mon, 20 Sep 2021 18:53:55 +0000", "title": "Here's Why Apple's iPhone 13 Should Be a Resounding Success"}, {"description": "The Dow Jones Industrial Average remains at record highs at the start of September, as the current stock market rally continues. The best Dow Jones stocks to buy and watch in September 2021 are Apple, Boeing, Goldman Sachs, Microsoft and Nike.", "guid": "65b53896-faf4-3a06-9d0d-a63cf3c83192", "link": "https://finance.yahoo.com/m/65b53896-faf4-3a06-9d0d-a63cf3c83192/6-dow-jones-stocks-to-buy-and.html?.tsrc=rss", "pubDate": "Mon, 20 Sep 2021 18:24:33 +0000", "title": "6 Dow Jones Stocks To Buy And Watch In September 2021: Apple Sells Off"}, {"description": "The Dow Jones Industrial Average dived nearly 800 points Monday as the market sold off on China property default fears.", "guid": "9625a1bf-eb22-3703-a0fd-8579e0778c11", "link": "https://finance.yahoo.com/m/9625a1bf-eb22-3703-a0fd-8579e0778c11/dow-jones-dives%2C-nasdaq-loses.html?.tsrc=rss", "pubDate": "Mon, 20 Sep 2021 17:53:44 +0000", "title": "Dow Jones Dives, Nasdaq Loses Support As China Property Fears Sink Stock Market"}, {"description": "Fear contagion from the Evergrande crisis, warns Goldman Sachs.", "guid": "f4e700ae-abb1-4b0e-a08e-f9eb399ea2ea", "link": "https://finance.yahoo.com/news/heres-the-biggest-risk-from-the-evergrande-crisis-says-goldman-sachs-173014015.html?.tsrc=rss", "pubDate": "Mon, 20 Sep 2021 17:30:14 +0000", "title": "Here's the biggest risk from the Evergrande crisis, says Goldman Sachs"}, {"description": "(Bloomberg) -- Netflix\u2019s \u201cThe Crown\u201d won best drama series at the Emmy Awards Sunday night, giving the streaming service the top prize on the TV industry\u2019s biggest night for the first time.Most Read from BloombergThe Global Housing Market Is Broken, and It\u2019s Dividing Entire CountriesMerkel\u2019s Legacy Comes to Life on Berlin\u2019s \u2018Arab Street\u2019Istanbul Turns Taps on Old Fountains, Joining Global Push for Free DrinksIs There Room for E-Scooters in New York City?Amazon, Microsoft Swoop In on $24 Billion", "guid": "cdda0ab4-6bfa-35f3-9dfe-4fb20e40cae7", "link": "https://finance.yahoo.com/news/netflix-breaks-emmys-night-streaming-034958825.html?.tsrc=rss", "pubDate": "Mon, 20 Sep 2021 17:21:28 +0000", "title": "\u2018The Crown,\u2019 \u2018Ted Lasso\u2019 Lead Emmys in Streaming\u2019s Big Night"}, {"description": "Apple\u2019s iOS 15 is full of new features and tools\u2014if you can find them. WSJ\u2019s Joanna Stern shows you how to use the new FaceTime tricks, Focus Mode, Live Text, weather alerts and so much more. Photo illustration: John McColgan", "guid": "c19ee728-9880-3918-a4d5-4c3c2c821d5c", "link": "https://finance.yahoo.com/video/ios-15-top-10-tips-170616151.html?.tsrc=rss", "pubDate": "Mon, 20 Sep 2021 17:06:16 +0000", "title": "iOS 15: Top 10 Tips for Apple\u2019s New iPhone Software Update"}, {"description": "New Street Research analyst Pierre Ferragu says the Street is expecting too many Apple iPhone upgrades.", "guid": "03c557e7-26f8-35dd-a6fe-f870a871c6e9", "link": "https://finance.yahoo.com/m/03c557e7-26f8-35dd-a6fe-f870a871c6e9/apple-iphone-13-setup-looks.html?.tsrc=rss", "pubDate": "Mon, 20 Sep 2021 16:24:00 +0000", "title": "Apple iPhone 13 Setup Looks Worse Than iPhone 12, Says Analyst"}], "language": "en-US", "lastBuildDate": "Tue, 21 Sep 2021 11:49:30 +0000"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"item": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "guid": {"type": "string"}, "link": {"type": "string"}, "pubDate": {"type": "string"}, "title": {"type": "string"}}, "required": ["description", "guid", "link", "pubDate", "title"]}}, "language": {"type": "string"}, "lastBuildDate": {"type": "string"}}, "required": ["item", "language", "lastBuildDate"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/dff3825a-f231-4b53-849c-e024a7f19923/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | market/quotes/{stocks} | Quote data for stocks, ETFs, mutuals funds, etc... | 200 | Response | [{"language": "en-US", "region": "US", "quoteType": "EQUITY", "typeDisp": "Equity", "quoteSourceName": "Nasdaq Real Time Price", "triggerable": true, "customPriceAlertConfidence": "HIGH", "fiftyTwoWeekLowChangePercent": 0.55093825, "fiftyTwoWeekRange": "124.17 - 198.23", "fiftyTwoWeekHighChange": -5.649994, "fiftyTwoWeekHighChangePercent": -0.028502215, "fiftyTwoWeekLow": 124.17, "fiftyTwoWeekHigh": 198.23, "fiftyTwoWeekChangePercent": 16.14499, "dividendDate": 1684368000, "preMarketChange": -0.6000061, "preMarketChangePercent": -0.311562, "preMarketPrice": 191.98, "averageAnalystRating": "2.0 - Buy", "preMarketTime": 1691066600, "fiftyDayAverage": 186.5388, "fiftyDayAverageChange": 6.0411987, "fiftyDayAverageChangePercent": 0.032385748, "twoHundredDayAverage": 159.55154, "twoHundredDayAverageChange": 33.028458, "twoHundredDayAverageChangePercent": 0.20700808, "marketCap": 3029033025536, "forwardPE": 32.150253, "tradeable": false, "cryptoTradeable": false, "regularMarketChange": -3.024994, "regularMarketTime": 1691006401, "regularMarketDayHigh": 195.1709, "regularMarketDayRange": "191.8529 - 195.1709", "regularMarketDayLow": 191.8529, "regularMarketVolume": 49656509, "bid": 0, "dividendRate": 0.96, "trailingAnnualDividendYield": 0.0047033564, "dividendYield": 0.49, "epsTrailingTwelveMonths": 5.89, "epsForward": 5.99, "priceToBook": 48.71743, "sourceInterval": 15, "exchangeDataDelayedBy": 0, "firstTradeDateMilliseconds": 345479400000, "priceHint": 2, "gmtOffSetMilliseconds": -14400000, "priceEpsCurrentYear": 35.400734, "bookValue": 3.953, "financialCurrency": "USD", "regularMarketOpen": 195.04, "averageDailyVolume3Month": 56253308, "averageDailyVolume10Day": 48162430, "fiftyTwoWeekLowChange": 68.41, "earningsTimestamp": 1691092800, "earningsTimestampStart": 1691092800, "earningsTimestampEnd": 1691092800, "trailingAnnualDividendRate": 0.92, "trailingPE": 32.696095, "exchangeTimezoneShortName": "EDT", "esgPopulated": false, "regularMarketPrice": 192.58, "sharesOutstanding": 15728700416, "messageBoardId": "finmb_24937", "market": "us_market", "exchangeTimezoneName": "America/New_York", "exchange": "NMS", "shortName": "Apple Inc.", "epsCurrentYear": 5.44, "regularMarketPreviousClose": 195.605, "ask": 191.9, "bidSize": 10, "askSize": 9, "fullExchangeName": "NasdaqGS", "currency": "USD", "longName": "Apple Inc.", "regularMarketChangePercent": -1.5464809, "marketState": "PRE", "displayName": "Apple", "symbol": "AAPL"}, {"language": "en-US", "region": "US", "quoteType": "EQUITY", "typeDisp": "Equity", "quoteSourceName": "Nasdaq Real Time Price", "triggerable": true, "customPriceAlertConfidence": "HIGH", "fiftyTwoWeekLowChangePercent": 0.534461, "fiftyTwoWeekRange": "213.43 - 366.78", "fiftyTwoWeekHighChange": -39.28, "fiftyTwoWeekHighChangePercent": -0.10709417, "fiftyTwoWeekLow": 213.43, "fiftyTwoWeekHigh": 366.78, "fiftyTwoWeekChangePercent": 15.459192, "dividendDate": 1694649600, "preMarketChange": -1.6099854, "preMarketChangePercent": -0.49159858, "preMarketPrice": 325.89, "averageAnalystRating": "1.8 - Buy", "preMarketTime": 1691066598, "fiftyDayAverage": 335.8854, "fiftyDayAverageChange": -8.3854065, "fiftyDayAverageChangePercent": -0.024965081, "twoHundredDayAverage": 278.6426, "twoHundredDayAverageChange": 48.85739, "twoHundredDayAverageChangePercent": 0.17534071, "marketCap": 2435122987008, "forwardPE": 28.627623, "tradeable": false, "cryptoTradeable": false, "regularMarketChange": -8.839996, "regularMarketTime": 1691006401, "regularMarketDayHigh": 333.4, "regularMarketDayRange": "326.3551 - 333.4", "regularMarketDayLow": 326.3551, "regularMarketVolume": 27456267, "bid": 326, "dividendRate": 2.72, "trailingAnnualDividendYield": 0.008087055, "dividendYield": 0.81, "epsTrailingTwelveMonths": 9.23, "epsForward": 11.44, "priceToBook": 11.802652, "sourceInterval": 15, "exchangeDataDelayedBy": 0, "firstTradeDateMilliseconds": 511108200000, "priceHint": 2, "gmtOffSetMilliseconds": -14400000, "priceEpsCurrentYear": 32.914574, "bookValue": 27.748, "financialCurrency": "USD", "regularMarketOpen": 333.63, "averageDailyVolume3Month": 28889145, "averageDailyVolume10Day": 36943900, "fiftyTwoWeekLowChange": 114.07001, "earningsTimestamp": 1690320600, "earningsTimestampStart": 1698058740, "earningsTimestampEnd": 1698408000, "trailingAnnualDividendRate": 2.72, "trailingPE": 35.482124, "exchangeTimezoneShortName": "EDT", "esgPopulated": false, "regularMarketPrice": 327.5, "sharesOutstanding": 7435489792, "messageBoardId": "finmb_21835", "market": "us_market", "exchangeTimezoneName": "America/New_York", "exchange": "NMS", "shortName": "Microsoft Corporation", "epsCurrentYear": 9.95, "regularMarketPreviousClose": 336.34, "ask": 326.14, "bidSize": 8, "askSize": 10, "fullExchangeName": "NasdaqGS", "currency": "USD", "longName": "Microsoft Corporation", "regularMarketChangePercent": -2.6282918, "marketState": "PRE", "displayName": "Microsoft", "symbol": "MSFT"}, {"language": "en-US", "region": "US", "quoteType": "INDEX", "typeDisp": "Index", "quoteSourceName": "Delayed Quote", "triggerable": true, "customPriceAlertConfidence": "HIGH", "fiftyTwoWeekRange": "0.0 - 4607.07", "fiftyTwoWeekHighChange": -93.67969, "fiftyTwoWeekHighChangePercent": -0.020333897, "fiftyTwoWeekLow": 0, "fiftyTwoWeekHigh": 4607.07, "fiftyTwoWeekChangePercent": 8.705568, "fiftyDayAverage": 4394, "fiftyDayAverageChange": 119.39014, "fiftyDayAverageChangePercent": 0.027171174, "twoHundredDayAverage": 4088.1074, "twoHundredDayAverageChange": 425.2827, "twoHundredDayAverageChangePercent": 0.10402924, "tradeable": false, "cryptoTradeable": false, "regularMarketChange": -63.339844, "regularMarketTime": 1691011730, "regularMarketDayHigh": 0, "regularMarketDayRange": "0.0 - 0.0", "regularMarketDayLow": 0, "regularMarketVolume": 2466284175, "bid": 0, "sourceInterval": 15, "exchangeDataDelayedBy": 15, "firstTradeDateMilliseconds": -1325583000000, "priceHint": 2, "gmtOffSetMilliseconds": -14400000, "regularMarketOpen": 0, "averageDailyVolume3Month": 4003784032, "averageDailyVolume10Day": 4034187000, "fiftyTwoWeekLowChange": 4513.39, "exchangeTimezoneShortName": "EDT", "esgPopulated": false, "regularMarketPrice": 4513.39, "market": "us_market", "exchangeTimezoneName": "America/New_York", "exchange": "WCB", "shortName": "S&P 500 INDEX", "regularMarketPreviousClose": 4576.73, "ask": 0, "bidSize": 0, "askSize": 0, "fullExchangeName": "Chicago Options", "currency": "USD", "longName": "S&P 500 INDEX", "underlyingSymbol": "^GSPC", "regularMarketChangePercent": -1.383954, "marketState": "PRE", "symbol": "^SPX"}, {"language": "en-US", "region": "US", "quoteType": "INDEX", "typeDisp": "Index", "quoteSourceName": "Delayed Quote", "triggerable": false, "customPriceAlertConfidence": "LOW", "fiftyTwoWeekRange": "0.0 - 16458.89", "fiftyTwoWeekHighChange": -284.3545, "fiftyTwoWeekHighChangePercent": -0.01727665, "fiftyTwoWeekLow": 0, "fiftyTwoWeekHigh": 16458.89, "fiftyTwoWeekChangePercent": 6.2422276, "fiftyDayAverage": 15736.989, "fiftyDayAverageChange": 437.54688, "fiftyDayAverageChangePercent": 0.027803723, "twoHundredDayAverage": 15414.565, "twoHundredDayAverageChange": 759.9707, "twoHundredDayAverageChangePercent": 0.049302116, "tradeable": false, "cryptoTradeable": false, "regularMarketChange": -181.97754, "regularMarketTime": 1691007000, "regularMarketDayHigh": 0, "regularMarketDayRange": "0.0 - 0.0", "regularMarketDayLow": 0, "regularMarketVolume": 0, "bid": 0, "sourceInterval": 15, "exchangeDataDelayedBy": 0, "firstTradeDateMilliseconds": -126264600000, "priceHint": 2, "gmtOffSetMilliseconds": -14400000, "regularMarketOpen": 0, "averageDailyVolume3Month": 4003784032, "averageDailyVolume10Day": 4034187000, "fiftyTwoWeekLowChange": 16174.536, "exchangeTimezoneShortName": "EDT", "esgPopulated": false, "regularMarketPrice": 16174.536, "messageBoardId": "finmb_INDEXNYA", "market": "us_market", "exchangeTimezoneName": "America/New_York", "exchange": "NYS", "shortName": "NYSE COMPOSITE (DJ)", "regularMarketPreviousClose": 16356.5, "ask": 0, "bidSize": 0, "askSize": 0, "fullExchangeName": "NYSE", "currency": "USD", "longName": "NYSE COMPOSITE (DJ)", "regularMarketChangePercent": -1.1125692, "marketState": "PRE", "symbol": "^NYA"}, {"language": "en-US", "region": "US", "quoteType": "EQUITY", "typeDisp": "Equity", "quoteSourceName": "Free Realtime Quote", "triggerable": true, "customPriceAlertConfidence": "HIGH", "fiftyTwoWeekLowChangePercent": 0.0072747245, "fiftyTwoWeekRange": "196.57 - 266.68", "fiftyTwoWeekHighChange": -68.67999, "fiftyTwoWeekHighChangePercent": -0.2575371, "fiftyTwoWeekLow": 196.57, "fiftyTwoWeekHigh": 266.68, "fiftyTwoWeekChangePercent": 0, "averageAnalystRating": "1.0 - Strong Buy", "fiftyDayAverage": 266.68, "fiftyDayAverageChange": -68.67999, "fiftyDayAverageChangePercent": -0.2575371, "twoHundredDayAverage": 266.68, "twoHundredDayAverageChange": -68.67999, "twoHundredDayAverageChangePercent": -0.2575371, "marketCap": 4681709912064, "forwardPE": 2.207358, "tradeable": false, "cryptoTradeable": false, "regularMarketChange": 0.08000183, "regularMarketTime": 1657295395, "regularMarketDayHigh": 201.87, "regularMarketDayRange": "196.57 - 201.87", "regularMarketDayLow": 196.57, "regularMarketVolume": 28893760, "bid": 199.95, "trailingAnnualDividendYield": 0, "epsTrailingTwelveMonths": 88.51, "epsForward": 89.7, "priceToBook": 0.30300617, "sourceInterval": 15, "exchangeDataDelayedBy": 15, "firstTradeDateMilliseconds": 1267597800000, "priceHint": 2, "gmtOffSetMilliseconds": 10800000, "bookValue": 653.452, "financialCurrency": "RUB", "regularMarketOpen": 200, "averageDailyVolume3Month": 0, "averageDailyVolume10Day": 0, "fiftyTwoWeekLowChange": 1.4299927, "earningsTimestamp": 1680605940, "earningsTimestampStart": 1691060340, "earningsTimestampEnd": 1691150400, "trailingAnnualDividendRate": 0, "trailingPE": 2.2370353, "exchangeTimezoneShortName": "MSK", "esgPopulated": false, "regularMarketPrice": 198, "sharesOutstanding": 23644999680, "messageBoardId": "finmb_5828266", "market": "ru_market", "exchangeTimezoneName": "Europe/Moscow", "exchange": "MCX", "shortName": "GAZPROM PJSC", "regularMarketPreviousClose": 197.92, "ask": 195, "bidSize": 2100, "askSize": 14590, "fullExchangeName": "MCX", "currency": "RUB", "longName": "Public Joint Stock Company Gazprom", "regularMarketChangePercent": 0.040421296, "marketState": "REGULAR", "symbol": "GAZP.ME"}, {"language": "en-US", "region": "US", "quoteType": "EQUITY", "typeDisp": "Equity", "quoteSourceName": "Free Realtime Quote", "triggerable": true, "customPriceAlertConfidence": "HIGH", "fiftyTwoWeekLowChangePercent": 0.013766202, "fiftyTwoWeekRange": "385.0 - 418.0", "fiftyTwoWeekHighChange": -27.700012, "fiftyTwoWeekHighChangePercent": -0.066267975, "fiftyTwoWeekLow": 385, "fiftyTwoWeekHigh": 418, "fiftyTwoWeekChangePercent": 0, "averageAnalystRating": "3.0 - Hold", "fiftyDayAverage": 418, "fiftyDayAverageChange": -27.700012, "fiftyDayAverageChangePercent": -0.066267975, "twoHundredDayAverage": 418, "twoHundredDayAverageChange": -27.700012, "twoHundredDayAverageChangePercent": -0.066267975, "marketCap": 1841435377664, "forwardPE": 184.9763, "tradeable": false, "cryptoTradeable": false, "regularMarketChange": 2.3499756, "regularMarketTime": 1657295364, "regularMarketDayHigh": 391.75, "regularMarketDayRange": "385.0 - 391.75", "regularMarketDayLow": 385, "regularMarketVolume": 248299, "bid": 389.3, "dividendRate": 56, "trailingAnnualDividendYield": 0.14434849, "dividendYield": 13.4, "epsTrailingTwelveMonths": 106.72, "epsForward": 2.11, "priceToBook": 0.7842294, "sourceInterval": 15, "exchangeDataDelayedBy": 15, "firstTradeDateMilliseconds": 1267597800000, "priceHint": 2, "gmtOffSetMilliseconds": 10800000, "bookValue": 497.686, "financialCurrency": "RUB", "regularMarketOpen": 388, "averageDailyVolume3Month": 0, "averageDailyVolume10Day": 0, "fiftyTwoWeekLowChange": 5.299988, "earningsTimestamp": 1645090200, "earningsTimestampStart": 1681450200, "earningsTimestampEnd": 1681536600, "trailingAnnualDividendRate": 56, "trailingPE": 3.6572337, "exchangeTimezoneShortName": "MSK", "esgPopulated": false, "regularMarketPrice": 390.3, "sharesOutstanding": 4718000128, "messageBoardId": "finmb_7680427", "market": "ru_market", "exchangeTimezoneName": "Europe/Moscow", "exchange": "MCX", "shortName": "GAZPROM NEFT PJSC", "regularMarketPreviousClose": 387.95, "ask": 385.9, "bidSize": 480, "askSize": 10, "fullExchangeName": "MCX", "currency": "RUB", "longName": "Public Joint Stock Company Gazprom Neft", "regularMarketChangePercent": 0.60574186, "marketState": "REGULAR", "symbol": "SIBN.ME"}, {"language": "en-US", "region": "US", "quoteType": "EQUITY", "typeDisp": "Equity", "quoteSourceName": "Delayed Quote", "triggerable": true, "customPriceAlertConfidence": "HIGH", "fiftyTwoWeekLowChangePercent": 0.511772, "fiftyTwoWeekRange": "121.05 - 189.6", "fiftyTwoWeekHighChange": -6.600006, "fiftyTwoWeekHighChangePercent": -0.03481016, "fiftyTwoWeekLow": 121.05, "fiftyTwoWeekHigh": 189.6, "fiftyTwoWeekChangePercent": 27.505325, "fiftyDayAverage": 168.973, "fiftyDayAverageChange": 14.026993, "fiftyDayAverageChangePercent": 0.083013214, "twoHundredDayAverage": 152.73, "twoHundredDayAverageChange": 30.270004, "twoHundredDayAverageChangePercent": 0.19819292, "marketCap": 3826841088, "forwardPE": 29.85318, "tradeable": false, "cryptoTradeable": false, "regularMarketChange": 3.600006, "regularMarketTime": 1691056733, "regularMarketDayHigh": 186, "regularMarketDayRange": "178.25 - 186.0", "regularMarketDayLow": 178.25, "regularMarketVolume": 36424, "bid": 0, "trailingAnnualDividendYield": 0.011148272, "epsTrailingTwelveMonths": 5.74, "epsForward": 6.13, "priceToBook": 0.68413, "sourceInterval": 15, "exchangeDataDelayedBy": 15, "firstTradeDateMilliseconds": 1159933500000, "priceHint": 2, "gmtOffSetMilliseconds": 19800000, "bookValue": 267.493, "financialCurrency": "INR", "regularMarketOpen": 178.9, "averageDailyVolume3Month": 23638, "averageDailyVolume10Day": 13080, "fiftyTwoWeekLowChange": 61.949997, "earningsTimestamp": 1691405940, "earningsTimestampStart": 1691405940, "earningsTimestampEnd": 1691405940, "trailingAnnualDividendRate": 2, "trailingPE": 31.881535, "exchangeTimezoneShortName": "IST", "esgPopulated": false, "regularMarketPrice": 183, "sharesOutstanding": 20911700, "messageBoardId": "finmb_29666582", "market": "in_market", "exchangeTimezoneName": "Asia/Kolkata", "exchange": "NSI", "shortName": "GEECEE VENTURES", "regularMarketPreviousClose": 179.4, "ask": 0, "bidSize": 0, "askSize": 0, "fullExchangeName": "NSE", "currency": "INR", "longName": "GeeCee Ventures Limited", "regularMarketChangePercent": 2.0066924, "marketState": "POSTPOST", "symbol": "GEECEE.NS"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "region": {"type": "string"}, "quoteType": {"type": "string"}, "typeDisp": {"type": "string"}, "quoteSourceName": {"type": "string"}, "triggerable": {"type": "boolean"}, "customPriceAlertConfidence": {"type": "string"}, "fiftyTwoWeekLowChangePercent": {"type": "number"}, "fiftyTwoWeekRange": {"type": "string"}, "fiftyTwoWeekHighChange": {"type": "number"}, "fiftyTwoWeekHighChangePercent": {"type": "number"}, "fiftyTwoWeekLow": {"type": "number"}, "fiftyTwoWeekHigh": {"type": "number"}, "fiftyTwoWeekChangePercent": {"type": "number"}, "dividendDate": {"type": "integer"}, "preMarketChange": {"type": "number"}, "preMarketChangePercent": {"type": "number"}, "preMarketPrice": {"type": "number"}, "averageAnalystRating": {"type": "string"}, "preMarketTime": {"type": "integer"}, "fiftyDayAverage": {"type": "number"}, "fiftyDayAverageChange": {"type": "number"}, "fiftyDayAverageChangePercent": {"type": "number"}, "twoHundredDayAverage": {"type": "number"}, "twoHundredDayAverageChange": {"type": "number"}, "twoHundredDayAverageChangePercent": {"type": "number"}, "marketCap": {"type": "integer"}, "forwardPE": {"type": "number"}, "tradeable": {"type": "boolean"}, "cryptoTradeable": {"type": "boolean"}, "regularMarketChange": {"type": "number"}, "regularMarketTime": {"type": "integer"}, "regularMarketDayHigh": {"type": "number"}, "regularMarketDayRange": {"type": "string"}, "regularMarketDayLow": {"type": "number"}, "regularMarketVolume": {"type": "integer"}, "bid": {"type": "number"}, "dividendRate": {"type": "number"}, "trailingAnnualDividendYield": {"type": "number"}, "dividendYield": {"type": "number"}, "epsTrailingTwelveMonths": {"type": "number"}, "epsForward": {"type": "number"}, "priceToBook": {"type": "number"}, "sourceInterval": {"type": "integer"}, "exchangeDataDelayedBy": {"type": "integer"}, "firstTradeDateMilliseconds": {"type": "integer"}, "priceHint": {"type": "integer"}, "gmtOffSetMilliseconds": {"type": "integer"}, "priceEpsCurrentYear": {"type": "number"}, "bookValue": {"type": "number"}, "financialCurrency": {"type": "string"}, "regularMarketOpen": {"type": "number"}, "averageDailyVolume3Month": {"type": "integer"}, "averageDailyVolume10Day": {"type": "integer"}, "fiftyTwoWeekLowChange": {"type": "number"}, "earningsTimestamp": {"type": "integer"}, "earningsTimestampStart": {"type": "integer"}, "earningsTimestampEnd": {"type": "integer"}, "trailingAnnualDividendRate": {"type": "number"}, "trailingPE": {"type": "number"}, "exchangeTimezoneShortName": {"type": "string"}, "esgPopulated": {"type": "boolean"}, "regularMarketPrice": {"type": "number"}, "sharesOutstanding": {"type": "integer"}, "messageBoardId": {"type": "string"}, "market": {"type": "string"}, "exchangeTimezoneName": {"type": "string"}, "exchange": {"type": "string"}, "shortName": {"type": "string"}, "epsCurrentYear": {"type": "number"}, "regularMarketPreviousClose": {"type": "number"}, "ask": {"type": "number"}, "bidSize": {"type": "integer"}, "askSize": {"type": "integer"}, "fullExchangeName": {"type": "string"}, "currency": {"type": "string"}, "longName": {"type": "string"}, "regularMarketChangePercent": {"type": "number"}, "marketState": {"type": "string"}, "displayName": {"type": "string"}, "symbol": {"type": "string"}, "underlyingSymbol": {"type": "string"}}, "required": ["ask", "askSize", "averageDailyVolume10Day", "averageDailyVolume3Month", "bid", "bidSize", "cryptoTradeable", "currency", "customPriceAlertConfidence", "esgPopulated", "exchange", "exchangeDataDelayedBy", "exchangeTimezoneName", "exchangeTimezoneShortName", "fiftyDayAverage", "fiftyDayAverageChange", "fiftyDayAverageChangePercent", "fiftyTwoWeekChangePercent", "fiftyTwoWeekHigh", "fiftyTwoWeekHighChange", "fiftyTwoWeekHighChangePercent", "fiftyTwoWeekLow", "fiftyTwoWeekLowChange", "fiftyTwoWeekRange", "firstTradeDateMilliseconds", "fullExchangeName", "gmtOffSetMilliseconds", "language", "longName", "market", "marketState", "priceHint", "quoteSourceName", "quoteType", "region", "regularMarketChange", "regularMarketChangePercent", "regularMarketDayHigh", "regularMarketDayLow", "regularMarketDayRange", "regularMarketOpen", "regularMarketPreviousClose", "regularMarketPrice", "regularMarketTime", "regularMarketVolume", "shortName", "sourceInterval", "symbol", "tradeable", "triggerable", "twoHundredDayAverage", "twoHundredDayAverageChange", "twoHundredDayAverageChangePercent", "typeDisp"]}} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/34539730-9f18-4619-86f2-5e912aa97b88/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | stock/cashflow-statement/{stock}_ | Get stock cash flow statements. | 200 | Response | {"cashflowStatementHistory": {"cashflowStatements": [{"maxAge": 1, "endDate": {"raw": 1601078400, "fmt": "2020-09-26"}, "netIncome": {"raw": 57411000000, "fmt": "57.41B", "longFmt": "57,411,000,000"}, "depreciation": {"raw": 11056000000, "fmt": "11.06B", "longFmt": "11,056,000,000"}, "changeToNetincome": {"raw": 6517000000, "fmt": "6.52B", "longFmt": "6,517,000,000"}, "changeToAccountReceivables": {"raw": 6917000000, "fmt": "6.92B", "longFmt": "6,917,000,000"}, "changeToLiabilities": {"raw": -1981000000, "fmt": "-1.98B", "longFmt": "-1,981,000,000"}, "changeToInventory": {"raw": -127000000, "fmt": "-127M", "longFmt": "-127,000,000"}, "changeToOperatingActivities": {"raw": 881000000, "fmt": "881M", "longFmt": "881,000,000"}, "totalCashFromOperatingActivities": {"raw": 80674000000, "fmt": "80.67B", "longFmt": "80,674,000,000"}, "capitalExpenditures": {"raw": -7309000000, "fmt": "-7.31B", "longFmt": "-7,309,000,000"}, "investments": {"raw": 5335000000, "fmt": "5.33B", "longFmt": "5,335,000,000"}, "otherCashflowsFromInvestingActivities": {"raw": -791000000, "fmt": "-791M", "longFmt": "-791,000,000"}, "totalCashflowsFromInvestingActivities": {"raw": -4289000000, "fmt": "-4.29B", "longFmt": "-4,289,000,000"}, "dividendsPaid": {"raw": -14081000000, "fmt": "-14.08B", "longFmt": "-14,081,000,000"}, "netBorrowings": {"raw": 2499000000, "fmt": "2.5B", "longFmt": "2,499,000,000"}, "otherCashflowsFromFinancingActivities": {"raw": -126000000, "fmt": "-126M", "longFmt": "-126,000,000"}, "totalCashFromFinancingActivities": {"raw": -86820000000, "fmt": "-86.82B", "longFmt": "-86,820,000,000"}, "changeInCash": {"raw": -10435000000, "fmt": "-10.44B", "longFmt": "-10,435,000,000"}, "repurchaseOfStock": {"raw": -75992000000, "fmt": "-75.99B", "longFmt": "-75,992,000,000"}, "issuanceOfStock": {"raw": 880000000, "fmt": "880M", "longFmt": "880,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1569628800, "fmt": "2019-09-28"}, "netIncome": {"raw": 55256000000, "fmt": "55.26B", "longFmt": "55,256,000,000"}, "depreciation": {"raw": 12547000000, "fmt": "12.55B", "longFmt": "12,547,000,000"}, "changeToNetincome": {"raw": 5076000000, "fmt": "5.08B", "longFmt": "5,076,000,000"}, "changeToAccountReceivables": {"raw": 245000000, "fmt": "245M", "longFmt": "245,000,000"}, "changeToLiabilities": {"raw": -2548000000, "fmt": "-2.55B", "longFmt": "-2,548,000,000"}, "changeToInventory": {"raw": -289000000, "fmt": "-289M", "longFmt": "-289,000,000"}, "changeToOperatingActivities": {"raw": -896000000, "fmt": "-896M", "longFmt": "-896,000,000"}, "totalCashFromOperatingActivities": {"raw": 69391000000, "fmt": "69.39B", "longFmt": "69,391,000,000"}, "capitalExpenditures": {"raw": -10495000000, "fmt": "-10.49B", "longFmt": "-10,495,000,000"}, "investments": {"raw": 58093000000, "fmt": "58.09B", "longFmt": "58,093,000,000"}, "otherCashflowsFromInvestingActivities": {"raw": -1078000000, "fmt": "-1.08B", "longFmt": "-1,078,000,000"}, "totalCashflowsFromInvestingActivities": {"raw": 45896000000, "fmt": "45.9B", "longFmt": "45,896,000,000"}, "dividendsPaid": {"raw": -14119000000, "fmt": "-14.12B", "longFmt": "-14,119,000,000"}, "netBorrowings": {"raw": -7819000000, "fmt": "-7.82B", "longFmt": "-7,819,000,000"}, "otherCashflowsFromFinancingActivities": {"raw": -105000000, "fmt": "-105M", "longFmt": "-105,000,000"}, "totalCashFromFinancingActivities": {"raw": -90976000000, "fmt": "-90.98B", "longFmt": "-90,976,000,000"}, "changeInCash": {"raw": 24311000000, "fmt": "24.31B", "longFmt": "24,311,000,000"}, "repurchaseOfStock": {"raw": -69714000000, "fmt": "-69.71B", "longFmt": "-69,714,000,000"}, "issuanceOfStock": {"raw": 781000000, "fmt": "781M", "longFmt": "781,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1538179200, "fmt": "2018-09-29"}, "netIncome": {"raw": 59531000000, "fmt": "59.53B", "longFmt": "59,531,000,000"}, "depreciation": {"raw": 10903000000, "fmt": "10.9B", "longFmt": "10,903,000,000"}, "changeToNetincome": {"raw": -27694000000, "fmt": "-27.69B", "longFmt": "-27,694,000,000"}, "changeToAccountReceivables": {"raw": -5322000000, "fmt": "-5.32B", "longFmt": "-5,322,000,000"}, "changeToLiabilities": {"raw": 9172000000, "fmt": "9.17B", "longFmt": "9,172,000,000"}, "changeToInventory": {"raw": 828000000, "fmt": "828M", "longFmt": "828,000,000"}, "changeToOperatingActivities": {"raw": 30016000000, "fmt": "30.02B", "longFmt": "30,016,000,000"}, "totalCashFromOperatingActivities": {"raw": 77434000000, "fmt": "77.43B", "longFmt": "77,434,000,000"}, "capitalExpenditures": {"raw": -13313000000, "fmt": "-13.31B", "longFmt": "-13,313,000,000"}, "investments": {"raw": 30845000000, "fmt": "30.84B", "longFmt": "30,845,000,000"}, "otherCashflowsFromInvestingActivities": {"raw": -745000000, "fmt": "-745M", "longFmt": "-745,000,000"}, "totalCashflowsFromInvestingActivities": {"raw": 16066000000, "fmt": "16.07B", "longFmt": "16,066,000,000"}, "dividendsPaid": {"raw": -13712000000, "fmt": "-13.71B", "longFmt": "-13,712,000,000"}, "netBorrowings": {"raw": 432000000, "fmt": "432M", "longFmt": "432,000,000"}, "otherCashflowsFromFinancingActivities": {"raw": -105000000, "fmt": "-105M", "longFmt": "-105,000,000"}, "totalCashFromFinancingActivities": {"raw": -87876000000, "fmt": "-87.88B", "longFmt": "-87,876,000,000"}, "changeInCash": {"raw": 5624000000, "fmt": "5.62B", "longFmt": "5,624,000,000"}, "repurchaseOfStock": {"raw": -75265000000, "fmt": "-75.27B", "longFmt": "-75,265,000,000"}, "issuanceOfStock": {"raw": 669000000, "fmt": "669M", "longFmt": "669,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1506729600, "fmt": "2017-09-30"}, "netIncome": {"raw": 48351000000, "fmt": "48.35B", "longFmt": "48,351,000,000"}, "depreciation": {"raw": 10157000000, "fmt": "10.16B", "longFmt": "10,157,000,000"}, "changeToNetincome": {"raw": 10640000000, "fmt": "10.64B", "longFmt": "10,640,000,000"}, "changeToAccountReceivables": {"raw": -2093000000, "fmt": "-2.09B", "longFmt": "-2,093,000,000"}, "changeToLiabilities": {"raw": 8373000000, "fmt": "8.37B", "longFmt": "8,373,000,000"}, "changeToInventory": {"raw": -2723000000, "fmt": "-2.72B", "longFmt": "-2,723,000,000"}, "changeToOperatingActivities": {"raw": -8480000000, "fmt": "-8.48B", "longFmt": "-8,480,000,000"}, "totalCashFromOperatingActivities": {"raw": 64225000000, "fmt": "64.22B", "longFmt": "64,225,000,000"}, "capitalExpenditures": {"raw": -12451000000, "fmt": "-12.45B", "longFmt": "-12,451,000,000"}, "investments": {"raw": -33542000000, "fmt": "-33.54B", "longFmt": "-33,542,000,000"}, "otherCashflowsFromInvestingActivities": {"raw": -124000000, "fmt": "-124M", "longFmt": "-124,000,000"}, "totalCashflowsFromInvestingActivities": {"raw": -46446000000, "fmt": "-46.45B", "longFmt": "-46,446,000,000"}, "dividendsPaid": {"raw": -12769000000, "fmt": "-12.77B", "longFmt": "-12,769,000,000"}, "netBorrowings": {"raw": 29014000000, "fmt": "29.01B", "longFmt": "29,014,000,000"}, "otherCashflowsFromFinancingActivities": {"raw": -105000000, "fmt": "-105M", "longFmt": "-105,000,000"}, "totalCashFromFinancingActivities": {"raw": -17974000000, "fmt": "-17.97B", "longFmt": "-17,974,000,000"}, "changeInCash": {"raw": -195000000, "fmt": "-195M", "longFmt": "-195,000,000"}, "repurchaseOfStock": {"raw": -34774000000, "fmt": "-34.77B", "longFmt": "-34,774,000,000"}, "issuanceOfStock": {"raw": 555000000, "fmt": "555M", "longFmt": "555,000,000"}}], "maxAge": 86400}, "cashflowStatementHistoryQuarterly": {"cashflowStatements": [{"maxAge": 1, "endDate": {"raw": 1624665600, "fmt": "2021-06-26"}, "netIncome": {"raw": 21744000000, "fmt": "21.74B", "longFmt": "21,744,000,000"}, "depreciation": {"raw": 2832000000, "fmt": "2.83B", "longFmt": "2,832,000,000"}, "changeToNetincome": {"raw": 1215000000, "fmt": "1.22B", "longFmt": "1,215,000,000"}, "changeToAccountReceivables": {"raw": 1031000000, "fmt": "1.03B", "longFmt": "1,031,000,000"}, "changeToLiabilities": {"raw": 307000000, "fmt": "307M", "longFmt": "307,000,000"}, "changeToInventory": {"raw": 13000000, "fmt": "13M", "longFmt": "13,000,000"}, "changeToOperatingActivities": {"raw": -6048000000, "fmt": "-6.05B", "longFmt": "-6,048,000,000"}, "totalCashFromOperatingActivities": {"raw": 21094000000, "fmt": "21.09B", "longFmt": "21,094,000,000"}, "capitalExpenditures": {"raw": -2093000000, "fmt": "-2.09B", "longFmt": "-2,093,000,000"}, "investments": {"raw": 5747000000, "fmt": "5.75B", "longFmt": "5,747,000,000"}, "otherCashflowsFromInvestingActivities": {"raw": -78000000, "fmt": "-78M", "longFmt": "-78,000,000"}, "totalCashflowsFromInvestingActivities": {"raw": 3572000000, "fmt": "3.57B", "longFmt": "3,572,000,000"}, "dividendsPaid": {"raw": -3767000000, "fmt": "-3.77B", "longFmt": "-3,767,000,000"}, "otherCashflowsFromFinancingActivities": {"raw": -34000000, "fmt": "-34M", "longFmt": "-34,000,000"}, "totalCashFromFinancingActivities": {"raw": -29396000000, "fmt": "-29.4B", "longFmt": "-29,396,000,000"}, "changeInCash": {"raw": -4730000000, "fmt": "-4.73B", "longFmt": "-4,730,000,000"}, "repurchaseOfStock": {"raw": -25595000000, "fmt": "-25.59B", "longFmt": "-25,595,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1616803200, "fmt": "2021-03-27"}, "netIncome": {"raw": 23630000000, "fmt": "23.63B", "longFmt": "23,630,000,000"}, "depreciation": {"raw": 2797000000, "fmt": "2.8B", "longFmt": "2,797,000,000"}, "changeToNetincome": {"raw": 1333000000, "fmt": "1.33B", "longFmt": "1,333,000,000"}, "changeToAccountReceivables": {"raw": 8598000000, "fmt": "8.6B", "longFmt": "8,598,000,000"}, "changeToLiabilities": {"raw": -23366000000, "fmt": "-23.37B", "longFmt": "-23,366,000,000"}, "changeToInventory": {"raw": -276000000, "fmt": "-276M", "longFmt": "-276,000,000"}, "changeToOperatingActivities": {"raw": 11265000000, "fmt": "11.27B", "longFmt": "11,265,000,000"}, "totalCashFromOperatingActivities": {"raw": 23981000000, "fmt": "23.98B", "longFmt": "23,981,000,000"}, "capitalExpenditures": {"raw": -2269000000, "fmt": "-2.27B", "longFmt": "-2,269,000,000"}, "investments": {"raw": -7895000000, "fmt": "-7.89B", "longFmt": "-7,895,000,000"}, "otherCashflowsFromInvestingActivities": {"raw": -204000000, "fmt": "-204M", "longFmt": "-204,000,000"}, "totalCashflowsFromInvestingActivities": {"raw": -10368000000, "fmt": "-10.37B", "longFmt": "-10,368,000,000"}, "dividendsPaid": {"raw": -3447000000, "fmt": "-3.45B", "longFmt": "-3,447,000,000"}, "netBorrowings": {"raw": 10423000000, "fmt": "10.42B", "longFmt": "10,423,000,000"}, "otherCashflowsFromFinancingActivities": {"raw": -16000000, "fmt": "-16M", "longFmt": "-16,000,000"}, "totalCashFromFinancingActivities": {"raw": -11326000000, "fmt": "-11.33B", "longFmt": "-11,326,000,000"}, "changeInCash": {"raw": 2287000000, "fmt": "2.29B", "longFmt": "2,287,000,000"}, "repurchaseOfStock": {"raw": -18847000000, "fmt": "-18.85B", "longFmt": "-18,847,000,000"}, "issuanceOfStock": {"raw": 561000000, "fmt": "561M", "longFmt": "561,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1608940800, "fmt": "2020-12-26"}, "netIncome": {"raw": 28755000000, "fmt": "28.75B", "longFmt": "28,755,000,000"}, "depreciation": {"raw": 2666000000, "fmt": "2.67B", "longFmt": "2,666,000,000"}, "changeToNetincome": {"raw": 1987000000, "fmt": "1.99B", "longFmt": "1,987,000,000"}, "changeToAccountReceivables": {"raw": -10945000000, "fmt": "-10.95B", "longFmt": "-10,945,000,000"}, "changeToLiabilities": {"raw": 23011000000, "fmt": "23.01B", "longFmt": "23,011,000,000"}, "changeToInventory": {"raw": -950000000, "fmt": "-950M", "longFmt": "-950,000,000"}, "changeToOperatingActivities": {"raw": -5761000000, "fmt": "-5.76B", "longFmt": "-5,761,000,000"}, "totalCashFromOperatingActivities": {"raw": 38763000000, "fmt": "38.76B", "longFmt": "38,763,000,000"}, "capitalExpenditures": {"raw": -3500000000, "fmt": "-3.5B", "longFmt": "-3,500,000,000"}, "investments": {"raw": -5279000000, "fmt": "-5.28B", "longFmt": "-5,279,000,000"}, "otherCashflowsFromInvestingActivities": {"raw": 204000000, "fmt": "204M", "longFmt": "204,000,000"}, "totalCashflowsFromInvestingActivities": {"raw": -8584000000, "fmt": "-8.58B", "longFmt": "-8,584,000,000"}, "dividendsPaid": {"raw": -3613000000, "fmt": "-3.61B", "longFmt": "-3,613,000,000"}, "netBorrowings": {"raw": -978000000, "fmt": "-978M", "longFmt": "-978,000,000"}, "otherCashflowsFromFinancingActivities": {"raw": -22000000, "fmt": "-22M", "longFmt": "-22,000,000"}, "totalCashFromFinancingActivities": {"raw": -32249000000, "fmt": "-32.25B", "longFmt": "-32,249,000,000"}, "changeInCash": {"raw": -2070000000, "fmt": "-2.07B", "longFmt": "-2,070,000,000"}, "repurchaseOfStock": {"raw": -27636000000, "fmt": "-27.64B", "longFmt": "-27,636,000,000"}, "issuanceOfStock": {"raw": 561000000, "fmt": "561M", "longFmt": "561,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1601078400, "fmt": "2020-09-26"}, "netIncome": {"raw": 12673000000, "fmt": "12.67B", "longFmt": "12,673,000,000"}, "depreciation": {"raw": 2702000000, "fmt": "2.7B", "longFmt": "2,702,000,000"}, "changeToNetincome": {"raw": 1324000000, "fmt": "1.32B", "longFmt": "1,324,000,000"}, "changeToAccountReceivables": {"raw": 1768000000, "fmt": "1.77B", "longFmt": "1,768,000,000"}, "changeToLiabilities": {"raw": 7157000000, "fmt": "7.16B", "longFmt": "7,157,000,000"}, "changeToInventory": {"raw": -137000000, "fmt": "-137M", "longFmt": "-137,000,000"}, "changeToOperatingActivities": {"raw": -4911000000, "fmt": "-4.91B", "longFmt": "-4,911,000,000"}, "totalCashFromOperatingActivities": {"raw": 20576000000, "fmt": "20.58B", "longFmt": "20,576,000,000"}, "capitalExpenditures": {"raw": -1784000000, "fmt": "-1.78B", "longFmt": "-1,784,000,000"}, "investments": {"raw": 7468000000, "fmt": "7.47B", "longFmt": "7,468,000,000"}, "otherCashflowsFromInvestingActivities": {"raw": -102000000, "fmt": "-102M", "longFmt": "-102,000,000"}, "totalCashflowsFromInvestingActivities": {"raw": 5531000000, "fmt": "5.53B", "longFmt": "5,531,000,000"}, "dividendsPaid": {"raw": -3511000000, "fmt": "-3.51B", "longFmt": "-3,511,000,000"}, "netBorrowings": {"raw": -703000000, "fmt": "-703M", "longFmt": "-703,000,000"}, "otherCashflowsFromFinancingActivities": {"raw": -6000000, "fmt": "-6M", "longFmt": "-6,000,000"}, "totalCashFromFinancingActivities": {"raw": -21357000000, "fmt": "-21.36B", "longFmt": "-21,357,000,000"}, "changeInCash": {"raw": 4750000000, "fmt": "4.75B", "longFmt": "4,750,000,000"}, "repurchaseOfStock": {"raw": -17587000000, "fmt": "-17.59B", "longFmt": "-17,587,000,000"}, "issuanceOfStock": {"raw": 450000000, "fmt": "450M", "longFmt": "450,000,000"}}], "maxAge": 86400}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"cashflowStatementHistory": {"type": "object", "properties": {"cashflowStatements": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "endDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "netIncome": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "depreciation": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToNetincome": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToAccountReceivables": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToLiabilities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToInventory": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToOperatingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalCashFromOperatingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "capitalExpenditures": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "investments": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "otherCashflowsFromInvestingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalCashflowsFromInvestingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "dividendsPaid": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "netBorrowings": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "otherCashflowsFromFinancingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalCashFromFinancingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeInCash": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "repurchaseOfStock": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "issuanceOfStock": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["capitalExpenditures", "changeInCash", "changeToAccountReceivables", "changeToInventory", "changeToLiabilities", "changeToNetincome", "changeToOperatingActivities", "depreciation", "dividendsPaid", "endDate", "investments", "issuanceOfStock", "maxAge", "netBorrowings", "netIncome", "otherCashflowsFromFinancingActivities", "otherCashflowsFromInvestingActivities", "repurchaseOfStock", "totalCashFromFinancingActivities", "totalCashFromOperatingActivities", "totalCashflowsFromInvestingActivities"]}}, "maxAge": {"type": "integer"}}, "required": ["cashflowStatements", "maxAge"]}, "cashflowStatementHistoryQuarterly": {"type": "object", "properties": {"cashflowStatements": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "endDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "netIncome": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "depreciation": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToNetincome": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToAccountReceivables": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToLiabilities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToInventory": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeToOperatingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalCashFromOperatingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "capitalExpenditures": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "investments": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "otherCashflowsFromInvestingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalCashflowsFromInvestingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "dividendsPaid": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "otherCashflowsFromFinancingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalCashFromFinancingActivities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "changeInCash": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "repurchaseOfStock": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "netBorrowings": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "issuanceOfStock": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["capitalExpenditures", "changeInCash", "changeToAccountReceivables", "changeToInventory", "changeToLiabilities", "changeToNetincome", "changeToOperatingActivities", "depreciation", "dividendsPaid", "endDate", "investments", "maxAge", "netIncome", "otherCashflowsFromFinancingActivities", "otherCashflowsFromInvestingActivities", "repurchaseOfStock", "totalCashFromFinancingActivities", "totalCashFromOperatingActivities", "totalCashflowsFromInvestingActivities"]}}, "maxAge": {"type": "integer"}}, "required": ["cashflowStatements", "maxAge"]}}, "required": ["cashflowStatementHistory", "cashflowStatementHistoryQuarterly"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/31091528-c665-4d89-8fbf-13e265c5ec28/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | stock/earnings-history/{stock} | Get earnings history information for a particular stock | 200 | Response | {"earningsHistory": {"history": [{"maxAge": 1, "epsActual": {"raw": 0.73, "fmt": "0.73"}, "epsEstimate": {"raw": 0.7, "fmt": "0.7"}, "epsDifference": {"raw": 0.03, "fmt": "0.03"}, "surprisePercent": {"raw": 0.043, "fmt": "4.30%"}, "quarter": {"raw": 1601424000, "fmt": "2020-09-30"}, "period": "-4q"}, {"maxAge": 1, "epsActual": {"raw": 1.68, "fmt": "1.68"}, "epsEstimate": {"raw": 1.41, "fmt": "1.41"}, "epsDifference": {"raw": 0.27, "fmt": "0.27"}, "surprisePercent": {"raw": 0.191, "fmt": "19.10%"}, "quarter": {"raw": 1609372800, "fmt": "2020-12-31"}, "period": "-3q"}, {"maxAge": 1, "epsActual": {"raw": 1.4, "fmt": "1.4"}, "epsEstimate": {"raw": 0.99, "fmt": "0.99"}, "epsDifference": {"raw": 0.41, "fmt": "0.41"}, "surprisePercent": {"raw": 0.414, "fmt": "41.40%"}, "quarter": {"raw": 1617148800, "fmt": "2021-03-31"}, "period": "-2q"}, {"maxAge": 1, "epsActual": {"raw": 1.3, "fmt": "1.3"}, "epsEstimate": {"raw": 1.01, "fmt": "1.01"}, "epsDifference": {"raw": 0.29, "fmt": "0.29"}, "surprisePercent": {"raw": 0.287, "fmt": "28.70%"}, "quarter": {"raw": 1625011200, "fmt": "2021-06-30"}, "period": "-1q"}], "maxAge": 86400}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"earningsHistory": {"type": "object", "properties": {"history": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "epsActual": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "epsEstimate": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "epsDifference": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "surprisePercent": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "quarter": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "period": {"type": "string"}}, "required": ["epsActual", "epsDifference", "epsEstimate", "maxAge", "period", "quarter", "surprisePercent"]}}, "maxAge": {"type": "integer"}}, "required": ["history", "maxAge"]}}, "required": ["earningsHistory"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/f9214458-8ecd-4ff0-add3-f6e1981f4273/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | stock/income-statement/{stock} | Get stock income statement data. | 200 | Response | {"incomeStatementHistoryQuarterly": {"incomeStatementHistory": [{"maxAge": 1, "endDate": {"raw": 1624665600, "fmt": "2021-06-26"}, "totalRevenue": {"raw": 81434000000, "fmt": "81.43B", "longFmt": "81,434,000,000"}, "costOfRevenue": {"raw": 46179000000, "fmt": "46.18B", "longFmt": "46,179,000,000"}, "grossProfit": {"raw": 35255000000, "fmt": "35.26B", "longFmt": "35,255,000,000"}, "researchDevelopment": {"raw": 5717000000, "fmt": "5.72B", "longFmt": "5,717,000,000"}, "sellingGeneralAdministrative": {"raw": 5412000000, "fmt": "5.41B", "longFmt": "5,412,000,000"}, "nonRecurring": [], "otherOperatingExpenses": [], "totalOperatingExpenses": {"raw": 57308000000, "fmt": "57.31B", "longFmt": "57,308,000,000"}, "operatingIncome": {"raw": 24126000000, "fmt": "24.13B", "longFmt": "24,126,000,000"}, "totalOtherIncomeExpenseNet": {"raw": 243000000, "fmt": "243M", "longFmt": "243,000,000"}, "ebit": {"raw": 24126000000, "fmt": "24.13B", "longFmt": "24,126,000,000"}, "interestExpense": {"raw": -665000000, "fmt": "-665M", "longFmt": "-665,000,000"}, "incomeBeforeTax": {"raw": 24369000000, "fmt": "24.37B", "longFmt": "24,369,000,000"}, "incomeTaxExpense": {"raw": 2625000000, "fmt": "2.62B", "longFmt": "2,625,000,000"}, "minorityInterest": [], "netIncomeFromContinuingOps": {"raw": 21744000000, "fmt": "21.74B", "longFmt": "21,744,000,000"}, "discontinuedOperations": [], "extraordinaryItems": [], "effectOfAccountingCharges": [], "otherItems": [], "netIncome": {"raw": 21744000000, "fmt": "21.74B", "longFmt": "21,744,000,000"}, "netIncomeApplicableToCommonShares": {"raw": 21744000000, "fmt": "21.74B", "longFmt": "21,744,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1616803200, "fmt": "2021-03-27"}, "totalRevenue": {"raw": 89584000000, "fmt": "89.58B", "longFmt": "89,584,000,000"}, "costOfRevenue": {"raw": 51505000000, "fmt": "51.51B", "longFmt": "51,505,000,000"}, "grossProfit": {"raw": 38079000000, "fmt": "38.08B", "longFmt": "38,079,000,000"}, "researchDevelopment": {"raw": 5262000000, "fmt": "5.26B", "longFmt": "5,262,000,000"}, "sellingGeneralAdministrative": {"raw": 5314000000, "fmt": "5.31B", "longFmt": "5,314,000,000"}, "nonRecurring": [], "otherOperatingExpenses": [], "totalOperatingExpenses": {"raw": 62081000000, "fmt": "62.08B", "longFmt": "62,081,000,000"}, "operatingIncome": {"raw": 27503000000, "fmt": "27.5B", "longFmt": "27,503,000,000"}, "totalOtherIncomeExpenseNet": {"raw": 508000000, "fmt": "508M", "longFmt": "508,000,000"}, "ebit": {"raw": 27503000000, "fmt": "27.5B", "longFmt": "27,503,000,000"}, "interestExpense": {"raw": -670000000, "fmt": "-670M", "longFmt": "-670,000,000"}, "incomeBeforeTax": {"raw": 28011000000, "fmt": "28.01B", "longFmt": "28,011,000,000"}, "incomeTaxExpense": {"raw": 4381000000, "fmt": "4.38B", "longFmt": "4,381,000,000"}, "minorityInterest": [], "netIncomeFromContinuingOps": {"raw": 23630000000, "fmt": "23.63B", "longFmt": "23,630,000,000"}, "discontinuedOperations": [], "extraordinaryItems": [], "effectOfAccountingCharges": [], "otherItems": [], "netIncome": {"raw": 23630000000, "fmt": "23.63B", "longFmt": "23,630,000,000"}, "netIncomeApplicableToCommonShares": {"raw": 23630000000, "fmt": "23.63B", "longFmt": "23,630,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1608940800, "fmt": "2020-12-26"}, "totalRevenue": {"raw": 111439000000, "fmt": "111.44B", "longFmt": "111,439,000,000"}, "costOfRevenue": {"raw": 67111000000, "fmt": "67.11B", "longFmt": "67,111,000,000"}, "grossProfit": {"raw": 44328000000, "fmt": "44.33B", "longFmt": "44,328,000,000"}, "researchDevelopment": {"raw": 5163000000, "fmt": "5.16B", "longFmt": "5,163,000,000"}, "sellingGeneralAdministrative": {"raw": 5631000000, "fmt": "5.63B", "longFmt": "5,631,000,000"}, "nonRecurring": [], "otherOperatingExpenses": [], "totalOperatingExpenses": {"raw": 77905000000, "fmt": "77.91B", "longFmt": "77,905,000,000"}, "operatingIncome": {"raw": 33534000000, "fmt": "33.53B", "longFmt": "33,534,000,000"}, "totalOtherIncomeExpenseNet": {"raw": 45000000, "fmt": "45M", "longFmt": "45,000,000"}, "ebit": {"raw": 33534000000, "fmt": "33.53B", "longFmt": "33,534,000,000"}, "interestExpense": {"raw": -638000000, "fmt": "-638M", "longFmt": "-638,000,000"}, "incomeBeforeTax": {"raw": 33579000000, "fmt": "33.58B", "longFmt": "33,579,000,000"}, "incomeTaxExpense": {"raw": 4824000000, "fmt": "4.82B", "longFmt": "4,824,000,000"}, "minorityInterest": [], "netIncomeFromContinuingOps": {"raw": 28755000000, "fmt": "28.75B", "longFmt": "28,755,000,000"}, "discontinuedOperations": [], "extraordinaryItems": [], "effectOfAccountingCharges": [], "otherItems": [], "netIncome": {"raw": 28755000000, "fmt": "28.75B", "longFmt": "28,755,000,000"}, "netIncomeApplicableToCommonShares": {"raw": 28755000000, "fmt": "28.75B", "longFmt": "28,755,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1601078400, "fmt": "2020-09-26"}, "totalRevenue": {"raw": 64698000000, "fmt": "64.7B", "longFmt": "64,698,000,000"}, "costOfRevenue": {"raw": 40009000000, "fmt": "40.01B", "longFmt": "40,009,000,000"}, "grossProfit": {"raw": 24689000000, "fmt": "24.69B", "longFmt": "24,689,000,000"}, "researchDevelopment": {"raw": 4978000000, "fmt": "4.98B", "longFmt": "4,978,000,000"}, "sellingGeneralAdministrative": {"raw": 4936000000, "fmt": "4.94B", "longFmt": "4,936,000,000"}, "nonRecurring": [], "otherOperatingExpenses": [], "totalOperatingExpenses": {"raw": 49923000000, "fmt": "49.92B", "longFmt": "49,923,000,000"}, "operatingIncome": {"raw": 14775000000, "fmt": "14.78B", "longFmt": "14,775,000,000"}, "totalOtherIncomeExpenseNet": {"raw": 126000000, "fmt": "126M", "longFmt": "126,000,000"}, "ebit": {"raw": 14775000000, "fmt": "14.78B", "longFmt": "14,775,000,000"}, "interestExpense": {"raw": -634000000, "fmt": "-634M", "longFmt": "-634,000,000"}, "incomeBeforeTax": {"raw": 14901000000, "fmt": "14.9B", "longFmt": "14,901,000,000"}, "incomeTaxExpense": {"raw": 2228000000, "fmt": "2.23B", "longFmt": "2,228,000,000"}, "minorityInterest": [], "netIncomeFromContinuingOps": {"raw": 12673000000, "fmt": "12.67B", "longFmt": "12,673,000,000"}, "discontinuedOperations": [], "extraordinaryItems": [], "effectOfAccountingCharges": [], "otherItems": [], "netIncome": {"raw": 12673000000, "fmt": "12.67B", "longFmt": "12,673,000,000"}, "netIncomeApplicableToCommonShares": {"raw": 12673000000, "fmt": "12.67B", "longFmt": "12,673,000,000"}}], "maxAge": 86400}, "incomeStatementHistory": {"incomeStatementHistory": [{"maxAge": 1, "endDate": {"raw": 1601078400, "fmt": "2020-09-26"}, "totalRevenue": {"raw": 274515000000, "fmt": "274.51B", "longFmt": "274,515,000,000"}, "costOfRevenue": {"raw": 169559000000, "fmt": "169.56B", "longFmt": "169,559,000,000"}, "grossProfit": {"raw": 104956000000, "fmt": "104.96B", "longFmt": "104,956,000,000"}, "researchDevelopment": {"raw": 18752000000, "fmt": "18.75B", "longFmt": "18,752,000,000"}, "sellingGeneralAdministrative": {"raw": 19916000000, "fmt": "19.92B", "longFmt": "19,916,000,000"}, "nonRecurring": [], "otherOperatingExpenses": [], "totalOperatingExpenses": {"raw": 208227000000, "fmt": "208.23B", "longFmt": "208,227,000,000"}, "operatingIncome": {"raw": 66288000000, "fmt": "66.29B", "longFmt": "66,288,000,000"}, "totalOtherIncomeExpenseNet": {"raw": 803000000, "fmt": "803M", "longFmt": "803,000,000"}, "ebit": {"raw": 66288000000, "fmt": "66.29B", "longFmt": "66,288,000,000"}, "interestExpense": {"raw": -2873000000, "fmt": "-2.87B", "longFmt": "-2,873,000,000"}, "incomeBeforeTax": {"raw": 67091000000, "fmt": "67.09B", "longFmt": "67,091,000,000"}, "incomeTaxExpense": {"raw": 9680000000, "fmt": "9.68B", "longFmt": "9,680,000,000"}, "minorityInterest": [], "netIncomeFromContinuingOps": {"raw": 57411000000, "fmt": "57.41B", "longFmt": "57,411,000,000"}, "discontinuedOperations": [], "extraordinaryItems": [], "effectOfAccountingCharges": [], "otherItems": [], "netIncome": {"raw": 57411000000, "fmt": "57.41B", "longFmt": "57,411,000,000"}, "netIncomeApplicableToCommonShares": {"raw": 57411000000, "fmt": "57.41B", "longFmt": "57,411,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1569628800, "fmt": "2019-09-28"}, "totalRevenue": {"raw": 260174000000, "fmt": "260.17B", "longFmt": "260,174,000,000"}, "costOfRevenue": {"raw": 161782000000, "fmt": "161.78B", "longFmt": "161,782,000,000"}, "grossProfit": {"raw": 98392000000, "fmt": "98.39B", "longFmt": "98,392,000,000"}, "researchDevelopment": {"raw": 16217000000, "fmt": "16.22B", "longFmt": "16,217,000,000"}, "sellingGeneralAdministrative": {"raw": 18245000000, "fmt": "18.25B", "longFmt": "18,245,000,000"}, "nonRecurring": [], "otherOperatingExpenses": [], "totalOperatingExpenses": {"raw": 196244000000, "fmt": "196.24B", "longFmt": "196,244,000,000"}, "operatingIncome": {"raw": 63930000000, "fmt": "63.93B", "longFmt": "63,930,000,000"}, "totalOtherIncomeExpenseNet": {"raw": 1807000000, "fmt": "1.81B", "longFmt": "1,807,000,000"}, "ebit": {"raw": 63930000000, "fmt": "63.93B", "longFmt": "63,930,000,000"}, "interestExpense": {"raw": -3576000000, "fmt": "-3.58B", "longFmt": "-3,576,000,000"}, "incomeBeforeTax": {"raw": 65737000000, "fmt": "65.74B", "longFmt": "65,737,000,000"}, "incomeTaxExpense": {"raw": 10481000000, "fmt": "10.48B", "longFmt": "10,481,000,000"}, "minorityInterest": [], "netIncomeFromContinuingOps": {"raw": 55256000000, "fmt": "55.26B", "longFmt": "55,256,000,000"}, "discontinuedOperations": [], "extraordinaryItems": [], "effectOfAccountingCharges": [], "otherItems": [], "netIncome": {"raw": 55256000000, "fmt": "55.26B", "longFmt": "55,256,000,000"}, "netIncomeApplicableToCommonShares": {"raw": 55256000000, "fmt": "55.26B", "longFmt": "55,256,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1538179200, "fmt": "2018-09-29"}, "totalRevenue": {"raw": 265595000000, "fmt": "265.6B", "longFmt": "265,595,000,000"}, "costOfRevenue": {"raw": 163756000000, "fmt": "163.76B", "longFmt": "163,756,000,000"}, "grossProfit": {"raw": 101839000000, "fmt": "101.84B", "longFmt": "101,839,000,000"}, "researchDevelopment": {"raw": 14236000000, "fmt": "14.24B", "longFmt": "14,236,000,000"}, "sellingGeneralAdministrative": {"raw": 16705000000, "fmt": "16.7B", "longFmt": "16,705,000,000"}, "nonRecurring": [], "otherOperatingExpenses": [], "totalOperatingExpenses": {"raw": 194697000000, "fmt": "194.7B", "longFmt": "194,697,000,000"}, "operatingIncome": {"raw": 70898000000, "fmt": "70.9B", "longFmt": "70,898,000,000"}, "totalOtherIncomeExpenseNet": {"raw": 2005000000, "fmt": "2B", "longFmt": "2,005,000,000"}, "ebit": {"raw": 70898000000, "fmt": "70.9B", "longFmt": "70,898,000,000"}, "interestExpense": {"raw": -3240000000, "fmt": "-3.24B", "longFmt": "-3,240,000,000"}, "incomeBeforeTax": {"raw": 72903000000, "fmt": "72.9B", "longFmt": "72,903,000,000"}, "incomeTaxExpense": {"raw": 13372000000, "fmt": "13.37B", "longFmt": "13,372,000,000"}, "minorityInterest": [], "netIncomeFromContinuingOps": {"raw": 59531000000, "fmt": "59.53B", "longFmt": "59,531,000,000"}, "discontinuedOperations": [], "extraordinaryItems": [], "effectOfAccountingCharges": [], "otherItems": [], "netIncome": {"raw": 59531000000, "fmt": "59.53B", "longFmt": "59,531,000,000"}, "netIncomeApplicableToCommonShares": {"raw": 59531000000, "fmt": "59.53B", "longFmt": "59,531,000,000"}}, {"maxAge": 1, "endDate": {"raw": 1506729600, "fmt": "2017-09-30"}, "totalRevenue": {"raw": 229234000000, "fmt": "229.23B", "longFmt": "229,234,000,000"}, "costOfRevenue": {"raw": 141048000000, "fmt": "141.05B", "longFmt": "141,048,000,000"}, "grossProfit": {"raw": 88186000000, "fmt": "88.19B", "longFmt": "88,186,000,000"}, "researchDevelopment": {"raw": 11581000000, "fmt": "11.58B", "longFmt": "11,581,000,000"}, "sellingGeneralAdministrative": {"raw": 15261000000, "fmt": "15.26B", "longFmt": "15,261,000,000"}, "nonRecurring": [], "otherOperatingExpenses": [], "totalOperatingExpenses": {"raw": 167890000000, "fmt": "167.89B", "longFmt": "167,890,000,000"}, "operatingIncome": {"raw": 61344000000, "fmt": "61.34B", "longFmt": "61,344,000,000"}, "totalOtherIncomeExpenseNet": {"raw": 2745000000, "fmt": "2.75B", "longFmt": "2,745,000,000"}, "ebit": {"raw": 61344000000, "fmt": "61.34B", "longFmt": "61,344,000,000"}, "interestExpense": {"raw": -2323000000, "fmt": "-2.32B", "longFmt": "-2,323,000,000"}, "incomeBeforeTax": {"raw": 64089000000, "fmt": "64.09B", "longFmt": "64,089,000,000"}, "incomeTaxExpense": {"raw": 15738000000, "fmt": "15.74B", "longFmt": "15,738,000,000"}, "minorityInterest": [], "netIncomeFromContinuingOps": {"raw": 48351000000, "fmt": "48.35B", "longFmt": "48,351,000,000"}, "discontinuedOperations": [], "extraordinaryItems": [], "effectOfAccountingCharges": [], "otherItems": [], "netIncome": {"raw": 48351000000, "fmt": "48.35B", "longFmt": "48,351,000,000"}, "netIncomeApplicableToCommonShares": {"raw": 48351000000, "fmt": "48.35B", "longFmt": "48,351,000,000"}}], "maxAge": 86400}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"incomeStatementHistoryQuarterly": {"type": "object", "properties": {"incomeStatementHistory": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "endDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "totalRevenue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "costOfRevenue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "grossProfit": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "researchDevelopment": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "sellingGeneralAdministrative": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "nonRecurring": {"type": "array"}, "otherOperatingExpenses": {"type": "array"}, "totalOperatingExpenses": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "operatingIncome": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalOtherIncomeExpenseNet": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "ebit": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "interestExpense": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "incomeBeforeTax": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "incomeTaxExpense": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "minorityInterest": {"type": "array"}, "netIncomeFromContinuingOps": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "discontinuedOperations": {"type": "array"}, "extraordinaryItems": {"type": "array"}, "effectOfAccountingCharges": {"type": "array"}, "otherItems": {"type": "array"}, "netIncome": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "netIncomeApplicableToCommonShares": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["costOfRevenue", "discontinuedOperations", "ebit", "effectOfAccountingCharges", "endDate", "extraordinaryItems", "grossProfit", "incomeBeforeTax", "incomeTaxExpense", "interestExpense", "maxAge", "minorityInterest", "netIncome", "netIncomeApplicableToCommonShares", "netIncomeFromContinuingOps", "nonRecurring", "operatingIncome", "otherItems", "otherOperatingExpenses", "researchDevelopment", "sellingGeneralAdministrative", "totalOperatingExpenses", "totalOtherIncomeExpenseNet", "totalRevenue"]}}, "maxAge": {"type": "integer"}}, "required": ["incomeStatementHistory", "maxAge"]}, "incomeStatementHistory": {"type": "object", "properties": {"incomeStatementHistory": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "endDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "totalRevenue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "costOfRevenue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "grossProfit": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "researchDevelopment": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "sellingGeneralAdministrative": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "nonRecurring": {"type": "array"}, "otherOperatingExpenses": {"type": "array"}, "totalOperatingExpenses": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "operatingIncome": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "totalOtherIncomeExpenseNet": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "ebit": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "interestExpense": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "incomeBeforeTax": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "incomeTaxExpense": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "minorityInterest": {"type": "array"}, "netIncomeFromContinuingOps": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "discontinuedOperations": {"type": "array"}, "extraordinaryItems": {"type": "array"}, "effectOfAccountingCharges": {"type": "array"}, "otherItems": {"type": "array"}, "netIncome": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "netIncomeApplicableToCommonShares": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["costOfRevenue", "discontinuedOperations", "ebit", "effectOfAccountingCharges", "endDate", "extraordinaryItems", "grossProfit", "incomeBeforeTax", "incomeTaxExpense", "interestExpense", "maxAge", "minorityInterest", "netIncome", "netIncomeApplicableToCommonShares", "netIncomeFromContinuingOps", "nonRecurring", "operatingIncome", "otherItems", "otherOperatingExpenses", "researchDevelopment", "sellingGeneralAdministrative", "totalOperatingExpenses", "totalOtherIncomeExpenseNet", "totalRevenue"]}}, "maxAge": {"type": "integer"}}, "required": ["incomeStatementHistory", "maxAge"]}}, "required": ["incomeStatementHistory", "incomeStatementHistoryQuarterly"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/f2befb64-2af8-44cd-a748-090c095ba33a/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | stock/insider-transactions/{stock} | Get stock insider transactions history. | 200 | Response | {"insiderTransactions": {"transactions": [{"maxAge": 1, "shares": {"raw": 2386440, "fmt": "2.39M", "longFmt": "2,386,440"}, "value": {"raw": 354568479, "fmt": "354.57M", "longFmt": "354,568,479"}, "filerUrl": "", "transactionText": "Sale at price 148.30 - 149.97 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1629849600, "fmt": "2021-08-25"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 5040000, "fmt": "5.04M", "longFmt": "5,040,000"}, "filerUrl": "", "transactionText": "", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1629763200, "fmt": "2021-08-24"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 70000, "fmt": "70k", "longFmt": "70,000"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1629417600, "fmt": "2021-08-20"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 14877, "fmt": "14.88k", "longFmt": "14,877"}, "value": {"raw": 2171893, "fmt": "2.17M", "longFmt": "2,171,893"}, "filerUrl": "", "transactionText": "Sale at price 145.99 per share.", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1628208000, "fmt": "2021-08-06"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 31896, "fmt": "31.9k", "longFmt": "31,896"}, "filerUrl": "", "transactionText": "", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1628121600, "fmt": "2021-08-05"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17000, "fmt": "17k", "longFmt": "17,000"}, "value": {"raw": 2480048, "fmt": "2.48M", "longFmt": "2,480,048"}, "filerUrl": "", "transactionText": "Sale at price 145.83 - 146.50 per share.", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1627862400, "fmt": "2021-08-02"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 4010, "fmt": "4.01k", "longFmt": "4,010"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1620950400, "fmt": "2021-05-14"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17000, "fmt": "17k", "longFmt": "17,000"}, "value": {"raw": 2257631, "fmt": "2.26M", "longFmt": "2,257,631"}, "filerUrl": "", "transactionText": "Sale at price 132.57 - 133.93 per share.", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1620000000, "fmt": "2021-05-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 121072, "fmt": "121.07k", "longFmt": "121,072"}, "value": {"raw": 16079338, "fmt": "16.08M", "longFmt": "16,079,338"}, "filerUrl": "", "transactionText": "Sale at price 132.58 - 133.93 per share.", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1620000000, "fmt": "2021-05-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 18216, "fmt": "18.22k", "longFmt": "18,216"}, "value": {"raw": 2441126, "fmt": "2.44M", "longFmt": "2,441,126"}, "filerUrl": "", "transactionText": "Sale at price 134.01 per share.", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1618531200, "fmt": "2021-04-16"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17603, "fmt": "17.6k", "longFmt": "17,603"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1618444800, "fmt": "2021-04-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 38908, "fmt": "38.91k", "longFmt": "38,908"}, "filerUrl": "", "transactionText": "", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1618444800, "fmt": "2021-04-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 133867, "fmt": "133.87k", "longFmt": "133,867"}, "value": {"raw": 16832437, "fmt": "16.83M", "longFmt": "16,832,437"}, "filerUrl": "", "transactionText": "Sale at price 125.74 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1617580800, "fmt": "2021-04-05"}, "ownership": "I"}, {"maxAge": 1, "shares": {"raw": 59068, "fmt": "59.07k", "longFmt": "59,068"}, "filerUrl": "", "transactionText": "", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1617235200, "fmt": "2021-04-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 257348, "fmt": "257.35k", "longFmt": "257,348"}, "filerUrl": "", "transactionText": "", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1617235200, "fmt": "2021-04-01"}, "ownership": "I"}, {"maxAge": 1, "shares": {"raw": 257348, "fmt": "257.35k", "longFmt": "257,348"}, "filerUrl": "", "transactionText": "", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1617235200, "fmt": "2021-04-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 3416, "fmt": "3.42k", "longFmt": "3,416"}, "value": {"raw": 463210, "fmt": "463.21k", "longFmt": "463,210"}, "filerUrl": "", "transactionText": "Sale at price 135.60 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1612224000, "fmt": "2021-02-02"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 3416, "fmt": "3.42k", "longFmt": "3,416"}, "filerUrl": "", "transactionText": "", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 3416, "fmt": "3.42k", "longFmt": "3,416"}, "filerUrl": "", "transactionText": "", "filerName": "SUGAR RONALD D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 3416, "fmt": "3.42k", "longFmt": "3,416"}, "filerUrl": "", "transactionText": "", "filerName": "WAGNER SUSAN L", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 3416, "fmt": "3.42k", "longFmt": "3,416"}, "filerUrl": "", "transactionText": "", "filerName": "JUNG ANDREA", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "ownership": "I"}, {"maxAge": 1, "shares": {"raw": 3416, "fmt": "3.42k", "longFmt": "3,416"}, "filerUrl": "", "transactionText": "", "filerName": "BELL JAMES A", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 281, "fmt": "281", "longFmt": "281"}, "filerUrl": "", "transactionText": "", "filerName": "LOZANO MONICA C.", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 3416, "fmt": "3.42k", "longFmt": "3,416"}, "filerUrl": "", "transactionText": "", "filerName": "GORE ALBERT A JR", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17000, "fmt": "17k", "longFmt": "17,000"}, "value": {"raw": 2273749, "fmt": "2.27M", "longFmt": "2,273,749"}, "filerUrl": "", "transactionText": "Sale at price 131.79 - 134.56 per share.", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1612137600, "fmt": "2021-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 408, "fmt": "408", "longFmt": "408"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1606867200, "fmt": "2020-12-02"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 57480, "fmt": "57.48k", "longFmt": "57,480"}, "filerUrl": "", "transactionText": "", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1605225600, "fmt": "2020-11-13"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17000, "fmt": "17k", "longFmt": "17,000"}, "value": {"raw": 1877109, "fmt": "1.88M", "longFmt": "1,877,109"}, "filerUrl": "", "transactionText": "Sale at price 109.22 - 110.99 per share.", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1604361600, "fmt": "2020-11-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 14840, "fmt": "14.84k", "longFmt": "14,840"}, "value": {"raw": 1800686, "fmt": "1.8M", "longFmt": "1,800,686"}, "filerUrl": "", "transactionText": "Sale at price 121.34 per share.", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1602806400, "fmt": "2020-10-16"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 31200, "fmt": "31.2k", "longFmt": "31,200"}, "value": {"raw": 3737869, "fmt": "3.74M", "longFmt": "3,737,869"}, "filerUrl": "", "transactionText": "Sale at price 119.58 - 120.14 per share.", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1602806400, "fmt": "2020-10-16"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 23652, "fmt": "23.65k", "longFmt": "23,652"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1602720000, "fmt": "2020-10-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 66532, "fmt": "66.53k", "longFmt": "66,532"}, "filerUrl": "", "transactionText": "", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1602720000, "fmt": "2020-10-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 243431, "fmt": "243.43k", "longFmt": "243,431"}, "value": {"raw": 28454650, "fmt": "28.45M", "longFmt": "28,454,650"}, "filerUrl": "", "transactionText": "Sale at price 116.89 per share.", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1602201600, "fmt": "2020-10-09"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 257343, "fmt": "257.34k", "longFmt": "257,343"}, "value": {"raw": 29232596, "fmt": "29.23M", "longFmt": "29,232,596"}, "filerUrl": "", "transactionText": "Sale at price 113.52 - 114.19 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1601596800, "fmt": "2020-10-02"}, "ownership": "I"}, {"maxAge": 1, "shares": {"raw": 459856, "fmt": "459.86k", "longFmt": "459,856"}, "filerUrl": "", "transactionText": "", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1601510400, "fmt": "2020-10-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 519080, "fmt": "519.08k", "longFmt": "519,080"}, "filerUrl": "", "transactionText": "", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1601510400, "fmt": "2020-10-01"}, "ownership": "I"}, {"maxAge": 1, "shares": {"raw": 519080, "fmt": "519.08k", "longFmt": "519,080"}, "filerUrl": "", "transactionText": "", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1601510400, "fmt": "2020-10-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 265160, "fmt": "265.16k", "longFmt": "265,160"}, "value": {"raw": 131761779, "fmt": "131.76M", "longFmt": "131,761,779"}, "filerUrl": "", "transactionText": "Sale at price 493.50 - 500.11 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1598313600, "fmt": "2020-08-25"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 560000, "fmt": "560k", "longFmt": "560,000"}, "filerUrl": "", "transactionText": "", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1598227200, "fmt": "2020-08-24"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 10715, "fmt": "10.71k", "longFmt": "10,715"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1597881600, "fmt": "2020-08-20"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 4491, "fmt": "4.49k", "longFmt": "4,491"}, "value": {"raw": 1372539, "fmt": "1.37M", "longFmt": "1,372,539"}, "filerUrl": "", "transactionText": "Sale at price 305.62 per share.", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1588896000, "fmt": "2020-05-08"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 9590, "fmt": "9.59k", "longFmt": "9,590"}, "value": {"raw": 469389, "fmt": "469.39k", "longFmt": "469,389"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 48.95 per share.", "filerName": "JUNG ANDREA", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1588032000, "fmt": "2020-04-28"}, "ownership": "I"}, {"maxAge": 1, "shares": {"raw": 9137, "fmt": "9.14k", "longFmt": "9,137"}, "value": {"raw": 2605141, "fmt": "2.61M", "longFmt": "2,605,141"}, "filerUrl": "", "transactionText": "Sale at price 283.82 - 286.82 per share.", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1586995200, "fmt": "2020-04-16"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 5916, "fmt": "5.92k", "longFmt": "5,916"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1586908800, "fmt": "2020-04-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 16634, "fmt": "16.63k", "longFmt": "16,634"}, "filerUrl": "", "transactionText": "", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1586908800, "fmt": "2020-04-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 41062, "fmt": "41.06k", "longFmt": "41,062"}, "value": {"raw": 10858445, "fmt": "10.86M", "longFmt": "10,858,445"}, "filerUrl": "", "transactionText": "Sale at price 260.10 - 269.44 per share.", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1586217600, "fmt": "2020-04-07"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 41062, "fmt": "41.06k", "longFmt": "41,062"}, "value": {"raw": 9914186, "fmt": "9.91M", "longFmt": "9,914,186"}, "filerUrl": "", "transactionText": "Sale at price 238.03 - 244.98 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1585785600, "fmt": "2020-04-02"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 85678, "fmt": "85.68k", "longFmt": "85,678"}, "filerUrl": "", "transactionText": "", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1585699200, "fmt": "2020-04-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 85678, "fmt": "85.68k", "longFmt": "85,678"}, "filerUrl": "", "transactionText": "", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1585699200, "fmt": "2020-04-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1429, "fmt": "1.43k", "longFmt": "1,429"}, "value": {"raw": 434573, "fmt": "434.57k", "longFmt": "434,573"}, "filerUrl": "", "transactionText": "Sale at price 304.11 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1580688000, "fmt": "2020-02-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1429, "fmt": "1.43k", "longFmt": "1,429"}, "filerUrl": "", "transactionText": "", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1580428800, "fmt": "2020-01-31"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1429, "fmt": "1.43k", "longFmt": "1,429"}, "filerUrl": "", "transactionText": "", "filerName": "SUGAR RONALD D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1580428800, "fmt": "2020-01-31"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1429, "fmt": "1.43k", "longFmt": "1,429"}, "filerUrl": "", "transactionText": "", "filerName": "WAGNER SUSAN L", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1580428800, "fmt": "2020-01-31"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1429, "fmt": "1.43k", "longFmt": "1,429"}, "filerUrl": "", "transactionText": "", "filerName": "JUNG ANDREA", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1580428800, "fmt": "2020-01-31"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1429, "fmt": "1.43k", "longFmt": "1,429"}, "filerUrl": "", "transactionText": "", "filerName": "BELL JAMES A", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1580428800, "fmt": "2020-01-31"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1429, "fmt": "1.43k", "longFmt": "1,429"}, "filerUrl": "", "transactionText": "", "filerName": "GORE ALBERT A JR", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1580428800, "fmt": "2020-01-31"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 32889, "fmt": "32.89k", "longFmt": "32,889"}, "value": {"raw": 949081, "fmt": "949.08k", "longFmt": "949,081"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 28.86 per share.", "filerName": "GORE ALBERT A JR", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1580083200, "fmt": "2020-01-27"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 6880, "fmt": "6.88k", "longFmt": "6,880"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1577404800, "fmt": "2019-12-27"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 14370, "fmt": "14.37k", "longFmt": "14,370"}, "filerUrl": "", "transactionText": "", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1573603200, "fmt": "2019-11-13"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 37394, "fmt": "37.39k", "longFmt": "37,394"}, "value": {"raw": 9639799, "fmt": "9.64M", "longFmt": "9,639,799"}, "filerUrl": "", "transactionText": "Sale at price 257.79 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1572912000, "fmt": "2019-11-05"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 37394, "fmt": "37.39k", "longFmt": "37,394"}, "value": {"raw": 1079082, "fmt": "1.08M", "longFmt": "1,079,082"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 28.86 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1572912000, "fmt": "2019-11-05"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 3932, "fmt": "3.93k", "longFmt": "3,932"}, "value": {"raw": 917178, "fmt": "917.18k", "longFmt": "917,178"}, "filerUrl": "", "transactionText": "Sale at price 233.26 per share.", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1571184000, "fmt": "2019-10-16"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 12459, "fmt": "12.46k", "longFmt": "12,459"}, "value": {"raw": 2915904, "fmt": "2.92M", "longFmt": "2,915,904"}, "filerUrl": "", "transactionText": "Sale at price 234.04 per share.", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1571184000, "fmt": "2019-10-16"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 6915, "fmt": "6.92k", "longFmt": "6,915"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1571097600, "fmt": "2019-10-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 23967, "fmt": "23.97k", "longFmt": "23,967"}, "filerUrl": "", "transactionText": "", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1571097600, "fmt": "2019-10-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 61659, "fmt": "61.66k", "longFmt": "61,659"}, "value": {"raw": 14081680, "fmt": "14.08M", "longFmt": "14,081,680"}, "filerUrl": "", "transactionText": "Sale at price 226.58 - 229.34 per share.", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1570406400, "fmt": "2019-10-07"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 67554, "fmt": "67.55k", "longFmt": "67,554"}, "value": {"raw": 14797004, "fmt": "14.8M", "longFmt": "14,797,004"}, "filerUrl": "", "transactionText": "Sale at price 218.62 - 219.28 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1569974400, "fmt": "2019-10-02"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 129308, "fmt": "129.31k", "longFmt": "129,308"}, "filerUrl": "", "transactionText": "", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1569888000, "fmt": "2019-10-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 129308, "fmt": "129.31k", "longFmt": "129,308"}, "filerUrl": "", "transactionText": "", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1569888000, "fmt": "2019-10-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 265160, "fmt": "265.16k", "longFmt": "265,160"}, "value": {"raw": 54667179, "fmt": "54.67M", "longFmt": "54,667,179"}, "filerUrl": "", "transactionText": "Sale at price 205.75 - 207.13 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1566777600, "fmt": "2019-08-26"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 560000, "fmt": "560k", "longFmt": "560,000"}, "filerUrl": "", "transactionText": "", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1566518400, "fmt": "2019-08-23"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 23700, "fmt": "23.7k", "longFmt": "23,700"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1566432000, "fmt": "2019-08-22"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17500, "fmt": "17.5k", "longFmt": "17,500"}, "value": {"raw": 3529575, "fmt": "3.53M", "longFmt": "3,529,575"}, "filerUrl": "", "transactionText": "Sale at price 201.69 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1565568000, "fmt": "2019-08-12"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17500, "fmt": "17.5k", "longFmt": "17,500"}, "value": {"raw": 416950, "fmt": "416.95k", "longFmt": "416,950"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 23.83 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1565568000, "fmt": "2019-08-12"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1177, "fmt": "1.18k", "longFmt": "1,177"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "BELL JAMES A", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1564704000, "fmt": "2019-08-02"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17500, "fmt": "17.5k", "longFmt": "17,500"}, "value": {"raw": 3745350, "fmt": "3.75M", "longFmt": "3,745,350"}, "filerUrl": "", "transactionText": "Sale at price 214.02 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1564617600, "fmt": "2019-08-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17500, "fmt": "17.5k", "longFmt": "17,500"}, "value": {"raw": 416950, "fmt": "416.95k", "longFmt": "416,950"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 23.83 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1564617600, "fmt": "2019-08-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 4376, "fmt": "4.38k", "longFmt": "4,376"}, "value": {"raw": 951635, "fmt": "951.63k", "longFmt": "951,635"}, "filerUrl": "", "transactionText": "Sale at price 217.47 per share.", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1564617600, "fmt": "2019-08-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 35000, "fmt": "35k", "longFmt": "35,000"}, "value": {"raw": 7380100, "fmt": "7.38M", "longFmt": "7,380,100"}, "filerUrl": "", "transactionText": "Sale at price 210.86 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1556841600, "fmt": "2019-05-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 35000, "fmt": "35k", "longFmt": "35,000"}, "value": {"raw": 833900, "fmt": "833.9k", "longFmt": "833,900"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 23.83 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1556841600, "fmt": "2019-05-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 56411, "fmt": "56.41k", "longFmt": "56,411"}, "value": {"raw": 11866355, "fmt": "11.87M", "longFmt": "11,866,355"}, "filerUrl": "", "transactionText": "Sale at price 208.99 - 212.46 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1556755200, "fmt": "2019-05-02"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 6917, "fmt": "6.92k", "longFmt": "6,917"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1555286400, "fmt": "2019-04-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 23970, "fmt": "23.97k", "longFmt": "23,970"}, "filerUrl": "", "transactionText": "", "filerName": "O'BRIEN DEIRDRE", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1555286400, "fmt": "2019-04-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 51138, "fmt": "51.14k", "longFmt": "51,138"}, "value": {"raw": 10054242, "fmt": "10.05M", "longFmt": "10,054,242"}, "filerUrl": "", "transactionText": "Sale at price 196.61 per share.", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1554422400, "fmt": "2019-04-05"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 105400, "fmt": "105.4k", "longFmt": "105,400"}, "filerUrl": "", "transactionText": "", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1554076800, "fmt": "2019-04-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 105400, "fmt": "105.4k", "longFmt": "105,400"}, "filerUrl": "", "transactionText": "", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1554076800, "fmt": "2019-04-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 471, "fmt": "471", "longFmt": "471"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1550534400, "fmt": "2019-02-19"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1521, "fmt": "1.52k", "longFmt": "1,521"}, "filerUrl": "", "transactionText": "", "filerName": "IGER ROBERT A", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548979200, "fmt": "2019-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1521, "fmt": "1.52k", "longFmt": "1,521"}, "value": {"raw": 255087, "fmt": "255.09k", "longFmt": "255,087"}, "filerUrl": "", "transactionText": "Sale at price 167.71 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548979200, "fmt": "2019-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1521, "fmt": "1.52k", "longFmt": "1,521"}, "filerUrl": "", "transactionText": "", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548979200, "fmt": "2019-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1521, "fmt": "1.52k", "longFmt": "1,521"}, "filerUrl": "", "transactionText": "", "filerName": "SUGAR RONALD D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548979200, "fmt": "2019-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1521, "fmt": "1.52k", "longFmt": "1,521"}, "filerUrl": "", "transactionText": "", "filerName": "WAGNER SUSAN L", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548979200, "fmt": "2019-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1521, "fmt": "1.52k", "longFmt": "1,521"}, "filerUrl": "", "transactionText": "", "filerName": "JUNG ANDREA", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548979200, "fmt": "2019-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1521, "fmt": "1.52k", "longFmt": "1,521"}, "filerUrl": "", "transactionText": "", "filerName": "BELL JAMES A", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548979200, "fmt": "2019-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1521, "fmt": "1.52k", "longFmt": "1,521"}, "filerUrl": "", "transactionText": "", "filerName": "GORE ALBERT A JR", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548979200, "fmt": "2019-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 35000, "fmt": "35k", "longFmt": "35,000"}, "value": {"raw": 508098, "fmt": "508.1k", "longFmt": "508,098"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 14.52 per share.", "filerName": "GORE ALBERT A JR", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1548288000, "fmt": "2019-01-24"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 3408, "fmt": "3.41k", "longFmt": "3,408"}, "value": {"raw": 647520, "fmt": "647.52k", "longFmt": "647,520"}, "filerUrl": "", "transactionText": "Sale at price 190.00 per share.", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1542585600, "fmt": "2018-11-19"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 14371, "fmt": "14.37k", "longFmt": "14,371"}, "filerUrl": "", "transactionText": "", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1542067200, "fmt": "2018-11-13"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 6800, "fmt": "6.8k", "longFmt": "6,800"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1539561600, "fmt": "2018-10-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 64194, "fmt": "64.19k", "longFmt": "64,194"}, "value": {"raw": 14821664, "fmt": "14.82M", "longFmt": "14,821,664"}, "filerUrl": "", "transactionText": "Sale at price 227.96 - 232.66 per share.", "filerName": "AHRENDTS ANGELA J COUCH", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1538697600, "fmt": "2018-10-05"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 100245, "fmt": "100.25k", "longFmt": "100,245"}, "value": {"raw": 22912178, "fmt": "22.91M", "longFmt": "22,912,178"}, "filerUrl": "", "transactionText": "Sale at price 227.69 - 231.48 per share.", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1538611200, "fmt": "2018-10-04"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 61998, "fmt": "62k", "longFmt": "61,998"}, "value": {"raw": 14403787, "fmt": "14.4M", "longFmt": "14,403,787"}, "filerUrl": "", "transactionText": "Sale at price 232.19 - 232.70 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1538524800, "fmt": "2018-10-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 130528, "fmt": "130.53k", "longFmt": "130,528"}, "filerUrl": "", "transactionText": "", "filerName": "AHRENDTS ANGELA J COUCH", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1538352000, "fmt": "2018-10-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 130528, "fmt": "130.53k", "longFmt": "130,528"}, "filerUrl": "", "transactionText": "", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1538352000, "fmt": "2018-10-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 130528, "fmt": "130.53k", "longFmt": "130,528"}, "filerUrl": "", "transactionText": "", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1538352000, "fmt": "2018-10-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 265160, "fmt": "265.16k", "longFmt": "265,160"}, "value": {"raw": 57748442, "fmt": "57.75M", "longFmt": "57,748,442"}, "filerUrl": "", "transactionText": "Sale at price 216.96 - 218.54 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1535328000, "fmt": "2018-08-27"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 560000, "fmt": "560k", "longFmt": "560,000"}, "filerUrl": "", "transactionText": "", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1535068800, "fmt": "2018-08-24"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 23215, "fmt": "23.21k", "longFmt": "23,215"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "COOK TIMOTHY D", "filerRelation": "Chief Executive Officer", "moneyText": "", "startDate": {"raw": 1534809600, "fmt": "2018-08-21"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 14140, "fmt": "14.14k", "longFmt": "14,140"}, "value": {"raw": 3039838, "fmt": "3.04M", "longFmt": "3,039,838"}, "filerUrl": "", "transactionText": "Sale at price 214.50 - 215.50 per share.", "filerName": "SROUJI JOHNY", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1534464000, "fmt": "2018-08-17"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 675, "fmt": "675", "longFmt": "675"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1534291200, "fmt": "2018-08-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 47796, "fmt": "47.8k", "longFmt": "47,796"}, "value": {"raw": 9917670, "fmt": "9.92M", "longFmt": "9,917,670"}, "filerUrl": "", "transactionText": "Sale at price 207.50 per share.", "filerName": "FEDERIGHI CRAIG M", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1533772800, "fmt": "2018-08-09"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 15652, "fmt": "15.65k", "longFmt": "15,652"}, "value": {"raw": 3237714, "fmt": "3.24M", "longFmt": "3,237,714"}, "filerUrl": "", "transactionText": "Sale at price 205.29 - 207.72 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1533686400, "fmt": "2018-08-08"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 35000, "fmt": "35k", "longFmt": "35,000"}, "value": {"raw": 7236000, "fmt": "7.24M", "longFmt": "7,236,000"}, "filerUrl": "", "transactionText": "Sale at price 206.58 - 206.96 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1533254400, "fmt": "2018-08-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 35000, "fmt": "35k", "longFmt": "35,000"}, "value": {"raw": 896598, "fmt": "896.6k", "longFmt": "896,598"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 25.62 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1533254400, "fmt": "2018-08-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 15652, "fmt": "15.65k", "longFmt": "15,652"}, "value": {"raw": 2976664, "fmt": "2.98M", "longFmt": "2,976,664"}, "filerUrl": "", "transactionText": "Sale at price 190.14 - 190.53 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1531094400, "fmt": "2018-07-09"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 6568, "fmt": "6.57k", "longFmt": "6,568"}, "value": {"raw": 1240104, "fmt": "1.24M", "longFmt": "1,240,104"}, "filerUrl": "", "transactionText": "Sale at price 188.81 per share.", "filerName": "AHRENDTS ANGELA J COUCH", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1529020800, "fmt": "2018-06-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 13132, "fmt": "13.13k", "longFmt": "13,132"}, "filerUrl": "", "transactionText": "", "filerName": "AHRENDTS ANGELA J COUCH", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1528934400, "fmt": "2018-06-14"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 15653, "fmt": "15.65k", "longFmt": "15,653"}, "value": {"raw": 2988851, "fmt": "2.99M", "longFmt": "2,988,851"}, "filerUrl": "", "transactionText": "Sale at price 190.52 - 191.96 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1528416000, "fmt": "2018-06-08"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 4769, "fmt": "4.77k", "longFmt": "4,769"}, "value": {"raw": 903928, "fmt": "903.93k", "longFmt": "903,928"}, "filerUrl": "", "transactionText": "Sale at price 188.01 - 189.86 per share.", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1527811200, "fmt": "2018-06-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 9550, "fmt": "9.55k", "longFmt": "9,550"}, "filerUrl": "", "transactionText": "", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1527552000, "fmt": "2018-05-29"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 14976, "fmt": "14.98k", "longFmt": "14,976"}, "value": {"raw": 2811594, "fmt": "2.81M", "longFmt": "2,811,594"}, "filerUrl": "", "transactionText": "Sale at price 187.74 per share.", "filerName": "SROUJI JOHNY", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1527033600, "fmt": "2018-05-23"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17372, "fmt": "17.37k", "longFmt": "17,372"}, "value": {"raw": 3259604, "fmt": "3.26M", "longFmt": "3,259,604"}, "filerUrl": "", "transactionText": "Sale at price 187.15 - 188.68 per share.", "filerName": "RICCIO DANIEL J JR", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1526515200, "fmt": "2018-05-17"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 4867, "fmt": "4.87k", "longFmt": "4,867"}, "value": {"raw": 910129, "fmt": "910.13k", "longFmt": "910,129"}, "filerUrl": "", "transactionText": "Sale at price 187.00 per share.", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1526428800, "fmt": "2018-05-16"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 14371, "fmt": "14.37k", "longFmt": "14,371"}, "filerUrl": "", "transactionText": "", "filerName": "ADAMS KATHERINE L", "filerRelation": "General Counsel", "moneyText": "", "startDate": {"raw": 1525996800, "fmt": "2018-05-11"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 35000, "fmt": "35k", "longFmt": "35,000"}, "value": {"raw": 6509650, "fmt": "6.51M", "longFmt": "6,509,650"}, "filerUrl": "", "transactionText": "Sale at price 185.99 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1525824000, "fmt": "2018-05-09"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 35000, "fmt": "35k", "longFmt": "35,000"}, "value": {"raw": 896598, "fmt": "896.6k", "longFmt": "896,598"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 25.62 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1525824000, "fmt": "2018-05-09"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 15653, "fmt": "15.65k", "longFmt": "15,653"}, "value": {"raw": 2898551, "fmt": "2.9M", "longFmt": "2,898,551"}, "filerUrl": "", "transactionText": "Sale at price 184.52 - 186.00 per share.", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1525737600, "fmt": "2018-05-08"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 38228, "fmt": "38.23k", "longFmt": "38,228"}, "value": {"raw": 6748833, "fmt": "6.75M", "longFmt": "6,748,833"}, "filerUrl": "", "transactionText": "Sale at price 175.68 - 178.17 per share.", "filerName": "AHRENDTS ANGELA J COUCH", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1525392000, "fmt": "2018-05-04"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 11395, "fmt": "11.39k", "longFmt": "11,395"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "AHRENDTS ANGELA J COUCH", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1525305600, "fmt": "2018-05-03"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 39122, "fmt": "39.12k", "longFmt": "39,122"}, "value": {"raw": 6832932, "fmt": "6.83M", "longFmt": "6,832,932"}, "filerUrl": "", "transactionText": "Sale at price 174.65 - 174.90 per share.", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1523577600, "fmt": "2018-04-13"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 6803, "fmt": "6.8k", "longFmt": "6,803"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1523577600, "fmt": "2018-04-13"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 20591, "fmt": "20.59k", "longFmt": "20,591"}, "filerUrl": "", "transactionText": "", "filerName": "SROUJI JOHNY", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1523577600, "fmt": "2018-04-13"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 17375, "fmt": "17.38k", "longFmt": "17,375"}, "value": {"raw": 2938512, "fmt": "2.94M", "longFmt": "2,938,512"}, "filerUrl": "", "transactionText": "Sale at price 166.31 - 171.35 per share.", "filerName": "RICCIO DANIEL J JR", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522800000, "fmt": "2018-04-04"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 69491, "fmt": "69.49k", "longFmt": "69,491"}, "value": {"raw": 11564679, "fmt": "11.56M", "longFmt": "11,564,679"}, "filerUrl": "", "transactionText": "Sale at price 165.52 - 167.36 per share.", "filerName": "SCHILLER PHILIP W", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522713600, "fmt": "2018-04-03"}, "ownership": "I"}, {"maxAge": 1, "shares": {"raw": 69491, "fmt": "69.49k", "longFmt": "69,491"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "SCHILLER PHILIP W", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 130117, "fmt": "130.12k", "longFmt": "130,117"}, "filerUrl": "", "transactionText": "", "filerName": "SCHILLER PHILIP W", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 77062, "fmt": "77.06k", "longFmt": "77,062"}, "filerUrl": "", "transactionText": "", "filerName": "FEDERIGHI CRAIG M", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 77062, "fmt": "77.06k", "longFmt": "77,062"}, "filerUrl": "", "transactionText": "", "filerName": "AHRENDTS ANGELA J COUCH", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 130117, "fmt": "130.12k", "longFmt": "130,117"}, "filerUrl": "", "transactionText": "", "filerName": "WILLIAMS JEFFREY E", "filerRelation": "Chief Operating Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 77062, "fmt": "77.06k", "longFmt": "77,062"}, "filerUrl": "", "transactionText": "", "filerName": "MAESTRI LUCA", "filerRelation": "Chief Financial Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 63670, "fmt": "63.67k", "longFmt": "63,670"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "CUE EDUARDO H", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 130117, "fmt": "130.12k", "longFmt": "130,117"}, "filerUrl": "", "transactionText": "", "filerName": "CUE EDUARDO H", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 130117, "fmt": "130.12k", "longFmt": "130,117"}, "filerUrl": "", "transactionText": "", "filerName": "RICCIO DANIEL J JR", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1522368000, "fmt": "2018-03-30"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 675, "fmt": "675", "longFmt": "675"}, "filerUrl": "", "transactionText": "", "filerName": "KONDO CHRISTOPHER", "filerRelation": "Officer", "moneyText": "", "startDate": {"raw": 1518652800, "fmt": "2018-02-15"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 35000, "fmt": "35k", "longFmt": "35,000"}, "value": {"raw": 648350, "fmt": "648.35k", "longFmt": "648,350"}, "filerUrl": "", "transactionText": "Conversion of Exercise of derivative security at price 18.52 per share.", "filerName": "GORE ALBERT A JR", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1517875200, "fmt": "2018-02-06"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1825, "fmt": "1.82k", "longFmt": "1,825"}, "value": {"raw": 0, "fmt": null, "longFmt": "0"}, "filerUrl": "", "transactionText": "Stock Gift at price 0.00 per share.", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1517529600, "fmt": "2018-02-02"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1825, "fmt": "1.82k", "longFmt": "1,825"}, "filerUrl": "", "transactionText": "", "filerName": "IGER ROBERT A", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1517443200, "fmt": "2018-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1825, "fmt": "1.82k", "longFmt": "1,825"}, "filerUrl": "", "transactionText": "", "filerName": "LEVINSON ARTHUR D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1517443200, "fmt": "2018-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1825, "fmt": "1.82k", "longFmt": "1,825"}, "filerUrl": "", "transactionText": "", "filerName": "SUGAR RONALD D", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1517443200, "fmt": "2018-02-01"}, "ownership": "D"}, {"maxAge": 1, "shares": {"raw": 1825, "fmt": "1.82k", "longFmt": "1,825"}, "filerUrl": "", "transactionText": "", "filerName": "WAGNER SUSAN L", "filerRelation": "Director", "moneyText": "", "startDate": {"raw": 1517443200, "fmt": "2018-02-01"}, "ownership": "D"}], "maxAge": 1}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"insiderTransactions": {"type": "object", "properties": {"transactions": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "shares": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "value": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": ["null", "string"]}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "filerUrl": {"type": "string"}, "transactionText": {"type": "string"}, "filerName": {"type": "string"}, "filerRelation": {"type": "string"}, "moneyText": {"type": "string"}, "startDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "ownership": {"type": "string"}}, "required": ["filerName", "filerRelation", "filerUrl", "maxAge", "moneyText", "ownership", "shares", "startDate", "transactionText"]}}, "maxAge": {"type": "integer"}}, "required": ["maxAge", "transactions"]}}, "required": ["insiderTransactions"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/c9d7d1f1-bb68-4a72-8454-25d6ec8647db/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | stock/net-share-purchase-activity/{stock} | Get net share purchase activity information for a particular stock | 200 | Response | {"netSharePurchaseActivity": {"maxAge": 1, "period": "6m", "buyInfoCount": {"raw": 9, "fmt": "9", "longFmt": "9"}, "buyInfoShares": {"raw": 5776181, "fmt": "5.78M", "longFmt": "5,776,181"}, "buyPercentInsiderShares": {"raw": 0.666, "fmt": "66.60%"}, "sellInfoCount": {"raw": 7, "fmt": "7", "longFmt": "7"}, "sellInfoShares": {"raw": 2708472, "fmt": "2.71M", "longFmt": "2,708,472"}, "sellPercentInsiderShares": {"raw": 0.312, "fmt": "31.20%"}, "netInfoCount": {"raw": 16, "fmt": "16", "longFmt": "16"}, "netInfoShares": {"raw": 3067709, "fmt": "3.07M", "longFmt": "3,067,709"}, "netPercentInsiderShares": {"raw": 0.354, "fmt": "35.40%"}, "totalInsiderShares": {"raw": 11736419, "fmt": "11.74M", "longFmt": "11,736,419"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"netSharePurchaseActivity": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "period": {"type": "string"}, "buyInfoCount": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "buyInfoShares": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "buyPercentInsiderShares": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "sellInfoCount": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "sellInfoShares": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "sellPercentInsiderShares": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "netInfoCount": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "netInfoShares": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "netPercentInsiderShares": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "totalInsiderShares": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["buyInfoCount", "buyInfoShares", "buyPercentInsiderShares", "maxAge", "netInfoCount", "netInfoShares", "netPercentInsiderShares", "period", "sellInfoCount", "sellInfoShares", "sellPercentInsiderShares", "totalInsiderShares"]}}, "required": ["netSharePurchaseActivity"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/1063c3b8-4e01-41d3-bddf-bd0d8f5c8bdb/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | stock/recommendation-trend/{stock} | Get stock recommendations and trends. | 200 | Response | {"recommendationTrend": {"trend": [{"period": "0m", "strongBuy": 11, "buy": 21, "hold": 6, "sell": 0, "strongSell": 0}, {"period": "-1m", "strongBuy": 12, "buy": 21, "hold": 7, "sell": 0, "strongSell": 1}, {"period": "-2m", "strongBuy": 12, "buy": 21, "hold": 7, "sell": 0, "strongSell": 1}, {"period": "-3m", "strongBuy": 11, "buy": 16, "hold": 9, "sell": 2, "strongSell": 2}], "maxAge": 86400}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"recommendationTrend": {"type": "object", "properties": {"trend": {"type": "array", "items": {"type": "object", "properties": {"period": {"type": "string"}, "strongBuy": {"type": "integer"}, "buy": {"type": "integer"}, "hold": {"type": "integer"}, "sell": {"type": "integer"}, "strongSell": {"type": "integer"}}, "required": ["buy", "hold", "period", "sell", "strongBuy", "strongSell"]}}, "maxAge": {"type": "integer"}}, "required": ["maxAge", "trend"]}}, "required": ["recommendationTrend"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/7b704cce-08c7-47c1-9a81-654b22086062/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | stock/earnings/{stock} | Get earnings information for a particular stock | 200 | Response | {"earnings": {"maxAge": 86400, "earningsChart": {"quarterly": [{"date": "3Q2020", "actual": {"raw": 0.73, "fmt": "0.73"}, "estimate": {"raw": 0.7, "fmt": "0.70"}}, {"date": "4Q2020", "actual": {"raw": 1.68, "fmt": "1.68"}, "estimate": {"raw": 1.41, "fmt": "1.41"}}, {"date": "1Q2021", "actual": {"raw": 1.4, "fmt": "1.40"}, "estimate": {"raw": 0.99, "fmt": "0.99"}}, {"date": "2Q2021", "actual": {"raw": 1.3, "fmt": "1.30"}, "estimate": {"raw": 1.01, "fmt": "1.01"}}], "currentQuarterEstimate": {"raw": 1.23, "fmt": "1.23"}, "currentQuarterEstimateDate": "3Q", "currentQuarterEstimateYear": 2021, "earningsDate": [{"raw": 1635332340, "fmt": "2021-10-27"}, {"raw": 1635768000, "fmt": "2021-11-01"}]}, "financialsChart": {"yearly": [{"date": 2017, "revenue": {"raw": 229234000000, "fmt": "229.23B", "longFmt": "229,234,000,000"}, "earnings": {"raw": 48351000000, "fmt": "48.35B", "longFmt": "48,351,000,000"}}, {"date": 2018, "revenue": {"raw": 265595000000, "fmt": "265.6B", "longFmt": "265,595,000,000"}, "earnings": {"raw": 59531000000, "fmt": "59.53B", "longFmt": "59,531,000,000"}}, {"date": 2019, "revenue": {"raw": 260174000000, "fmt": "260.17B", "longFmt": "260,174,000,000"}, "earnings": {"raw": 55256000000, "fmt": "55.26B", "longFmt": "55,256,000,000"}}, {"date": 2020, "revenue": {"raw": 274515000000, "fmt": "274.51B", "longFmt": "274,515,000,000"}, "earnings": {"raw": 57411000000, "fmt": "57.41B", "longFmt": "57,411,000,000"}}], "quarterly": [{"date": "3Q2020", "revenue": {"raw": 64698000000, "fmt": "64.7B", "longFmt": "64,698,000,000"}, "earnings": {"raw": 12673000000, "fmt": "12.67B", "longFmt": "12,673,000,000"}}, {"date": "4Q2020", "revenue": {"raw": 111439000000, "fmt": "111.44B", "longFmt": "111,439,000,000"}, "earnings": {"raw": 28755000000, "fmt": "28.75B", "longFmt": "28,755,000,000"}}, {"date": "1Q2021", "revenue": {"raw": 89584000000, "fmt": "89.58B", "longFmt": "89,584,000,000"}, "earnings": {"raw": 23630000000, "fmt": "23.63B", "longFmt": "23,630,000,000"}}, {"date": "2Q2021", "revenue": {"raw": 81434000000, "fmt": "81.43B", "longFmt": "81,434,000,000"}, "earnings": {"raw": 21744000000, "fmt": "21.74B", "longFmt": "21,744,000,000"}}]}, "financialCurrency": "USD"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"earnings": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "earningsChart": {"type": "object", "properties": {"quarterly": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "actual": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "estimate": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}}, "required": ["actual", "date", "estimate"]}}, "currentQuarterEstimate": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "currentQuarterEstimateDate": {"type": "string"}, "currentQuarterEstimateYear": {"type": "integer"}, "earningsDate": {"type": "array", "items": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}}}, "required": ["currentQuarterEstimate", "currentQuarterEstimateDate", "currentQuarterEstimateYear", "earningsDate", "quarterly"]}, "financialsChart": {"type": "object", "properties": {"yearly": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "integer"}, "revenue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "earnings": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["date", "earnings", "revenue"]}}, "quarterly": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "revenue": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "earnings": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["date", "earnings", "revenue"]}}}, "required": ["quarterly", "yearly"]}, "financialCurrency": {"type": "string"}}, "required": ["earningsChart", "financialCurrency", "financialsChart", "maxAge"]}}, "required": ["earnings"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/4f780888-79b7-4ccb-ab27-7df0f4f8495f/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | stock/earnings-trend/{stock} | Get earnings trend earnings history information for a particular stock | 200 | Response | {"earningsTrend": {"trend": [{"maxAge": 1, "period": "0q", "endDate": "2021-09-30", "growth": {"raw": 0.685, "fmt": "68.50%"}, "earningsEstimate": {"avg": {"raw": 1.23, "fmt": "1.23"}, "low": {"raw": 1.05, "fmt": "1.05"}, "high": {"raw": 1.34, "fmt": "1.34"}, "yearAgoEps": {"raw": 0.73, "fmt": "0.73"}, "numberOfAnalysts": {"raw": 28, "fmt": "28", "longFmt": "28"}, "growth": {"raw": 0.685, "fmt": "68.50%"}}, "revenueEstimate": {"avg": {"raw": 84903200000, "fmt": "84.9B", "longFmt": "84,903,200,000"}, "low": {"raw": 77654100000, "fmt": "77.65B", "longFmt": "77,654,100,000"}, "high": {"raw": 90905000000, "fmt": "90.91B", "longFmt": "90,905,000,000"}, "numberOfAnalysts": {"raw": 26, "fmt": "26", "longFmt": "26"}, "yearAgoRevenue": {"raw": 64698000000, "fmt": "64.7B", "longFmt": "64,698,000,000"}, "growth": {"raw": 0.312, "fmt": "31.20%"}}, "epsTrend": {"current": {"raw": 1.23, "fmt": "1.23"}, "7daysAgo": {"raw": 1.23, "fmt": "1.23"}, "30daysAgo": {"raw": 1.22, "fmt": "1.22"}, "60daysAgo": {"raw": 1.12, "fmt": "1.12"}, "90daysAgo": {"raw": 1.11, "fmt": "1.11"}}, "epsRevisions": {"upLast7days": {"raw": 0, "fmt": null, "longFmt": "0"}, "upLast30days": {"raw": 1, "fmt": "1", "longFmt": "1"}, "downLast30days": {"raw": 2, "fmt": "2", "longFmt": "2"}, "downLast90days": []}}, {"maxAge": 1, "period": "+1q", "endDate": "2021-12-31", "growth": {"raw": 0.113000005, "fmt": "11.30%"}, "earningsEstimate": {"avg": {"raw": 1.87, "fmt": "1.87"}, "low": {"raw": 1.68, "fmt": "1.68"}, "high": {"raw": 2.09, "fmt": "2.09"}, "yearAgoEps": {"raw": 1.68, "fmt": "1.68"}, "numberOfAnalysts": {"raw": 22, "fmt": "22", "longFmt": "22"}, "growth": {"raw": 0.113000005, "fmt": "11.30%"}}, "revenueEstimate": {"avg": {"raw": 119498000000, "fmt": "119.5B", "longFmt": "119,498,000,000"}, "low": {"raw": 110108000000, "fmt": "110.11B", "longFmt": "110,108,000,000"}, "high": {"raw": 126431000000, "fmt": "126.43B", "longFmt": "126,431,000,000"}, "numberOfAnalysts": {"raw": 19, "fmt": "19", "longFmt": "19"}, "yearAgoRevenue": [], "growth": []}, "epsTrend": {"current": {"raw": 1.87, "fmt": "1.87"}, "7daysAgo": {"raw": 1.87, "fmt": "1.87"}, "30daysAgo": {"raw": 1.87, "fmt": "1.87"}, "60daysAgo": {"raw": 1.81, "fmt": "1.81"}, "90daysAgo": {"raw": 1.82, "fmt": "1.82"}}, "epsRevisions": {"upLast7days": {"raw": 1, "fmt": "1", "longFmt": "1"}, "upLast30days": {"raw": 1, "fmt": "1", "longFmt": "1"}, "downLast30days": {"raw": 0, "fmt": null, "longFmt": "0"}, "downLast90days": []}}, {"maxAge": 1, "period": "0y", "endDate": "2021-09-30", "growth": {"raw": 0.704, "fmt": "70.40%"}, "earningsEstimate": {"avg": {"raw": 5.59, "fmt": "5.59"}, "low": {"raw": 5.19, "fmt": "5.19"}, "high": {"raw": 5.91, "fmt": "5.91"}, "yearAgoEps": {"raw": 3.28, "fmt": "3.28"}, "numberOfAnalysts": {"raw": 42, "fmt": "42", "longFmt": "42"}, "growth": {"raw": 0.704, "fmt": "70.40%"}}, "revenueEstimate": {"avg": {"raw": 366395000000, "fmt": "366.39B", "longFmt": "366,395,000,000"}, "low": {"raw": 356159000000, "fmt": "356.16B", "longFmt": "356,159,000,000"}, "high": {"raw": 373362000000, "fmt": "373.36B", "longFmt": "373,362,000,000"}, "numberOfAnalysts": {"raw": 39, "fmt": "39", "longFmt": "39"}, "yearAgoRevenue": {"raw": 274515000000, "fmt": "274.51B", "longFmt": "274,515,000,000"}, "growth": {"raw": 0.335, "fmt": "33.50%"}}, "epsTrend": {"current": {"raw": 5.59, "fmt": "5.59"}, "7daysAgo": {"raw": 5.58, "fmt": "5.58"}, "30daysAgo": {"raw": 5.58, "fmt": "5.58"}, "60daysAgo": {"raw": 5.18, "fmt": "5.18"}, "90daysAgo": {"raw": 5.19, "fmt": "5.19"}}, "epsRevisions": {"upLast7days": {"raw": 1, "fmt": "1", "longFmt": "1"}, "upLast30days": {"raw": 3, "fmt": "3", "longFmt": "3"}, "downLast30days": {"raw": 0, "fmt": null, "longFmt": "0"}, "downLast90days": []}}, {"maxAge": 1, "period": "+1y", "endDate": "2022-09-30", "growth": {"raw": 0.021, "fmt": "2.10%"}, "earningsEstimate": {"avg": {"raw": 5.71, "fmt": "5.71"}, "low": {"raw": 5.05, "fmt": "5.05"}, "high": {"raw": 7.36, "fmt": "7.36"}, "yearAgoEps": {"raw": 5.59, "fmt": "5.59"}, "numberOfAnalysts": {"raw": 41, "fmt": "41", "longFmt": "41"}, "growth": {"raw": 0.021, "fmt": "2.10%"}}, "revenueEstimate": {"avg": {"raw": 380189000000, "fmt": "380.19B", "longFmt": "380,189,000,000"}, "low": {"raw": 354026000000, "fmt": "354.03B", "longFmt": "354,026,000,000"}, "high": {"raw": 399858000000, "fmt": "399.86B", "longFmt": "399,858,000,000"}, "numberOfAnalysts": {"raw": 38, "fmt": "38", "longFmt": "38"}, "yearAgoRevenue": {"raw": 366395000000, "fmt": "366.39B", "longFmt": "366,395,000,000"}, "growth": {"raw": 0.038, "fmt": "3.80%"}}, "epsTrend": {"current": {"raw": 5.71, "fmt": "5.71"}, "7daysAgo": {"raw": 5.67, "fmt": "5.67"}, "30daysAgo": {"raw": 5.67, "fmt": "5.67"}, "60daysAgo": {"raw": 5.35, "fmt": "5.35"}, "90daysAgo": {"raw": 5.35, "fmt": "5.35"}}, "epsRevisions": {"upLast7days": {"raw": 1, "fmt": "1", "longFmt": "1"}, "upLast30days": {"raw": 4, "fmt": "4", "longFmt": "4"}, "downLast30days": {"raw": 0, "fmt": null, "longFmt": "0"}, "downLast90days": []}}, {"maxAge": 1, "period": "+5y", "endDate": null, "growth": {"raw": 0.19610001, "fmt": "19.61%"}, "earningsEstimate": {"avg": [], "low": [], "high": [], "yearAgoEps": [], "numberOfAnalysts": [], "growth": []}, "revenueEstimate": {"avg": [], "low": [], "high": [], "numberOfAnalysts": [], "yearAgoRevenue": [], "growth": []}, "epsTrend": {"current": [], "7daysAgo": [], "30daysAgo": [], "60daysAgo": [], "90daysAgo": []}, "epsRevisions": {"upLast7days": [], "upLast30days": [], "downLast30days": [], "downLast90days": []}}, {"maxAge": 1, "period": "-5y", "endDate": null, "growth": {"raw": 0.08415, "fmt": "8.42%"}, "earningsEstimate": {"avg": [], "low": [], "high": [], "yearAgoEps": [], "numberOfAnalysts": [], "growth": []}, "revenueEstimate": {"avg": [], "low": [], "high": [], "numberOfAnalysts": [], "yearAgoRevenue": [], "growth": []}, "epsTrend": {"current": [], "7daysAgo": [], "30daysAgo": [], "60daysAgo": [], "90daysAgo": []}, "epsRevisions": {"upLast7days": [], "upLast30days": [], "downLast30days": [], "downLast90days": []}}], "maxAge": 1}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"earningsTrend": {"type": "object", "properties": {"trend": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "period": {"type": "string"}, "endDate": {"type": ["null", "string"]}, "growth": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "earningsEstimate": {"type": "object", "properties": {"avg": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}, "low": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}, "high": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}, "yearAgoEps": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}, "numberOfAnalysts": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "growth": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}}, "required": ["avg", "growth", "high", "low", "numberOfAnalysts", "yearAgoEps"]}, "revenueEstimate": {"type": "object", "properties": {"avg": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "low": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "high": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "numberOfAnalysts": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "yearAgoRevenue": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "growth": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}}, "required": ["avg", "growth", "high", "low", "numberOfAnalysts", "yearAgoRevenue"]}, "epsTrend": {"type": "object", "properties": {"current": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}, "7daysAgo": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}, "30daysAgo": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}, "60daysAgo": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}, "90daysAgo": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}}, "required": ["30daysAgo", "60daysAgo", "7daysAgo", "90daysAgo", "current"]}, "epsRevisions": {"type": "object", "properties": {"upLast7days": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": ["null", "string"]}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "upLast30days": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "downLast30days": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": ["null", "string"]}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}]}, "downLast90days": {"type": "array"}}, "required": ["downLast30days", "downLast90days", "upLast30days", "upLast7days"]}}, "required": ["earningsEstimate", "endDate", "epsRevisions", "epsTrend", "growth", "maxAge", "period", "revenueEstimate"]}}, "maxAge": {"type": "integer"}}, "required": ["maxAge", "trend"]}}, "required": ["earningsTrend"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/82693c96-6f60-48ca-9662-13af59059abd/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | stock/index-trend/{stock} | Get index trend earnings history information for a particular stock | 200 | Response | {"indexTrend": {"maxAge": 1, "symbol": "SP5", "peRatio": {"raw": 18.0945, "fmt": "18.09"}, "pegRatio": {"raw": 1.71507, "fmt": "1.72"}, "estimates": [{"period": "0q", "growth": {"raw": 0.253, "fmt": "0.25"}}, {"period": "+1q", "growth": {"raw": 0.39400002, "fmt": "0.39"}}, {"period": "0y", "growth": {"raw": 0.45400003, "fmt": "0.45"}}, {"period": "+1y", "growth": {"raw": 0.058000002, "fmt": "0.06"}}, {"period": "+5y", "growth": {"raw": 0.144783, "fmt": "0.14"}}, {"period": "-5y", "growth": []}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"indexTrend": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "symbol": {"type": "string"}, "peRatio": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "pegRatio": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "estimates": {"type": "array", "items": {"type": "object", "properties": {"period": {"type": "string"}, "growth": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}]}}, "required": ["growth", "period"]}}}, "required": ["estimates", "maxAge", "peRatio", "pegRatio", "symbol"]}}, "required": ["indexTrend"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/3376b172-1dc6-4946-b9f3-666d5637c233/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | stock/institution-ownership/{stock} | Get stock institution ownership. | 200 | Response | {"institutionOwnership": {"maxAge": 1, "ownershipList": [{"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "Vanguard Group, Inc. (The)", "pctHeld": {"raw": 0.0765, "fmt": "7.65%"}, "position": {"raw": 1264936543, "fmt": "1.26B", "longFmt": "1,264,936,543"}, "value": {"raw": 173245708929, "fmt": "173.25B", "longFmt": "173,245,708,929"}}, {"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "Blackrock Inc.", "pctHeld": {"raw": 0.0622, "fmt": "6.22%"}, "position": {"raw": 1028698316, "fmt": "1.03B", "longFmt": "1,028,698,316"}, "value": {"raw": 140890521359, "fmt": "140.89B", "longFmt": "140,890,521,359"}}, {"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "Berkshire Hathaway, Inc", "pctHeld": {"raw": 0.0537, "fmt": "5.37%"}, "position": {"raw": 887135554, "fmt": "887.14M", "longFmt": "887,135,554"}, "value": {"raw": 121502085475, "fmt": "121.5B", "longFmt": "121,502,085,475"}}, {"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "State Street Corporation", "pctHeld": {"raw": 0.0377, "fmt": "3.77%"}, "position": {"raw": 622579947, "fmt": "622.58M", "longFmt": "622,579,947"}, "value": {"raw": 85268549541, "fmt": "85.27B", "longFmt": "85,268,549,541"}}, {"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "FMR, LLC", "pctHeld": {"raw": 0.0212, "fmt": "2.12%"}, "position": {"raw": 350462986, "fmt": "350.46M", "longFmt": "350,462,986"}, "value": {"raw": 47999410562, "fmt": "48B", "longFmt": "47,999,410,562"}}, {"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "Geode Capital Management, LLC", "pctHeld": {"raw": 0.0154, "fmt": "1.54%"}, "position": {"raw": 254162496, "fmt": "254.16M", "longFmt": "254,162,496"}, "value": {"raw": 34810095452, "fmt": "34.81B", "longFmt": "34,810,095,452"}}, {"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "Northern Trust Corporation", "pctHeld": {"raw": 0.0117, "fmt": "1.17%"}, "position": {"raw": 193253001, "fmt": "193.25M", "longFmt": "193,253,001"}, "value": {"raw": 26467931016, "fmt": "26.47B", "longFmt": "26,467,931,016"}}, {"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "Price (T.Rowe) Associates Inc", "pctHeld": {"raw": 0.0117, "fmt": "1.17%"}, "position": {"raw": 192697039, "fmt": "192.7M", "longFmt": "192,697,039"}, "value": {"raw": 26391786461, "fmt": "26.39B", "longFmt": "26,391,786,461"}}, {"maxAge": 1, "reportDate": {"raw": 1609372800, "fmt": "2020-12-31"}, "organization": "Norges Bank Investment Management", "pctHeld": {"raw": 0.0101, "fmt": "1.01%"}, "position": {"raw": 167580974, "fmt": "167.58M", "longFmt": "167,580,974"}, "value": {"raw": 22236319440, "fmt": "22.24B", "longFmt": "22,236,319,440"}}, {"maxAge": 1, "reportDate": {"raw": 1625011200, "fmt": "2021-06-30"}, "organization": "Bank Of New York Mellon Corporation", "pctHeld": {"raw": 0.0093, "fmt": "0.93%"}, "position": {"raw": 153929495, "fmt": "153.93M", "longFmt": "153,929,495"}, "value": {"raw": 21082183635, "fmt": "21.08B", "longFmt": "21,082,183,635"}}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"institutionOwnership": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "ownershipList": {"type": "array", "items": {"type": "object", "properties": {"maxAge": {"type": "integer"}, "reportDate": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "organization": {"type": "string"}, "pctHeld": {"type": "object", "properties": {"raw": {"type": "number"}, "fmt": {"type": "string"}}, "required": ["fmt", "raw"]}, "position": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}, "value": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}}, "required": ["fmt", "longFmt", "raw"]}}, "required": ["maxAge", "organization", "pctHeld", "position", "reportDate", "value"]}}}, "required": ["maxAge", "ownershipList"]}}, "required": ["institutionOwnership"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/e4d5a6a7-c9f7-48ab-9585-15bf7301524d/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | stock/sec-filings/{stock} | Get stock SEC filings. | 200 | Response | {"secFilings": {"filings": [{"date": "2021-08-05", "epochDate": 1628199175, "type": "8-K", "title": "Other Events, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-21-237787&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-07-28", "epochDate": 1627470168, "type": "10-Q", "title": "Quarterly Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-21-000065&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-07-27", "epochDate": 1627421784, "type": "8-K", "title": "Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-21-000063&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-04-29", "epochDate": 1619694802, "type": "10-Q", "title": "Quarterly Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-21-000056&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-04-28", "epochDate": 1619645498, "type": "8-K", "title": "Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-21-000055&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-02-24", "epochDate": 1614202478, "type": "8-K", "title": "Submission of Matters to a Vote of Security Holders", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-21-054710&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-02-08", "epochDate": 1612819923, "type": "8-K", "title": "Other Events, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-21-032394&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-01-28", "epochDate": 1611831743, "type": "10-Q", "title": "Quarterly Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-21-000010&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-01-27", "epochDate": 1611783081, "type": "8-K", "title": "Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-21-000009&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-01-05", "epochDate": 1609882443, "type": "8-K", "title": "Change in Directors or Principal Officers", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-21-001982&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-10-30", "epochDate": 1604055976, "type": "10-K", "title": "Annual Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-20-000096&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-10-29", "epochDate": 1604007124, "type": "8-K", "title": "Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-20-000094&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-08-20", "epochDate": 1597959111, "type": "8-K", "title": "Other Events, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-20-225672&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-08-07", "epochDate": 1596838860, "type": "8-K", "title": "Amendments to Articles of Inc. or Bylaws; Change in Fiscal Year, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-20-213158&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-07-31", "epochDate": 1596193466, "type": "10-Q", "title": "Quarterly Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-20-000062&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-07-30", "epochDate": 1596153394, "type": "8-K", "title": "Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-20-000060&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-05-11", "epochDate": 1589229159, "type": "8-K", "title": "Disclosing Other Events, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-20-139112&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-05-01", "epochDate": 1588329945, "type": "10-Q", "title": "Quarterly Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-20-000052&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-04-30", "epochDate": 1588278795, "type": "8-K", "title": "Disclosing Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-20-000050&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-02-18", "epochDate": 1582025728, "type": "8-K", "title": "Disclosing Regulation FD Disclosure, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-20-039203&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-01-29", "epochDate": 1580296028, "type": "10-Q", "title": "Quarterly Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-20-000010&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-01-28", "epochDate": 1580247103, "type": "8-K", "title": "Disclosing Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-20-000008&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2019-11-15", "epochDate": 1573817072, "type": "8-K", "title": "Disclosing Other Events, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-19-292676&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2019-10-31", "epochDate": 1572516447, "type": "10-K", "title": "Annual Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-19-000119&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2019-10-30", "epochDate": 1572467523, "type": "8-K", "title": "Disclosing Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-19-000117&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2019-09-11", "epochDate": 1568233320, "type": "8-K", "title": "Disclosing Other Events, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-19-242975&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2019-07-31", "epochDate": 1564605221, "type": "10-Q", "title": "Quarterly Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-19-000076&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2019-07-30", "epochDate": 1564518682, "type": "8-K", "title": "Disclosing Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-19-000073&nav=1&src=Yahoo", "maxAge": 1}], "maxAge": 86400}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"secFilings": {"type": "object", "properties": {"filings": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "epochDate": {"type": "integer"}, "type": {"type": "string"}, "title": {"type": "string"}, "edgarUrl": {"type": "string"}, "maxAge": {"type": "integer"}}, "required": ["date", "edgarUrl", "epochDate", "maxAge", "title", "type"]}}, "maxAge": {"type": "integer"}}, "required": ["filings", "maxAge"]}}, "required": ["secFilings"]} |
edf34699-71c8-4f4b-841c-d2b7cadc8755/9d167653-0a1d-4d3c-932a-7648fba5fd2a/0/0 | Mboum Finance | Mboum Finance Official API for stocks, options, ETFs, mutual funds, SEC Data, news, screeners and more! | 9.8 | v1/stock/sec-filings | Get stock SEC filings. | 200 | Response | {"secFilings": {"filings": [{"date": "2021-08-05", "epochDate": 1628199175, "type": "8-K", "title": "Other Events, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-21-237787&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-07-28", "epochDate": 1627470168, "type": "10-Q", "title": "Quarterly Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-21-000065&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-07-27", "epochDate": 1627421784, "type": "8-K", "title": "Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-21-000063&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-04-29", "epochDate": 1619694802, "type": "10-Q", "title": "Quarterly Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-21-000056&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-04-28", "epochDate": 1619645498, "type": "8-K", "title": "Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-21-000055&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-02-24", "epochDate": 1614202478, "type": "8-K", "title": "Submission of Matters to a Vote of Security Holders", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-21-054710&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-02-08", "epochDate": 1612819923, "type": "8-K", "title": "Other Events, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-21-032394&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-01-28", "epochDate": 1611831743, "type": "10-Q", "title": "Quarterly Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-21-000010&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-01-27", "epochDate": 1611783081, "type": "8-K", "title": "Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-21-000009&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2021-01-05", "epochDate": 1609882443, "type": "8-K", "title": "Change in Directors or Principal Officers", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-21-001982&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-10-30", "epochDate": 1604055976, "type": "10-K", "title": "Annual Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-20-000096&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-10-29", "epochDate": 1604007124, "type": "8-K", "title": "Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-20-000094&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-08-20", "epochDate": 1597959111, "type": "8-K", "title": "Other Events, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-20-225672&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-08-07", "epochDate": 1596838860, "type": "8-K", "title": "Amendments to Articles of Inc. or Bylaws; Change in Fiscal Year, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-20-213158&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-07-31", "epochDate": 1596193466, "type": "10-Q", "title": "Quarterly Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-20-000062&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-07-30", "epochDate": 1596153394, "type": "8-K", "title": "Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-20-000060&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-05-11", "epochDate": 1589229159, "type": "8-K", "title": "Disclosing Other Events, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-20-139112&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-05-01", "epochDate": 1588329945, "type": "10-Q", "title": "Quarterly Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-20-000052&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-04-30", "epochDate": 1588278795, "type": "8-K", "title": "Disclosing Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-20-000050&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-02-18", "epochDate": 1582025728, "type": "8-K", "title": "Disclosing Regulation FD Disclosure, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-20-039203&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-01-29", "epochDate": 1580296028, "type": "10-Q", "title": "Quarterly Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-20-000010&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2020-01-28", "epochDate": 1580247103, "type": "8-K", "title": "Disclosing Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-20-000008&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2019-11-15", "epochDate": 1573817072, "type": "8-K", "title": "Disclosing Other Events, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-19-292676&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2019-10-31", "epochDate": 1572516447, "type": "10-K", "title": "Annual Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-19-000119&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2019-10-30", "epochDate": 1572467523, "type": "8-K", "title": "Disclosing Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-19-000117&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2019-09-11", "epochDate": 1568233320, "type": "8-K", "title": "Disclosing Other Events, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0001193125-19-242975&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2019-07-31", "epochDate": 1564605221, "type": "10-Q", "title": "Quarterly Report", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-19-000076&nav=1&src=Yahoo", "maxAge": 1}, {"date": "2019-07-30", "epochDate": 1564518682, "type": "8-K", "title": "Disclosing Results of Operations and Financial Condition, Financial Statements and Exhibits", "edgarUrl": "https://yahoo.brand.edgar-online.com/DisplayFiling.aspx?TabIndex=2&dcn=0000320193-19-000073&nav=1&src=Yahoo", "maxAge": 1}], "maxAge": 86400}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"secFilings": {"type": "object", "properties": {"filings": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "epochDate": {"type": "integer"}, "type": {"type": "string"}, "title": {"type": "string"}, "edgarUrl": {"type": "string"}, "maxAge": {"type": "integer"}}, "required": ["date", "edgarUrl", "epochDate", "maxAge", "title", "type"]}}, "maxAge": {"type": "integer"}}, "required": ["filings", "maxAge"]}}, "required": ["secFilings"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.