Xignite Global News API
Company financial news headlines, market summaries, and press release data from the globalnews.xignite.com service.
Company financial news headlines, market summaries, and press release data from the globalnews.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-global-news-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 Global News API
version: 1.0.3
servers:
- url: https://globalnews.xignite.com
security:
- basic: []
tags:
- name: XigniteGlobalNews
paths:
/xGlobalNews/GetTodaysMarketHeadlines:
get:
tags:
- XigniteGlobalNews
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
application/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/csv:
schema:
$ref: '#/components/schemas/MarketHeadlines'
/xGlobalNews/GetTodaysMarketReleases:
get:
tags:
- XigniteGlobalNews
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
application/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/csv:
schema:
$ref: '#/components/schemas/MarketHeadlines'
/xGlobalNews/GetTodaysMarketHeadlinesBySector:
get:
tags:
- XigniteGlobalNews
parameters:
- name: Sector
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
application/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/csv:
schema:
$ref: '#/components/schemas/MarketHeadlines'
/xGlobalNews/GetTodaysSecurityHeadlines:
get:
tags:
- XigniteGlobalNews
parameters:
- name: Identifier
in: query
schema:
type: string
- name: IdentifierType
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/json:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
application/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/csv:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
/xGlobalNews/GetMarketHeadlinesByQuery:
get:
tags:
- XigniteGlobalNews
parameters:
- name: Date
in: query
schema:
type: string
- name: StartTime
in: query
schema:
type: string
- name: EndTime
in: query
schema:
type: string
- name: QueryText
in: query
schema:
type: string
- name: Count
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
application/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/csv:
schema:
$ref: '#/components/schemas/MarketHeadlines'
/xGlobalNews/GetTopMarketHeadlines:
get:
tags:
- XigniteGlobalNews
parameters:
- name: Count
in: query
schema:
type: integer
format: int32
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
application/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/csv:
schema:
$ref: '#/components/schemas/MarketHeadlines'
/xGlobalNews/GetTopMarketHeadlinesBySector:
get:
tags:
- XigniteGlobalNews
parameters:
- name: Count
in: query
schema:
type: integer
format: int32
- name: Sector
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
application/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/csv:
schema:
$ref: '#/components/schemas/MarketHeadlines'
/xGlobalNews/GetRecentTopSecurityHeadlines:
get:
tags:
- XigniteGlobalNews
parameters:
- name: Identifier
in: query
schema:
type: string
- name: IdentifierType
in: query
schema:
type: string
- name: Count
in: query
schema:
type: integer
format: int32
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/json:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
application/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/csv:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
/xGlobalNews/GetTopSecurityHeadlines:
get:
tags:
- XigniteGlobalNews
parameters:
- name: Identifier
in: query
schema:
type: string
- name: IdentifierType
in: query
schema:
type: string
- name: Count
in: query
schema:
type: integer
format: int32
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/json:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
application/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/csv:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
/xGlobalNews/GetHistoricalSecurityHeadlines:
get:
tags:
- XigniteGlobalNews
parameters:
- name: Identifier
in: query
schema:
type: string
- name: IdentifierType
in: query
schema:
type: string
- name: StartDate
in: query
schema:
type: string
- name: EndDate
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/json:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
application/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/csv:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
/xGlobalNews/GetHistoricalMarketHeadlines:
get:
tags:
- XigniteGlobalNews
parameters:
- name: StartDate
in: query
schema:
type: string
- name: EndDate
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
application/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/csv:
schema:
$ref: '#/components/schemas/MarketHeadlines'
/xGlobalNews/GetHistoricalMarketReleases:
get:
tags:
- XigniteGlobalNews
parameters:
- name: StartDate
in: query
schema:
type: string
- name: EndDate
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
application/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/csv:
schema:
$ref: '#/components/schemas/MarketHeadlines'
/xGlobalNews/GetHistoricalMarketHeadlinesBySector:
get:
tags:
- XigniteGlobalNews
parameters:
- name: StartDate
in: query
schema:
type: string
- name: EndDate
in: query
schema:
type: string
- name: Sector
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/json:
schema:
$ref: '#/components/schemas/MarketHeadlines'
application/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/xml:
schema:
$ref: '#/components/schemas/MarketHeadlines'
text/csv:
schema:
$ref: '#/components/schemas/MarketHeadlines'
/xGlobalNews/GetMarketNewsDetails:
get:
tags:
- XigniteGlobalNews
parameters:
- name: Reference
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/MarketNewsItem'
text/json:
schema:
$ref: '#/components/schemas/MarketNewsItem'
application/xml:
schema:
$ref: '#/components/schemas/MarketNewsItem'
text/xml:
schema:
$ref: '#/components/schemas/MarketNewsItem'
text/csv:
schema:
$ref: '#/components/schemas/MarketNewsItem'
/xGlobalNews/GetTodaysReleasesBySecurity:
get:
tags:
- XigniteGlobalNews
parameters:
- name: Identifier
in: query
schema:
type: string
- name: IdentifierType
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/json:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
application/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/csv:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
/xGlobalNews/GetTopReleasesBySecurity:
get:
tags:
- XigniteGlobalNews
parameters:
- name: Identifier
in: query
schema:
type: string
- name: IdentifierType
in: query
schema:
type: string
- name: Count
in: query
schema:
type: integer
format: int32
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/json:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
application/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/csv:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
/xGlobalNews/GetHistoricalReleasesBySecurity:
get:
tags:
- XigniteGlobalNews
parameters:
- name: Identifier
in: query
schema:
type: string
- name: IdentifierType
in: query
schema:
type: string
- name: StartDate
in: query
schema:
type: string
- name: EndDate
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/json:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
application/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
text/csv:
schema:
$ref: '#/components/schemas/SecurityHeadlines'
/xGlobalNews/ListSectors:
get:
tags:
- XigniteGlobalNews
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'
/xGlobalNews/GetTopSecuritySummaries:
get:
tags:
- XigniteGlobalNews
parameters:
- name: Identifier
in: query
schema:
type: string
- name: IdentifierType
in: query
schema:
type: string
- name: Count
in: query
schema:
type: integer
format: int32
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/SecurityHeadlineSummaries'
text/json:
schema:
$ref: '#/components/schemas/SecurityHeadlineSummaries'
application/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlineSummaries'
text/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlineSummaries'
text/csv:
schema:
$ref: '#/components/schemas/SecurityHeadlineSummaries'
/xGlobalNews/GetTopReleaseSummariesBySecurity:
get:
tags:
- XigniteGlobalNews
parameters:
- name: Identifier
in: query
schema:
type: string
- name: IdentifierType
in: query
schema:
type: string
- name: Count
in: query
schema:
type: integer
format: int32
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/SecurityHeadlineSummaries'
text/json:
schema:
$ref: '#/components/schemas/SecurityHeadlineSummaries'
application/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlineSummaries'
text/xml:
schema:
$ref: '#/components/schemas/SecurityHeadlineSummaries'
text/csv:
schema:
$ref: '#/components/schemas/SecurityHeadlineSummaries'
/xGlobalNews/GetTopMarketSummaries:
get:
tags:
- XigniteGlobalNews
parameters:
- name: Count
in: query
schema:
type: integer
format: int32
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/MarketHeadlineSummaries'
text/json:
schema:
$ref: '#/components/schemas/MarketHeadlineSummaries'
application/xml:
schema:
$ref: '#/components/schemas/MarketHeadlineSummaries'
text/xml:
schema:
$ref: '#/components/schemas/MarketHeadlineSummaries'
text/csv:
schema:
$ref: '#/components/schemas/MarketHeadlineSummaries'
/xGlobalNews/ListExchanges:
get:
tags:
- XigniteGlobalNews
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'
/xGlobalNews/ListSymbols:
get:
tags:
- XigniteGlobalNews
parameters:
- name: Exchange
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/SymbolList'
text/json:
schema:
$ref: '#/components/schemas/SymbolList'
application/xml:
schema:
$ref: '#/components/schemas/SymbolList'
text/xml:
schema:
$ref: '#/components/schemas/SymbolList'
text/csv:
schema:
$ref: '#/components/schemas/SymbolList'
components:
schemas:
ExchangeDescription:
type: object
properties:
MarketIdentificationCode:
type:
- string
- 'null'
Market:
type:
- string
- 'null'
additionalProperties: false
MarketHeadlines:
allOf:
- $ref: '#/components/schemas/Common'
- type: object
properties:
Headlines:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/MarketHeadline'
additionalProperties: false
SecurityHeadline:
type: object
properties:
Title:
type:
- string
- 'null'
Date:
type:
- string
- 'null'
Time:
type:
- string
- 'null'
UTCOffset:
type: number
format: double
Source:
type:
- string
- 'null'
Url:
type:
- string
- 'null'
Images:
type:
- array
- 'null'
items:
type: string
Tags:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/TagGroup'
PaywallType:
type:
- string
- 'null'
Summary:
type:
- string
- 'null'
additionalProperties: false
MarketHeadlineSummary:
allOf:
- $ref: '#/components/schemas/MarketHeadline'
- type: object
properties:
Summary:
type:
- string
- 'null'
PaywallType:
type:
- string
- 'null'
additionalProperties: false
SymbolList:
type: object
properties:
Exchange:
allOf:
- $ref: '#/components/schemas/ExchangeDescription'
SecurityDescriptions:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/SecurityDescription'
additionalProperties: false
Security:
type: object
properties:
CIK:
type:
- string
- 'null'
CUSIP:
type:
- string
- 'null'
Symbol:
type:
- string
- 'null'
ISIN:
type:
- string
- 'null'
Valoren:
type:
- string
- 'null'
Name:
type:
- string
- 'null'
Market:
type:
- string
- 'null'
MarketIdentificationCode:
type:
- string
- 'null'
MostLiquidExchange:
type: boolean
CategoryOrIndustry:
type:
- string
- 'null'
additionalProperties: false
SecurityDescription:
type: object
properties:
Symbol:
type:
- string
- 'null'
Currency:
type:
- string
- 'null'
Name:
type:
- string
- 'null'
InstrumentClass:
type:
- string
- 'null'
additionalProperties: false
MarketHeadline:
type: object
properties:
Securities:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Security'
Title:
type:
- string
- 'null'
Date:
type:
- string
- 'null'
Time:
type:
- string
- 'null'
UTCOffset:
type: number
format: double
Source:
type:
- string
- 'null'
Url:
type:
- string
- 'null'
Images:
type:
- array
- 'null'
items:
type: string
Tags:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/TagGroup'
PaywallType:
type:
- string
- 'null'
Summary:
type:
- string
- 'null'
additionalProperties: false
OutcomeTypes:
enum:
- Success
- SystemError
- RequestError
- RegistrationError
type: string
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
MarketHeadlineSummaries:
allOf:
- $ref: '#/components/schemas/Common'
- type: object
properties:
HeadlineSummaries:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/MarketHeadlineSummary'
additionalProperties: false
SecurityHeadlines:
allOf:
- $ref: '#/components/schemas/Common'
- type: object
properties:
Security:
allOf:
- $ref: '#/components/schemas/Security'
Headlines:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/SecurityHeadline'
additionalProperties: false
ExchangeList:
type: object
properties:
ExchangeDescriptions:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/ExchangeDescription'
additionalProperties: false
SecurityHeadlineSummaries:
allOf:
- $ref: '#/components/schemas/Common'
- type: object
properties:
Security:
allOf:
- $ref: '#/components/schemas/Security'
HeadlineSummaries:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/SecurityHeadlineSummary'
additionalProperties: false
TagGroup:
type: object
properties:
TagType:
type:
- string
- 'null'
TagValues:
type:
- array
- 'null'
items:
type: string
additionalProperties: false
SectorList:
allOf:
- $ref: '#/components/schemas/Common'
- type: object
properties:
Sectors:
type:
- array
- 'null'
items:
type: string
additionalProperties: false
SecurityHeadlineSummary:
allOf:
- $ref: '#/components/schemas/SecurityHeadline'
- type: object
properties:
Summary:
type:
- string
- 'null'
PaywallType:
type:
- string
- 'null'
additionalProperties: false
MarketNewsItem:
allOf:
- $ref: '#/components/schemas/Common'
- type: object
properties:
Headline:
type:
- string
- 'null'
Time:
type:
- string
- 'null'
Source:
type:
- string
- 'null'
Url:
type:
- string
- 'null'
Summary:
type:
- string
- 'null'
Tags:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/TagGroup'
PaywallType:
type:
- string
- 'null'
additionalProperties: false
securitySchemes:
basic:
type: apiKey
description: Token for your account.
name: _token
in: query