We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For stocks with no historic dididends, the lib throws an error "Uncaught Error: No newlines in: Date,Dividends"
Call
const dividends = (await yahooFinance.historical('TSLA', { period1: Date.UTC(1970, 0), events: "dividends", interval: "1d", }))
Tesla never paid dividends.
Node
Library version2.4.3
The text was updated successfully, but these errors were encountered:
13dcc64
Thanks for reporting, @PhilippS93! This is fixed now and will be in the next release (there'll be an automated message here when its published).
Sorry, something went wrong.
chore(release): 2.4.4 [skip ci]
2a2d9cc
## [2.4.4](v2.4.3...v2.4.4) (2023-08-12) ### Bug Fixes * **csv2json,historical:** dividends/csv with no data (fixes [#658](#658)) ([13dcc64](13dcc64)) * **deps:** update dependency node-fetch to v2.6.12 ([9f2352b](9f2352b)) * **deps:** update dependency tough-cookie to v4.1.3 ([8ea89d2](8ea89d2)) * **fixDevel:** send real request with full URL with crumb ([e3b2409](e3b2409)) * **quoteSummary:** schema: optional {stock,bond}Position (fixes [#639](#639)) ([cc669b8](cc669b8)) * **schema:** quoteSummary, secFilings types (fixes [#646](#646)) ([e92702e](e92702e)) * **search:** also "Futures" (in addition to "Future") for typeDisp ([d745b67](d745b67)) * **validateAndCoerceTypes:** add a node for #help-fix doc ([662760d](662760d)) * **validations:** quoteSummary BMW.DE (fixes [#638](#638)) ([d943e97](d943e97))
🎉 This issue has been resolved in version 2.4.4 🎉
The release is available on:
Your semantic-release bot 📦🚀
No branches or pull requests
Bug Report
Describe the bug
For stocks with no historic dididends, the lib throws an error "Uncaught Error: No newlines in: Date,Dividends"
Minimal Reproduction
Call
Tesla never paid dividends.
Environment
Node
Library version2.4.3
Additional Context
The text was updated successfully, but these errors were encountered: