Xignite FactSet Fundamentals API
Company fundamentals and financial statement data sourced from FactSet, served from the factsetfundamentals.xignite.com service.
Company fundamentals and financial statement data sourced from FactSet, served from the factsetfundamentals.xignite.com service.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/xignite-factset-fundamentals-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: XigniteBonds CloudAlerts Xignite Fact Set Fundamentals API
version: 1.0.3
servers:
- url: https://factsetfundamentals.xignite.com
security:
- basic: []
tags:
- name: XigniteFactSetFundamentals
paths:
/xFactSetFundamentals/ListCompanies:
get:
tags:
- XigniteFactSetFundamentals
parameters:
- name: MarketIdentificationCode
in: query
schema:
type: string
- name: StartSymbol
in: query
schema:
type: string
- name: EndSymbol
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/CompanyList'
text/json:
schema:
$ref: '#/components/schemas/CompanyList'
application/xml:
schema:
$ref: '#/components/schemas/CompanyList'
text/xml:
schema:
$ref: '#/components/schemas/CompanyList'
text/csv:
schema:
$ref: '#/components/schemas/CompanyList'
/xFactSetFundamentals/ListExchanges:
get:
tags:
- XigniteFactSetFundamentals
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ExchangeList'
text/json:
schema:
$ref: '#/components/schemas/ExchangeList'
application/xml:
schema:
$ref: '#/components/schemas/ExchangeList'
text/xml:
schema:
$ref: '#/components/schemas/ExchangeList'
text/csv:
schema:
$ref: '#/components/schemas/ExchangeList'
/xFactSetFundamentals/ListExchangesByRegion:
get:
tags:
- XigniteFactSetFundamentals
parameters:
- name: Regions
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ExchangeList'
text/json:
schema:
$ref: '#/components/schemas/ExchangeList'
application/xml:
schema:
$ref: '#/components/schemas/ExchangeList'
text/xml:
schema:
$ref: '#/components/schemas/ExchangeList'
text/csv:
schema:
$ref: '#/components/schemas/ExchangeList'
/xFactSetFundamentals/ListFundamentals:
get:
tags:
- XigniteFactSetFundamentals
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/FundamentalDescriptionList'
text/json:
schema:
$ref: '#/components/schemas/FundamentalDescriptionList'
application/xml:
schema:
$ref: '#/components/schemas/FundamentalDescriptionList'
text/xml:
schema:
$ref: '#/components/schemas/FundamentalDescriptionList'
text/csv:
schema:
$ref: '#/components/schemas/FundamentalDescriptionList'
/xFactSetFundamentals/ListFundamentalsByDataGroup:
get:
tags:
- XigniteFactSetFundamentals
parameters:
- name: DataGroups
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/FundamentalDescriptionList'
text/json:
schema:
$ref: '#/components/schemas/FundamentalDescriptionList'
application/xml:
schema:
$ref: '#/components/schemas/FundamentalDescriptionList'
text/xml:
schema:
$ref: '#/components/schemas/FundamentalDescriptionList'
text/csv:
schema:
$ref: '#/components/schemas/FundamentalDescriptionList'
/xFactSetFundamentals/ListSectorsAndIndustries:
get:
tags:
- XigniteFactSetFundamentals
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/SectorList'
text/json:
schema:
$ref: '#/components/schemas/SectorList'
application/xml:
schema:
$ref: '#/components/schemas/SectorList'
text/xml:
schema:
$ref: '#/components/schemas/SectorList'
text/csv:
schema:
$ref: '#/components/schemas/SectorList'
/xFactSetFundamentals/SearchFundamentals:
get:
tags:
- XigniteFactSetFundamentals
parameters:
- name: Pattern
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/FundamentalDescriptionList'
text/json:
schema:
$ref: '#/components/schemas/FundamentalDescriptionList'
application/xml:
schema:
$ref: '#/components/schemas/FundamentalDescriptionList'
text/xml:
schema:
$ref: '#/components/schemas/FundamentalDescriptionList'
text/csv:
schema:
$ref: '#/components/schemas/FundamentalDescriptionList'
/xFactSetFundamentals/GetLatestFundamentals:
get:
tags:
- XigniteFactSetFundamentals
parameters:
- name: Identifiers
in: query
schema:
type: string
- name: IdentifierType
in: query
schema:
type: string
- name: FundamentalTypes
in: query
schema:
type: string
- name: UpdatedSince
in: query
schema:
type: string
- name: ReportType
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
text/json:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
application/xml:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
text/xml:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
text/csv:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
/xFactSetFundamentals/GetFundamentals:
get:
tags:
- XigniteFactSetFundamentals
parameters:
- name: Identifiers
in: query
schema:
type: string
- name: IdentifierType
in: query
schema:
type: string
- name: FundamentalTypes
in: query
schema:
type: string
- name: ReportType
in: query
schema:
type: string
- name: ExcludeRestated
in: query
schema:
type: string
- name: AsOfDate
in: query
schema:
type: string
- name: UpdatedSince
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
text/json:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
application/xml:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
text/xml:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
text/csv:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
/xFactSetFundamentals/GetFundamentalsFiscalRange:
get:
tags:
- XigniteFactSetFundamentals
parameters:
- name: Identifiers
in: query
schema:
type: string
- name: IdentifierType
in: query
schema:
type: string
- name: FundamentalTypes
in: query
schema:
type: string
- name: StartDate
in: query
schema:
type: string
- name: EndDate
in: query
schema:
type: string
- name: ReportType
in: query
schema:
type: string
- name: ExcludeRestated
in: query
schema:
type: string
- name: UpdatedSince
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
text/json:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
application/xml:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
text/xml:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
text/csv:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
/xFactSetFundamentals/GetFundamentalsDailyRange:
get:
tags:
- XigniteFactSetFundamentals
parameters:
- name: Identifiers
in: query
schema:
type: string
- name: IdentifierType
in: query
schema:
type: string
- name: FundamentalTypes
in: query
schema:
type: string
- name: StartDate
in: query
schema:
type: string
- name: EndDate
in: query
schema:
type: string
- name: ReportType
in: query
schema:
type: string
- name: ExcludeRestated
in: query
schema:
type: string
- name: UpdatedSince
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
text/json:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
application/xml:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
text/xml:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
text/csv:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFundamentals'
/xFactSetFundamentals/GetFinancialStatements:
get:
tags:
- XigniteFactSetFundamentals
parameters:
- name: Identifiers
in: query
schema:
type: string
- name: IdentifierType
in: query
schema:
type: string
- name: StatementTypes
in: query
schema:
type: string
- name: AsOfDate
in: query
schema:
type: string
- name: ReportType
in: query
schema:
type: string
- name: ExcludeRestated
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFinancialStatements'
text/json:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFinancialStatements'
application/xml:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFinancialStatements'
text/xml:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFinancialStatements'
text/csv:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyFinancialStatements'
/xFactSetFundamentals/GetBalanceSheets:
get:
tags:
- XigniteFactSetFundamentals
parameters:
- name: Identifiers
in: query
schema:
type: string
- name: IdentifierType
in: query
schema:
type: string
- name: AsOfDate
in: query
schema:
type: string
- name: ReportType
in: query
schema:
type: string
- name: ExcludeRestated
in: query
schema:
type: string
- name: UpdatedSince
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyBalanceSheet'
text/json:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyBalanceSheet'
application/xml:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyBalanceSheet'
text/xml:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyBalanceSheet'
text/csv:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyBalanceSheet'
/xFactSetFundamentals/GetCashFlowStatements:
get:
tags:
- XigniteFactSetFundamentals
parameters:
- name: Identifiers
in: query
schema:
type: string
- name: IdentifierType
in: query
schema:
type: string
- name: AsOfDate
in: query
schema:
type: string
- name: ReportType
in: query
schema:
type: string
- name: ExcludeRestated
in: query
schema:
type: string
- name: UpdatedSince
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyCashFlowStatement'
text/json:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyCashFlowStatement'
application/xml:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyCashFlowStatement'
text/xml:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyCashFlowStatement'
text/csv:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyCashFlowStatement'
/xFactSetFundamentals/GetIncomeStatements:
get:
tags:
- XigniteFactSetFundamentals
parameters:
- name: Identifiers
in: query
schema:
type: string
- name: IdentifierType
in: query
schema:
type: string
- name: AsOfDate
in: query
schema:
type: string
- name: ReportType
in: query
schema:
type: string
- name: ExcludeRestated
in: query
schema:
type: string
- name: UpdatedSince
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyIncomeStatement'
text/json:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyIncomeStatement'
application/xml:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyIncomeStatement'
text/xml:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyIncomeStatement'
text/csv:
schema:
type: array
items:
$ref: '#/components/schemas/CompanyIncomeStatement'
components:
schemas:
ExchangeList:
allOf:
- $ref: '#/components/schemas/Common'
- type: object
properties:
ExchangeDescriptions:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/ExchangeDescription'
additionalProperties: false
FundamentalDescriptionList:
allOf:
- $ref: '#/components/schemas/Common'
- type: object
properties:
FundamentalDescriptions:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/FundamentalDescription'
additionalProperties: false
SectorList:
allOf:
- $ref: '#/components/schemas/Common'
- type: object
properties:
Sectors:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Sector'
additionalProperties: false
Fundamental:
type: object
properties:
Outcome:
type:
- string
- 'null'
Message:
type:
- string
- 'null'
Type:
type:
- string
- 'null'
ReportType:
type:
- string
- 'null'
IsRestated:
type: boolean
Value:
type:
- string
- 'null'
Date:
type:
- string
- 'null'
LastUpdated:
type:
- string
- 'null'
Unit:
type:
- string
- 'null'
additionalProperties: false
StatementTypes:
enum:
- BalanceSheet
- CashFlowStatement
- IncomeStatement
type: string
CompanyCashFlowStatement:
allOf:
- $ref: '#/components/schemas/Common'
- type: object
properties:
Company:
allOf:
- $ref: '#/components/schemas/Company'
CashFlowStatement:
allOf:
- $ref: '#/components/schemas/FinancialStatement'
additionalProperties: false
OutcomeTypes:
enum:
- Success
- SystemError
- RequestError
- RegistrationError
type: string
Item:
type: object
properties:
Type:
type:
- string
- 'null'
Level:
type:
- string
- 'null'
Value:
type:
- string
- 'null'
Order:
type:
- string
- 'null'
Unit:
type:
- string
- 'null'
additionalProperties: false
CompanyFinancialStatements:
allOf:
- $ref: '#/components/schemas/Common'
- type: object
properties:
Company:
allOf:
- $ref: '#/components/schemas/Company'
FinancialStatements:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/FinancialStatement'
additionalProperties: false
CompanyFundamentals:
allOf:
- $ref: '#/components/schemas/Common'
- type: object
properties:
Company:
allOf:
- $ref: '#/components/schemas/Company'
FundamentalsSets:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/FundamentalsSet'
additionalProperties: false
CompanyList:
allOf:
- $ref: '#/components/schemas/Common'
- type: object
properties:
Companies:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Company'
additionalProperties: false
FundamentalsSet:
type: object
properties:
AsOfDate:
type:
- string
- 'null'
Currency:
type:
- string
- 'null'
Fundamentals:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Fundamental'
additionalProperties: false
FundamentalDescription:
type: object
properties:
Type:
type:
- string
- 'null'
Name:
type:
- string
- 'null'
ValueType:
type:
- string
- 'null'
Unit:
type:
- string
- 'null'
Description:
type:
- string
- 'null'
Source:
type:
- string
- 'null'
DataGroup:
type:
- string
- 'null'
additionalProperties: false
Company:
type: object
properties:
Name:
type:
- string
- 'null'
Symbol:
type:
- string
- 'null'
CIK:
type:
- string
- 'null'
CUSIP:
type:
- string
- 'null'
SEDOL:
type:
- string
- 'null'
ISIN:
type:
- string
- 'null'
FactSetSecurityID:
type:
- string
- 'null'
FactSetIssuerID:
type:
- string
- 'null'
Valoren:
type:
- string
- 'null'
Market:
type:
- string
- 'null'
MarketIdentificationCode:
type:
- string
- 'null'
PrimaryMarket:
type:
- string
- 'null'
PrimaryMarketIdentificationCode:
type:
- string
- 'null'
Sector:
type:
- string
- 'null'
Industry:
type:
- string
- 'null'
StatementTemplate:
type:
- string
- 'null'
additionalProperties: false
Industry:
type: object
properties:
Code:
type:
- string
- 'null'
Name:
type:
- string
- 'null'
additionalProperties: false
CompanyBalanceSheet:
allOf:
- $ref: '#/components/schemas/Common'
- type: object
properties:
Company:
allOf:
- $ref: '#/components/schemas/Company'
BalanceSheet:
allOf:
- $ref: '#/components/schemas/FinancialStatement'
additionalProperties: false
Sector:
type: object
properties:
Code:
type:
- string
- 'null'
Name:
type:
- string
- 'null'
Industries:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Industry'
additionalProperties: false
Common:
type: object
properties:
Delay:
type: number
format: double
Identity:
type:
- string
- 'null'
Message:
type:
- string
- 'null'
Outcome:
allOf:
- $ref: '#/components/schemas/OutcomeTypes'
additionalProperties: false
CompanyIncomeStatement:
allOf:
- $ref: '#/components/schemas/Common'
- type: object
properties:
Company:
allOf:
- $ref: '#/components/schemas/Company'
IncomeStatement:
allOf:
- $ref: '#/components/schemas/FinancialStatement'
additionalProperties: false
FinancialStatement:
type: object
properties:
StatementType:
allOf:
- $ref: '#/components/schemas/StatementTypes'
ReportType:
type:
- string
- 'null'
StatementTemplate:
allOf:
- $ref: '#/components/schemas/StatementTemplate'
FiscalPeriodEndDate:
type:
- string
- 'null'
IsRestated:
type: boolean
Currency:
type:
- string
- 'null'
Items:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Item'
FilingStatus:
type:
- string
- 'null'
additionalProperties: false
StatementTemplate:
enum:
- Industrial
- Bank
- Insurance
- OtherFinancial
type: string
ExchangeDescription:
type: object
properties:
MarketIdentificationCode:
type:
- string
- 'null'
Market:
type:
- string
- 'null'
Region:
type:
- string
- 'null'
additionalProperties: false
securitySchemes:
basic:
type: apiKey
description: Token for your account.
name: _token
in: query