Skip to main content

Python client for the Aether REST API — financial-vertical agent search engine.

Project description

aether (Python)

Python client for the Aether REST API — SEC filings, earnings-call transcripts, and EU financial regulation, every hit a ready-to-cite payload (exact source text + accession-numbered citation

Install

pip install evidinvest-aether-sdk

Use

from aether import AetherClient

with AetherClient(api_key="ak_...") as aether:
    # SEC filings (10-K/10-Q/8-K, prospectuses) + SE/JP/KR registries
    out = aether.financial_search(query="Apple revenue concentration risk", limit=5)
    for c in out.results:
        print(c.citation, "->", c.metadata.get("source_url"))
        print(c.text[:200])

    # Earnings calls — speaker-attributed, point-in-time
    calls = aether.transcript_search(
        query="Blackwell demand",
        ticker="NVDA",
        order="earliest",  # find the FIRST mention
        limit=5,
    )

    # EU regulation — MiFID II, MiCA, DORA, AML package (article-level)
    reg = aether.regulation_search(
        query="stablecoin issuer own funds requirements",
        limit=5,
    )

Get an API key at https://aether.evidinvest.com/developer/keys (anonymous calls work but are rate-limited). Full request/response reference: docs/search.md.

License

Apache-2.0 — see LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

evidinvest_aether_sdk-0.2.0.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

evidinvest_aether_sdk-0.2.0-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file evidinvest_aether_sdk-0.2.0.tar.gz.

File metadata

  • Download URL: evidinvest_aether_sdk-0.2.0.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for evidinvest_aether_sdk-0.2.0.tar.gz
Algorithm Hash digest
SHA256 2c7a9d1f464f3db7866f018f332ca1e308b83d8f50c76e375e9322e84281d58e
MD5 07848b3bc99e6495e84841bee7d3fb3a
BLAKE2b-256 ed6a32486e2c857b04b3a710a8c323f0dba6100f4e586e549f6892d163e527d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for evidinvest_aether_sdk-0.2.0.tar.gz:

Publisher: publish-pypi.yml on EvidInvest/aether-developer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file evidinvest_aether_sdk-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for evidinvest_aether_sdk-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 80cd50dc856eb85368bbbb7e98c7a7b72050d5eaf360a1253eb497180a651d27
MD5 6cd6d50afdd211a30963a12a056734c2
BLAKE2b-256 75dfa9e986c95a142b8fba914eee720428cb115f043f4902c0747cabfd0b82ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for evidinvest_aether_sdk-0.2.0-py3-none-any.whl:

Publisher: publish-pypi.yml on EvidInvest/aether-developer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page