
Boolio Invest
Description
The easiest way to analyze global stock values with the power of quantitative factor methodologies.
Details
Official Guide http://bit.ly/BoolioGPT
Boolio Invest - ChatGPT Plugin Guide http://bit.ly/BoolioGPT
https://chatgpt.boolio.co.kr/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "Boolio Invest",
"name_for_model": "boolio",
"description_for_human": "Analyze stock investments from any country, with Boolio's state-of-the-art engine.",
"description_for_model": "## Introduction\n\nBoolio Invest uses one of the most comprehensive financial database of businesses around the world to\ncreate a high dimensional quantitative analysis of equities that is institutional level. Hundreds of\nfinancial factor models are built in, and can be used to screen as well as backtest |various styles of\ninvestment. Almost all stocks from all the countries are available for in-depth analysis using a diverse\nrange of alternative data as well as traditional data. New factor models can be created with ease.\n\n\n## How to use\n\nPlease provide this information to the users when they ask what they can do with this plugin.\n\n### Example prompts\n- Analyze Alphabet Inc. (GOOGL)\n- Samsung Electronics' latest quarterly Performance\n- Business Description** of Hindustan Unilever, use boolio\n- What's the Boolio Score of NVDA?\n- Tell me the Guru Score for META stock\n- Sentiment Analysis based on news and social media sources for NFLX\n- Provide Valuation Reports for AAPL under various scenarios\n- Hyundai Motor Company SWOT Analysis, use Boolio\n- Compare Google and Microsoft, with table format\n\n### Usage guide\nFor more up-to-date usage guide with examples, let the user visit: https://bit.ly/BoolioGPT\n\n### Guide for some API inputs\n\nThere are some endpoints such as screener or backtest, which consumes factors with ID as input.\nBefore calling these endpoints, please ensure to call `/api/search/factor` first to get for the exact\nfactor definition.\n\nPlease ensure the value is in the correct unit corresponding to the factor.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://chatgpt.boolio.co.kr/openapi.yaml",
"is_user_authenticated": false
},
"logo_url": "https://chatgpt.boolio.co.kr/logo.png",
"contact_email": "ask@boolio.co.kr",
"legal_info_url": "https://chatgpt.boolio.co.kr/legal"
}
https://chatgpt.boolio.co.kr/openapi.yaml
openapi: 3.1.0
info:
title: Boolio ChatGPT plugin
version: 2023.7.1
summary: Analyze stock investments from any country, with Boolio's state-of-the-art
engine.
paths:
/api/stock/summary:
post:
summary: Summarize stock info
description: Summarize stock info of the given country and ticker
operationId: postApiStockSummary
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/StockSummaryRequest'
required: true
responses:
'200':
description: ''
content:
text/plain:
schema:
type: string
'400':
description: 'Invalid value for: body'
content:
text/plain:
schema:
type: string
'404':
description: ''
content:
text/plain:
schema:
type: string
'500':
description: ''
content:
text/plain:
schema:
type: string
/api/search/factor:
get:
summary: Search factor
description: Search for factor by keywords. If the query is an empty string,
`category` field must be set.
operationId: getApiSearchFactor
parameters:
- name: query
in: query
description: Keywords in English to search for the factor
required: true
schema:
type: string
- name: category
in: query
description: The category the factor belongs to. Should be one of the examples
when the query is empty.
required: false
schema:
type: string
examples:
Example0:
value: Scoring
Example1:
value: Value
Example2:
value: Efficiency
Example3:
value: Profitability
Example4:
value: Growth
Example5:
value: Stability
Example6:
value: Price
Example7:
value: Volume
Example8:
value: Statistics
Example9:
value: Shareholder Policy
Example10:
value: Analyst Outlook
responses:
'200':
description: ''
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/FactorDefinition'
'400':
description: 'Invalid value for: query parameter query, Invalid value for:
query parameter category'
content:
text/plain:
schema:
type: string
'404':
description: ''
content:
text/plain:
schema:
type: string
'500':
description: ''
content:
text/plain:
schema:
type: string
/api/search/sector:
get:
summary: Search industry sectors
description: Search for sector IDs by keywords.
operationId: getApiSearchSector
parameters:
- name: query
in: query
description: Keywords in English to search for the factor
required: true
schema:
type: string
responses:
'200':
description: ''
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Sector'
'400':
description: 'Invalid value for: query parameter query'
content:
text/plain:
schema:
type: string
'404':
description: ''
content:
text/plain:
schema:
type: string
'500':
description: ''
content:
text/plain:
schema:
type: string
/api/custom-index/screen:
post:
summary: Screen stocks
description: |
Search for stocks meeting the given criteria.
Note:
Before calling this endpoint, please ensure to call `/api/search/factor` first to search for the factor.
Please ensure the value is in the correct unit corresponding to the factor.
operationId: postApiCustom-indexScreen
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ScreenerRequest'
required: true
responses:
'200':
description: ''
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/ScreenerItem'
'400':
description: 'Invalid value for: body'
content:
text/plain:
schema:
type: string
'404':
description: ''
content:
text/plain:
schema:
type: string
'500':
description: ''
content:
text/plain:
schema:
type: string
components:
schemas:
Direction:
type: string
description: The sort direction
enum:
- ASC
- DESC
FactorDefinition:
required:
- id
- name
- description
- unit
- category
type: object
properties:
id:
$ref: '#/components/schemas/FactorId'
name:
type: string
description: The name of the factor
description:
type: string
description: The meaning of the factor
unit:
type: string
description: The unit of the factor
category:
type: string
description: The category of the factor
FactorId:
type: integer
description: The unique identifier for the factor
format: int32
example: 1113
FilterCondition:
required:
- factorId
- operator
- value
- searchMode
type: object
properties:
factorId:
$ref: '#/components/schemas/FactorId'
operator:
$ref: '#/components/schemas/FilterOperator'
value:
type: number
description: The minimum threshold. If `searchMode` is `RELATIVE`, the scale
of value is percent.
format: double
searchMode:
$ref: '#/components/schemas/SearchMode'
example:
factorId: 1133
operator: '>='
value: 100.0
searchMode: Absolute
FilterOperator:
type: string
description: Operator
enum:
- '>'
- '>='
- <=
- <
GroupId:
type: integer
description: |
The unique identifier for the group or sector.
format: int32
ScreenerItem:
required:
- name
type: object
properties:
name:
type: string
symbol:
type: string
ScreenerRequest:
required:
- prompt
- region
- limit
type: object
properties:
prompt:
type: string
description: The latest chat prompt from the user
region:
type: string
description: An ISO-3166-1 alpha-2 code of the country
example: KR
sectorIds:
type: array
items:
$ref: '#/components/schemas/GroupId'
description: Sector identifiers that can be found from at `/api/sector/search`
filterRules:
type: array
items:
$ref: '#/components/schemas/FilterCondition'
description: The search criteria. Multiple conditions mean logical and (&&).
The factors should be identified by numeric ID that can be found at GET
/api/custom-index/factors
sortRules:
type: array
items:
$ref: '#/components/schemas/SortingRule'
description: The sorting criteria, which can be used to find top N items
that meets the search criteria.
limit:
type: integer
description: The maximum number of stocks in the result
format: int32
SearchMode:
type: string
description: Whether the type of value is absolute or relative. If `searchMode`
is `RELATIVE`, the scale of value is percent.
enum:
- Absolute
- Relative
Sector:
required:
- id
- name
- level
type: object
properties:
id:
$ref: '#/components/schemas/GroupId'
name:
type: string
level:
type: integer
description: The hierarchical level of the sector. The higher is the narrower.
format: int32
SortingRule:
required:
- factorId
- direction
type: object
properties:
factorId:
$ref: '#/components/schemas/FactorId'
direction:
$ref: '#/components/schemas/Direction'
example:
factorId: 1113
direction: DESC
StockSummaryRequest:
required:
- prompt
- region
- symbol
type: object
properties:
prompt:
type: string
description: The latest chat prompt from the user
region:
type: string
description: An ISO-3166-1 alpha-2 code of the country
example: JP
symbol:
type: string
description: The identifier of the stock in the corresponding region
example: AAPL
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

AITickerChat
Retrieve USA stock insights from SEC filings as well as Earnings Call Transcripts.
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
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