Forum Discussion

Kamila's avatar
Kamila
Contributor
13 days ago
Solved

How to get FX rate from different source?

I have the request to automate FX rates upload. Rates are stored in DWH (Data warehouse) and that would be easy if I could simply connect there. Unfortunately DWH team doesn't allow it, instead of it they can push their FX rates into my database. Any idea how can I get them such access?

Thanks!

  • Assuming you're in the cloud I believe your only option for someone to push something from another system into OneStream is via the REST API 'Data Management Execute Sequence/Step' endpoint.

    You can either push data in via parameters of the DM sequence or have the execution of the the sequence trigger OS to go and fetch data from somewhere (not exactly a push, more like a poke!).

  • DanielWillis's avatar
    DanielWillis
    Valued Contributor

    Assuming you're in the cloud I believe your only option for someone to push something from another system into OneStream is via the REST API 'Data Management Execute Sequence/Step' endpoint.

    You can either push data in via parameters of the DM sequence or have the execution of the the sequence trigger OS to go and fetch data from somewhere (not exactly a push, more like a poke!).

    • Kamila's avatar
      Kamila
      Contributor

      Thanks Daniel! I already took another approach with consuming the file with FX rates published by another team. 

  • Have you seen the OpenPlace Solution called "FX Rates Manager"?  I've used it and it was surprisingly easy to load FX Rates into OneStream from either the Central European Bank or the Federal Reserve.  That would obviate the need for your own Data Warehouse but reviewing this solution may give you some ideas on how to automate the loading of FX Rates.

     

    • Kamila's avatar
      Kamila
      Contributor

      This is very helpful, thank you Chris! I have already chosen the approach with reading the file with FX files that is available on shared location. I am using WINSCP libraries for it. However thank you once again!

      • chris_rothermel's avatar
        chris_rothermel
        Contributor

        Excellent.  I like WINSCP very much but am not familiar with the libraries.  Sounds like something new to learn.