The same two feeds as plain CSV over HTTPS, for whatever you already use to report.
Overview
There is nothing specific to any one BI tool about the exports. Two URLs, CSV, over HTTPS, on a key that belongs to your store. Point a scheduled import at them from Power BI, Looker Studio, BigQuery, a warehouse loader or a script, the endpoints do not know or care which one is asking.
How it works
One endpoint returns a row per day and the other a row per SKU per day. Add a days parameter for a backfill — 90 days by default, up to 730. Rolling margin per SKU is an aggregation over those rows, done in your tool rather than in ours, deliberately: it belongs where the rest of your reporting logic already lives. Rotating a leaked key is a column update and a new URL in one import, and nothing else is affected.
How to configure
Copy the orders and products URLs from your Profitscaler settings.
Add each as a scheduled file import in whatever you report in.
Set the schedule to daily. Add &days=730 once for the initial backfill, then remove it.
