github.com/cdillond/yfi
Package yfi provides an unofficial wrapper for the Yahoo Finance API. Disclaimer: yfi is not affiliated with or produced by Yahoo. Data obtained through yfi should be used only for personal, non-commercial applications. yfi attempts to unify several versions of the Yahoo Finance API, each of which is sparsely documented and not guaranteed to be stable. Presently, there are 3 main representations of an asset, each providing different information:
Readme
yfi provides an unofficial Go wrapper for the Yahoo Finance API.
Disclaimer: yfi is not affiliated with or produced by Yahoo. Data obtained through yfi should be used only for personal, non-commercial applications.
yfi attempts to unify several versions of the Yahoo Finance API, each of which is sparsely documented and not guaranteed to be stable. Presently, there are 3 main representations of an asset, each providing different information:
Ticker
contains historical data in a simple and straightforward mannerQuote
contains current market data about an assetQuoteSummary
contains extensive data about an asset based on the selected QueryParam
. Because of how varied the data can be, the response is returned as a map[string]any
. The plan is eventually to provide individual structs for each response type.FAQs
Package yfi provides an unofficial wrapper for the Yahoo Finance API. Disclaimer: yfi is not affiliated with or produced by Yahoo. Data obtained through yfi should be used only for personal, non-commercial applications. yfi attempts to unify several versions of the Yahoo Finance API, each of which is sparsely documented and not guaranteed to be stable. Presently, there are 3 main representations of an asset, each providing different information:
We found that github.com/cdillond/yfi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.