# OpenInsider adapter reference Use this as compact context for the OpenInsider adapter in bluedoor. Primary URLs: - Landing page: https://bluedoor.sh/adapters/openinsider - Docs: https://bluedoor.sh/adapters/openinsider/docs - OpenAPI JSON: https://bluedoor.sh/adapters/openinsider/docs/openapi.json - bluedoor adapter API base URL: https://api.bluedoor.sh/adapters/openinsider/v1 - Current source API host: https://api.oifin.bluedoor.sh - Source health: https://api.oifin.bluedoor.sh/v1/health - Source catalog: https://api.oifin.bluedoor.sh/v1/endpoints Role: - Adapter ID: oifin - Upstream: openinsider.com - Summary: OpenInsider-backed insider-trading routes optimized for role, window, and cluster-buy analysis. - Fit: Use this adapter when OpenInsider-style insider transaction screens are needed directly. - Adapters are not standalone bluedoor products. They are source-native connectors that power larger APIs, especially Financial Data. Coverage: - Insider transactions - Ticker insider history - Cluster buying - Role and date filters Representative routes: - GET /v1/screener: Screener Example: https://api.oifin.bluedoor.sh/v1/screener - GET /v1/latest/{preset}: Latest trades Example: https://api.oifin.bluedoor.sh/v1/latest/insider-trading - GET /v1/pulse/daily-csv: Daily pulse CSV Example: https://api.oifin.bluedoor.sh/v1/pulse/daily-csv - GET /v1/industry/{sic}/trades: Industry trades Example: https://api.oifin.bluedoor.sh/v1/industry/3571/trades - GET /v1/insider/{cik}/trades: Insider trades Example: https://api.oifin.bluedoor.sh/v1/insider/1214156/trades - GET /v1/ticker/{symbol}/insiders: Ticker insiders Example: https://api.oifin.bluedoor.sh/v1/ticker/AAPL/insiders - GET /v1/top/{role}/{direction}/{window}: Top trades Example: https://api.oifin.bluedoor.sh/v1/top/insider/purchases/day Examples: ```bash curl "https://api.bluedoor.sh/adapters/openinsider/v1/health" curl "https://api.bluedoor.sh/adapters/openinsider/v1/screener" curl "https://bluedoor.sh/adapters/openinsider/docs/openapi.json" ```