Factset · Capability
FactSet Real-Time Quotes API — Search
FactSet Real-Time Quotes API — Search. 3 operations. Lead operation: Factset Basic Search for Instruments.. Self-contained Naftiko capability covering one Factset business surface.
What You Can Do
GET
Getinstrumentsearchbasic
— Factset Basic Search for Instruments.
/v1/instrument/search/basic
GET
Getnotationsearchbasic
— Factset Basic Search for Notations.
/v1/notation/search/basic
POST
Postnotationsearchbytext
— Factset Text-based Search for Notations.
/v1/notation/searchbytext
MCP Tools
factset-basic-search-instruments
Factset Basic Search for Instruments.
read-only
idempotent
factset-basic-search-notations
Factset Basic Search for Notations.
read-only
idempotent
factset-text-based-search-notations
Factset Text-based Search for Notations.
read-only
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: FactSet Real-Time Quotes API — Search
description: 'FactSet Real-Time Quotes API — Search. 3 operations. Lead operation: Factset Basic Search for Instruments..
Self-contained Naftiko capability covering one Factset business surface.'
tags:
- Factset
- Search
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-search
baseUri: https://api.factset.com/wealth/v3
description: FactSet Real-Time Quotes API — Search business capability. Self-contained, no shared references.
resources:
- name: instrument-search-basic
path: /instrument/search/basic
operations:
- name: getinstrumentsearchbasic
method: GET
description: Factset Basic Search for Instruments.
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: searchValue
in: query
type: string
required: true
- name: nsins
in: query
type: array
- name: assetClass
in: query
type: string
- name: onlyActive
in: query
type: boolean
- 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: _paginationOffset
in: query
type: number
description: Non-negative number of entries to skip, or 0 (default).
- name: _paginationLimit
in: query
type: number
description: Non-negative maximum number of entries to return.
- name: notation-search-basic
path: /notation/search/basic
operations:
- name: getnotationsearchbasic
method: GET
description: Factset Basic Search for Notations.
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: searchValue
in: query
type: string
required: true
- name: nsins
in: query
type: array
- name: assetClass
in: query
type: string
- name: onlyActive
in: query
type: boolean
- name: popularity
in: query
type: boolean
- 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: _paginationOffset
in: query
type: number
description: Non-negative number of entries to skip, or 0 (default).
- name: _paginationLimit
in: query
type: number
description: Non-negative maximum number of entries to return.
- name: notation-searchByText
path: /notation/searchByText
operations:
- name: postnotationsearchbytext
method: POST
description: Factset Text-based Search for Notations.
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: body
in: body
type: object
description: Request body (JSON).
required: true
authentication:
type: bearer
token: '{{env.FACTSET_API_KEY}}'
exposes:
- type: rest
namespace: real-time-quotes-search-rest
port: 8080
description: REST adapter for FactSet Real-Time Quotes API — Search. One Spectral-compliant resource per consumed operation,
prefixed with /v1.
resources:
- path: /v1/instrument/search/basic
name: instrument-search-basic
description: REST surface for instrument-search-basic.
operations:
- method: GET
name: getinstrumentsearchbasic
description: Factset Basic Search for Instruments.
call: real-time-quotes-search.getinstrumentsearchbasic
with:
searchValue: rest.searchValue
nsins: rest.nsins
assetClass: rest.assetClass
onlyActive: rest.onlyActive
_attributes: rest._attributes
_language: rest._language
_paginationOffset: rest._paginationOffset
_paginationLimit: rest._paginationLimit
outputParameters:
- type: object
mapping: $.
- path: /v1/notation/search/basic
name: notation-search-basic
description: REST surface for notation-search-basic.
operations:
- method: GET
name: getnotationsearchbasic
description: Factset Basic Search for Notations.
call: real-time-quotes-search.getnotationsearchbasic
with:
searchValue: rest.searchValue
nsins: rest.nsins
assetClass: rest.assetClass
onlyActive: rest.onlyActive
popularity: rest.popularity
_attributes: rest._attributes
_language: rest._language
_paginationOffset: rest._paginationOffset
_paginationLimit: rest._paginationLimit
outputParameters:
- type: object
mapping: $.
- path: /v1/notation/searchbytext
name: notation-searchbytext
description: REST surface for notation-searchByText.
operations:
- method: POST
name: postnotationsearchbytext
description: Factset Text-based Search for Notations.
call: real-time-quotes-search.postnotationsearchbytext
with:
body: rest.body
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: real-time-quotes-search-mcp
port: 9090
transport: http
description: MCP adapter for FactSet Real-Time Quotes API — Search. One tool per consumed operation, routed inline through
this capability's consumes block.
tools:
- name: factset-basic-search-instruments
description: Factset Basic Search for Instruments.
hints:
readOnly: true
destructive: false
idempotent: true
call: real-time-quotes-search.getinstrumentsearchbasic
with:
searchValue: tools.searchValue
nsins: tools.nsins
assetClass: tools.assetClass
onlyActive: tools.onlyActive
_attributes: tools._attributes
_language: tools._language
_paginationOffset: tools._paginationOffset
_paginationLimit: tools._paginationLimit
outputParameters:
- type: object
mapping: $.
- name: factset-basic-search-notations
description: Factset Basic Search for Notations.
hints:
readOnly: true
destructive: false
idempotent: true
call: real-time-quotes-search.getnotationsearchbasic
with:
searchValue: tools.searchValue
nsins: tools.nsins
assetClass: tools.assetClass
onlyActive: tools.onlyActive
popularity: tools.popularity
_attributes: tools._attributes
_language: tools._language
_paginationOffset: tools._paginationOffset
_paginationLimit: tools._paginationLimit
outputParameters:
- type: object
mapping: $.
- name: factset-text-based-search-notations
description: Factset Text-based Search for Notations.
hints:
readOnly: true
destructive: false
idempotent: false
call: real-time-quotes-search.postnotationsearchbytext
with:
body: tools.body
outputParameters:
- type: object
mapping: $.