financialdatapy.search module

This module searches pair_id of a company from investing.com.

class financialdatapy.search.Company(symbol: str)[source]

Bases: object

A class representing a company name.

Parameters

symbol (str) – Stock symbol to search its pair_id.

search_pair_id() str[source]

Search pair_id of a company from investing.com.

Returns

pair_id of a company.

Return type

str