API service for financial management

Deniz Can 21 Reputation points
2021-08-12T09:28:26.567+00:00

Hi, does Azure have an API service where I can learn the service fees automatically? Instead of searching one by one for many different services, I would like to get a service that automatically delivers it to me. In this way, I can be informed about price updates more quickly and easily. Having a separate API for each product can be useless. It would be much better if Azure has a single API service. Thanks.

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
3,578 questions
0 comments No comments
{count} votes

Accepted answer
  1. Samara Soucy - MSFT 5,141 Reputation points
    2021-08-12T20:03:34.917+00:00

    The Azure REST API has endpoints for retrieving data about retail pricing: https://learn.microsoft.com/en-us/rest/api/cost-management/retail-prices/azure-retail-prices

    A sample call would look like: https://prices.azure.com/api/retail/prices?$filter=serviceName eq 'Virtual Machines'. It also returns results by region and you can request prices in a different currency if you need it.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.