Skip to content

Commit

Permalink
gadicc#752!: resolved missing data points.
Browse files Browse the repository at this point in the history
BREAKING CHANGEs:
- requires option module.
- type is removed from data key.
  • Loading branch information
nocodehummel committed Mar 17, 2024
1 parent 217032f commit 6dea7f2
Show file tree
Hide file tree
Showing 33 changed files with 630 additions and 223 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"prettier.singleQuote": false,
"prettier.quoteProps": "preserve",
}
3 changes: 2 additions & 1 deletion docs/modules/fundamentalsTimeSeries.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ an array of symbols, and you'll receive an array of results back.
| ------------- | ----------| ---------- | --------------------------------- |
| `period1` | Date* | *required* | Starting period
| `period2` | Date* | (today) | Ending period
| `type` | "quarterly", "annual" | "quarterly" | Financial time series type
| `type` | "quarterly", "annual", "trailing" | "quarterly" | Financial time series type
| `module` | "income", "balance", "cashflow" | "income" | Financial statement module.
| `lang` | string | `"en-US"` | |
| `region` | string | `"US"` | |

Expand Down
3 changes: 3 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,9 @@
"type": {
"type": "string"
},
"module": {
"type": "string"
},
"merge": {
"type": "boolean"
},
Expand Down
Loading

0 comments on commit 6dea7f2

Please sign in to comment.