Polygon
  1. Currencies
Polygon
  • Stocks
    • Available Companies
      GET
    • Historic Aggregates
      GET
    • Historic Quotes
      GET
    • Historic Trades
      GET
    • Last Trade for a Symbol
      GET
    • Last Quote for a Symbol
      GET
  • Currencies
    • Available Currencies
      GET
    • Historic Forex Ticks
      GET
    • Last Trade for a Currency Pair
      GET
    • Last Quote for a Currency Pair
      GET
  1. Currencies

Available Currencies

GET
/v1/currencies
Get a list of the currencies that polygon.io streams.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.polygon.io/v1/currencies'
Response Response Example
200 - Example 1
[
    "string"
]

Request

None

Responses

🟢200An array of currencies
application/json
Body

🔴500Unexpected error
Modified at 2023-08-15 09:01:13
Previous
Last Quote for a Symbol
Next
Historic Forex Ticks
Built with