Skip to content

[ENH] Convert stock symbol to company name #366

Closed
@chrisfs

Description

@chrisfs

Brief Description

I was thinking of a function that would either convert stock symbols to company names or create a new column of company names based on stock symbols from a different column, The only issue would be to find a stable site or api that would provide the company names in return for stock symbols and handling errors when you weren't connected to the internet.

Example API

def stock_to_name(df, symbol_column_name):

Before

Stock
F
O
GE

Stock2Name(DF.Stock)
Stock
Ford
Realty Income
General Motors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    available for hackingThis issue has not been claimed by any individual.enhancementNew feature or requestgood intermediate issueIssues that are good for seasoned programmers to make a contribution

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions