FQR → GUID

Enter a single FQR (e.g., your replacement for ADX:SNC1/GD OAT), or upload a .txt file with one FQR per line.


— or —

Awaiting input…

API usage (JSON & CSV)
curl -s -X POST https://fqr2guid.jciexserv.nl/api/guid \
  -H "Content-Type: application/json" \
  -d '{"text":"your-fqr"}'
curl -s -X POST https://fqr2guid.jciexserv.nl/api/guid/file \
  -F "file=@your_fqrs.txt" -o results.csv