# 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.

 - [GET /foreign_exchange/exchange_tables](https://developer.kantata.com/kantata/specification/exchange-tables/get%20exchange%20tables.md): Returns a list of exchange tables associated with your account, and their default settings details.
 - [POST /foreign_exchange/exchange_tables](https://developer.kantata.com/kantata/specification/exchange-tables/create%20exchange%20table.md): Creates a new exchange table.
 - [GET /foreign_exchange/exchange_tables/{id}](https://developer.kantata.com/kantata/specification/exchange-tables/get%20exchange%20table.md): Returns default settings details for a specified exchange table.
 - [PUT /foreign_exchange/exchange_tables/{id}](https://developer.kantata.com/kantata/specification/exchange-tables/update%20exchange%20table.md): Updates the name and/or default settings for a specified exchange table.
 - [POST /foreign_exchange/exchange_tables/{id}/rates](https://developer.kantata.com/kantata/specification/exchange-tables/import%20exchange%20tables.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.
 - [GET /foreign_exchange/exchange_tables/{id}/rates](https://developer.kantata.com/kantata/specification/exchange-tables/get%20exchange%20rates.md): Returns all current exchange rates for a specified exchange table, unless filter parameters have been applied..
