Added FIGIcurlExample

This commit is contained in:
Seb Trudel 2021-11-03 20:24:50 -04:00
parent aa73d5a8f0
commit 3a49875fc9
1 changed files with 4 additions and 0 deletions

4
FIGIcurl.sh Normal file
View File

@ -0,0 +1,4 @@
curl 'https://api.openfigi.com/v3/mapping' \
--request POST \
--header 'Content-Type: application/json' \
--data '[{"idType":"ID_ISIN","idValue":"US22041X1028","exchCode":"US"}]'