Skip to content

Conversation

@fabianbaier
Copy link

This introduces support for the QuoteEndpoint

Example

ac := av.NewClient(APIKey)
quoteValue, err := ac.StockQuote(symbolKey)
		if err != nil {
			log.Debugf("Error StockQuote response: %+v", err)
		}

e.g. for symbolKey = FB a typical Record is: [FB 160.5800 162.4100 160.3100 161.8900 15858468 2019-02-22 160.0400 1.8500 1.1560%]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant