Free tier — 100 API requests/day — no card required
Already have an account? Sign in
Real-time SEC Form 4 insider trading intelligence. Track every buy, sell, and signal from corporate insiders.
const trades = await revorian.getTransactions({ ticker: 'TSLA', filter: 'buys' }) // => { "insider": "Elon Musk", "type": "buy", "shares": 10000, "value": "$2.4M" }▌
const trades = await revorian.getTransactions({ ticker: 'TSLA', filter: 'buys' }) // => { "insider": "Elon Musk", "type": "buy", "shares": 10000, "value": "$2.4M" }
▌