0

Automatic Importation of records via HTTP Call "GET"

Here's a public link to a CSV list of exchange rate history USD/EUR from Sabadell Bank (Spain):

http://bsmarkets.webfg.com/webservices/cotizaciones/acciones/indexWebservicesHistoricoCSV.php?key=sabadell339c67eed1b27e3c6ea5194f8b105fcb&useGet=1&proveedor=fininfo&tipoDatos=historico&plaza=244&codigo=40978840&tipoInstrumento=divisas

If I use Postman to GET the info, I have the list (that's great), but when in Ninox I use HTTP Call, there is a response error: {"error":"Request has failed: error - "}

What am I doing wrong?

My final goal is to push a button and automatically create a record in Ninox for each day/exchange rate provided in the response.

Thank you!!

1 reply

null
    • Ninox partner
    • RoSoft_Steven.1
    • 2 yrs ago
    • Reported - view

    If you use Postman, you get the list(that's great). What format is the list in? JSON or CSV like in your link above?