Search
Search supported securities by keyword before you commit to a ticker for quote, valuation, or statement requests.
Use this endpoint to resolve a company name or ticker fragment into supported securities.
Endpoint
GET /securities/search
Test request
/securities/search?query=nvidia&page=1&per_page=10
Send a request to view the response.
Query Parameters
query: required free-text querypage: optional page number, default1per_page: optional page size, default10
Response
The response is paginated and returns security records in data.
Typical fields include:
nametickerexchangesecurity_typecurrency_codecikcomposite_figishare_class_figi
Example Request
curl -H "Authorization: Bearer $your_api_key" \
"https://api.apifinance.ai/securities/search?query=nvidia&page=1&per_page=10"
Related Endpoints
Next step
Run this endpoint with your own API key
Use the playground to inspect the response first, then create a key and move into implementation once the payload fits your product.