OANDA is a global leader in online multi-asset trading services, currency data, corporate payments and FX services.
What You Can Build With the OANDA API
The OANDA API allows developers to build a wide range of financial trading
applications. It provides APIs for Spot, FX, and CFD Trading, Historical
Currency Conversion, and Exchange Rates. With the tools and services offered by
OANDA, you can create the following types of programs and applications:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
oanda: {
type: "app",
app: "oanda",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api-fxtrade.oanda.com/v3/accounts`,
headers: {
Authorization: `Bearer ${this.oanda.$auth.personal_token}`,
},
})
},
})
With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include: