Topics

Topics from Equities

Find (or search for) topics and the count of equities with matches


GET /topics/from_equities

ParameterTypeDataTypeDescription
searchquerystringSearch term
sizequeryintegerThe number of matches to return
from_indexqueryintegerThe index to start returning from, combine with size for paging

Response

[
  {
    "topic_id": "919239",
    "topic": "Interest Rates",
    "equity_count": 1003
  }
]

Code Samples

Bash

curl --request GET \
  --url 'https://premium.aiera.com/api/topics/from_equities' \
  --header 'X-API-Key: xxx'

Python

import requests
requests.get("https://premium.aiera.com/api/topics/from_equities", headers={"X-API-Key": "xxx"})
Previous
Get Topic