{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "buffet-daydreams-systems-entrypoints-buffett-signal-invoke",
  "title": "Daydreams \u00b7 Buffett-Style Fundamentals Signal",
  "url": "https://buffet.daydreams.systems/entrypoints/buffett-signal/invoke",
  "category": "finance",
  "summary": "Analyze stock tickers using value investing fundamentals and return directional signals with detailed breakdowns.",
  "seo": {
    "title": "Warren Buffett Fundamentals Analysis API | Daydreams x402",
    "description": "Generate bullish/bearish/neutral trading signals using Warren Buffett-style fundamental analysis. Per-ticker breakdown with scoring."
  },
  "use_cases": [
    "Generate fundamental trading signals for equity portfolios",
    "Score stocks on book value, earnings quality, and moat metrics",
    "Automate value investing screening for long-term positions"
  ],
  "ideal_buyer": "Quantitative traders, value investing algorithms, and portfolio management systems seeking fundamental analysis signals.",
  "example_prompt": "Analyze AAPL, MSFT, and BRK.B using Buffett fundamentals and return bullish/bearish signals with book value and earnings breakdowns.",
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 16.667,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xb308ed39d67d0d4bae5bc2faef60c66bbb6ae429",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "500000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Analyse tickers using Warren Buffett-style fundamentals and return bullish/bearish/neutral signals.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "input": {
              "type": "object",
              "required": [
                "tickers"
              ],
              "properties": {
                "endDate": {
                  "type": "string",
                  "description": "Optional end date (YYYY-MM-DD). Defaults to today."
                },
                "tickers": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  },
                  "description": "One or more ticker symbols to analyse."
                },
                "showReasoning": {
                  "type": "boolean",
                  "description": "Include the model reasoning in the response."
                }
              }
            }
          }
        },
        "output": {
          "output": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "endDate",
              "analystSignals"
            ],
            "properties": {
              "errors": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {
                  "type": "string"
                }
              },
              "endDate": {
                "type": "string"
              },
              "analystSignals": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {
                  "type": "object",
                  "required": [
                    "signal",
                    "confidence",
                    "reasoning",
                    "score",
                    "maxScore",
                    "marginOfSafety",
                    "intrinsicValue",
                    "marketCap",
                    "breakdown",
                    "details"
                  ],
                  "properties": {
                    "score": {
                      "type": "number"
                    },
                    "signal": {
                      "enum": [
                        "bullish",
                        "neutral",
                        "bearish"
                      ],
                      "type": "string"
                    },
                    "details": {
                      "type": "object",
                      "required": [
                        "fundamentals",
                        "consistency",
                        "moat",
                        "pricingPower",
                        "bookValue",
                        "management",
                        "valuation"
                      ],
                      "properties": {
                        "moat": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "bookValue": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "valuation": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "management": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "consistency": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "fundamentals": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "pricingPower": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      },
                      "additionalProperties": false
                    },
                    "maxScore": {
                      "type": "number"
                    },
                    "breakdown": {
                      "type": "object",
                      "required": [
                        "fundamentals",
                        "consistency",
                        "moat",
                        "pricingPower",
                        "bookValue",
                        "management"
                      ],
                      "properties": {
                        "moat": {
                          "type": "object",
                          "required": [
                            "score",
                            "maxScore"
                          ],
                          "properties": {
                            "score": {
                              "type": "number"
                            },
                            "maxScore": {
                              "type": "number"
                            }
                          },
                          "additionalProperties": false
                        },
                        "bookValue": {
                          "type": "object",
                          "required": [
                            "score",
                            "maxScore"
                          ],
                          "properties": {
                            "score": {
                              "type": "number"
                            },
                            "maxScore": {
                              "type": "number"
                            }
                          },
                          "additionalProperties": false
                        },
                        "management": {
                          "type": "object",
                          "required": [
                            "score",
                            "maxScore"
                          ],
                          "properties": {
                            "score": {
                              "type": "number"
                            },
                            "maxScore": {
                              "type": "number"
                            }
                          },
                          "additionalProperties": false
                        },
                        "consistency": {
                          "type": "object",
                          "required": [
                            "score",
                            "maxScore"
                          ],
                          "properties": {
                            "score": {
                              "type": "number"
                            },
                            "maxScore": {
                              "type": "number"
                            }
                          },
                          "additionalProperties": false
                        },
                        "fundamentals": {
                          "type": "object",
                          "required": [
                            "score",
                            "maxScore"
                          ],
                          "properties": {
                            "score": {
                              "type": "number"
                            },
                            "maxScore": {
                              "type": "number"
                            }
                          },
                          "additionalProperties": false
                        },
                        "pricingPower": {
                          "type": "object",
                          "required": [
                            "score",
                            "maxScore"
                          ],
                          "properties": {
                            "score": {
                              "type": "number"
                            },
                            "maxScore": {
                              "type": "number"
                            }
                          },
                          "additionalProperties": false
                        }
                      },
                      "additionalProperties": false
                    },
                    "marketCap": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "reasoning": {
                      "type": "string"
                    },
                    "confidence": {
                      "type": "number",
                      "maximum": 100,
                      "minimum": 0
                    },
                    "intrinsicValue": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "marginOfSafety": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "additionalProperties": false
                }
              }
            },
            "additionalProperties": false
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "buffet-daydreams-systems",
    "host": "buffet.daydreams.systems",
    "url": "https://buffet.daydreams.systems"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/buffet-daydreams-systems-entrypoints-buffett-signal-invoke",
    "url": "https://x402all.com/resource/buffet-daydreams-systems-entrypoints-buffett-signal-invoke",
    "name": "Daydreams \u00b7 Buffett-Style Fundamentals Signal",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/buffet-daydreams-systems-entrypoints-buffett-signal-invoke",
      "@type": "Offer",
      "price": "0.5",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.500000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://buffet.daydreams.systems/entrypoints/buffett-signal/invoke",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/buffet-daydreams-systems",
      "url": "https://buffet.daydreams.systems",
      "name": "buffet.daydreams.systems",
      "@type": "Organization"
    },
    "identifier": "buffet-daydreams-systems-entrypoints-buffett-signal-invoke",
    "description": "Generate bullish/bearish/neutral trading signals using Warren Buffett-style fundamental analysis. Per-ticker breakdown with scoring.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=buffet-daydreams-systems-entrypoints-buffett-signal-invoke",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=buffet-daydreams-systems-entrypoints-buffett-signal-invoke"
}
