mirror of
https://github.com/longbridge/developers.git
synced 2026-09-19 03:34:09 +08:00
6109102994
## Summary Adds documentation for 6 new fundamental SDK APIs ported from [longbridge-terminal PR #202](https://github.com/longbridge/longbridge-terminal/pull/202). **18 files created** across `zh-CN`, `zh-HK`, and `en`: | API | SDK Method | Endpoint | |-----|-----------|----------| | Business Segments | `business_segments` | `GET /v1/quote/fundamentals/business-segments` | | Business Segments History | `business_segments_history` | `GET /v1/quote/fundamentals/business-segments/history` | | Institutional Rating Views | `institution_rating_views` | `GET /v1/quote/ratings/institutional` | | Industry Ranking | `industry_rank` | `GET /v1/quote/industry/rank` | | Industry Peer Hierarchy | `industry_peers` | `GET /v1/quote/industries/peers` | | Financial Report Snapshot | `financial_report_snapshot` | `GET /v1/quote/financials/earnings-snapshot` | ## Related PRs - SDK (Rust): https://github.com/longbridge/openapi/pull/526 - SDK (Go): https://github.com/longbridge/openapi-go/pull/91 ## Test plan - [ ] Preview renders correctly for all 3 locales - [ ] `<SDKLinks>` components resolve to correct methods - [ ] `<CliCommand>` blocks display expected CLI invocations - [ ] Response JSON examples and schema tables are accurate 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>