A Guide to Parqets Universal Search API
Guide
Use this search endpoint to free-text search stocks, certificates, ETFs, fonds, crypto, commodities and more. The API supports over 400.000 assets.
Usage:
- Authorization: Reach out to us to obtain an API key.
- With your API key, use our search endpoint to find assets based on your search term. The search term can be anything, like
App
,Apple
,AAPL
,US67066G1040
or anything else. You can limit the number of search results and restrict the search to specific asset classes.
curl --request POST \
--url https://assets.parqet.com/search \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"term": "Micro",
"limit": 10,
"assetTypes": [
"Security",
"Crypto"
]
}'