--- license: mit task_categories: - text-classification tags: - tweet - tweets - finance - crypto - fintwit --- # Financial Tweets - Cryptocurrency This dataset is part of the scraped financial tweets that I collected from a variety of financial influencers on Twitter, all the datasets can be found here: - Crypto: https://huggingface.co./datasets/StephanAkkerman/financial-tweets-crypto - Stocks (and forex): https://huggingface.co./datasets/StephanAkkerman/financial-tweets-stocks - Other (Tweet without cash tags): https://huggingface.co./datasets/StephanAkkerman/financial-tweets-other ## Data Fields The data fields are as follows: * `timestap`: The time the tweet was sent. * `tweet_text`: All of the text of the tweet, including quoted tweets (prefixed with `>`). * `tweet_url`: The URL of the tweet. * `tweet_type`: The type of tweet, this can be tweet, retweet, or quote tweet. * `price_of_ticker`: The price of the tickers mentioned. * `change_of_ticker`: The 24h price change of the tickers. * `tickers_mentioned`: All the tickers that are mentioned in the tweet. * `category`: What type of category the tweet has, the suffix `_images` means that the tweet included an image.