app_ratings_by_ticker
Retrieve app store and play store ratings and counts for a stock ticker over time, with optional date range and paging.
Instructions
Normalized app ratings with paging over series.
JSON:
{
format: "json",
ticker, name,
series: [{date, play_store_score, play_store_ratings_count, app_store_score,
app_store_ratings_count, play_store_install_count}, ...],
series_count, series_total
}
CSV: CSV text of the sliced series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| req | Yes |