logo

Alt Data API Service

Gain valuable insights from a wide range of alternative data sources curated and maintained by TickerTrends. Our API is available to TickerTrends subscribers through a pay-per-use credit system. We currently only offer pre-processed timeseries values using internal formulas.

Specially designed by developer for

Institutions, Developers, Data Scientists, and Analysts.

→ Proprietary Values. Our API provides unique scores based on alternative data that we collect and curate internally. Currently, you can access our Social Arbitrage Score, which uses consumer-focused alternative data to determine the potential for a business to perform well, and our Investor Saturation Score, which measures how saturated a business is in coverage by other investors.

→ Real-Time Insights. Gain access to real-time data and insights that help you stay ahead of market trends and make informed decisions.

→ Expanding Functionality. Our API will expand to include more functionalities over time, ensuring you always have access to the latest and most relevant data.

Request
Response

import requests


base_url = "https://api.tickertrends.io/agg-trend"

ticker = "CROX"

exchange = "NASDAQ"

api_key = "your_api_key"


url = f"{base_url}?ticker={ticker}&exchange={exchange}&key={api_key}"


response = requests.get(url)


if response.status_code == 200:

    data = response.json()

    print("Data received:", data)

else:

    print(f"Failed to retrieve data. Status code: {response.status_code}")

    print("Error message:", response.text)

10,000+ Tickers
1 Year+ historical data
Ingestion of a wide range of alt data
Proven market value
More Endpoints Coming Soon...