Historical adjusted closed price & timestamp getter

[apis/yahoo finance/Historical adjusted closed price & timestamp getter]

Input ports

  • instrument: (any[] or {string: any})

    [Inherited from port tree of select adjusted prices] Receives the tree the node is extracted from

Output ports

  • timestamps: ({string: any} or any)[]

    [Inherited from port synced of syncer] Sends synchronized inputs as a record or tuple indexed by the names of the ports they were received through. Example: {"a": "Foo", "b": "Bar"}

  • adjustedcloses: any

Last updated