Forex API
The following endpoints are covered by the Forex API via these functions:
historic_forex_ticks
=> Historic Forex Ticksreal_time_currency_conversion
=> Real-time Currency Conversionlast_quote_currency_pair
=> Last Quote for a Currency Pairforex_grouped_daily_bars
=> Aggregates (Bars)forex_previous_close
=> Grouped Daily (Bars)forex_aggregates_bars
=> Previous Closeforex_snapshot_ticker
=> Snapshot - All Tickersforex_snapshot_all_tickers
=> Snapshot - Gainers/Losersforex_snapshot_gainers_losers
=> Snapshot - Ticker
Detailed information on each function can be extracted in Julia. For example;
using PolygonIO
julia>?historic_forex_ticks