# Exchange Tables

This object allows you to view or edit foreign currency exchange rates, depending on your [Foreign Exchange Access Group Set](https://mavenlink.zendesk.com/hc/en-us/articles/360047485453)
          permissions. If you are not a member of an Access Group with Foreign Exchange (FX) permissions, an account administrator will need to add you to one.
          If you are an account admin that needs FX permissions, you can add yourself to an Access Group with the FX permissions you require.

## Fetching a list of Exchange Tables

 - [GET /foreign_exchange/exchange_tables](https://developer.kantata.com/kantata/specification/exchange-tables/get-exchange-tables.md): Returns a list of exchange tables associated with your account, and their default settings details.

## Creating a new Exchange Table

 - [POST /foreign_exchange/exchange_tables](https://developer.kantata.com/kantata/specification/exchange-tables/create-exchange-table.md): Creates a new exchange table.

## Fetching a single Exchange Table

 - [GET /foreign_exchange/exchange_tables/{id}](https://developer.kantata.com/kantata/specification/exchange-tables/get-exchange-table.md): Returns default settings details for a specified exchange table.

## Updating an existing Exchange Table

 - [PUT /foreign_exchange/exchange_tables/{id}](https://developer.kantata.com/kantata/specification/exchange-tables/update-exchange-table.md): Updates the name and/or default settings for a specified exchange table.

## Import Exchange Rates

 - [POST /foreign_exchange/exchange_tables/{id}/rates](https://developer.kantata.com/kantata/specification/exchange-tables/import-exchange-tables.md): Add or update exchange rates for a specified exchange table by importing rates as a .csv file, or in a JSON array of hashes.

## Fetching a list of Exchange Rates

 - [GET /foreign_exchange/exchange_tables/{id}/rates](https://developer.kantata.com/kantata/specification/exchange-tables/get-exchange-rates.md): Returns all current exchange rates for a specified exchange table, unless filter parameters have been applied..

