Skip to main content
Roughly 1,900 US companies, built from SEC filings. Where the macro data describes economies, this describes the companies inside them, and it is wired the same way: a company is an entity, and everything about it is an observation against that entity. That means the request you already learned works here. company_AAPL behaves exactly like country_TUR, and a fundamentals row carries the same provenance and trust fields as an inflation print.

Finding a company

Tickers are convenient and ambiguous. Search resolves names, tickers and CIKs to the canonical entity.
Response

Fetching fundamentals

Statements, derived multiples, filing metadata and insider transactions all arrive through this one call.

The annual row trap

This is the single most important thing on this page, and the mistake is silent. Fundamentals carry a full-year FY row and a Q4 row on the same date. They are not duplicates and they are not additive. Both are correct; they answer different questions.
Never sum four quarters to get an annual figure. The FY row is already in the response, so summing double counts the year.For quarterly data, filter the FY rows out. For annual data, take the FY row.
A chart that plots the unfiltered series shows a spike every fourth quarter. If you have ever seen that shape in a fundamentals chart, this was why.

Screening

Screeners run the filter server side and return matching companies, which is far cheaper than pulling the universe and filtering locally.

Coverage caveats

US only. Companies filing with the SEC. No international filers. Filing lag is real. A figure appears when the filing is made, not when the quarter ends, and that gap runs to weeks. releaseDate is the field that matters for anything point in time. Restatements happen. A company can revise a prior period, so today’s history is not necessarily the history you fetched last month. Store releaseDate and reconstruct. Prices are a separate dataset. Market capitalisation and price based multiples depend on market feeds with their own freshness and their own licensing. See Markets.

Companies endpoints

Every company route, with a playground.

Trust metadata

The flags that decide whether a row belongs in a model.