Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

intraday endpoint support #54

Closed
ajsharp opened this issue Mar 9, 2020 · 1 comment
Closed

intraday endpoint support #54

ajsharp opened this issue Mar 9, 2020 · 1 comment

Comments

@ajsharp
Copy link

ajsharp commented Mar 9, 2020

Requesting support for the intraday prices endpoint. At first glance, it looks like the underlying data structures exist in this repo already.

@matthewrankin
Copy link
Contributor

Added the following method for intraday prices (closed in commit 87c5322).

func (c Client) IntradayPrices(ctx context.Context, symbol string) ([]IntradayPrice, error)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants