Fond Kino: Get Film Box Office Dynamics
Fond Kino via Parse · entertainment
Get box office performance dynamics (revenue, viewers, sessions) over time for a specific film. Returns an object with an items array of data points grouped by the specified period (daily by default). Each point includes total revenue (sum), ticket count (quantity), sessions, and per-session averages. When period dates are omitted, defaults to the last 30 days. The first element with periodId 'TOTAL' is the aggregate for the entire period. Access Russian cinema box office data, film catalog, news, analytical reports, and exhibitor information from the EAIS (Unified Automated Information System) platform. Fulfilled by Parse from fond-kino.ru.
- entertainment
- fond-kino
- fond-kino-ru
- government-public
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- entertainment
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d56c4fb4-6737-4279-8ed5-a838f3c7f232/get_film_box_office_dynamics
- Interface artifact
- sha256:37f298859ef60850630b18ec4abeb49afe0c515ba8209d4440d84b3050513bb8
- Manifest digest
- sha256:55b243508440f7e1829579a0ce0b81cb9cdcceaa715827748f7e71b135fed6da
Request fields
- film_id (string, required): Numeric film ID.
- group_by (integer): Grouping period: 1 for daily.
- period_end (string): End date (YYYY-MM-DD). Omitting defaults to today.
- period_start (string): Start date (YYYY-MM-DD). Omitting defaults to 30 days ago.
Example queries
- {"film_id":"111041225","group_by":"1","period_end":"2026-06-11","period_start":"2026-05-12"}