Rates per date converter

[apis/yahoo finance/Rates per date converter]

Input ports

  • timestamps: any[]

    [Inherited from port array of create rates per date mapping] Receives array to be reduced. Example: ["A", "B", "C"]

  • prices: any[]

    [Inherited from port array of iterate over adjusted close prices] Recieves array to be iterated over. Example: [1,2,3]

Output ports

  • rates per date: any

    [Inherited from port reduced of create rates per date mapping] Sends the reduced array. Example: "ABC"

Last updated