Bamboo Invest · Schema
Stock Pricing Details
InvestmentsStocksFractional SharesAfricaNigeriaPortfolio ManagementBrokerageFintech
Properties
| Name | Type | Description |
|---|---|---|
| high | string | High |
| low | string | High |
| name | string | High |
| open | string | High |
| symbol | string | Stock symbol |
| logo | string | Stock logo with a background colour |
| currency_symbol | string | Currency Symbol |
| price | number | price |
| avatar | string | Avatar |
| story | string | Stock story |
| background_color | string | Stock background color |
| extended_hours_status | string | Indicates that extended hours trading is active for this stock. Always returns `"active"`. |
| percent_change | number | Total percentage change |
| price_change | number | Price change |
| earnings | array | earnings |
| avg_volume | integer | avg_volume |
| dividend_yield | integer | avg_volume |
| latest_update | integer | avg_volume |
| latest_volume | integer | avg_volume |
| market_cap | integer | market_cap |
| pe_ratio | integer | market_cap |
| wk_52_high | integer | market_cap |
| wk_52_low | integer | market_cap |
| short_description | string | Short description |
| about | object | |
| categories | array | List of categories where stock belongs to |
| opinion | object | |
| data_source | string | Source |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.investbamboo.com/schemas/StockDetails",
"title": "Stock Pricing Details",
"type": "object",
"properties": {
"high": {
"type": "string",
"description": "High",
"example": 257.9
},
"low": {
"type": "string",
"description": "High",
"example": 257.45
},
"name": {
"type": "string",
"description": "High",
"example": "Apple, Inc."
},
"open": {
"type": "string",
"description": "High",
"example": 257.86
},
"symbol": {
"type": "string",
"description": "Stock symbol",
"example": "AAPL"
},
"logo": {
"type": "string",
"description": "Stock logo with a background colour",
"example": "https://d3an3cesqmrf1x.cloudfront.net/images/symbols/mdy.png"
},
"currency_symbol": {
"type": "string",
"description": "Currency Symbol",
"example": "$"
},
"price": {
"type": "number",
"description": "price",
"default": 257.85
},
"avatar": {
"type": "string",
"description": "Avatar"
},
"story": {
"type": "string",
"description": "Stock story",
"example": "When we talk about \u201cthe value of branding\u201d and \u201cbrand investing\u201d, you need look no further than Apple to understand how important and powerful a well-branded company can be... and how clearly that can be reflected in its share price.\r\n\r\nIn fact, in 2014, Interbrand determined Apple to be the world's most valuable brand and Forbes named Apple the most admired company in the world for five consecutive years.\r\n\r\nThat reputation carries over into each one of its products and services, including the iPhone, iPad, iPod, Mac computer, iTunes, iCloud and the Safari web browser.\r\n\r\nApple was founded by Steve Jobs, Steve Wozniak and Ronald Wayne on April Fools' Day of 1976. Their first product was the Apple 1 Personal Computer Kit and each one was painstakingly hand-built by Wozniak.\r\n\r\nBy the end of the 1970s, Apple had earned enough profits to bring on a full-time staff of computer designers and a legitimate production line.\r\n\r\nIn 1980, Apple went public and generated more capital than any IPO since Ford Motor Company did in 1956.\r\n\r\nIn January 1984, Apple grabbed the world's attention with the introduction of the Macintosh, changing personal computing forever.\r\n\r\nIn 1985, Steve Jobs was ousted, and went on to found NeXT, and also buy Pixar, and eventually returned as CEO in July 1997.\r\n\r\nIn August 1998, Jobs rejuvenated the stagnant Apple with the introduction of the iMac, stunning the tech industry.\r\n\r\nBy the end of 2001, a staple of Apple emerged, the iPod and iTunes, which later evolved into Apple Music. Apple also created the OS X software the same year, which was later used to power the iPhone, iPad, and Apple Watch.\r\n\r\nIn January 2007, Apple unveiled its first iPhone, and we all know how that story goes. Since then, Apple has sold more than 2 billion units. \r\n\r\nIn the following 3 years, the iPhone was improved, while the iPad and Apple TV were developed. \r\n\r\nIn 2011, Jobs, who had been diagnosed with pancreatic cancer, resigned as CEO and became chairman of the board. Tim Cook was named the new CEO in August of that year. Six weeks later, Jobs succumbed to his illness, and his death provoked widespread mourning as well as statements from Bill Gates, George Lucas and President Barack Obama.\r\n\r\nUnder Tim Cook\u2019s leadership, the company has continued its astounding growth. In 2015, Apple released the Apple Watch, the first entirely new product in the post-Jobs era.\r\n\r\nIn 2016, Apple released the AirPods \u2014 a new wireless earphone. \r\n\r\nIn 2018, Apple became the first US company to be valued above $1 trillion.\r\n\r\nMarch 2019 - After more than four decades making money primarily by selling gadgets, Apple said it intended to expand efforts in monthly subscriptions. The company has expanded services in news, streaming, music, video-games and more. \r\n\r\nAs of 2020, the company\u2019s wearables segment, including the Apple Watch and AirPods, had overtaken the Mac in revenue generation. The same year the company announced the Apple HomePod. \r\n\r\n_MyWallSt operates a full disclosure policy. MyWallSt staff hold long positions in this stock._"
},
"background_color": {
"type": "string",
"description": "Stock background color",
"example": "ff9201"
},
"extended_hours_status": {
"type": "string",
"example": "active",
"description": "Indicates that extended hours trading is active for this stock. Always returns `\"active\"`.\n"
},
"percent_change": {
"type": "number",
"description": "Total percentage change",
"example": 1.4200000000000002
},
"price_change": {
"type": "number",
"description": "Price change",
"example": 2.8
},
"earnings": {
"type": "array",
"description": "earnings",
"example": []
},
"avg_volume": {
"type": "integer",
"description": "avg_volume",
"example": 43464062
},
"dividend_yield": {
"type": "integer",
"description": "avg_volume",
"example": 43464062
},
"latest_update": {
"type": "integer",
"description": "avg_volume",
"example": 43464062
},
"latest_volume": {
"type": "integer",
"description": "avg_volume",
"example": 43464062
},
"market_cap": {
"type": "integer",
"description": "market_cap",
"example": 2081325483000
},
"pe_ratio": {
"type": "integer",
"description": "market_cap",
"example": 2081325483000
},
"wk_52_high": {
"type": "integer",
"description": "market_cap",
"example": 2081325483000
},
"wk_52_low": {
"type": "integer",
"description": "market_cap",
"example": 2081325483000
},
"short_description": {
"type": "string",
"description": "Short description",
"example": "Apple is one of the world's largest companies. Its most well-known products are the iPhone, iPod and MAC computer. Apple is currently the world's most valuable brand."
},
"about": {
"title": "Company details response",
"type": "object",
"properties": {
"sector": {
"type": "string",
"description": "Company sector",
"example": "Manufacturing"
},
"description": {
"type": "string",
"description": "Company description",
"example": "Apple Inc. is an American multinational technology company headquartered in Cupertino, California. Apple is the worlds largest technology company by revenue, with US$394.3 billion in 2022 revenue. As of March 2023, Apple is the worlds biggest company by market capitalization."
},
"ceo": {
"type": "string",
"description": "CEO",
"example": "Timothy Cook"
}
}
},
"categories": {
"type": "array",
"description": "List of categories where stock belongs to",
"example": []
},
"opinion": {
"title": "Stock opinion",
"type": "object",
"properties": {
"points": {
"type": "array",
"description": "Array of strings - bullet points",
"example": [
"Massive cash reserves",
"Proven pricing power",
"Strong customer loyalty"
]
},
"text": {
"type": "string",
"description": "Opinion text",
"example": "There\u2019s a scene in the 1994 film 'Forrest Gump' where the protagonist casually announces that due to an investment in \u201csome kind of fruit company\u201d, he wouldn\u2019t have to worry about money any more. How many people watched that scene at the time of its release and thought they\u2019d missed the boat on an investment in Apple?\r\n\r\nThe stock is currently up over 15,000% since.\r\n\r\nNow worth roughly $2 trillion and boasting 1.65 billion active devices, I still believe there are plenty of reasons to be an Apple investor.\r\n\r\nThe world\u2019s largest public company has been accused of failing to be truly innovative in a post-Jobs era. While the annual keynote from Cupertino may not attract the same fervour as it did during the release of the first iPod or iPhone, behind the scenes Tim Cook is slowly building a robust and highly-profitable services business. The App Store, Apple Pay, and Apple Music are all becoming an integral part of this business story. Between 2016 and 2020, the company managed to double its services revenue and quarter after quarter this segment continues to grow. Thanks to its consistent new offerings, such as Apple Fitness+, Apple now has over 620 million paid subscriptions. This considerable consumer base now allows the brand to turn towards cross-selling and up-selling in the the form of Apple One, a bundling service which will combine popular offerings and encourage consumers to pay one, flat fee. \r\n\r\nNotable innovation also comes in the form of wearables, such as as the Apple Watch and AirPods, which continue to lure new buyers with their tiered, accessible pricing. As of 2020, the segment now generates more revenue than Mac computers and this growth doesn't seem to be slowing down, analysts expect the wearable market to expand between 15-25% annually. The Apple Watch dominates its competition, controlling 36% market share, and with the release of Apple Fitness+, it becomes a viable option within the connected fitness space. \r\n\r\nImportantly, while iPhone sales slowed in 2019 and became a concern for investors, the release of the iPhone 12 and its 5G capability brought this segment record-setting sales figures. The first quarter of 2021 saw 17% revenue growth year-over-year. \r\n\r\nThis combination of hardware, software, and services creates a sticky ecosystem that leads to lifelong customers. Combined with its powerful brand (the most valuable in the world), Apple are able to maintain high margins, which generates huge amounts of cash for research and development, stock buybacks, and dividends. Their balance sheet was so impressive that Warren Buffett, who typically avoids tech companies, loaded up on Apple stock over the last few years, becoming one of their largest shareholders.\r\n\r\nThat being said, investors and Apple must keep their eyes on the horizon as the company faces scrutiny for its monopoly of the App Store. It is unclear if the current administration will take action against the company but Apple did acknowledge this as a risk to its financial condition in its most recent annual report. \r\n\r\nDespite this, Apple's dedication to innovation has granted it years of growth and capital. Combined with the company's talent, experience, and brand, it should continue to overcome obstacles and succeed. \r\n\r\nApple is the king of consumer hardware and its stock would be a great bedrock for any portfolio."
},
"update_date": {
"type": "string",
"description": "Update date",
"example": "2023-09-25T06:54:25"
}
}
},
"data_source": {
"type": "string",
"description": "Source",
"example": "IEX Trading Group, DriveWealth"
}
}
}