Skip to main content
POST
/
api
/
openfigi
/
instruments
/
values
/openfigi/instruments/values
curl --request POST \
  --url https://api.anysite.io/api/openfigi/instruments/values \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '{
  "timeout": 300
}'
[
  {
    "key": "<string>",
    "@type": "@openfigi_filter_values",
    "values": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
key
enum<string>
required

The filter key to enumerate allowed values for

Available options:
idType,
exchCode,
micCode,
currency,
marketSecDes,
securityType,
securityType2,
stateCode
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

key
string
required
@type
string
default:@openfigi_filter_values
values
string[]