Skip to main content

NanceFi API Documentation

Welcome to the documentation for NanceFi's SEC filings API. Our API allows you to access structured data from the Securities and Exchange Commission (SEC) filings. You can retrieve data on various companies and filings, such as annual reports, quarterly reports, and more.

Endpoints

Our API has two endpoints:

1. List Companies

Endpoint: /companies

This endpoint returns a list of all the available companies for which we have SEC filings data. You can use the company's name or ticker symbol to retrieve filings data for that company.

2. Retrieve Filing

Endpoint: /filing

This endpoint retrieves a filing for a given company and year. You must provide the company's name or ticker symbol, as well as the year of the filing. The response will include the filing data in a structured format.

Authentication

To access our API, you will need to authenticate using an API key. You can obtain an API key by signing up for an account on our website.

Rate Limits

Our API has rate limits in place to prevent abuse and ensure fair usage. You can make up to 100 requests per minute. If you exceed this limit, your requests will be throttled and you will receive an error response.

Getting Started

To get started with our API, please refer to the documentation for each endpoint. You can also try out our API using the interactive console on our website. If you have any questions or issues, please contact our support team.