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
Send a request to view the response.
Response
The response is an array of active security records.
Typical fields include:
nametickerexchangesecurity_typecurrency_codecikcomposite_figishare_class_figi
Example Request
curl -H "Authorization: Bearer $your_api_key" \
"https://api.apifinance.ai/securities/list"
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.