1. valuation_determiner
  • fin-maestro-kin
    • README.md
    • trend_analysis
      • generate_plot
    • screener_equities
      • quarterly_result
      • shareholding_pattern
      • cash_flow
      • balance_sheet
      • annual_profit_loss
      • ratios
      • key_metrics
    • valuation_determiner
      • valuation_verdict
        GET
      • valuation_by_earnings
        GET
      • graham_number
        GET
  1. valuation_determiner

graham_number

Developing
GET
localhost:8000/valuations/graham-number
Last modified:2025-06-01 19:29:25
Maintainer:Not configured

Request

Query Params
symbol
string 
required
Example:
TATAMOTORS

Responses

🟢200Success
application/json
Body
symbol
string 
required
graham_number
number 
required
Example
{"symbol":"TATAMOTORS","graham_number":670.97}
Modified at 2025-06-01 19:29:25
Previous
valuation_by_earnings
Built with