Feat: Add Yahoo Finance Operator #3221 (#9088)

### What problem does this PR solve?

Feat: Add Yahoo Finance Operator #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-07-29 13:15:37 +08:00
committed by GitHub
parent f7164f686b
commit b6745e50c6
6 changed files with 171 additions and 33 deletions

View File

@ -464,13 +464,19 @@ export const initialWenCaiValues = {
export const initialAkShareValues = { top_n: 10, ...initialQueryBaseValues };
export const initialYahooFinanceValues = {
stock_code: '',
info: true,
history: false,
financials: false,
balance_sheet: false,
cash_flow_statement: false,
news: true,
...initialQueryBaseValues,
outputs: {
report: {
value: '',
type: 'string',
},
},
};
export const initialJin10Values = {