FMP Node API Documentation
Insider Trading Endpoints
The Insider Trading Endpoints provide access to real-time and historical insider trading data, transaction types, CIK mapping, beneficial ownership, and fail-to-deliver information. These endpoints help you analyze insider activity, compliance, and market sentiment.
⚠️ Deprecation Notice: Some endpoints use API version v4 which will be deprecated. Please use stable endpoints when available.
Available Methods
Method | Endpoint | Description |
---|---|---|
GET | /stable/insider-trading/latest | Get real-time insider trading RSS feed |
GET | /stable/insider-trading/search | Search insider trades by symbol, CIK, or type |
GET | /stable/insider-trading-transaction-type | Get all insider transaction types |
GET | /v4/insider-roaster | Get insiders by symbol (DEPRECATED) |
GET | /stable/insider-trading/statistics | Get insider trade statistics |
GET | /v4/mapper-cik-name | Get CIK to name mapping or search by name (DEPRECATED) |
GET | /v4/mapper-cik-company/{symbol} | Get CIK for a specific symbol (DEPRECATED) |
GET | /stable/acquisition-of-beneficial-ownership | Get beneficial ownership acquisitions |
GET | /v4/fail_to_deliver | Get fail to deliver data (DEPRECATED) |
Get Insider Trading RSS Feed
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
page | number | No | Page number for pagination (default: 0) |
limit | number | No | Limit number of results (default: 100) |
Example Response
Search Insider Trades
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbol | string | No | Stock symbol to filter by |
reportingCik | string | No | Reporting CIK to filter by |
companyCik | string | No | Company CIK to filter by |
transactionType | string | No | Transaction type to filter by |
page | number | No | Page number for pagination (default: 0) |
limit | number | No | Limit number of results (default: 100) |
Example Response
Get Transaction Types
Example Response
Get Insiders by Symbol
⚠️ Deprecated: This endpoint uses API version v4 which will be deprecated. Please use stable endpoints when available.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbol | string | Yes | Stock symbol |
Example Response
Get Insider Trade Statistics
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbol | string | Yes | Stock symbol |
Example Response
Get CIK Mapper
⚠️ Deprecated: This endpoint uses API version v4 which will be deprecated. Please use stable endpoints when available.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
page | number | Yes | Page number for pagination |
Example Response
Get CIK Mapper by Name
⚠️ Deprecated: This endpoint uses API version v4 which will be deprecated. Please use stable endpoints when available.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
name | string | Yes | Name to search for |
page | number | No | Page number for pagination (default: 0) |
Example Response
Get CIK Mapper by Symbol
⚠️ Deprecated: This endpoint uses API version v4 which will be deprecated. Please use stable endpoints when available.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbol | string | Yes | Stock symbol |
Note: This endpoint returns a single object, not an array.
Example Response
Get Beneficial Ownership
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbol | string | Yes | Stock symbol |
Example Response
Get Fail to Deliver Data
⚠️ Deprecated: This endpoint uses API version v4 which will be deprecated. Please use stable endpoints when available.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbol | string | Yes | Stock symbol |
page | number | No | Page number for pagination (default: 0) |
Example Response
Convenience Methods
The insider endpoints also provide convenience methods for common use cases:
Error Handling
Always check the success
property before accessing data
:
See Also
Documentation
Quotes
Information
Resources
Insider Trading Endpoints
The Insider Trading Endpoints provide access to real-time and historical insider trading data, transaction types, CIK mapping, beneficial ownership, and fail-to-deliver information. These endpoints help you analyze insider activity, compliance, and market sentiment.
⚠️ Deprecation Notice: Some endpoints use API version v4 which will be deprecated. Please use stable endpoints when available.
Available Methods
Method | Endpoint | Description |
---|---|---|
GET | /stable/insider-trading/latest | Get real-time insider trading RSS feed |
GET | /stable/insider-trading/search | Search insider trades by symbol, CIK, or type |
GET | /stable/insider-trading-transaction-type | Get all insider transaction types |
GET | /v4/insider-roaster | Get insiders by symbol (DEPRECATED) |
GET | /stable/insider-trading/statistics | Get insider trade statistics |
GET | /v4/mapper-cik-name | Get CIK to name mapping or search by name (DEPRECATED) |
GET | /v4/mapper-cik-company/{symbol} | Get CIK for a specific symbol (DEPRECATED) |
GET | /stable/acquisition-of-beneficial-ownership | Get beneficial ownership acquisitions |
GET | /v4/fail_to_deliver | Get fail to deliver data (DEPRECATED) |
Get Insider Trading RSS Feed
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
page | number | No | Page number for pagination (default: 0) |
limit | number | No | Limit number of results (default: 100) |
Example Response
Search Insider Trades
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbol | string | No | Stock symbol to filter by |
reportingCik | string | No | Reporting CIK to filter by |
companyCik | string | No | Company CIK to filter by |
transactionType | string | No | Transaction type to filter by |
page | number | No | Page number for pagination (default: 0) |
limit | number | No | Limit number of results (default: 100) |
Example Response
Get Transaction Types
Example Response
Get Insiders by Symbol
⚠️ Deprecated: This endpoint uses API version v4 which will be deprecated. Please use stable endpoints when available.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbol | string | Yes | Stock symbol |
Example Response
Get Insider Trade Statistics
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbol | string | Yes | Stock symbol |
Example Response
Get CIK Mapper
⚠️ Deprecated: This endpoint uses API version v4 which will be deprecated. Please use stable endpoints when available.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
page | number | Yes | Page number for pagination |
Example Response
Get CIK Mapper by Name
⚠️ Deprecated: This endpoint uses API version v4 which will be deprecated. Please use stable endpoints when available.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
name | string | Yes | Name to search for |
page | number | No | Page number for pagination (default: 0) |
Example Response
Get CIK Mapper by Symbol
⚠️ Deprecated: This endpoint uses API version v4 which will be deprecated. Please use stable endpoints when available.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbol | string | Yes | Stock symbol |
Note: This endpoint returns a single object, not an array.
Example Response
Get Beneficial Ownership
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbol | string | Yes | Stock symbol |
Example Response
Get Fail to Deliver Data
⚠️ Deprecated: This endpoint uses API version v4 which will be deprecated. Please use stable endpoints when available.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbol | string | Yes | Stock symbol |
page | number | No | Page number for pagination (default: 0) |
Example Response
Convenience Methods
The insider endpoints also provide convenience methods for common use cases:
Error Handling
Always check the success
property before accessing data
: