Avanza
stable
  • API Reference
    • Config
    • Ticker
    • Search
    • News
    • Collection
    • Chartdata
    • Version
Avanza
  • Docs »
  • API Reference »
  • Search
  • Edit on GitHub

Search¶

class avanza.Search(search_query)¶

Bases: avanza.base.Base

by_instrument¶

Grabs the results filtered by instrument type

Parameters:instrument (str) – instrument type
Returns:list
count¶

Grabs total number of hits

Returns:int
first¶

Grabs the first result

Returns:Dict

Note

Results are ordered by instrument, which means stock is the most likely result

info¶

Grabs full json of ticker call

Returns:dict
results¶

Grabs the list of results

Returns:list
Next Previous

© Copyright 2020, North14 Revision a3aacd6c.

Built with Sphinx using a theme provided by Read the Docs.