# REALTIME DATASETS

- [Equity Datasets](https://docs.sov.ai/realtime-datasets/equity-datasets.md)
- [Accounting Data](https://docs.sov.ai/realtime-datasets/equity-datasets/accounting-data.md): Standardized financial accounting data across multiple US publicly traded firms.
- [Bankruptcy Predictions](https://docs.sov.ai/realtime-datasets/equity-datasets/bankruptcy-predictions.md): Chapter 7 and Chapter 11 bankruptcy predictions made easy for over 5,000 US publicly traded stocks.
- [Employee Visa](https://docs.sov.ai/realtime-datasets/equity-datasets/employee-visa.md): The H1B dataset offers quarterly insights into foreign hiring trends, job details, and wages for informed decision-making.
- [Earnings Surprise](https://docs.sov.ai/realtime-datasets/equity-datasets/earnings-surprise.md): Earnings announcements are obtained from external sources as well as estimate information leading up to the actual announcement.
- [Congressional Data](https://docs.sov.ai/realtime-datasets/equity-datasets/congressional-data.md): From filings we collect and match trades in the Senate and House and make them available within a day of processing.
- [Factor Signals](https://docs.sov.ai/realtime-datasets/equity-datasets/factor-signals.md): A financial factor dataset for in-depth company analysis and investment strategies.
- [Financial Ratios](https://docs.sov.ai/realtime-datasets/equity-datasets/financial-ratios.md): More than 80+ financial ratios calculated from financial statement and market data.
- [Government Contracts](https://docs.sov.ai/realtime-datasets/equity-datasets/government-contracts.md): The government spending data provides comprehensive information about government contracts, transactions, product specifications, entity details, locations, competition, and compensation.
- [Institutional Trading](https://docs.sov.ai/realtime-datasets/equity-datasets/institutional-trading.md): The dataset provides a comprehensive analysis of institutional investment behaviors, strategies, and portfolio dynamics assist professional investors in making informed decisions.
- [Insider Flow Prediction](https://docs.sov.ai/realtime-datasets/equity-datasets/insider-flow-prediction.md): More than 60+ insider trading features helpful for machine learning, including a flow prediction value.
- [Liquidity Data](https://docs.sov.ai/realtime-datasets/equity-datasets/liquidity-data.md): Various dataset that could help with the assesment of security liquidity to inform trading decisions.
- [Lobbying Data](https://docs.sov.ai/realtime-datasets/equity-datasets/lobbying-data.md): A ticker matched lobbying data to see fine-grained corporate lobbying behaviour.
- [News Sentiment](https://docs.sov.ai/realtime-datasets/equity-datasets/news-sentiment.md): Two types of news datasets have been developed, one is ticker-matched, and the next is theme-matched.
- [Price Breakout](https://docs.sov.ai/realtime-datasets/equity-datasets/price-breakout.md): A dataset with daily updated predictions of price breaking upwards for US Equities.
- [Risk Indicators](https://docs.sov.ai/realtime-datasets/equity-datasets/risk-indicators.md): Here we develop three tables to develop a final score of corporate risk to US equities.
- [SEC Edgar Search](https://docs.sov.ai/realtime-datasets/equity-datasets/sec-edgar-search.md): State of the art notebook tools to designed to search, retrieve, and analyze financial data from the SEC's EDGAR database. This is a work-in-progress.
- [SEC 10K Filings](https://docs.sov.ai/realtime-datasets/equity-datasets/sec-10k-filings.md): A very easily digestable dataframe format for all 10-K filings, with multiple sections, categories, and textual datapoints. This is not yet available, a work-in-progress.
- [Short Selling](https://docs.sov.ai/realtime-datasets/equity-datasets/short-selling.md): This section covers the usage of various short-selling datasets for risk analysis.
- [Wikipedia Views](https://docs.sov.ai/realtime-datasets/equity-datasets/wikipedia-views.md): A look at some of the largest firms and their daily wikipedia page views and trends.
- [Patents Data](https://docs.sov.ai/realtime-datasets/equity-datasets/patents-data.md)
- [Economic Datasets](https://docs.sov.ai/realtime-datasets/economic-datasets.md)
- [Asset Rotation](https://docs.sov.ai/realtime-datasets/economic-datasets/asset-rotation.md): This dataset provides historical and forecasted risk-parity asset allocation data for investors for five asset classes.
- [Core Economic Data](https://docs.sov.ai/realtime-datasets/economic-datasets/core-economic-data.md): Developed a core economic dataset that explain more than 90% of the variability in most economic outcomes. Forthcoming, December 2025
- [ETF Flows](https://docs.sov.ai/realtime-datasets/economic-datasets/etf-flows.md): Forthcoming, December 2025
- [Government Traffic](https://docs.sov.ai/realtime-datasets/economic-datasets/government-traffic.md): This dataset provides insights into web traffic patterns for various U.S. government agencies and domains.
- [Turing Risk Index](https://docs.sov.ai/realtime-datasets/economic-datasets/turing-risk-index.md): Use this indicator to understand the trajectory of global risks as perceived by investors. Here we supply the raw data, you might find it more favorable to use the dashboard.
- [Sectorial Datasets](https://docs.sov.ai/realtime-datasets/sectorial-datasets.md)
- [Airbnb Data](https://docs.sov.ai/realtime-datasets/sectorial-datasets/airbnb-data.md): Scraped Airbnb data (Real-time)
- [Box Office Stats](https://docs.sov.ai/realtime-datasets/sectorial-datasets/box-office-stats.md): This dataset contains information about movie producers, their movies, and the corresponding box office performance.
- [CFPB Complaints](https://docs.sov.ai/realtime-datasets/sectorial-datasets/cfpb-complaints.md): This section covers the usage of the Consumer Financial Complaint ticker-mapped dataset.
- [Pharma Clinical Trials](https://docs.sov.ai/realtime-datasets/sectorial-datasets/phrama-clinical-trials.md): This section covers a very unique dataset that tags clinical trials with their predicted outcome success.
- [Request Datasets](https://docs.sov.ai/realtime-datasets/sectorial-datasets/request-datasets.md): How to request the development of new datasets for the SovAI SDK.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sov.ai/realtime-datasets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
