#Felipe Bonano
1 messages · Page 1 of 1 (latest)
We don't have an API endpoint for monthly recurring revenue (MRR). What is it you are trying to get here?
There's another way to get this data?
What is the data you want?
If you are looking for the revenue associated with a specific product from Invoices, then your best bet is to retrieve all invoices from a specific time period using our List API and group them by the Price IDs in the lines. https://stripe.com/docs/api/invoices/list
Wait
Have you tried using our Reports API?
We allow you to use the API to generate reports and retrieve the CSVs once they are complete.
https://stripe.com/docs/revenue-recognition/api
alright, i'll try, thanks