Get Started
Contact our data science experts to find out the best solutions for your business. We'll get back to you within 1 business day.
Access PredictHQ's intelligent event data through a variety of products and tools. We've got you covered with everything from APIs, event search, to a data exporter, and much more - pick and choose the data you need in the format you need it.
All products from PredictHQ are built on the most accurate and high-quality intelligent event dataset in the world, exclusive to PredictHQ. Make your AI models or forecasts smarter by integrating dynamic event data and intelligence directly into your models or BI tool of choice. PredictHQ's API access point options range from a granular event API to an API with prebuilt machine learning features to build models faster.
As part of PredictHQ's demand intelligence, Beam is our relevancy engine which identifies which event types have impacted your demand in the past, to help you make better decisions in the future. It provides an analysis of which future events are most likely to impact your business, with easy visuals and graphs, so you can quickly identify peak days and prepare accordingly.
Make rapid decisions on event impact with zero development overhead. The PredictHQ's WebApp brings you an amazing suite of tools for exploring, searching, managing and utilizing our demand intelligence to make your business succeed within one intuitive application.
Access the world's only accurate and intelligent source of real-world events in a single subscription. Events includes our most comprehensive and descriptive APIs for events and TV broadcasts. Empower your organization with access to dynamic data that power automations, platforms, insights and decision making for some of the worlds' biggest enterprises.
import requests
response = requests.get(
url="https://api.predicthq.com/v1/events/",
headers={
"Authorization": "Bearer $ACCESS_TOKEN",
"Accept": "application/json"
},
params={
"rank.gte": "80",
"local_rank.gte": "80",
"place.scope": "5809844",
"active.gte": "2024-12-29",
"active.lte": "2025-01-10",
"active.tz": "America/Los_Angeles"
}
)
print(response.json())
Access prebuilt Machine Learning features to boost your forecast models and results to the next level with advanced API attributes.
Gain access to over 100 ML-ready features that are guaranteed to improve your forecasting results by a minimum of 10%.
import requests
data = {
"active": {
"gte": "2024-11-16",
"lte": "2024-11-27"
},
"location": {
"geo": {
"lat": "37.78428",
"lon": "-122.40075",
"radius": "2.6mi"
}
},
"phq_attendance_conferences": {
"stats": [
"min",
"max"
]
},
"phq_attendance_sports": {
"stats": ["count", "std_dev", "median"],
"phq_rank": {
"gt": 50
}
},
"phq_attendance_concerts": True,
"phq_rank_public_holidays": True
}
response = requests.post(
url="https://api.predicthq.com/v1/features/",
headers={
"Authorization": "Bearer $ACCESS_TOKEN",
"Accept": "application/json"
},
json=data
)
print(response.json())
Whether you're building your forecasts from scratch or enhancing existing models, our event driven forecast model boosts accuracy by up to 20%, unlocking millions in ROI and slashing development time by months.
PredictHQ Forecasts eliminate the complexity in building and evaluating forecasts, transforming your historical demand data into precise, event-aware predictions—quickly and effortlessly.
import requests
response = requests.get(
url="https://api.predicthq.com/v1/forecasts/models/{model_id}/forecast/",
headers={
"Authorization": "Bearer $ACCESS_TOKEN",
"Accept": "application/json"
},
params={
"date.gte": "2025-04-01",
"date.lte": "2025-04-07",
"include": "phq_explainability",
}
)
print(response.json())
Don't underestimate how much effort it takes to work with event data... Being able to rely on a company whose sole purpose is to remove the ambiguity of event data has been game-changing for us.
Knowing the impact of demand causal factors like events will transform your business. The American Society of Hematology has a $45M estimated economic impact — and that's only one event in one city.
Contact our data science experts to find out the best solutions for your business. We'll get back to you within 1 business day.