Polygon · Arazzo Workflow
Polygon Forex Pair Analysis
Version 1.0.0
Read a currency pair's last quote, convert an amount, and pull its aggregate bars.
View Spec
View on GitHub
FinanceFintechMarket DataStocksOptionsForexCryptoIndicesFuturesWebSocketsReal-timeHistoricalPublic APIsArazzoWorkflows
Provider
Workflows
forex-pair-analysis
Analyze a currency pair via last quote, conversion, and aggregate bars.
Reads the last quote for a currency pair, converts an amount at the current rate, and pulls aggregate bars for the corresponding FX ticker.
1
getLastQuote
getForexLastQuote
Read the last quote for the currency pair to capture the live bid and ask.
2
convertAmount
getForexConversion
Convert the requested notional amount from the source to the target currency at the current rate.
3
getAggregates
getForexAggregateBars
Retrieve aggregate bars for the FX pair over the requested date range for historical context.