piquette / finance-go

:bar_chart: Financial markets data library implemented in go.
https://piquette.io/projects/finance-go
MIT License
725 stars 102 forks source link

Support Yahoo Finance API Key #12

Open TACIXAT opened 5 years ago

TACIXAT commented 5 years ago

Yahoo finance API is rate limited, with higher limits available if you use an API key. Would be cool to be able to plug that in when querying.

Thanks for the great library!

ackleymi commented 5 years ago

Thanks for using it & thanks for the feedback. I've thought of this, but I'm unsure if there is an easy way to go about it. Is there a canonical example somewhere of using a yahoo api key for finance stuff?