
AITickerChat
Description
Retrieve USA stock insights from SEC filings as well as Earnings Call Transcripts.
Details
https://stock-advisor.com/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_model": "aitickerchat_document_retrieval",
"name_for_human": "AI TICKER CHAT",
"description_for_model": "Plugin for searching through SEC filings and Earnings Transcripts to find answers to stock market questions and retrieve relevant information. Use when asked for stock information that could be found in any SEC filing or Earnings Transcript. Always summarize with source URL links in every response.",
"description_for_human": "Retrieve USA stock insights from SEC filings as well as Earnings Call Transcripts.",
"auth": {
"type": "service_http",
"authorization_type": "bearer",
"verification_tokens": {
"openai": "b42e50280fe540d7ada86625553a62f3"
}
},
"api": {
"type": "openapi",
"url": "https://stock-advisor.com/.well-known/openapi.yaml",
"has_user_authentication": false
},
"logo_url": "https://stock-advisor.com/.well-known/logo.png",
"contact_email": "scooper@intuitivecloudsolutions.com",
"legal_info_url": "https://aitickerchat.com/terms-of-service"
}
https://stock-advisor.com/.well-known/openapi.yaml
openapi: 3.0.2
info:
title: AITickerChat Retrieval Plugin API
description: A retrieval API for querying and filtering SEC filing documents and Earnings Call Transcripts based on natural language queries and metadata.
version: 1.0.0
servers:
- url: "https://stock-advisor.com"
paths:
/query:
post:
summary: Query
description: Accepts search query objects with query, filter, optional sort_order and limit. Break down complex questions into sub-questions. Filter by symbol, form_types (prioritize array with '10-K', '10-Q' and 'earnings_transcript'), fiscal_year, fiscal_quarter.
operationId: query_query_post
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/QueryRequest"
required: true
responses:
"200":
description: Successful Response
content:
application/json:
schema:
$ref: "#/components/schemas/QueryResponse"
"422":
description: Validation Error
content:
application/json:
schema:
$ref: "#/components/schemas/HTTPValidationError"
security:
- HTTPBearer: []
components:
schemas:
DocumentChunkMetadata:
title: DocumentChunkMetadata
type: object
properties:
source:
$ref: "#/components/schemas/Source"
filename:
title: Filename
type: string
url:
title: Url
type: string
form_type:
$ref: "#/components/schemas/FormType"
published_date:
title: Published Date
type: integer
document_id:
title: Document Id
type: string
symbol:
title: Stock Symbol
type: string
cik:
title: Stock CIK
type: string
fiscal_quarter:
title: Fiscal Quarter
type: integer
fiscal_year:
title: Fiscal Year
type: integer
is_xbrl:
title: Is XBRL
type: bool
DocumentChunkWithScore:
title: DocumentChunkWithScore
required:
- text
- metadata
- score
type: object
properties:
id:
title: Id
type: string
text:
title: Text
type: string
metadata:
$ref: "#/components/schemas/DocumentChunkMetadata"
embedding:
title: Embedding
type: array
items:
type: number
score:
title: Score
type: number
DocumentMetadataFilter:
title: DocumentMetadataFilter
type: object
required:
- symbol
properties:
form_types:
title: Form Types
type: array
items:
$ref: "#/components/schemas/FormType"
symbol:
title: Stock Symbol
type: string
description: The symbol for the stock being analyzed. This value should always be provided.
required: true
fiscal_quarter:
title: Fiscal Quarter
type: integer
description: The fiscal quarter of the document being retrieved. This should be an integer from 1 to 4.
fiscal_year:
title: Fiscal Year
type: integer
description: The fiscal year of the document being retrieved. This should be an integer of the year (e.g. 2023)
xbrl_only:
title: Xbrl Only
type: bool
HTTPValidationError:
title: HTTPValidationError
type: object
properties:
detail:
title: Detail
type: array
items:
$ref: "#/components/schemas/ValidationError"
Query:
title: Query
required:
- query
- filter
type: object
properties:
query:
title: Query
type: string
filter:
$ref: "#/components/schemas/DocumentMetadataFilter"
sort_order:
title: Sort Order
type: string
enum:
- asc
- desc
default: desc
description: The order in which to sort when sorting by date. 'asc' for ascending, 'desc' for descending.
limit:
title: Limit Documents
type: integer
description: The maximum number of documents to return. Do not use when form_types is ['8-K'] and instead filter by fiscal_year and fiscal_quarter.
top_k:
title: Top K
type: integer
default: 20
QueryRequest:
title: QueryRequest
required:
- queries
type: object
properties:
queries:
title: Queries
type: array
items:
$ref: "#/components/schemas/Query"
QueryResponse:
title: QueryResponse
required:
- results
type: object
properties:
results:
title: Results
type: array
items:
$ref: "#/components/schemas/QueryResult"
extra_information_for_assistant:
title: Extra Information
type: string
description: Extra information for you on how to respond to queries.
QueryResult:
title: QueryResult
required:
- query
- results
type: object
properties:
query:
title: Query
type: string
results:
title: Results
type: array
items:
$ref: "#/components/schemas/DocumentChunkWithScore"
Source:
title: Source
enum:
- SEC
- EarningsCallTranscripts
type: string
description: An enumeration.
FormType:
title: Form Type
enum:
- earnings_transcript
- 10-K
- 10-Q
- 8-K
- DEFA14A
- 'DEF 14A'
- S-1
- S-3
- 6-K
- 20-F
type: string
description: An enumeration describing type of document to retrieve. Always use 'earnings_transcript' for earnings calls. Use '10-K' or '10-Q' to summarize quarterly or annual results. Use '8-K' for news. Use 'DEF 14A' for information on a shareholder vote. Use 'S-1' for IPOs. Use 'S-3' for information on raising capital.
ValidationError:
title: ValidationError
required:
- loc
- msg
- type
type: object
properties:
loc:
title: Location
type: array
items:
anyOf:
- type: string
- type: integer
msg:
title: Message
type: string
type:
title: Error Type
type: string
securitySchemes:
HTTPBearer:
type: http
scheme: bearer
Discover other plugins from the finance category

PortfolioPilot
Get a detailed assessment of your portfolio and pull 12-month forecasted returns for individual securities.
0 Comments

Ramp
Plugin for managing a Ramp account. You can view transactions, reimbursements, cards, memos, receipts, and users.
0 Comments

Savvy Trader AI
Realtime stock, crypto and other investment data.
0 Comments

PortfoliosLab
Stocks, ETFs, funds, crypto analysis: historical performance, volatility, risk metrics, Sharpe ratio, drawdowns, etc.
0 Comments

eToro trading and investments
etoro social investments platform plugin, get news, rates, charts, copy leading investors and learn how to invest.
0 Comments

Polygon
Market data, news, and fundamentals for stocks, options, forex, and crypto from Polygon.io.
0 Comments

Alpha Vantage
Plugin for fetching financial data from Alpha Vantage.
0 Comments

CreditYelp
Access various essential financial calculators for a detailed repayment schedule and payoff term.
0 Comments

PortfolioMeta
Analyze stocks and retrieve comprehensive real-time investment data and analytics.
0 Comments

Stonks AI
Fetch stock data based on a natural language query.
0 Comments

Statis Fund Finance
Financial data tool for analyzing equities. You can get price quotes, analyze moving averages, RSI, and more.
0 Comments

Options Pro
Options Pro is your personal options trading assistant to help you navigate market conditions.
0 Comments

Magnetis
Magnetis is a digital wealth manager. Get updated data on portfolios returns and allocations. Ask me about Magnetis.
0 Comments

FundsDB
Discover funding opportunities in UK and India on FundsDB. Type in your query in any language or /help for assistance.
0 Comments

Currency Converter
Convert currencies based on real-time rates!
0 Comments

Boolio Invest
The easiest way to analyze global stock values with the power of quantitative factor methodologies.
2 Comments
Acquire.com
Everything you need to buy and sell startups.
0 Comments

Abridged Due Diligence
Discover the details! Search through recent SEC filings, with links to deeper analysis.
0 Comments
Peel Hunt AI-ERA
AI Equity Research Assistant (AI-ERA).
0 Comments

Companies In The UK
Provides financial information on UK Companies.
0 Comments

ChatMoney
ChatMoney is a plugin for managing your finances.
0 Comments
Tax Calculator
Given an address (or city) in the United States and an amount, calculate the sales tax. Powered by the Avalara.
0 Comments

Forex-Rates
Forex Rates: Price analysis for currency markets. Gain insights, sentiment evaluation, and text completion.
0 Comments

Exchange Rates
Exchange Rates delivers real-time and historical data, enabling conversion and tracking for over 170 currencies.
0 Comments
Helper for site Instaforex company
Plugin that facilitates trading on the instaforex site.
0 Comments

FiscalNote
FiscalNote enables access to select market-leading, real-time data sets for legal, political, and regulatory information
0 Comments

Public
Get real-time and historical market data, including asset prices, news, research, and comprehensive financial analysis.
0 Comments

FinTorch Trading Assistant
Get a wide range of financial data companies to assist your trading / reearch / learning (financials, earning call transcript, analyst price prediction, DCF, social media sentiments, sales by business / geographic segmentation, insider trading information etc)
0 Comments

Traders Insight
Decode the latest technical analysis ideas for stocks and bitcoin from top traders.
0 Comments

Currency Today
Converts currency values based on the latest exchange rates.
0 Comments

Currency Converter
Convert currencies based on real-time rates.
0 Comments
Company Transcripts
Search and analyze the latest company transcripts for any stock (powered by Koyfin).
0 Comments

Interest Rates
Get Real Time Interest Rates From Central Banks
0 Comments

Finna Bolag
Seamlessly search for and retrieve Swedish companies' financial data.
0 Comments

Currency Converter
Convert currencies using the CoinGecko API.
0 Comments
OnePage Stock Ideas
Find a list of stock ideas by asking it or feeding it with news or article.
0 Comments

Austrian Bank Rates
Compare the rates and terms of checking accounts and savings accounts from Austrian banks.
0 Comments

AFinChat
Get information and analyze A-share stocks, but search for information only from China.
0 Comments

VAT-Search
Plugin for finding and validating VAT numbers of companies, sole traders and other organisations.
0 Comments
FCA FS Search
Search FCA and get product, individual and firm info using PRN, IRN and FRN.
0 Comments