app_ratings_by_ticker
Get normalized app store ratings (Play Store and App Store) for a stock ticker, with date filtering and pagination support.
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 |