Factset · Capability
FactSet Real-Time Quotes API — Region
FactSet Real-Time Quotes API — Region. 7 operations. Lead operation: Factset Details for a Continent.. Self-contained Naftiko capability covering one Factset business surface.
What You Can Do
GET
Getbasicregioncontinentget
— Factset Details for a Continent.
/v1/basic/region/continent/get
GET
Getbasicregioncontinentlist
— Factset List of Continents.
/v1/basic/region/continent/list
GET
Getbasicregioncountryget
— Factset Details for a Country.
/v1/basic/region/country/get
GET
Getbasicregioncountrygetbycode
— Factset Details for a Country Identified by Code.
/v1/basic/region/country/getbycode
GET
Getbasicregioncountrylist
— Factset List of Countries.
/v1/basic/region/country/list
GET
Getbasicregionget
— Factset Details for a Region.
/v1/basic/region/get
GET
Getbasicregionlist
— Factset List of Regions.
/v1/basic/region/list
MCP Tools
factset-details-continent
Factset Details for a Continent.
read-only
idempotent
factset-list-continents
Factset List of Continents.
read-only
idempotent
factset-details-country
Factset Details for a Country.
read-only
idempotent
factset-details-country-identified-code
Factset Details for a Country Identified by Code.
read-only
idempotent
factset-list-countries
Factset List of Countries.
read-only
idempotent
factset-details-region
Factset Details for a Region.
read-only
idempotent
factset-list-regions
Factset List of Regions.
read-only
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: FactSet Real-Time Quotes API — Region
description: 'FactSet Real-Time Quotes API — Region. 7 operations. Lead operation: Factset Details for a Continent.. Self-contained
Naftiko capability covering one Factset business surface.'
tags:
- Factset
- Region
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
FACTSET_API_KEY: FACTSET_API_KEY
capability:
consumes:
- type: http
namespace: real-time-quotes-region
baseUri: https://api.factset.com/wealth/v3
description: FactSet Real-Time Quotes API — Region business capability. Self-contained, no shared references.
resources:
- name: basic-region-continent-get
path: /basic/region/continent/get
operations:
- name: getbasicregioncontinentget
method: GET
description: Factset Details for a Continent.
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: id
in: query
type: number
required: true
- name: _attributes
in: query
type: array
description: Limit the attributes returned in the response to the specified set.
- name: _language
in: query
type: string
- name: basic-region-continent-list
path: /basic/region/continent/list
operations:
- name: getbasicregioncontinentlist
method: GET
description: Factset List of Continents.
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: _attributes
in: query
type: array
description: Limit the attributes returned in the response to the specified set.
- name: _language
in: query
type: string
- name: _sort
in: query
type: array
description: Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which
case it is descending. A list of at most 1 (possibly prefixed
- name: basic-region-country-get
path: /basic/region/country/get
operations:
- name: getbasicregioncountryget
method: GET
description: Factset Details for a Country.
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: id
in: query
type: number
required: true
- name: _attributes
in: query
type: array
description: Limit the attributes returned in the response to the specified set.
- name: _language
in: query
type: string
- name: basic-region-country-getByCode
path: /basic/region/country/getByCode
operations:
- name: getbasicregioncountrygetbycode
method: GET
description: Factset Details for a Country Identified by Code.
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: code
in: query
type: string
required: true
- name: _attributes
in: query
type: array
description: Limit the attributes returned in the response to the specified set.
- name: _language
in: query
type: string
- name: basic-region-country-list
path: /basic/region/country/list
operations:
- name: getbasicregioncountrylist
method: GET
description: Factset List of Countries.
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: _attributes
in: query
type: array
description: Limit the attributes returned in the response to the specified set.
- name: _language
in: query
type: string
- name: _sort
in: query
type: array
description: Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which
case it is descending. A list of at most 2 (possibly prefixed
- name: basic-region-get
path: /basic/region/get
operations:
- name: getbasicregionget
method: GET
description: Factset Details for a Region.
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: id
in: query
type: number
required: true
- name: _attributes
in: query
type: array
description: Limit the attributes returned in the response to the specified set.
- name: _language
in: query
type: string
- name: basic-region-list
path: /basic/region/list
operations:
- name: getbasicregionlist
method: GET
description: Factset List of Regions.
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: _attributes
in: query
type: array
description: Limit the attributes returned in the response to the specified set.
- name: _language
in: query
type: string
- name: _sort
in: query
type: array
description: Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which
case it is descending. A list of at most 2 (possibly prefixed
authentication:
type: bearer
token: '{{env.FACTSET_API_KEY}}'
exposes:
- type: rest
namespace: real-time-quotes-region-rest
port: 8080
description: REST adapter for FactSet Real-Time Quotes API — Region. One Spectral-compliant resource per consumed operation,
prefixed with /v1.
resources:
- path: /v1/basic/region/continent/get
name: basic-region-continent-get
description: REST surface for basic-region-continent-get.
operations:
- method: GET
name: getbasicregioncontinentget
description: Factset Details for a Continent.
call: real-time-quotes-region.getbasicregioncontinentget
with:
id: rest.id
_attributes: rest._attributes
_language: rest._language
outputParameters:
- type: object
mapping: $.
- path: /v1/basic/region/continent/list
name: basic-region-continent-list
description: REST surface for basic-region-continent-list.
operations:
- method: GET
name: getbasicregioncontinentlist
description: Factset List of Continents.
call: real-time-quotes-region.getbasicregioncontinentlist
with:
_attributes: rest._attributes
_language: rest._language
_sort: rest._sort
outputParameters:
- type: object
mapping: $.
- path: /v1/basic/region/country/get
name: basic-region-country-get
description: REST surface for basic-region-country-get.
operations:
- method: GET
name: getbasicregioncountryget
description: Factset Details for a Country.
call: real-time-quotes-region.getbasicregioncountryget
with:
id: rest.id
_attributes: rest._attributes
_language: rest._language
outputParameters:
- type: object
mapping: $.
- path: /v1/basic/region/country/getbycode
name: basic-region-country-getbycode
description: REST surface for basic-region-country-getByCode.
operations:
- method: GET
name: getbasicregioncountrygetbycode
description: Factset Details for a Country Identified by Code.
call: real-time-quotes-region.getbasicregioncountrygetbycode
with:
code: rest.code
_attributes: rest._attributes
_language: rest._language
outputParameters:
- type: object
mapping: $.
- path: /v1/basic/region/country/list
name: basic-region-country-list
description: REST surface for basic-region-country-list.
operations:
- method: GET
name: getbasicregioncountrylist
description: Factset List of Countries.
call: real-time-quotes-region.getbasicregioncountrylist
with:
_attributes: rest._attributes
_language: rest._language
_sort: rest._sort
outputParameters:
- type: object
mapping: $.
- path: /v1/basic/region/get
name: basic-region-get
description: REST surface for basic-region-get.
operations:
- method: GET
name: getbasicregionget
description: Factset Details for a Region.
call: real-time-quotes-region.getbasicregionget
with:
id: rest.id
_attributes: rest._attributes
_language: rest._language
outputParameters:
- type: object
mapping: $.
- path: /v1/basic/region/list
name: basic-region-list
description: REST surface for basic-region-list.
operations:
- method: GET
name: getbasicregionlist
description: Factset List of Regions.
call: real-time-quotes-region.getbasicregionlist
with:
_attributes: rest._attributes
_language: rest._language
_sort: rest._sort
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: real-time-quotes-region-mcp
port: 9090
transport: http
description: MCP adapter for FactSet Real-Time Quotes API — Region. One tool per consumed operation, routed inline through
this capability's consumes block.
tools:
- name: factset-details-continent
description: Factset Details for a Continent.
hints:
readOnly: true
destructive: false
idempotent: true
call: real-time-quotes-region.getbasicregioncontinentget
with:
id: tools.id
_attributes: tools._attributes
_language: tools._language
outputParameters:
- type: object
mapping: $.
- name: factset-list-continents
description: Factset List of Continents.
hints:
readOnly: true
destructive: false
idempotent: true
call: real-time-quotes-region.getbasicregioncontinentlist
with:
_attributes: tools._attributes
_language: tools._language
_sort: tools._sort
outputParameters:
- type: object
mapping: $.
- name: factset-details-country
description: Factset Details for a Country.
hints:
readOnly: true
destructive: false
idempotent: true
call: real-time-quotes-region.getbasicregioncountryget
with:
id: tools.id
_attributes: tools._attributes
_language: tools._language
outputParameters:
- type: object
mapping: $.
- name: factset-details-country-identified-code
description: Factset Details for a Country Identified by Code.
hints:
readOnly: true
destructive: false
idempotent: true
call: real-time-quotes-region.getbasicregioncountrygetbycode
with:
code: tools.code
_attributes: tools._attributes
_language: tools._language
outputParameters:
- type: object
mapping: $.
- name: factset-list-countries
description: Factset List of Countries.
hints:
readOnly: true
destructive: false
idempotent: true
call: real-time-quotes-region.getbasicregioncountrylist
with:
_attributes: tools._attributes
_language: tools._language
_sort: tools._sort
outputParameters:
- type: object
mapping: $.
- name: factset-details-region
description: Factset Details for a Region.
hints:
readOnly: true
destructive: false
idempotent: true
call: real-time-quotes-region.getbasicregionget
with:
id: tools.id
_attributes: tools._attributes
_language: tools._language
outputParameters:
- type: object
mapping: $.
- name: factset-list-regions
description: Factset List of Regions.
hints:
readOnly: true
destructive: false
idempotent: true
call: real-time-quotes-region.getbasicregionlist
with:
_attributes: tools._attributes
_language: tools._language
_sort: tools._sort
outputParameters:
- type: object
mapping: $.