{
  "schemaVersion": "1.0",
  "item": {
    "slug": "financial-data",
    "name": "Financial Data",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/AIsaPay/financial-data",
    "canonicalUrl": "https://clawhub.ai/AIsaPay/financial-data",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/financial-data",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=financial-data",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/market_client.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/financial-data"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/financial-data",
    "agentPageUrl": "https://openagent3.xyz/skills/financial-data/agent",
    "manifestUrl": "https://openagent3.xyz/skills/financial-data/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/financial-data/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "OpenClaw Market 📊",
        "body": "Complete market data for autonomous agents. Powered by AIsa.\n\nOne API key. Stocks + Crypto + Financials. Everything you need."
      },
      {
        "title": "Cross-Asset Portfolio",
        "body": "\"Get BTC, ETH prices alongside AAPL, NVDA stock data for my portfolio\""
      },
      {
        "title": "Investment Research",
        "body": "\"Full analysis: NVDA price trends, insider trades, analyst estimates, SEC filings\""
      },
      {
        "title": "Crypto Tracking",
        "body": "\"Real-time prices for BTC, ETH, SOL with 30-day historical charts\""
      },
      {
        "title": "Earnings Analysis",
        "body": "\"Get Tesla earnings reports, analyst estimates, and price reaction\""
      },
      {
        "title": "Market Screening",
        "body": "\"Find stocks with P/E < 15 and revenue growth > 20%\""
      },
      {
        "title": "Whale Watching",
        "body": "\"Track insider trades at Apple and correlate with price movements\""
      },
      {
        "title": "Quick Start",
        "body": "export AISA_API_KEY=\"your-key\""
      },
      {
        "title": "Stock Prices",
        "body": "# Historical price data (daily)\ncurl \"https://api.aisa.one/apis/v1/financial/prices?ticker=AAPL&interval=day&interval_multiplier=1&start_date=2025-01-01&end_date=2025-12-31\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Weekly price data\ncurl \"https://api.aisa.one/apis/v1/financial/prices?ticker=AAPL&interval=week&interval_multiplier=1&start_date=2025-01-01&end_date=2025-12-31\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Minute-level data (intraday)\ncurl \"https://api.aisa.one/apis/v1/financial/prices?ticker=AAPL&interval=minute&interval_multiplier=5&start_date=2025-01-15&end_date=2025-01-15\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\nParameters:\n\nticker: Stock symbol (required)\ninterval: second, minute, day, week, month, year (required)\ninterval_multiplier: Multiplier for interval, e.g., 5 for 5-minute bars (required)\nstart_date: Start date YYYY-MM-DD (required)\nend_date: End date YYYY-MM-DD (required)"
      },
      {
        "title": "Company News",
        "body": "# Get news by ticker\ncurl \"https://api.aisa.one/apis/v1/financial/news?ticker=AAPL&limit=10\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\""
      },
      {
        "title": "Financial Statements",
        "body": "# All financial statements\ncurl \"https://api.aisa.one/apis/v1/financial/financial_statements/all?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Income statements\ncurl \"https://api.aisa.one/apis/v1/financial/financial_statements/income?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Balance sheets\ncurl \"https://api.aisa.one/apis/v1/financial/financial_statements/balance?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Cash flow statements\ncurl \"https://api.aisa.one/apis/v1/financial/financial_statements/cash?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\""
      },
      {
        "title": "Financial Metrics",
        "body": "# Real-time financial metrics snapshot\ncurl \"https://api.aisa.one/apis/v1/financial/financial-metrics/snapshot?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Historical financial metrics\ncurl \"https://api.aisa.one/apis/v1/financial/financial-metrics?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\""
      },
      {
        "title": "Analyst Estimates",
        "body": "# Earnings per share estimates\ncurl \"https://api.aisa.one/apis/v1/financial/analyst/eps?ticker=AAPL&period=annual\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\""
      },
      {
        "title": "Insider Trading",
        "body": "# Get insider trades\ncurl \"https://api.aisa.one/apis/v1/financial/insider/trades?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\""
      },
      {
        "title": "Institutional Ownership",
        "body": "# Get institutional ownership\ncurl \"https://api.aisa.one/apis/v1/financial/institutional/ownership?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\""
      },
      {
        "title": "SEC Filings",
        "body": "# Get SEC filings\ncurl \"https://api.aisa.one/apis/v1/financial/sec/filings?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get SEC filing items\ncurl \"https://api.aisa.one/apis/v1/financial/sec/items?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\""
      },
      {
        "title": "Company Facts",
        "body": "# Get company facts by CIK\ncurl \"https://api.aisa.one/apis/v1/financial/company/facts?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\""
      },
      {
        "title": "Stock Screener",
        "body": "# Screen for stocks matching criteria\ncurl -X POST \"https://api.aisa.one/apis/v1/financial/search/stock\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"filters\":{\"pe_ratio\":{\"max\":15},\"revenue_growth\":{\"min\":0.2}}}'"
      },
      {
        "title": "Interest Rates",
        "body": "# Current interest rates\ncurl \"https://api.aisa.one/apis/v1/financial/interest_rates/snapshot\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Historical interest rates\ncurl \"https://api.aisa.one/apis/v1/financial/interest_rates/historical?bank=fed\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\""
      },
      {
        "title": "Real-Time Price Snapshot",
        "body": "# Get current BTC price (use ticker format: SYMBOL-USD)\ncurl \"https://api.aisa.one/apis/v1/financial/crypto/prices/snapshot?ticker=BTC-USD\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get current ETH price\ncurl \"https://api.aisa.one/apis/v1/financial/crypto/prices/snapshot?ticker=ETH-USD\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get current SOL price\ncurl \"https://api.aisa.one/apis/v1/financial/crypto/prices/snapshot?ticker=SOL-USD\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get TRUMP token price\ncurl \"https://api.aisa.one/apis/v1/financial/crypto/prices/snapshot?ticker=TRUMP-USD\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\nNote: Crypto tickers use format SYMBOL-USD (e.g., BTC-USD, ETH-USD)."
      },
      {
        "title": "Historical Price Data",
        "body": "# Get BTC historical prices (daily)\ncurl \"https://api.aisa.one/apis/v1/financial/crypto/prices?ticker=BTC-USD&interval=day&interval_multiplier=1&start_date=2025-01-01&end_date=2025-01-31\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get ETH hourly data\ncurl \"https://api.aisa.one/apis/v1/financial/crypto/prices?ticker=ETH-USD&interval=minute&interval_multiplier=60&start_date=2025-01-15&end_date=2025-01-16\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\""
      },
      {
        "title": "Supported Cryptocurrencies",
        "body": "TickerNameBTC-USDBitcoinETH-USDEthereumSOL-USDSolanaBNB-USDBinance CoinXRP-USDRippleDOGE-USDDogecoinADA-USDCardanoAVAX-USDAvalancheDOT-USDPolkadotMATIC-USDPolygonLINK-USDChainlinkUNI-USDUniswapATOM-USDCosmosLTC-USDLitecoinTRUMP-USDTrump Token...And many more"
      },
      {
        "title": "Python Client",
        "body": "# ==================== Stock Data ====================\n# Note: start_date and end_date are REQUIRED for prices\npython3 {baseDir}/scripts/market_client.py stock prices --ticker AAPL --start 2025-01-01 --end 2025-01-31\npython3 {baseDir}/scripts/market_client.py stock prices --ticker AAPL --start 2025-01-01 --end 2025-01-31 --interval week\npython3 {baseDir}/scripts/market_client.py stock news --ticker AAPL --count 10\n\n# ==================== Financial Statements ====================\npython3 {baseDir}/scripts/market_client.py stock statements --ticker AAPL --type all\npython3 {baseDir}/scripts/market_client.py stock statements --ticker AAPL --type income\npython3 {baseDir}/scripts/market_client.py stock statements --ticker AAPL --type balance\npython3 {baseDir}/scripts/market_client.py stock statements --ticker AAPL --type cash\n\n# ==================== Metrics & Analysis ====================\npython3 {baseDir}/scripts/market_client.py stock metrics --ticker AAPL\npython3 {baseDir}/scripts/market_client.py stock analyst --ticker AAPL\n\n# ==================== Insider & Institutional ====================\npython3 {baseDir}/scripts/market_client.py stock insider --ticker AAPL\npython3 {baseDir}/scripts/market_client.py stock ownership --ticker AAPL\n\n# ==================== SEC Filings ====================\npython3 {baseDir}/scripts/market_client.py stock filings --ticker AAPL\n\n# ==================== Stock Screener ====================\npython3 {baseDir}/scripts/market_client.py stock screen --pe-max 15 --growth-min 0.2\n\n# ==================== Interest Rates ====================\npython3 {baseDir}/scripts/market_client.py stock rates\npython3 {baseDir}/scripts/market_client.py stock rates --historical\n\n# ==================== Crypto Data ====================\n# Note: Use ticker format SYMBOL-USD (or just SYMBOL, auto-converted)\npython3 {baseDir}/scripts/market_client.py crypto snapshot --ticker BTC-USD\npython3 {baseDir}/scripts/market_client.py crypto snapshot --ticker ETH  # Auto-converts to ETH-USD\npython3 {baseDir}/scripts/market_client.py crypto historical --ticker BTC-USD --start 2025-01-01 --end 2025-01-31\npython3 {baseDir}/scripts/market_client.py crypto portfolio --tickers BTC-USD,ETH-USD,SOL-USD"
      },
      {
        "title": "Traditional Finance",
        "body": "EndpointMethodDescription/financial/pricesGETHistorical stock prices (requires interval params)/financial/newsGETCompany news by ticker/financial/financial_statements/allGETAll financial statements/financial/financial_statements/incomeGETIncome statements/financial/financial_statements/balanceGETBalance sheets/financial/financial_statements/cashGETCash flow statements/financial/financial-metrics/snapshotGETReal-time financial metrics/financial/financial-metricsGETHistorical metrics/financial/analyst/epsGETEPS estimates/financial/insider/tradesGETInsider trades/financial/institutional/ownershipGETInstitutional ownership/financial/sec/filingsGETSEC filings/financial/sec/itemsGETSEC filing items/financial/company/factsGETCompany facts/financial/search/stockPOSTStock screener/financial/interest_rates/snapshotGETCurrent interest rates/financial/interest_rates/historicalGETHistorical rates"
      },
      {
        "title": "Cryptocurrency",
        "body": "EndpointMethodDescription/financial/crypto/prices/snapshotGETReal-time price snapshot/financial/crypto/pricesGETHistorical OHLCV data"
      },
      {
        "title": "Pricing",
        "body": "APICostStock prices~$0.001Company news~$0.001Financial statements~$0.002Analyst estimates~$0.002SEC filings~$0.001Crypto snapshot~$0.0005Crypto historical~$0.001\n\nEvery response includes usage.cost and usage.credits_remaining."
      },
      {
        "title": "Get Started",
        "body": "Sign up at aisa.one\nGet your API key\nAdd credits (pay-as-you-go)\nSet environment variable: export AISA_API_KEY=\"your-key\""
      },
      {
        "title": "Full API Reference",
        "body": "See API Reference for complete endpoint documentation."
      }
    ],
    "body": "OpenClaw Market 📊\n\nComplete market data for autonomous agents. Powered by AIsa.\n\nOne API key. Stocks + Crypto + Financials. Everything you need.\n\n🔥 What Can You Do?\nCross-Asset Portfolio\n\"Get BTC, ETH prices alongside AAPL, NVDA stock data for my portfolio\"\n\nInvestment Research\n\"Full analysis: NVDA price trends, insider trades, analyst estimates, SEC filings\"\n\nCrypto Tracking\n\"Real-time prices for BTC, ETH, SOL with 30-day historical charts\"\n\nEarnings Analysis\n\"Get Tesla earnings reports, analyst estimates, and price reaction\"\n\nMarket Screening\n\"Find stocks with P/E < 15 and revenue growth > 20%\"\n\nWhale Watching\n\"Track insider trades at Apple and correlate with price movements\"\n\nQuick Start\nexport AISA_API_KEY=\"your-key\"\n\n🏦 Traditional Finance\nStock Prices\n# Historical price data (daily)\ncurl \"https://api.aisa.one/apis/v1/financial/prices?ticker=AAPL&interval=day&interval_multiplier=1&start_date=2025-01-01&end_date=2025-12-31\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Weekly price data\ncurl \"https://api.aisa.one/apis/v1/financial/prices?ticker=AAPL&interval=week&interval_multiplier=1&start_date=2025-01-01&end_date=2025-12-31\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Minute-level data (intraday)\ncurl \"https://api.aisa.one/apis/v1/financial/prices?ticker=AAPL&interval=minute&interval_multiplier=5&start_date=2025-01-15&end_date=2025-01-15\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n\nParameters:\n\nticker: Stock symbol (required)\ninterval: second, minute, day, week, month, year (required)\ninterval_multiplier: Multiplier for interval, e.g., 5 for 5-minute bars (required)\nstart_date: Start date YYYY-MM-DD (required)\nend_date: End date YYYY-MM-DD (required)\nCompany News\n# Get news by ticker\ncurl \"https://api.aisa.one/apis/v1/financial/news?ticker=AAPL&limit=10\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\nFinancial Statements\n# All financial statements\ncurl \"https://api.aisa.one/apis/v1/financial/financial_statements/all?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Income statements\ncurl \"https://api.aisa.one/apis/v1/financial/financial_statements/income?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Balance sheets\ncurl \"https://api.aisa.one/apis/v1/financial/financial_statements/balance?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Cash flow statements\ncurl \"https://api.aisa.one/apis/v1/financial/financial_statements/cash?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\nFinancial Metrics\n# Real-time financial metrics snapshot\ncurl \"https://api.aisa.one/apis/v1/financial/financial-metrics/snapshot?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Historical financial metrics\ncurl \"https://api.aisa.one/apis/v1/financial/financial-metrics?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\nAnalyst Estimates\n# Earnings per share estimates\ncurl \"https://api.aisa.one/apis/v1/financial/analyst/eps?ticker=AAPL&period=annual\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\nInsider Trading\n# Get insider trades\ncurl \"https://api.aisa.one/apis/v1/financial/insider/trades?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\nInstitutional Ownership\n# Get institutional ownership\ncurl \"https://api.aisa.one/apis/v1/financial/institutional/ownership?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\nSEC Filings\n# Get SEC filings\ncurl \"https://api.aisa.one/apis/v1/financial/sec/filings?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get SEC filing items\ncurl \"https://api.aisa.one/apis/v1/financial/sec/items?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\nCompany Facts\n# Get company facts by CIK\ncurl \"https://api.aisa.one/apis/v1/financial/company/facts?ticker=AAPL\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\nStock Screener\n# Screen for stocks matching criteria\ncurl -X POST \"https://api.aisa.one/apis/v1/financial/search/stock\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"filters\":{\"pe_ratio\":{\"max\":15},\"revenue_growth\":{\"min\":0.2}}}'\n\nInterest Rates\n# Current interest rates\ncurl \"https://api.aisa.one/apis/v1/financial/interest_rates/snapshot\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Historical interest rates\ncurl \"https://api.aisa.one/apis/v1/financial/interest_rates/historical?bank=fed\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n₿ Cryptocurrency\nReal-Time Price Snapshot\n# Get current BTC price (use ticker format: SYMBOL-USD)\ncurl \"https://api.aisa.one/apis/v1/financial/crypto/prices/snapshot?ticker=BTC-USD\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get current ETH price\ncurl \"https://api.aisa.one/apis/v1/financial/crypto/prices/snapshot?ticker=ETH-USD\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get current SOL price\ncurl \"https://api.aisa.one/apis/v1/financial/crypto/prices/snapshot?ticker=SOL-USD\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get TRUMP token price\ncurl \"https://api.aisa.one/apis/v1/financial/crypto/prices/snapshot?ticker=TRUMP-USD\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n\nNote: Crypto tickers use format SYMBOL-USD (e.g., BTC-USD, ETH-USD).\n\nHistorical Price Data\n# Get BTC historical prices (daily)\ncurl \"https://api.aisa.one/apis/v1/financial/crypto/prices?ticker=BTC-USD&interval=day&interval_multiplier=1&start_date=2025-01-01&end_date=2025-01-31\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get ETH hourly data\ncurl \"https://api.aisa.one/apis/v1/financial/crypto/prices?ticker=ETH-USD&interval=minute&interval_multiplier=60&start_date=2025-01-15&end_date=2025-01-16\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\nSupported Cryptocurrencies\nTicker\tName\nBTC-USD\tBitcoin\nETH-USD\tEthereum\nSOL-USD\tSolana\nBNB-USD\tBinance Coin\nXRP-USD\tRipple\nDOGE-USD\tDogecoin\nADA-USD\tCardano\nAVAX-USD\tAvalanche\nDOT-USD\tPolkadot\nMATIC-USD\tPolygon\nLINK-USD\tChainlink\nUNI-USD\tUniswap\nATOM-USD\tCosmos\nLTC-USD\tLitecoin\nTRUMP-USD\tTrump Token\n...\tAnd many more\nPython Client\n# ==================== Stock Data ====================\n# Note: start_date and end_date are REQUIRED for prices\npython3 {baseDir}/scripts/market_client.py stock prices --ticker AAPL --start 2025-01-01 --end 2025-01-31\npython3 {baseDir}/scripts/market_client.py stock prices --ticker AAPL --start 2025-01-01 --end 2025-01-31 --interval week\npython3 {baseDir}/scripts/market_client.py stock news --ticker AAPL --count 10\n\n# ==================== Financial Statements ====================\npython3 {baseDir}/scripts/market_client.py stock statements --ticker AAPL --type all\npython3 {baseDir}/scripts/market_client.py stock statements --ticker AAPL --type income\npython3 {baseDir}/scripts/market_client.py stock statements --ticker AAPL --type balance\npython3 {baseDir}/scripts/market_client.py stock statements --ticker AAPL --type cash\n\n# ==================== Metrics & Analysis ====================\npython3 {baseDir}/scripts/market_client.py stock metrics --ticker AAPL\npython3 {baseDir}/scripts/market_client.py stock analyst --ticker AAPL\n\n# ==================== Insider & Institutional ====================\npython3 {baseDir}/scripts/market_client.py stock insider --ticker AAPL\npython3 {baseDir}/scripts/market_client.py stock ownership --ticker AAPL\n\n# ==================== SEC Filings ====================\npython3 {baseDir}/scripts/market_client.py stock filings --ticker AAPL\n\n# ==================== Stock Screener ====================\npython3 {baseDir}/scripts/market_client.py stock screen --pe-max 15 --growth-min 0.2\n\n# ==================== Interest Rates ====================\npython3 {baseDir}/scripts/market_client.py stock rates\npython3 {baseDir}/scripts/market_client.py stock rates --historical\n\n# ==================== Crypto Data ====================\n# Note: Use ticker format SYMBOL-USD (or just SYMBOL, auto-converted)\npython3 {baseDir}/scripts/market_client.py crypto snapshot --ticker BTC-USD\npython3 {baseDir}/scripts/market_client.py crypto snapshot --ticker ETH  # Auto-converts to ETH-USD\npython3 {baseDir}/scripts/market_client.py crypto historical --ticker BTC-USD --start 2025-01-01 --end 2025-01-31\npython3 {baseDir}/scripts/market_client.py crypto portfolio --tickers BTC-USD,ETH-USD,SOL-USD\n\nAPI Endpoints Reference\nTraditional Finance\nEndpoint\tMethod\tDescription\n/financial/prices\tGET\tHistorical stock prices (requires interval params)\n/financial/news\tGET\tCompany news by ticker\n/financial/financial_statements/all\tGET\tAll financial statements\n/financial/financial_statements/income\tGET\tIncome statements\n/financial/financial_statements/balance\tGET\tBalance sheets\n/financial/financial_statements/cash\tGET\tCash flow statements\n/financial/financial-metrics/snapshot\tGET\tReal-time financial metrics\n/financial/financial-metrics\tGET\tHistorical metrics\n/financial/analyst/eps\tGET\tEPS estimates\n/financial/insider/trades\tGET\tInsider trades\n/financial/institutional/ownership\tGET\tInstitutional ownership\n/financial/sec/filings\tGET\tSEC filings\n/financial/sec/items\tGET\tSEC filing items\n/financial/company/facts\tGET\tCompany facts\n/financial/search/stock\tPOST\tStock screener\n/financial/interest_rates/snapshot\tGET\tCurrent interest rates\n/financial/interest_rates/historical\tGET\tHistorical rates\nCryptocurrency\nEndpoint\tMethod\tDescription\n/financial/crypto/prices/snapshot\tGET\tReal-time price snapshot\n/financial/crypto/prices\tGET\tHistorical OHLCV data\nPricing\nAPI\tCost\nStock prices\t~$0.001\nCompany news\t~$0.001\nFinancial statements\t~$0.002\nAnalyst estimates\t~$0.002\nSEC filings\t~$0.001\nCrypto snapshot\t~$0.0005\nCrypto historical\t~$0.001\n\nEvery response includes usage.cost and usage.credits_remaining.\n\nGet Started\nSign up at aisa.one\nGet your API key\nAdd credits (pay-as-you-go)\nSet environment variable: export AISA_API_KEY=\"your-key\"\nFull API Reference\n\nSee API Reference for complete endpoint documentation."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/AIsaPay/financial-data",
    "publisherUrl": "https://clawhub.ai/AIsaPay/financial-data",
    "owner": "AIsaPay",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/financial-data",
    "downloadUrl": "https://openagent3.xyz/downloads/financial-data",
    "agentUrl": "https://openagent3.xyz/skills/financial-data/agent",
    "manifestUrl": "https://openagent3.xyz/skills/financial-data/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/financial-data/agent.md"
  }
}