{"id":27928436,"url":"https://github.com/horia-apostol/eodhd-syncfusion-chart","last_synced_at":"2026-05-08T14:32:00.889Z","repository":{"id":291702067,"uuid":"977852521","full_name":"horia-apostol/eodhd-syncfusion-chart","owner":"horia-apostol","description":"Add stock charts to your Blazor applications using the end-of-day market data from the EODHD API and the Syncfusion Stock Chart component.","archived":false,"fork":false,"pushed_at":"2025-05-06T05:37:08.000Z","size":774,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T07:05:15.424Z","etag":null,"topics":["asp-net-core","blazor","dotnet","eodhd","eodhistoricaldata","stock-chart","stock-data","syncfusion","syncfusion-blazor"],"latest_commit_sha":null,"homepage":"https://app.swaggerhub.com/apis/HoriaApostol/eodhd-syncfusion-chart/1.0.0","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/horia-apostol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-05T04:30:35.000Z","updated_at":"2025-05-06T05:37:11.000Z","dependencies_parsed_at":"2025-05-06T05:38:44.964Z","dependency_job_id":null,"html_url":"https://github.com/horia-apostol/eodhd-syncfusion-chart","commit_stats":null,"previous_names":["horia-apostol/eodhd-syncfusion-chart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/horia-apostol/eodhd-syncfusion-chart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horia-apostol%2Feodhd-syncfusion-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horia-apostol%2Feodhd-syncfusion-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horia-apostol%2Feodhd-syncfusion-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horia-apostol%2Feodhd-syncfusion-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/horia-apostol","download_url":"https://codeload.github.com/horia-apostol/eodhd-syncfusion-chart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horia-apostol%2Feodhd-syncfusion-chart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32784351,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp-net-core","blazor","dotnet","eodhd","eodhistoricaldata","stock-chart","stock-data","syncfusion","syncfusion-blazor"],"created_at":"2025-05-07T02:07:13.433Z","updated_at":"2026-05-08T14:32:00.869Z","avatar_url":"https://github.com/horia-apostol.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blazor Stock Chart Viewer with EODHD and Syncfusion\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/d/d0/Blazor.png\" alt=\"Blazor\" height=\"70\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nAdd stock charts to your Blazor .NET 9 applications using the end-of-day market data from the EODHD API and the Syncfusion Stock Chart component.\n\nThe project integrates the [Syncfusion Blazor Stock Chart](https://www.syncfusion.com/blazor-components/blazor-stock-chart) with the data fetched from the [EODHD API](https://eodhd.com/financial-apis/api-for-historical-data-and-volumes), \noffering an interactive chart experience for visualizing candle and volume data for any supported stock ticker. \n\n\n---\n\n## Overview\n\n![Stock Chart Screenshot](docs/chart.png)\n\n---\n\n## Configuration\n\nThe backend project `WebAPI` uses EODHD's historical data API, which requires configuration via appsettings.json:\n\n```json\n\"EodhdSettings\": {\n  \"BaseUrl\": \"https://eodhd.com/api\",\n  \"ApiToken\": \"your_api_token\"\n}\n```\n\nBy default, the API token is set to \"demo\" for testing purposes, but you should sign up for a personal API key.\n\nIn the Blazor project `WebUI`, Syncfusion components are used to render the interactive stock chart. You must register either a commercial license or a free [community license](https://www.syncfusion.com/products/communitylicense). This is done in Program.cs:\n\n```csharp\nSyncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense(\"Your Syncfusion License\");\n```\n\n## API Documentation\n\nThe backend exposes a clean API for fetching historical stock prices from EODHD, including support for filtering by period, date range, and sort order.\n\n- Online SwaggerHub docs: [https://app.swaggerhub.com/apis/HoriaApostol/eodhd-syncfusion-chart/1.0.0](https://app.swaggerhub.com/apis/HoriaApostol/eodhd-syncfusion-chart/1.0.0)\n- Built-in Swagger UI: [https://localhost:7062/swagger](https://localhost:7062/swagger)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoria-apostol%2Feodhd-syncfusion-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoria-apostol%2Feodhd-syncfusion-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoria-apostol%2Feodhd-syncfusion-chart/lists"}