Nomas API Guide
Simple step-by-step guide to get started with the Nomas financial data API
Access comprehensive financial data including company facts, insider trading, FTD data, and Form 13F holdings. Sign up for a free account to get started.
Quick Start Guide
Create Your API Key
Go to your Account Management page and create an API key. This key will be used to authenticate your API requests.
Add API Key to Environment
In the API playground below, click the settings icon and add your API key to the X-API-Key environment variable.
Test Your First Request
Try the interactive examples below to test your API key and see the data in action.
Rate Limits
Rate limits are enforced per minute and vary based on your subscription tier.
Public
60 requests per minute
Basic endpoints only
Free
120 requests per minute
Basic company data
Professional
300 requests per minute
+ Insider trading & FTD data
Business
600 requests per minute
+ Portfolio management & real-time
API Endpoints
/api/v1/dataview/companyView/{concept}/{cik}
Get company facts data for a specific concept and CIK
📋Parameters:
💻Example:
/api/v1/dataview/conceptView/{cik}
Get available concepts for a company
📋Parameters:
💻Example:
/api/v1/dataview/conceptDetail/{concept}
Get detailed information about a specific concept
📋Parameters:
💻Example:
/api/v1/dataview/ftdCompanyList
Get list of companies with FTD data
📋Parameters:
💻Example:
/api/v1/dataview/ftdView/{cusip}
Get FTD data for a specific CUSIP
📋Parameters:
💻Example:
/api/v1/dataview/insiderCompanyList
Get list of companies with insider trading data
📋Parameters:
💻Example:
/api/v1/dataview/insiderTradingView/{cik}/{insiderTable}
Get insider trading data by table type
📋Parameters:
💻Example:
/api/v1/dataview/form13f/filingmanagers
Get list of Form 13F filing managers
📋Parameters:
💻Example:
/api/v1/dataview/form13f/data/cik/{cik}
Get Form 13F data for a specific filing manager CIK
📋Parameters:
💻Example:
/api/v1/dataview/companyList
Get list of all companies
📋Parameters:
💻Example:
/api/v1/dataview/companyDetail/{cik}
Get detailed company information
📋Parameters:
💻Example:
Ready to Get Started?
Sign up for a free account to create your API key and start accessing financial data.