Request an API key
Back to Craft.co
Search…
Introduction
About GraphQL
Authentication
Troubleshooting
Company Data API
Company Data API Introduction
Getting started
Query Parameters
Data Categories
Basic Company Information
Financials
Private Valuation
Funding Rounds
Income Statement
Cash Flow Statement
Balance Sheet
Revenue Breakdown
Acquisitions
Analyst Ratings
Filing
Stock Summary
Latest Z Score
Ratios
Human capital
Operating data
GraphQL Enums
Core data types
Query examples
Restrictions on Usage
Usage
Added Companies API
Newly Profiled Companies API Introduction
Query
Alerts API
Alerts API Introduction
Getting started
Alerts API Queries
Alerts API Reference
Query examples
Restrictions on Usage
Powered By
GitBook
Latest Z Score
The most recent Altman Z Score for this company
Fields
Field
Type
Description
period
​
Period
​
Z score period (most recent value)
value
Float
Z score value (most recent)
Query example
1
# query
2
query
findCompanyByDomain
(
$domain
:
String
!
)
{
3
company
(
domain
:
$domain
)
{
4
latestZScore
{
5
period
{
6
endDate
7
periodType
8
}
9
value
10
}
11
}
12
}
13
​
14
# variables
15
{
"domain"
:
"facebook.com"
}
Copied!
Previous
Stock Summary
Next
Ratios
Last modified
2yr ago
Copy link
Contents
Fields
Query example