Overview
The Lyftron Provider for Oanda offers the most natural way to access Oanda data from Lyftron with ease and also enables to connect with BI, MDM & ML tools, Data warehouses, Databases and other SAAS based applications with zero code and zero infrastructure requirements. The provider wraps the complexity of accessing Oanda data into easy-to-integrate relational fully managed ANSI Sql format. Make faster and better business decisions with Lyftron’s Oanda data provider and automatically build your data migration pipelines in minutes, not months
The provider hides the complexity of accessing data and provides additional powerful security features, smart caching, batching, socket management, and more.
Key Features
- Comprehensive Delta load mechanism.
- Real-time access to Oanda.
- Comprehensive full support of ANSI Sql to query data with ease.
- Collaborative query processing.
Prerequisites
The user must have credentials for Oanda, Lyftron and your destination data warehouse, lake or database to perform the data pipeline operation with Lyftron
Establishing a Connection with Lyftron's Quickstart Steps
Create your Oanda connection with Lyftron by following the 5 easy steps show below:
Step1. Add your connection
Click on Connect section on the left panel → Click on Add Connection button
Step2. Select your connector
In the connector selection panel, search and click Oanda for your connection
Step3. Enter your connection details
In the Connection String section enter the values of the below parameters. The following connection string is required to establish Oanda connection with Lyftron.
Profile=C:\profiles\oanda.apip;ProfileSettings='APIKey=[your_apikey]';Key | Value | Field |
Connection Name | Enter your connection details | Required |
Profile | C:\profiles\oanda.apip | Required |
APIKey | your Oanda access_token | Required |
Logfile** | Use the logfile option to debug your job and provide your connection name to generate the log file. [ConnectionConfigurationPath]\Connection_name_log.tx | Optional |
Verbosity** | Choose verbosity 1-5 based on the severity of debugging | Optional |
** For more information, check the Lyftron logging and debugging section.
If you want more detailed information about how to establish a connection with Lyftron, click on Lyftron Connection Quick Start guide.
Step4. Test your connection
Once you are done entering your connection details, simply click on the Test Connection button to test the connectivity. In case your connection fails, add Logfile and Verbosity parameters and check the Lyftron logging and debugging section, to debug the error.
Step5. Save your connection
Hurray! Now you have successfully connected with the Lyftron Oanda connector and can utilize the connector to Extract, Warehouse, Analyze, Visualize and Share your data.
Data Model
The provider models the data in APIs into a list of tables that can be queried using standard SQL statements.
Generally, querying APIs tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns.
Name | Type | Description |
AccountChanges | Tables | Retrieve an account changes since a specified TransactionId. |
AccountChangesState | Tables | Retrieve an account state since a specified TransactionId. |
Accounts | Tables | List all accounts. |
ClientConfigureRejectTransactions | Tables | Get a range of ClientConfigureRejectTransactions for an Account based on the Transaction Ids. |
ClientConfigureTransactions | Tables | Get a range of ClientConfigureTransactions for an Account based on the Transaction Ids. |
CloseTransactions | Tables | Get a range of CloseTransactions for an Account based on the Transaction Ids. |
CreateTransactions | Tables | Get a range of CreateTransactions for an Account based on the Transaction Ids. |
DailyFinancingTransactions | Tables | Get a range of DailyFinancingTransactions for an Account based on the Transaction Ids. |
DelayedTradeClosureTransactions | Tables | Get a range of DelayedTradeClosureTransactions for an Account based on the Transaction Ids. |
FixedPriceOrderTransactions | Tables | Get a range of FixedPriceOrderTransactions for an Account based on the Transaction Ids. |
InstrumentCandles | Tables | Fetch candlestick data for an instrument. |
InstrumentOrderBook | Tables | Fetch an order book for an instrument. |
InstrumentPositionBook | Tables | Fetch an position book for an instrument. |
LimitOrderRejectTransactions | Tables | Get a range of LimitOrderRejectTransactions for an Account based on the Transaction Ids. |
LimitOrderTransactions | Tables | Get a range of LimitOrderTransactions for an Account based on the Transaction Ids. |
MarginCallEnterTransactions | Tables | Get a range of MarginCallEnterTransactions for an Account based on the Transaction Ids. |
MarginCallExitTransactions | Tables | Get a range of MarginCallExitTransactions for an Account based on the Transaction Ids. |
MarginCallExtendTransactions | Tables | Get a range of MarginCallExtendTransactions for an Account based on the Transaction Ids. |
MarketIfTouchedOrderRejectTransactions | Tables | Get a range of MarketIfTouchedOrderRejectTransactions for an Account based on the Transaction Ids. |
MarketIfTouchedOrderTransactions | Tables | Get a range of MarketIfTouchedOrderTransactions for an Account based on the Transaction Ids. |
MarketOrderRejectTransactions | Tables | Get a range of MarketOrderRejectTransactions for an Account based on the Transaction Ids. |
MarketOrderTransactions | Tables | Get a range of MarketOrderTransactions for an Account based on the Transaction Ids. |
OpenPositions | Tables | List all open positions for an account. An open Position is a Position in an Account that currently has a Trade opened for it. |
OpenTrades | Tables | List all open trades in an account. |
OrderCancelRejectTransactions | Tables | Get a range of OrderCancelRejectTransactions for an Account based on the Transaction Ids. |
OrderCancelTransactions | Tables | Get a range of OrderCancelTransactions for an Account based on the Transaction Ids. |
OrderClientExtensionsModifyRejectTransactions | Tables | Get a range of OrderClientExtensionsModifyRejectTransactions for an Account based on the Transaction Ids. |
OrderClientExtensionsModifyTransactions | Tables | Get a range of OrderClientExtensionsModifyTransactions for an Account based on the Transaction Ids. |
OrderFillTransactions | Tables | Get a range of OrderFillTransactions for an Account based on the Transaction Ids. |
Orders | Tables | List all orders in an account. |
PendingOrders | Tables | List all pending orders in an account. |
Positions | Tables | List all positions for an account. |
Prices | Tables | Get pricing information for a specified list of Instruments within an Account. |
ReopenTransactions | Tables | Get a range of ReopenTransactions for an Account based on the Transaction Ids. |
ResetResettablePLTransactions | Tables | Get a range of ResetResettablePLTransactions for an Account based on the Transaction Ids. |
StopLossOrderRejectTransactions | Tables | Get a range of StopLossOrderRejectTransactions for an Account based on the Transaction Ids. |
StopLossOrderTransactions | Tables | Get a range of StopLossOrderTransactions for an Account based on the Transaction Ids. |
StopOrderRejectTransactions | Tables | Get a range of StopOrderRejectTransactions for an Account based on the Transaction Ids. |
StopOrderTransactions | Tables | Get a range of StopOrderTransactions for an Account based on the Transaction Ids. |
TakeProfitOrderRejectTransactions | Tables | Get a range of TakeProfitOrderRejectTransactions for an Account based on the Transaction Ids. |
TakeProfitOrderTransactions | Tables | Get a range of TakeProfitOrderTransactions for an Account based on the Transaction Ids. |
TradeClientExtensionsModifyRejectTransactions | Tables | Get a range of TradeClientExtensionsModifyRejectTransactions for an Account based on the Transaction Ids. |
TradeClientExtensionsModifyTransactions | Tables | Get a range of TradeClientExtensionsModifyTransactions for an Account based on the Transaction Ids. |
Trades | Tables | List all trades in an account. |
TrailingStopLossOrderRejectTransactions | Tables | Get a range of TrailingStopLossOrderRejectTransactions for an Account based on the Transaction Ids. |
TrailingStopLossOrderTransactions | Tables | Get a range of TrailingStopLossOrderTransactions for an Account based on the Transaction Ids. |
Transaction | Tables | Get the details of a single Account Transaction. |
Transactions | Tables | Get a list of Transactions pages that satisfy a time-based Transaction query. |
TransactionsSinceId | Tables | Get a range of Transactions for an Account starting at (but not including) a provided Transacion Id. |
TransferFundsRejectTransactions | Tables | Get a range of TransferFundsRejectTransactions for an Account based on the Transaction Ids. |
TransferFundsTransactions | Tables | Get a range of TransferFundsTransactions for an Account based on the Transaction Ids. |
Advanced Settings
To view a detailed advanced settings options, go to Oanda Advanced Settings. Complete list of the parameters you can configure in the connection string can be found by clicking Connection String Parameters.