diff --git a/FIGIcurl.sh b/FIGIcurl.sh new file mode 100644 index 0000000..7b72c3d --- /dev/null +++ b/FIGIcurl.sh @@ -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"}]' \ No newline at end of file