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

Create a free account to run these investor-grade stock endpoints with your own key. Create a free account to run the full workflow.

Send a request to view the response.

Query Parameters

  • query: required free-text query
  • page: optional page number, default 1
  • per_page: optional page size, default 10

Response

The response is paginated and returns security records in data.

Typical fields include:

  • name
  • ticker
  • exchange
  • security_type
  • currency_code
  • cik
  • composite_figi
  • share_class_figi

Example Request

curl -H "Authorization: Bearer $your_api_key" \
  "https://api.apifinance.ai/securities/search?query=nvidia&page=1&per_page=10"

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.