> ## Documentation Index
> Fetch the complete documentation index at: https://docs.finvera.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> The Fundamentals API provides standardized financial statements for publicly traded companies, including balance sheets, income statements, and cash flow statements. This REST API offers comprehensive financial data with flexible filtering, sorting, and pagination capabilities.

Access three core financial statement types:

* **Balance Sheets** - Assets, liabilities, and equity positions
* **Income Statements** - Revenue, expenses, and profitability metrics
* **Cash Flow Statements** - Operating, investing, and financing cash flows

The API supports quarterly and annual reporting periods, with cash flow statements also available as trailing twelve months data.

## Key Features

### Flexible Filtering

Query financial data using multiple filter criteria:

* Company identification via CIK (Central Index Key) or ticker symbols
* Time-based filtering by fiscal year, quarter, or specific period end dates
* Timeframe selection (quarterly, annual, trailing\_twelve\_months)

### Pagination & Sorting

* Cursor-based pagination with configurable page sizes (1-1000 records)
* Sort by period end date, fiscal year, or fiscal quarter in ascending/descending order
* Navigation links provided in responses for seamless data traversal

### Standardized Data Structure

All financial metrics are normalized and consistently formatted across companies, enabling reliable cross-company analysis and historical comparisons.

## Base URL

All endpoints are accessible via:

```
https://api.finvera.news/stocks
```

This API is ideal for financial analysis applications, portfolio management systems, and research platforms requiring reliable, standardized financial statement data.
