Created
August 16, 2025 06:27
-
-
Save rjurney/bda1de1020b9f3a506b39f74e497fb97 to your computer and use it in GitHub Desktop.
Company records to be merged with field description as metadata for guidance...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Nvidia Corporation", | |
"ticker": { | |
"symbol": "NVDA", | |
"exchange": "NASDAQ" | |
}, | |
"description": "An American technology company, founded in 1993, specializing in GPUs (e.g., Blackwell), SoCs, and full-stack AI computing platforms like DGX Cloud. A dominant player in the AI, gaming, and data center markets, it is led by CEO Jensen Huang and headquartered in Santa Clara, California.", | |
"website_url": "null", | |
"headquarters_location": "Santa Clara, California, USA", | |
"revenue_usd": 10918000000, | |
"employees": null, | |
"founded_year": 1993, | |
"ceo": "Jensen Huang", | |
"linkedin_url": "null" | |
} | |
{ | |
"name": "Nvidia", | |
"ticker": null, | |
"description": "A company specializing in GPUs and full-stack AI computing platforms, including the GB200 and Blackwell series, and platforms like DGX Cloud.", | |
"website_url": "null", | |
"headquarters_location": "null", | |
"revenue_usd": null, | |
"employees": null, | |
"founded_year": null, | |
"ceo": "null", | |
"linkedin_url": "null" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment