Basic Search

The basic search API provides a simple interface to perform full text searches on the Fintel SEC database. The exposed API is a thin layer over the ElasticSearch simple query interface.

Ref: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Query string you wish to parse and use for search

fields
array of strings

Array of fields you wish to search. This field accepts wildcard expressions. You also can boost relevance scores for matches to particular fields using a caret (^) e.g. tile^2..

fields
string

Default boolean logic used to interpret text in the query. Possible values OR (default) and AND

boolean

If true, the query attempts to analyze wildcard terms in the query string. Defaults to false.

string

List of enabled operators for the simple query string syntax.

string

Analyzer used to convert text in the query string into tokens. Defaults to the index-time analyzer mapped for the default_field. If no analyzer is mapped, the index’s default analyzer is used.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json