---
title: "POST /mapping"
method: POST
path: "/mapping"
---

# POST /mapping

`POST /mapping`

Allows mapping from third-party identifiers to FIGIs.

## Request body

- MappingJob[]
  - `exchCode` string, nullable
  - `micCode` string, nullable
  - `currency` string, nullable
  - `marketSecDes` string, nullable
  - `securityType` string, nullable
  - `securityType2` string, nullable
  - `includeUnlistedEquities` boolean, nullable
  - `optionType` 'Put' | 'Call', nullable
  - `strike` number[], nullable — At least one entry should be non-null.
  - `contractSize` number[], nullable — At least one entry should be non-null.
  - `coupon` number[], nullable — At least one entry should be non-null.
  - `expiration` string[], nullable — At least one entry should be non-null.
  - `maturity` string[], nullable — At least one entry should be non-null.
  - `stateCode` 'AB' | 'AC' | 'AH' | 'AK' | 'AL' | 'AM' | 'AR' | 'AS' | 'AT' | 'AZ' | 'BC' | 'BJ' | 'CA' | 'CB' | 'CO' | 'CQ' | 'CT' | 'CZ' | 'DC' | 'DE' | 'EH' | 'FH' | 'FI' | 'FJ' | 'FL' | 'FO' | 'FS' | 'GA' | 'GD' | 'GF' | 'GM' | 'GS' | 'GU' | 'GX' | 'GZ' | 'HA' | 'HB' | 'HE' | 'HG' | 'HI' | 'HL' | 'HN' | 'HO' | 'HS' | 'IA' | 'ID' | 'IG' | 'IK' | 'IL' | 'IN' | 'IT' | 'JL' | 'JS' | 'JX' | 'KA' | 'KC' | 'KN' | 'KO' | 'KS' | 'KT' | 'KU' | 'KY' | 'LA' | 'LN' | 'MA' | 'MB' | 'MD' | 'ME' | 'MG' | 'MI' | 'MN' | 'MO' | 'MS' | 'MT' | 'MZ' | 'NB' | 'NC' | 'ND' | 'NE' | 'NG' | 'NH' | 'NJ' | 'NL' | 'NM' | 'NN' | 'NR' | 'NS' | 'NT' | 'NU' | 'NV' | 'NW' | 'NX' | 'NY' | 'OH' | 'OK' | 'ON' | 'OR' | 'OS' | 'OT' | 'OY' | 'PA' | 'PE' | 'PR' | 'QC' | 'QH' | 'QL' | 'RI' | 'SA' | 'SC' | 'SD' | 'SH' | 'SI' | 'SK' | 'SN' | 'ST' | 'SX' | 'SZ' | 'TA' | 'TG' | 'TJ' | 'TK' | 'TN' | 'TS' | 'TT' | 'TX' | 'TY' | 'UT' | 'VA' | 'VI' | 'VT' | 'WA' | 'WI' | 'WK' | 'WV' | 'WY' | 'XJ' | 'XZ' | 'YA' | 'YN' | 'YT' | 'YU' | 'ZJ', nullable

## Response `200`

A list of FIGIs and their metadata.

- MappingJobResult[]
  - union
    - MappingJobResultFigiList
      - `data` FigiResult[]
        - `figi` string
        - `securityType` string, nullable
        - `marketSector` string, nullable
        - `ticker` string, nullable
        - `name` string, nullable
        - `exchCode` string, nullable
        - `shareClassFIGI` string, nullable
        - `compositeFIGI` string, nullable
        - `securityType2` string, nullable
        - `securityDescription` string, nullable
        - `metadata` string, nullable — Exists when API is unable to show non-FIGI fields.
    - MappingJobResultFigiNotFound
      - `warning` string

## Other responses

- `400` — Invalid request (body).
- `401` — Unauthorized.
- `405` — Method Not Allowed.
- `406` — Not Acceptable.
- `415` — Unsupported Media Type.
- `429` — Too Many Requests.
- `500` — Internal Server Error.
- `503` — Service Unavailable.

---

[API](https://skmtc.net/openfigi/apis/openfigi-api.md) · [All operations](https://skmtc.net/openfigi/apis/openfigi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openfigi/openfigi-api/versions/d83fbc4ad305/schema)
