List

Fetch the active security universe when you need a complete list of supported tickers.

Use this endpoint to retrieve all active securities currently available through the platform.

Endpoint

GET /securities/list
Test request
/securities/list

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.

Response

The response is an array of active security records.

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/list"

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.