Skip to main content
GET
/
api
/
v3
/
fundamentals
Company Fundamentals V3
curl --request GET \
  --url 'https://api.example.com/api/v3/fundamentals?token='
{
  "ok": "true",
  "data": []
}
{
  "ok": "true",
  "data": []
}

Authorizations

token
string
query
required

Query Parameters

symbols
string
required

Comma-separated list of stock ticker symbols (e.g., AAPL,MSFT,GOOGL). Required.

from
string

Start date for query. Supports multiple formats: YYYY-MM-DD (e.g., 2024-01-01), YTD (year-to-date from Jan 1), or relative dates like 1MONTH/1m/1M (1 month ago), 1WEEK/1w/1W (1 week ago), 1DAY/1d/1D (1 day ago)

to
string

End date for query. Format: YYYY-MM-DD (e.g., 2024-12-31). Returns data up to and including this date. Defaults to current date if not specified.

date
string

Report type filter for financial statements. Supported values: TTM (trailing twelve months), A (as originally reported), R (restated values), P (preliminary announcements)

Response

Latest fundamentals data with enhanced coverage and quality

The response is of type object.