Get Company Exchange Rates
get_company_exchange_ratesRetrieves active company-level exchange rates for a Procore company. Returns each rate as units of quote currency per base currency, with full field details.
Instructions
Returns the collection of active company-level exchange rates. Each rate quotes how many units of quote_currency_iso_code equal one unit of the company base currency. Returns an empty array when no rates have been configured. Use this when you already know which company exchange rate you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted. Returns a single JSON object describing the company exchange rate. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id. Procore API: Construction Financials > Currency Configurations. Endpoint: GET /rest/v1.0/companies/{company_id}/currency_configuration/exchange_rates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — integer ID of the Procore company whose exchange rates are being queried or modified. Obtainable from GET /rest/v1.0/companies. |