API call to finnhub
https://gateway.apiosk.com/finnhub/stock/insider-transactionsOverview
API call to finnhub
Protocol
x402
Price
$0.10
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
gateway
Source
bazaar
Indexed
2026-06-29 12:15:03
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"from": {
"description": "From date, YYYY-MM-DD",
"required": false,
"type": "string"
},
"symbol": {
"description": "Stock symbol. Leave blank for the latest across all companies.",
"required": true,
"type": "string"
},
"to": {
"description": "To date, YYYY-MM-DD",
"required": false,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"data": [
{
"change": -50000,
"filingDate": "2026-05-02",
"name": "Cook Timothy D",
"share": 3280000,
"transactionCode": "S",
"transactionDate": "2026-04-30",
"transactionPrice": 210.5
}
],
"symbol": "AAPL"
}