A mobile application delivers market predictions based on stock data
from the stock market data platform. Knowing that the data platform
can stream its data, how should the application interact with the data
platform to deliver predictions in real-time?
A interact programmatically, crawling the data platform interface
B connect and export the latest data weekly, as daily metrics can be inferred from past computed trends
C interact programmatically through the data platform API (application programming Interface)