Commit 883c9a8
authored
fix: correct 5 broken field names based on live API verification (#42)
Verified all 33 new fields against live TradingView scanner API.
Five field names were invalid (returned Unknown field error); replaced with
confirmed working names sourced from TradingView field reference:
- analyst_recommendations_buy → recommendation_buy
- analyst_recommendations_sell → recommendation_sell
- analyst_recommendations_neutral → recommendation_hold
- continuous_dividend_payout_years → continuous_dividend_payout
- dps_yoy_growth_ttm → dps_common_stock_prim_issue_yoy_growth_fy
All 28 other new fields confirmed working (non-null data for ≥9/10 top
market-cap stocks). Graham number formula verified exact: sqrt(22.5×EPS×BVPS).1 parent 20c5461 commit 883c9a8
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
588 | | - | |
| 588 | + | |
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
595 | | - | |
| 595 | + | |
596 | 596 | | |
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
602 | | - | |
| 602 | + | |
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
| |||
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
736 | | - | |
| 736 | + | |
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
741 | 741 | | |
742 | 742 | | |
743 | | - | |
744 | | - | |
| 743 | + | |
| 744 | + | |
745 | 745 | | |
746 | 746 | | |
747 | | - | |
| 747 | + | |
748 | 748 | | |
749 | 749 | | |
750 | 750 | | |
| |||
0 commit comments